Print erroneous size in NegativeArraySizeException

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: 11
    • Component/s: 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)
                ...

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

                Created:
                Updated:
                Resolved: