mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6625846: Export system property java.version via jvmstat
Java.version added to property_counters_ss array Reviewed-by: swamyv
This commit is contained in:
parent
6144fe8e3e
commit
27a4da4686
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ static const char* property_counters_ss[] = {
|
|||
"java.class.path",
|
||||
"java.endorsed.dirs",
|
||||
"java.ext.dirs",
|
||||
"java.version",
|
||||
"java.home",
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue