8133023: ParallelGCThreads is not calculated correctly

Reviewed-by: kbarrett, tschatzl, sangheki, dholmes
This commit is contained in:
Jon Masamitsu 2015-11-24 15:56:40 -08:00
parent fd08aa8d94
commit e62c706965
4 changed files with 21 additions and 3 deletions

View file

@ -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() {