mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8139891: Prepare Unsafe for true encapsulation
Reviewed-by: alanb, dholmes, jrose, psandoz, twisti
This commit is contained in:
parent
4aad17f807
commit
ca4787d77b
13 changed files with 218 additions and 140 deletions
|
@ -812,7 +812,7 @@ public:
|
|||
"Inline Thread.currentThread, etc") \
|
||||
\
|
||||
develop(bool, InlineUnsafeOps, true, \
|
||||
"Inline memory ops (native methods) from sun.misc.Unsafe") \
|
||||
"Inline memory ops (native methods) from Unsafe") \
|
||||
\
|
||||
product(bool, CriticalJNINatives, true, \
|
||||
"Check for critical JNI entry points") \
|
||||
|
@ -4241,7 +4241,7 @@ public:
|
|||
"Use locked-tracing when doing event-based tracing") \
|
||||
\
|
||||
diagnostic(bool, UseUnalignedAccesses, false, \
|
||||
"Use unaligned memory accesses in sun.misc.Unsafe") \
|
||||
"Use unaligned memory accesses in Unsafe") \
|
||||
\
|
||||
product_pd(bool, PreserveFramePointer, \
|
||||
"Use the FP register for holding the frame pointer " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue