-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 12, 13, 14, 15, 16, 17
-
Component/s: hotspot
-
b16
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8265419 | 11.0.17-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
| JDK-8286954 | 11.0.16 | Goetz Lindenmaier | P4 | Resolved | Fixed | b04 |
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.
./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.
- backported by
-
JDK-8265419 [TESTBUG] Some compiler tests fail when running without C2
-
- Resolved
-
-
JDK-8286954 [TESTBUG] Some compiler tests fail when running without C2
-
- Resolved
-
- links to
-
Commit
openjdk/jdk11u-dev/281aeb9f
-
Commit
openjdk/jdk/aefc1560
-
Review
openjdk/jdk11u-dev/1091
-
Review
openjdk/jdk/3197
(1 links to)