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

Test com/sun/jdi/EATests.java#id0 failed with Unexpected exception in test case EAPopInlinedMethodWithScalarReplacedObjectsReallocFailure

XMLWordPrintable

      java.lang.RuntimeException: Unexpected exception in test case EAPopInlinedMethodWithScalarReplacedObjectsReallocFailure
      at jdk.test.lib.Asserts.fail(Asserts.java:714)
      at EATestCaseBaseDebugger.run(EATests.java:534)
      at EATests.runTests(EATests.java:458)
      at TestScaffold.startTests(TestScaffold.java:468)
      at EATests.main(EATests.java:364)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1447)
      Caused by: java.lang.RuntimeException: PopFrame should have triggered an OOM exception in target: expected true, was false
      at jdk.test.lib.Asserts.fail(Asserts.java:691)
      at jdk.test.lib.Asserts.assertTrue(Asserts.java:543)
      at EAPopInlinedMethodWithScalarReplacedObjectsReallocFailure.runTestCase(EATests.java:3031)
      at EATestCaseBaseDebugger.run(EATests.java:529)
      ... 7 more


      The failure to trigger the OOM reliably may be due to recent removal of the security manager.

            rrich Richard Reingruber
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: