8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed
Summary: Disabled AggressiveUnboxing.
Reviewed-by: roland, kvn
--- a/src/hotspot/share/opto/c2_globals.hpp Fri Jul 26 16:03:08 2019 +0200
+++ b/src/hotspot/share/opto/c2_globals.hpp Tue Jul 30 07:22:05 2019 +0200
@@ -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" \