mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
Merge
This commit is contained in:
commit
115d44f61b
72 changed files with 2342 additions and 1191 deletions
|
@ -524,13 +524,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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue