提交 66dcdbff 编写于 作者: K kvn

8054376: Move RTM flags from Experimental to Product

Reviewed-by: roland
上级 ef78537a
......@@ -130,16 +130,16 @@ define_pd_global(uintx, TypeProfileLevel, 111);
"Use fast-string operation for zeroing: rep stosb") \
\
/* Use Restricted Transactional Memory for lock eliding */ \
experimental(bool, UseRTMLocking, false, \
product(bool, UseRTMLocking, false, \
"Enable RTM lock eliding for inflated locks in compiled code") \
\
experimental(bool, UseRTMForStackLocks, false, \
"Enable RTM lock eliding for stack locks in compiled code") \
\
experimental(bool, UseRTMDeopt, false, \
product(bool, UseRTMDeopt, false, \
"Perform deopt and recompilation based on RTM abort ratio") \
\
experimental(uintx, RTMRetryCount, 5, \
product(uintx, RTMRetryCount, 5, \
"Number of RTM retries on lock abort or busy") \
\
experimental(intx, RTMSpinLoopCount, 100, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册