# HG changeset patch # User mgronlun # Date 1568642109 -7200 # Node ID 2bcc33884590e69dbe0183a94a885739b4f450ba # Parent 95274a6952615e7055caf0609f70d156780e1f24# Parent 00aebe177a716522a2b6ffea3acd106022134b0d Merge diff -r 95274a695261 -r 2bcc33884590 src/hotspot/share/opto/c2_globals.hpp --- a/src/hotspot/share/opto/c2_globals.hpp Mon Sep 16 15:54:29 2019 +0200 +++ b/src/hotspot/share/opto/c2_globals.hpp Mon Sep 16 15:55:09 2019 +0200 @@ -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" \