comparison src/share/vm/runtime/java.cpp @ 6181:f8de958e5b2c

7176856: add the JRE name to the error log Reviewed-by: coleenp, jrose, kvn, twisti Contributed-by: Krystal Mok <sajia@taobao.com>
author twisti
date Mon, 18 Jun 2012 12:29:21 -0700
parents 94ec88ca68e2
children 24b9c7f4cae6
comparison
equal deleted inserted replaced
6180:eeb819cf36e5 6181:f8de958e5b2c
658 vm_notify_during_shutdown(error, message); 658 vm_notify_during_shutdown(error, message);
659 vm_shutdown(); 659 vm_shutdown();
660 } 660 }
661 661
662 JDK_Version JDK_Version::_current; 662 JDK_Version JDK_Version::_current;
663 const char* JDK_Version::_runtime_name;
663 664
664 void JDK_Version::initialize() { 665 void JDK_Version::initialize() {
665 jdk_version_info info; 666 jdk_version_info info;
666 assert(!_current.is_valid(), "Don't initialize twice"); 667 assert(!_current.is_valid(), "Don't initialize twice");
667 668