-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b06
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8234517 | 11.0.7-oracle | Daniel Daugherty | P3 | Resolved | Fixed | b01 |
JDK-8229287 | 11.0.5 | Daniel Daugherty | P3 | Resolved | Fixed | b03 |
JDK-8320819 | openjdk8u412 | Andrew Hughes | P3 | Resolved | Fixed | b01 |
The following test fails to compile:
compiler/tiered/ConstantGettersTransitionsTest.java
----------direct:(6/383)----------
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.147/src.full/open/test/hotspot/jtreg/compiler/tiered/ConstantGettersTransitionsTest.java:50: error: cannot find symbol
throw new SkippedException("Test isn't applicable for non-tiered mode");
^
symbol: class SkippedException
location: class ConstantGettersTransitionsTest
1 error
result: Failed. Compilation failed: Compilation failed
test result: Failed. Compilation failed: Compilation failed
compiler/tiered/ConstantGettersTransitionsTest.java
----------direct:(6/383)----------
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.147/src.full/open/test/hotspot/jtreg/compiler/tiered/ConstantGettersTransitionsTest.java:50: error: cannot find symbol
throw new SkippedException("Test isn't applicable for non-tiered mode");
^
symbol: class SkippedException
location: class ConstantGettersTransitionsTest
1 error
result: Failed. Compilation failed: Compilation failed
test result: Failed. Compilation failed: Compilation failed
- backported by
-
JDK-8229287 compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
- Resolved
-
JDK-8234517 compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
- Resolved
-
JDK-8320819 compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
- Resolved
- relates to
-
JDK-8208655 use JTreg skipped status in hotspot tests
- Resolved
(1 links to)