Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8345635 JVMCI compiler should not be disabled by java -Xshare:dump
  3. JDK-8346159

Disable CDS AOTClassLinking tests for JVMCI due to JDK-8345635

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • None
    • hotspot
    • b03

        Because of JDK-8345635, some CDS tests for -XX:+AOTClassLinking are failing when JVMCI compiler is enabled. E.g.,

        time make test \
             TEST_OPTS_VM_OPTIONS="-XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler" \
             TEST=open/test/hotspot/jtreg/runtime/cds

        runtime/cds/appcds/LambdaWithUseImplMethodHandle.java
        runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java
        runtime/cds/appcds/cacheObject/ArchiveHeapTestClass.java
        runtime/cds/appcds/resolvedConstants/AOTLinkedLambdas.java
        runtime/cds/appcds/resolvedConstants/AOTLinkedVarHandles.java

        Before JDK-8345635 is fixed, these tests should be excluded with:

         * @requires !vm.jvmci.enabled

              iklam Ioi Lam
              iklam Ioi Lam
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: