mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8133023: ParallelGCThreads is not calculated correctly
Reviewed-by: kbarrett, tschatzl, sangheki, dholmes
This commit is contained in:
parent
fd08aa8d94
commit
e62c706965
4 changed files with 21 additions and 3 deletions
|
@ -315,6 +315,10 @@ void os::init_before_ergo() {
|
|||
// We need to initialize large page support here because ergonomics takes some
|
||||
// decisions depending on large page support and the calculated large page size.
|
||||
large_page_init();
|
||||
|
||||
// VM version initialization identifies some characteristics of the
|
||||
// the platform that are used during ergonomic decisions.
|
||||
VM_Version::init_before_ergo();
|
||||
}
|
||||
|
||||
void os::signal_init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue