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

Spurious characters in JavaCompiler

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1
    • 8
    • 8
    • tools
    • b112
    • Not verified

    Description

      diff -r 515d54c1b063 src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
      --- a/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java Fri Oct 04 14:46:46 2013 -0700
      +++ b/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java Fri Oct 04 15:12:29 2013 -0700
      @@ -741,7 +741,7 @@
                       out.close();
                   }
                   return outFile;
      - }''
      + }
           }
       
           /** Generate code and emit a class file for a given class

      Attachments

        Activity

          People

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: