For the JDK 116 release on the OpenVMS platform running on DIGITAL's
hardware, DIGITAL has changed, the following JDK 116 source files
in the shared part of the JDK.
diff -c -r JDK116/src/share/sun/sun/tools/javac/SourceClass.java
sun_JDK116/src/share/sun/sun/tools/javac/SourceClass.java
*** JDK116/src/share/sun/sun/tools/javac/SourceClass.java Fri Aug 7
02:09:25 1998
--- sun_JDK116/src/share/sun/sun/tools/javac/SourceClass.java Thu Apr 16
16:48:30 1998
***************
*** 631,639 ****
String fname = getName().getName() + ".java";
String src = ((ClassFile)getSource()).getName();
! // do a blind case compare on filename for OpenVMS RKR
! // if (env.warnings() && !src.equals(fname)) {
! if (env.warnings() && !src.equalsIgnoreCase(fname)) {
if (isPublic()) {
env.error(where, "public.class.file", this, fname);
} else {
--- 631,637 ----
String fname = getName().getName() + ".java";
String src = ((ClassFile)getSource()).getName();
! if (env.warnings() && !src.equals(fname)) {
if (isPublic()) {
env.error(where, "public.class.file", this, fname);
} else {
hardware, DIGITAL has changed, the following JDK 116 source files
in the shared part of the JDK.
diff -c -r JDK116/src/share/sun/sun/tools/javac/SourceClass.java
sun_JDK116/src/share/sun/sun/tools/javac/SourceClass.java
*** JDK116/src/share/sun/sun/tools/javac/SourceClass.java Fri Aug 7
02:09:25 1998
--- sun_JDK116/src/share/sun/sun/tools/javac/SourceClass.java Thu Apr 16
16:48:30 1998
***************
*** 631,639 ****
String fname = getName().getName() + ".java";
String src = ((ClassFile)getSource()).getName();
! // do a blind case compare on filename for OpenVMS RKR
! // if (env.warnings() && !src.equals(fname)) {
! if (env.warnings() && !src.equalsIgnoreCase(fname)) {
if (isPublic()) {
env.error(where, "public.class.file", this, fname);
} else {
--- 631,637 ----
String fname = getName().getName() + ".java";
String src = ((ClassFile)getSource()).getName();
! if (env.warnings() && !src.equals(fname)) {
if (isPublic()) {
env.error(where, "public.class.file", this, fname);
} else {
- duplicates
-
JDK-4180721 (porting) source mods to ClassPath.java, SourceClass.java on OpenVMS platform
-
- Closed
-