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

[TESTBUG] Some compiler tests fail when running without C2

XMLWordPrintable

    • b16

        When building HotSpot without C2

        ./configure --with-jvm-features=-compiler2

        the following compiler tests fail due to unrecognized C2-specific VM options:

        compiler/vectorization/TestVectorsNotSavedAtSafepoint.java
        compiler/types/TestSubTypeCheckMacroNodeWrongMem.java
        compiler/loopopts/superword/Vec_MulAddS2I.java
        compiler/loopopts/TestUnswitchCloneSkeletonPredicates.java
        compiler/loopopts/TestRangeCheckPredicatesControl.java

        We should either add -XX:+IgnoreUnrecognizedVMOptions or specify @requires vm.compiler2.enabled.

              chagedorn Christian Hagedorn
              chagedorn Christian Hagedorn
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: