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:
parent
75e8b6ed4b
commit
2df5ae8220
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user