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

compiler/loopopts/UseCountedLoopSafepointsTest.java fails with "Safepoint not found"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b156

        Failed in PIT on all platforms.

        Command line: [java -XX:MaxRAMFraction=32 -Xcomp -server -XX:+CreateCoredumpOnCrash -XX:+IgnoreUnrecognizedVMOptions -XX:ReservedCodeCacheSize=256M -Xcomp -XX:+UnlockDiagnosticVMOptions -Xbootclasspath/a:. -XX:+UseCountedLoopSafepoints -XX:+WhiteBoxAPI -XX:-Inline -Xbatch -XX:+PrintIdeal -XX:LoopUnrollLimit=0 -XX:CompileOnly=compiler.loopopts.UseCountedLoopSafepoints::testMethod compiler.loopopts.UseCountedLoopSafepoints ]
        ----------System.err:(17/1243)----------
        java.lang.RuntimeException: Safepoint not found: expected true to equal false
        at jdk.test.lib.Asserts.fail(Asserts.java:594)
        at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
        at jdk.test.lib.Asserts.assertEQ(Asserts.java:178)
        at compiler.loopopts.UseCountedLoopSafepointsTest.check(UseCountedLoopSafepointsTest.java:92)
        at compiler.loopopts.UseCountedLoopSafepointsTest.main(UseCountedLoopSafepointsTest.java:54)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:535)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
        at java.lang.Thread.run(java.base@9-internal/Thread.java:843)

              dpochepk Dmitrij Pochepko
              dfazunen Dmitry Fazunenko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: