8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed
Disabled AggressiveUnboxing. Reviewed-by: roland, kvn
This commit is contained in:
parent
a24a333cfd
commit
8f7206a674
@ -513,7 +513,7 @@
|
|||||||
"Sets max value cached by the java.lang.Integer autobox cache") \
|
"Sets max value cached by the java.lang.Integer autobox cache") \
|
||||||
range(0, max_jint) \
|
range(0, max_jint) \
|
||||||
\
|
\
|
||||||
experimental(bool, AggressiveUnboxing, true, \
|
experimental(bool, AggressiveUnboxing, false, \
|
||||||
"Control optimizations for aggressive boxing elimination") \
|
"Control optimizations for aggressive boxing elimination") \
|
||||||
\
|
\
|
||||||
develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \
|
develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user