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

Several JVMCI tests fail when executed with ZGC-enabled

XMLWordPrintable

      The tests
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/DataPatchTest.java
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/InterpreterFrameSizeTest.java
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/MaxOopMapStackOffsetTest.java
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleCodeInstallationTest.java
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/VirtualObjectDebugInfoTest.java

      failing when are run with ZGC on linux-aarch64/macosx-aarch64

      The log of first failure has:
      STARTED jdk.vm.ci.code.test.DataPatchTest::testInlineMetadata 'testInlineMetadata'
      java.lang.IllegalArgumentException: unsupported barrier sequence 1
      at jdk.vm.ci.code.test.TestHotSpotVMConfig.initNmethodEntryBarrierConcurrentPatch(TestHotSpotVMConfig.java:74)
      at jdk.vm.ci.code.test.TestHotSpotVMConfig.<init>(TestHotSpotVMConfig.java:35)
      at jdk.vm.ci.code.test.CodeInstallationTest.<init>(CodeInstallationTest.java:69)
      at jdk.vm.ci.code.test.DataPatchTest.<init>(DataPatchTest.java:53)
      at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:509)
      at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:493)
      FAILED jdk.vm.ci.code.test.DataPatchTest::testInlineMetadata 'testInlineMetadata'

      and the test
      compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/DataPatchTest.java

      crashed on x64 as well.

            never Tom Rodriguez
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: