JDK-6444823 : version string hard coded in files
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: other
  • CPU: other
  • Submitted: 2006-06-29
  • Updated: 2012-10-08
  • Resolved: 2006-12-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u4Fixed 7Fixed hs10Fixed
Related Reports
Relates :  
Relates :  
Description
Version string is hard coded in too many places:
./agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
./build/linux/makefiles/vm.make
./build/solaris/makefiles/vm.make
./src/share/vm/runtime/vm_version.cpp

./src/share/vm/prims/jni.h ?

#define JNI_VERSION_1_6 0x00010006
./src/share/vm/prims/jni.h

Should it be changed to:
#define JNI_VERSION_1_7 0x00010007

Comments
EVALUATION Investigate for Dolphin.
10-07-2006

EVALUATION These look like vm files, not install files.
29-06-2006