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

invalid exponent causes silent javac crash

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7
    • 7
    • tools
    • None
    • b73
    • generic, x86
    • generic, linux
    • Verified

        A floating point constant of zero with an invalid exponent will cause javac to silently crash.

        Compile:
        class Test { double d = 0ea ; }
        Output:
        play/Test.java:3: malformed floating point literal
        float f = 0e*; // invalid exponent

        Note the compiler does no report the number of errors found. This is incorrect behavior.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: