mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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.class.path",
|
||||||
"java.endorsed.dirs",
|
"java.endorsed.dirs",
|
||||||
"java.ext.dirs",
|
"java.ext.dirs",
|
||||||
|
"java.version",
|
||||||
"java.home",
|
"java.home",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue