mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
7176856: add the JRE name to the error log
Reviewed-by: coleenp, jrose, kvn, twisti
This commit is contained in:
parent
118f552a6e
commit
3927b8d331
5 changed files with 42 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue