From e3eaf1fd5ec13479c8b50fd3a7405a4a4e63af42 Mon Sep 17 00:00:00 2001 From: "lusou.zq" Date: Wed, 24 Jan 2024 11:43:09 +0800 Subject: [PATCH] [JIT] Change option UseVtableBasedCHA to product Summary: Change option UseVtableBasedCHA to be product from diagnostic Testing: jtreg Reviewers: zhuoren.wz, maoliang.ml Issue: https://github.com/dragonwell-project/dragonwell11/issues/774 --- src/hotspot/share/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \