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

Print erroneous size in NegativeArraySizeException

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • hotspot
    • None
    • b16

        message now:

        java.lang.NegativeArraySizeException: -1
        at NegativeArraySizeExceptionTest.main(NegativeArraySizeExceptionTest.java:50)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                ...

        message before

        java.lang.NegativeArraySizeException
        at NegativeArraySizeExceptionTest.main(NegativeArraySizeExceptionTest.java:50)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                ...

              goetz Goetz Lindenmaier
              goetz Goetz Lindenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: