mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 20:18:49 +00:00
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…
x
Reference in New Issue
Block a user