< prev index next >

src/share/vm/runtime/vm_version.hpp

Print this page
rev 9596 : [mq]: delta1

@@ -62,10 +62,13 @@
   // that may be needed later in the initialization sequence but before
   // full VM_Version initialization is possible. It can not depend on any
   // other part of the VM being initialized when called. Platforms that
   // need to specialize this define VM_Version::early_initialize().
   static void early_initialize() { }
+  // Called to initialize VM variables needing initialization
+  // after command line parsing
+  static void vm_init_before_ergo(void) {}
 
   // Name
   static const char* vm_name();
   // Vendor
   static const char* vm_vendor();
< prev index next >