-
Bug
-
Resolution: Fixed
-
P3
-
11, 15
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8243681 | 11.0.8 | Ekaterina Pavlova | P3 | Resolved | Fixed | b01 |
compiler/graalunit/GraphTest.java is not tested in any tiers right now.
The cause is that the test has
* @requires vm.graal.enabled
while graalunit tests are not in Graal as JIT mode.
First thing would be to check if "@requires vm.graal.enabled" is obsolete or not.
The cause is that the test has
* @requires vm.graal.enabled
while graalunit tests are not in Graal as JIT mode.
First thing would be to check if "@requires vm.graal.enabled" is obsolete or not.
- backported by
-
JDK-8243681 [Graal] compiler/graalunit/GraphTest.java is skipped in all testing
- Resolved