mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Reviewed-by: mikael, mdoerr, bulasevich, eosterlund
This commit is contained in:
parent
5cfc3bbdd4
commit
a3cd6a1a70
52 changed files with 465 additions and 774 deletions
|
@ -247,9 +247,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
range(8, 256) \
|
||||
constraint(ObjectAlignmentInBytesConstraintFunc,AtParse) \
|
||||
\
|
||||
product(bool, AssumeMP, true, \
|
||||
"(Deprecated) Instruct the VM to assume multiple processors are available")\
|
||||
\
|
||||
/* 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) */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue