src/share/vm/runtime/os.cpp

changeset 8329
d2dd79a4fd69
parent 7780
5788dbd1f2d6
child 8604
04d83ba48607
child 8661
27ae9bbef86a
     1.1 --- a/src/share/vm/runtime/os.cpp	Wed Mar 09 19:51:23 2016 +0300
     1.2 +++ b/src/share/vm/runtime/os.cpp	Tue Mar 15 17:39:56 2016 -0700
     1.3 @@ -325,6 +325,10 @@
     1.4    // We need to initialize large page support here because ergonomics takes some
     1.5    // decisions depending on large page support and the calculated large page size.
     1.6    large_page_init();
     1.7 +
     1.8 +  // VM version initialization identifies some characteristics of the
     1.9 +  // the platform that are used during ergonomic decisions.
    1.10 +  VM_Version::init_before_ergo();
    1.11  }
    1.12  
    1.13  void os::signal_init() {

mercurial