mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8255231: Avoid upcalls when initializing the statSampler
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
dccfd2b3e0
commit
f7c59c661c
7 changed files with 93 additions and 83 deletions
|
@ -36,6 +36,7 @@ class VersionProps {
|
|||
private static final String launcher_name =
|
||||
"@@LAUNCHER_NAME@@";
|
||||
|
||||
// This field is read by HotSpot
|
||||
private static final String java_version =
|
||||
"@@VERSION_SHORT@@";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue