For the JDK 116 release on the DIGITAL UNIX platform running on DIGITAL's
Alpha hardware, DIGITAL has changed, for the reasons listed below, the
following JDK 116 source files in the shared part of the JDK.
Compatibility of the changes with Sun's JDK was assured by visual inspection of
the changes and by running the appropriate JCK test suites. No changes were
made to modify any APIs nor to modify the virtual machine instruction set.
The following files were modified to support a -(no)jit option.:
src/share/java/include/jni.h
rc/share/java/util/globals.c
Diffs:
======
diff -r digital_src/src/share/java/include/jni.h javasoft_src/src/share/java/include/jni.h
1d0
< /* Modifications Copyright 1997 Digital Equipment Corporation */
1753d1751
< jint enableJIT; /*** cds - added for -[no]jit ***/
diff -r digital_src/src/share/java/util/globals.c javasoft_src/src/share/java/util/globals.c
1d0
< /* Modifications Copyright 1997 Digital Equipment Corporation */
45d43
< bool_t enableJIT; /*** cds - added for -[no]jit ***/
Alpha hardware, DIGITAL has changed, for the reasons listed below, the
following JDK 116 source files in the shared part of the JDK.
Compatibility of the changes with Sun's JDK was assured by visual inspection of
the changes and by running the appropriate JCK test suites. No changes were
made to modify any APIs nor to modify the virtual machine instruction set.
The following files were modified to support a -(no)jit option.:
src/share/java/include/jni.h
rc/share/java/util/globals.c
Diffs:
======
diff -r digital_src/src/share/java/include/jni.h javasoft_src/src/share/java/include/jni.h
1d0
< /* Modifications Copyright 1997 Digital Equipment Corporation */
1753d1751
< jint enableJIT; /*** cds - added for -[no]jit ***/
diff -r digital_src/src/share/java/util/globals.c javasoft_src/src/share/java/util/globals.c
1d0
< /* Modifications Copyright 1997 Digital Equipment Corporation */
45d43
< bool_t enableJIT; /*** cds - added for -[no]jit ***/
- relates to
-
JDK-4180611 (porting) Modified jni.c to support a -(no)jit option & define N_TRACED_REGS
-
- Closed
-