8032551: Remove UsePPCLWSYNC from globals.hpp
authordholmes
Mon, 12 May 2014 20:20:19 -0400
changeset 24435 184615637ad6
parent 24428 61f8aa59b263
child 24436 c91bfb1a91a7
8032551: Remove UsePPCLWSYNC from globals.hpp Reviewed-by: lfoltan, zgu
hotspot/src/share/vm/runtime/globals.hpp
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri May 09 17:06:52 2014 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon May 12 20:20:19 2014 -0400
@@ -525,13 +525,6 @@
   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")                            \
                                                                             \