-
Enhancement
-
Resolution: Fixed
-
P4
-
11-pool, 15, 16
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8249214 | 16 | Igor Ignatyev | P4 | Resolved | Fixed | b06 |
JDK-8250165 | 15.0.2 | Igor Ignatyev | P4 | Resolved | Fixed | b01 |
JDK-8250464 | 15.0.1 | Igor Ignatyev | P4 | Resolved | Fixed | b03 |
not all GCs are supported by Graal JIT, which leads to failures like JDK-8247527 and boilerplate fixes like replacing all `@requires vm.gc.Z` w/ `@requires vm.gc.Z & !vm.graal.enabled`.
as vm.gc.X means that X GC can be selected, it would be more natural, less surprising, and much more clear to have it true if the selected JIT supports the said X GC.
as vm.gc.X means that X GC can be selected, it would be more natural, less surprising, and much more clear to have it true if the selected JIT supports the said X GC.
- backported by
-
JDK-8249214 vm.gc.X should take selected JIT into account
- Resolved
-
JDK-8250165 vm.gc.X should take selected JIT into account
- Resolved
-
JDK-8250464 vm.gc.X should take selected JIT into account
- Resolved
- relates to
-
JDK-8252695 Shenandoah: clean up Graal enabled/disabled filter in tests
- Resolved
-
JDK-8248815 [GRAAL] Enable tests with GC which currently Graal does not support when it adds support
- Closed