8217919: C2: Enable -XX:+AggressiveUnboxing by default
Reviewed-by: kvn, neliasso
--- 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" \