hotspot/src/share/vm/runtime/vm_version.hpp
changeset 11720 b20268d74484
parent 10267 8bdeec886dc4
child 13886 8d82c4dfa722
--- a/hotspot/src/share/vm/runtime/vm_version.hpp	Fri Feb 03 17:21:52 2012 -0500
+++ b/hotspot/src/share/vm/runtime/vm_version.hpp	Tue Jan 31 13:12:39 2012 +0100
@@ -71,6 +71,7 @@
 
   // Internal version providing additional build information
   static const char* internal_vm_info_string();
+  static const char* jre_release_version();
 
   // does HW support an 8-byte compare-exchange operation?
   static bool supports_cx8()  {return _supports_cx8;}