6625846: Export system property java.version via jvmstat
authorthurka
Thu, 14 Aug 2008 21:05:51 +0200
changeset 987 843415f667e6
parent 985 5d1e7eafc504
child 988 62dac36a7ebd
6625846: Export system property java.version via jvmstat Summary: java.version added to property_counters_ss array Reviewed-by: swamyv
hotspot/src/share/vm/runtime/statSampler.cpp
--- a/hotspot/src/share/vm/runtime/statSampler.cpp	Sun Aug 10 21:58:54 2008 -0700
+++ b/hotspot/src/share/vm/runtime/statSampler.cpp	Thu Aug 14 21:05:51 2008 +0200
@@ -217,6 +217,7 @@
   "java.class.path",
   "java.endorsed.dirs",
   "java.ext.dirs",
+  "java.version",
   "java.home",
   NULL
 };