src/share/vm/runtime/vm_version.hpp

changeset 3517
c77d473e71f7
parent 3052
1af104d6cf99
child 4106
7eca5de9e0b6
equal deleted inserted replaced
3516:869be5c8882e 3517:c77d473e71f7
69 // Gets the jvm_version_info.jvm_version defined in jvm.h 69 // Gets the jvm_version_info.jvm_version defined in jvm.h
70 static unsigned int jvm_version(); 70 static unsigned int jvm_version();
71 71
72 // Internal version providing additional build information 72 // Internal version providing additional build information
73 static const char* internal_vm_info_string(); 73 static const char* internal_vm_info_string();
74 static const char* jre_release_version();
74 75
75 // does HW support an 8-byte compare-exchange operation? 76 // does HW support an 8-byte compare-exchange operation?
76 static bool supports_cx8() {return _supports_cx8;} 77 static bool supports_cx8() {return _supports_cx8;}
77 static unsigned int logical_processors_per_package() { 78 static unsigned int logical_processors_per_package() {
78 return _logical_processors_per_package; 79 return _logical_processors_per_package;

mercurial