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

New test AOTCodeCompressedOopsTest.java fails on platforms without AOT Code Cache support

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 25
    • hotspot
    • Fix Understood

      The new test runtime/cds/appcds/aotCode/AOTCodeCompressedOopsTest.java fails on platforms for which AOT Code Cache is not supported.

      [0.028s][info][aot,codecache,init] AOT Code Cache is not supported on this platform.

      java.lang.RuntimeException: 'Read \\d+ entries table at offset \\d+ from AOT Code Cache' missing from stdout/stderr
              at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:372)
              at AOTCodeCompressedOopsTest$Tester.checkExecution(AOTCodeCompressedOopsTest.java:206)
              at jdk.test.lib.cds.CDSAppTester.executeAndCheck(CDSAppTester.java:203)
              at jdk.test.lib.cds.CDSAppTester.productionRun(CDSAppTester.java:386)
              at jdk.test.lib.cds.CDSAppTester.productionRun(CDSAppTester.java:351)
              at AOTCodeCompressedOopsTest.main(AOTCodeCompressedOopsTest.java:57)
              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:335)
              at java.base/java.lang.Thread.run(Thread.java:1447)

            kvn Vladimir Kozlov
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: