8032551: Remove UsePPCLWSYNC from globals.hpp

Reviewed-by: lfoltan, zgu
This commit is contained in:
David Holmes 2014-05-12 20:20:19 -04:00
parent 3e6986fb58
commit 24cbe2a44d

View file

@ -525,13 +525,6 @@ class CommandLineFlags {
product_pd(bool, UseMembar, \
"(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, \
"Clean the chunk pool asynchronously") \
\