-
Enhancement
-
Resolution: Not an Issue
-
P5
-
None
-
1.1.6
-
generic
-
generic
For the JDK 116 release on the OpenVMS platform running on DIGITAL's
hardware, DIGITAL has changed, the following JDK 116 source file
in the shared part of the JDK.
diff -c -r JDK116/src/share/java/runtime/interpreter.c
sun_JDK116/src/share/java/runtime/interpreter.c
***************
*** 582,594 ****
pc[3] = opc_return;
if (mb) {
- #ifndef __VMS
- /*** cds - these 2 lines were removed for 1.1, but doesn't [0]
- *** still need to be set?? ***/
- constant_pool[CONSTANT_POOL_TYPE_TABLE_INDEX].type = cpt;
- cpt[0] = CONSTANT_POOL_ENTRY_RESOLVED;
- /*** cds - end of addition ***/
- #endif
constant_pool[1].mb = mb;
cpt[1] = CONSTANT_POOL_ENTRY_RESOLVED | CONSTANT_Methodref;
} else {
--- 576,581 ----
hardware, DIGITAL has changed, the following JDK 116 source file
in the shared part of the JDK.
diff -c -r JDK116/src/share/java/runtime/interpreter.c
sun_JDK116/src/share/java/runtime/interpreter.c
***************
*** 582,594 ****
pc[3] = opc_return;
if (mb) {
- #ifndef __VMS
- /*** cds - these 2 lines were removed for 1.1, but doesn't [0]
- *** still need to be set?? ***/
- constant_pool[CONSTANT_POOL_TYPE_TABLE_INDEX].type = cpt;
- cpt[0] = CONSTANT_POOL_ENTRY_RESOLVED;
- /*** cds - end of addition ***/
- #endif
constant_pool[1].mb = mb;
cpt[1] = CONSTANT_POOL_ENTRY_RESOLVED | CONSTANT_Methodref;
} else {
--- 576,581 ----