mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8213436: Obsolete UseMembar
Reviewed-by: kvn, dholmes, mdoerr, adinn
This commit is contained in:
parent
38a1e5ffbc
commit
f69921f2fc
57 changed files with 43 additions and 655 deletions
|
@ -247,12 +247,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
range(8, 256) \
|
||||
constraint(ObjectAlignmentInBytesConstraintFunc,AtParse) \
|
||||
\
|
||||
/* 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_pd(bool, UseMembar, \
|
||||
"(Unstable) Issues membars on thread state transitions") \
|
||||
\
|
||||
develop(bool, CleanChunkPoolAsync, true, \
|
||||
"Clean the chunk pool asynchronously") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue