# HG changeset patch # User dholmes # Date 1399940419 14400 # Node ID 2b8a9740813ec6031aec758213e7291a46536eda # Parent a062c3691003776872768c258507cfa178032bb5 8032551: Remove UsePPCLWSYNC from globals.hpp Reviewed-by: lfoltan, zgu diff -r a062c3691003 -r 2b8a9740813e src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Mon May 05 15:10:43 2014 +0200 +++ b/src/share/vm/runtime/globals.hpp Mon May 12 20:20:19 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") \ \