< prev index next >

hotspot/src/share/vm/runtime/vm_version.hpp

Print this page
rev 9206 : 8139986: Store debug level in java.vm.debug and conditionally print in "java -version"
Reviewed-by: ihse, dcubed, ksrini, dholmes

@@ -85,10 +85,11 @@
   static unsigned int jvm_version();
 
   // Internal version providing additional build information
   static const char* internal_vm_info_string();
   static const char* jre_release_version();
+  static const char* jdk_debug_level();
 
   // does HW support an 8-byte compare-exchange operation?
   static bool supports_cx8()  {
 #ifdef SUPPORTS_NATIVE_CX8
     return true;
< prev index next >