Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4180723

(porting) shared code mods to SourceClass.java for OpenVMS platform

    • generic
    • generic

      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 {

            tturnidgsunw Todd Turnidge (Inactive)
            jbenoit Jonathan Benoit (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: