From 4d3a1720386614e17771ba64b0132a4439e87455 Mon Sep 17 00:00:00 2001 From: dholmes Date: Mon, 12 May 2014 20:20:19 -0400 Subject: [PATCH] 8032551: Remove UsePPCLWSYNC from globals.hpp Reviewed-by: lfoltan, zgu --- src/share/vm/runtime/globals.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp index 9927eb79f..fdd6db5b1 100644 --- a/src/share/vm/runtime/globals.hpp +++ b/src/share/vm/runtime/globals.hpp @@ -523,13 +523,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") \ \ -- GitLab