8230742: Make AggressiveUnboxing a diagnostic flag

AggressiveUnboxing is enabled by default. It should therefore be a diagnostic flag.

Reviewed-by: roland, shade
This commit is contained in:
Tobias Hartmann 2019-09-16 13:53:41 +02:00
parent 75e8b6ed4b
commit 2df5ae8220

View File

@ -510,7 +510,7 @@
"Sets max value cached by the java.lang.Integer autobox cache") \
range(0, max_jint) \
\
experimental(bool, AggressiveUnboxing, true, \
diagnostic(bool, AggressiveUnboxing, true, \
"Control optimizations for aggressive boxing elimination") \
\
develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \