8032551: Remove UsePPCLWSYNC from globals.hpp

Mon, 12 May 2014 20:20:19 -0400

author
dholmes
date
Mon, 12 May 2014 20:20:19 -0400
changeset 6674
2b8a9740813e
parent 6666
a062c3691003
child 6675
daebbfd6d5ea

8032551: Remove UsePPCLWSYNC from globals.hpp
Reviewed-by: lfoltan, zgu

src/share/vm/runtime/globals.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon May 05 15:10:43 2014 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon May 12 20:20:19 2014 -0400
     1.3 @@ -523,13 +523,6 @@
     1.4    product_pd(bool, UseMembar,                                               \
     1.5            "(Unstable) Issues membars on thread state transitions")          \
     1.6                                                                              \
     1.7 -  /* Temp PPC Flag to allow disabling the use of lwsync on ppc platforms    \
     1.8 -   * that don't support it.  This will be replaced by processor detection   \
     1.9 -   * logic.                                                                 \
    1.10 -   */                                                                       \
    1.11 -  product(bool, UsePPCLWSYNC, true,                                         \
    1.12 -          "Use lwsync instruction if true, else use slower sync")           \
    1.13 -                                                                            \
    1.14    develop(bool, CleanChunkPoolAsync, falseInEmbedded,                       \
    1.15            "Clean the chunk pool asynchronously")                            \
    1.16                                                                              \

mercurial