comparison 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
comparison
equal deleted inserted replaced
24226:abc19eb35547 24227:b5a90e4a6c26
60 // are returned if they are not available in this file. 60 // are returned if they are not available in this file.
61 // @param name returns the value of the "name" property 61 // @param name returns the value of the "name" property
62 // @param version returns the value of the "version" property 62 // @param version returns the value of the "version" property
63 // @return number of properties initialized from the file 63 // @return number of properties initialized from the file
64 static int init_vm_properties(const char*& name, const char*& version); 64 static int init_vm_properties(const char*& name, const char*& version);
65
66 static const char* init_internal_vm_info_string();
65 public: 67 public:
66 // Called as part of the runtime services initialization which is 68 // Called as part of the runtime services initialization which is
67 // called from the management module initialization (via init_globals()) 69 // called from the management module initialization (via init_globals())
68 // after argument parsing and attaching of the main thread has 70 // after argument parsing and attaching of the main thread has
69 // occurred. Examines a variety of the hardware capabilities of 71 // occurred. Examines a variety of the hardware capabilities of