changeset 17932:daebbfd6d5ea

Merge
author dholmes
date Fri, 16 May 2014 19:13:42 -0400
parents 2b8a9740813e (diff) 8c7ba9f705a1 (current diff)
children 124e98cd679a
files
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri May 16 03:28:59 2014 -0700
+++ b/src/share/vm/runtime/globals.hpp	Fri May 16 19:13:42 2014 -0400
@@ -523,13 +523,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")                            \
                                                                             \