mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8141042: Typos and refactoring in Compiler constraints functions
Reviewed-by: vlivanov, zmajo, kvn
This commit is contained in:
parent
adbbc4e8d8
commit
8f6db1e1a7
4 changed files with 30 additions and 28 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue