Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176736 | 7 | Erik Trimble | P3 | Closed | Fixed | b03 |
JDK-2171801 | 6u4 | Abhijit Saha | P3 | Closed | Fixed | b03 |
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
./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
- backported by
-
JDK-2171801 version string hard coded in files
-
- Closed
-
-
JDK-2176736 version string hard coded in files
-
- Closed
-
- relates to
-
JDK-6493675 Hotspot hs_err_pid.log internal vm info string is ambiguous with respect to build flavor
-
- Closed
-
-
JDK-6587491 'fastdebug' is duplicated in HotSpot version string of fastdebug builds
-
- Closed
-
-
JDK-6587871 HotSpot sa.jar build target should build the full sa.jar
-
- Closed
-