8255231: Avoid upcalls when initializing the statSampler

Reviewed-by: iklam, dholmes
This commit is contained in:
Claes Redestad 2020-10-27 10:31:21 +00:00
parent dccfd2b3e0
commit f7c59c661c
7 changed files with 93 additions and 83 deletions

View file

@ -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@@";