8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed
authorthartmann
Tue, 30 Jul 2019 07:22:05 +0200
changeset 57615 a5ea1b64dcd7
parent 57583 aad50831e169
child 57616 76a82db7181a
8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed Summary: Disabled AggressiveUnboxing. Reviewed-by: roland, kvn
src/hotspot/share/opto/c2_globals.hpp
--- 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"  \