mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
8002078: hs_err_pid file should report full JDK version string
Reviewed-by: dholmes, sspitsyn, kmo
This commit is contained in:
parent
772e0e748d
commit
ff6a68b801
5 changed files with 36 additions and 1 deletions
|
@ -688,6 +688,7 @@ void vm_shutdown_during_initialization(const char* error, const char* message) {
|
|||
|
||||
JDK_Version JDK_Version::_current;
|
||||
const char* JDK_Version::_runtime_name;
|
||||
const char* JDK_Version::_runtime_version;
|
||||
|
||||
void JDK_Version::initialize() {
|
||||
jdk_version_info info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue