8217919: C2: Enable -XX:+AggressiveUnboxing by default
authorvlivanov
Fri, 01 Feb 2019 18:50:53 -0800
changeset 53624 8b81c509995e
parent 53623 83b40a7bf00d
child 53625 0a9dfdbb01d1
8217919: C2: Enable -XX:+AggressiveUnboxing by default Reviewed-by: kvn, neliasso
src/hotspot/share/opto/c2_globals.hpp
--- a/src/hotspot/share/opto/c2_globals.hpp	Fri Feb 01 18:50:22 2019 -0800
+++ b/src/hotspot/share/opto/c2_globals.hpp	Fri Feb 01 18:50:53 2019 -0800
@@ -516,7 +516,7 @@
           "Sets max value cached by the java.lang.Integer autobox cache")   \
           range(0, max_jint)                                                \
                                                                             \
-  experimental(bool, AggressiveUnboxing, false,                             \
+  experimental(bool, AggressiveUnboxing, true,                              \
           "Control optimizations for aggressive boxing elimination")        \
                                                                             \
   develop(bool, TracePostallocExpand, false, "Trace expanding nodes after"  \