hotspot/src/share/vm/runtime/vm_version.hpp
changeset 31367 25d3fbc1fa5f
parent 30585 12f312d694cd
child 33962 a96fba52fc81
equal deleted inserted replaced
31366:67eccccbb2ca 31367:25d3fbc1fa5f
    55   static unsigned int nof_parallel_worker_threads(unsigned int num,
    55   static unsigned int nof_parallel_worker_threads(unsigned int num,
    56                                                   unsigned int dem,
    56                                                   unsigned int dem,
    57                                                   unsigned int switch_pt);
    57                                                   unsigned int switch_pt);
    58  public:
    58  public:
    59   static void initialize();
    59   static void initialize();
       
    60 
       
    61   // This allows for early initialization of VM_Version information
       
    62   // that may be needed later in the initialization sequence but before
       
    63   // full VM_Version initialization is possible. It can not depend on any
       
    64   // other part of the VM being initialized when called. Platforms that
       
    65   // need to specialize this define VM_Version::early_initialize().
       
    66   static void early_initialize() { }
    60 
    67 
    61   // Name
    68   // Name
    62   static const char* vm_name();
    69   static const char* vm_name();
    63   // Vendor
    70   // Vendor
    64   static const char* vm_vendor();
    71   static const char* vm_vendor();