mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -226,8 +226,9 @@ class os: AllStatic {
|
|||
// the bootstrap routine for the stub generator needs to check
|
||||
// the processor count directly and leave the bootstrap routine
|
||||
// in place until called after initialization has ocurred.
|
||||
return AssumeMP || (_processor_count != 1);
|
||||
return (_processor_count != 1);
|
||||
}
|
||||
|
||||
static julong available_memory();
|
||||
static julong physical_memory();
|
||||
static bool has_allocatable_memory_limit(julong* limit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue