diff src/share/vm/runtime/vm_version.hpp @ 24227:b5a90e4a6c26 jvmci-0.34

make internal_vm_info_string() consistent with java.vm.version
author Doug Simon <doug.simon@oracle.com>
date Fri, 25 Aug 2017 14:25:06 +0200
parents abc19eb35547
children
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_version.hpp	Thu Aug 24 22:20:40 2017 +0200
+++ b/src/share/vm/runtime/vm_version.hpp	Fri Aug 25 14:25:06 2017 +0200
@@ -62,6 +62,8 @@
   // @param version returns the value of the "version" property
   // @return number of properties initialized from the file
   static int init_vm_properties(const char*& name, const char*& version);
+
+  static const char* init_internal_vm_info_string();
  public:
   // Called as part of the runtime services initialization which is
   // called from the management module initialization (via init_globals())