mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8032551: Remove UsePPCLWSYNC from globals.hpp
Reviewed-by: lfoltan, zgu
This commit is contained in:
parent
3e6986fb58
commit
24cbe2a44d
1 changed files with 0 additions and 7 deletions
|
@ -525,13 +525,6 @@ class CommandLineFlags {
|
||||||
product_pd(bool, UseMembar, \
|
product_pd(bool, UseMembar, \
|
||||||
"(Unstable) Issues membars on thread state transitions") \
|
"(Unstable) Issues membars on thread state transitions") \
|
||||||
\
|
\
|
||||||
/* Temp PPC Flag to allow disabling the use of lwsync on ppc platforms \
|
|
||||||
* that don't support it. This will be replaced by processor detection \
|
|
||||||
* logic. \
|
|
||||||
*/ \
|
|
||||||
product(bool, UsePPCLWSYNC, true, \
|
|
||||||
"Use lwsync instruction if true, else use slower sync") \
|
|
||||||
\
|
|
||||||
develop(bool, CleanChunkPoolAsync, falseInEmbedded, \
|
develop(bool, CleanChunkPoolAsync, falseInEmbedded, \
|
||||||
"Clean the chunk pool asynchronously") \
|
"Clean the chunk pool asynchronously") \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue