8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed

Disabled AggressiveUnboxing.

Reviewed-by: roland, kvn
This commit is contained in:
Tobias Hartmann 2019-07-30 07:22:05 +02:00
parent a24a333cfd
commit 8f7206a674

View File

@ -513,7 +513,7 @@
"Sets max value cached by the java.lang.Integer autobox cache") \
range(0, max_jint) \
\
experimental(bool, AggressiveUnboxing, true, \
experimental(bool, AggressiveUnboxing, false, \
"Control optimizations for aggressive boxing elimination") \
\
develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \