mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
6989297: Integrate additional portability improvements
Reviewed-by: vladidan, dholmes
This commit is contained in:
parent
afc563751f
commit
72616ad2bc
9 changed files with 18 additions and 5 deletions
|
@ -323,10 +323,10 @@ class CommandLineFlags {
|
|||
/* UseMembar is theoretically a temp flag used for memory barrier \
|
||||
* removal testing. It was supposed to be removed before FCS but has \
|
||||
* been re-added (see 6401008) */ \
|
||||
product(bool, UseMembar, false, \
|
||||
product_pd(bool, UseMembar, \
|
||||
"(Unstable) Issues membars on thread state transitions") \
|
||||
\
|
||||
/* Temporary: See 6948537 */ \
|
||||
/* Temporary: See 6948537 */ \
|
||||
experimental(bool, UseMemSetInBOT, true, \
|
||||
"(Unstable) uses memset in BOT updates in GC code") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue