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

java/lang/String/concat/IntegerMinValue.java fails on AIX

XMLWordPrintable

    • ppc
    • aix

      The test java/lang/String/concat/IntegerMinValue.java runs into

      java.lang.IllegalStateException: Failed: -2
             at IntegerMinValue.test(IntegerMinValue.java:48)
             at IntegerMinValue.main(IntegerMinValue.java:56)
             at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
             at java.base/java.lang.reflect.Method.invoke(Method.java:578)
             at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
             at java.base/java.lang.Thread.run(Thread.java:1592)
       
      This happens in the second variant `@compile -XDstringConcat=inline IntegerMinValue.java`

      We see it on an AIX 7.2 machine, XLC 16 compiler, POWER8; fastdebug binaries are used.

            Unassigned Unassigned
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: