diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 417d0cb49ba..41d911ffa09 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -1222,7 +1222,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G); develop(bool, UseCHA, true, \ "Enable CHA") \ \ - diagnostic(bool, UseVtableBasedCHA, false, \ + product(bool, UseVtableBasedCHA, false, \ "Use vtable information during CHA") \ \ product(bool, UseTypeProfile, true, \