7176856: add the JRE name to the error log

Reviewed-by: coleenp, jrose, kvn, twisti
This commit is contained in:
Krystal Mok 2012-06-18 12:29:21 -07:00 committed by Christian Thalinger
parent 118f552a6e
commit 3927b8d331
5 changed files with 42 additions and 1 deletions

View file

@ -660,6 +660,7 @@ void vm_shutdown_during_initialization(const char* error, const char* message) {
}
JDK_Version JDK_Version::_current;
const char* JDK_Version::_runtime_name;
void JDK_Version::initialize() {
jdk_version_info info;