8217919: C2: Enable -XX:+AggressiveUnboxing by default

Reviewed-by: kvn, neliasso
This commit is contained in:
Vladimir Ivanov 2019-02-01 18:50:53 -08:00
parent 0a5a0b1a29
commit 71759e3177

@ -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" \