-
Bug
-
Resolution: Fixed
-
P4
-
20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8297722 | 19.0.2 | Dukebot | P4 | Resolved | Fixed | b07 |
JDK-8311709 | 17.0.9 | Fei Yang | P4 | Resolved | Fixed | b01 |
compiler/runtime/TestConstantsInError.java fails on riscv with the following error:
```
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'made not entrant' found in stdout
```
Similar to AArch64, RISCV64 does not patch C1 compiled code (see JDK-8223613), so we should add `Platform.isRISCV64` too for the test.
This test @requires vm.flagless. According toJDK-8246494, tests with @requires vm.flagless will be excluded from runs w/ any other X / XX flags passed via -vmoption / -javaoption.
Since we added `-Xmx` option for all jtreg tests, so this failure does not menifest before.
```
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'made not entrant' found in stdout
```
Similar to AArch64, RISCV64 does not patch C1 compiled code (see JDK-8223613), so we should add `Platform.isRISCV64` too for the test.
This test @requires vm.flagless. According to
Since we added `-Xmx` option for all jtreg tests, so this failure does not menifest before.
- backported by
-
JDK-8297722 compiler/runtime/TestConstantsInError.java fails on riscv
- Resolved
-
JDK-8311709 compiler/runtime/TestConstantsInError.java fails on riscv
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/966fc82d
-
Commit openjdk/jdk19u/7a3b69a9
-
Commit openjdk/jdk/3471ac9a
-
Review openjdk/jdk17u-dev/1427
-
Review openjdk/jdk19u/95
-
Review openjdk/jdk/9463
-
Review openjdk/riscv-port-jdk17u/3
(4 links to)