< prev index next >

src/share/vm/runtime/os.cpp

Print this page
rev 9595 : 8133023: ParallelGCThreads is not calculated correctly
Reviewed-by: kbarrett, tschatzl, sangheki, dholmes
rev 9597 : [mq]: delta2

@@ -313,10 +313,14 @@
 
 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() {
   if (!ReduceSignalUsage) {
     // Setup JavaThread for processing signals
< prev index next >