8141042: Typos and refactoring in Compiler constraints functions

Reviewed-by: vlivanov, zmajo, kvn
This commit is contained in:
Dmitry Dmitriev 2015-11-02 11:32:26 +03:00
parent adbbc4e8d8
commit 8f6db1e1a7
4 changed files with 30 additions and 28 deletions

View file

@ -27,6 +27,14 @@
// Solaris_OS defines the interface to Solaris operating systems
// see thr_setprio(3T) for the basis of these numbers
#define MinimumPriority 0
#define NormalPriority 64
#define MaximumPriority 127
// FX/60 is critical thread class/priority on T4
#define FXCriticalPriority 60
// Information about the protection of the page at address '0' on this os.
static bool zero_page_read_protected() { return true; }