JDK 19 |
---|
19 masterFixed |
Blocks :
|
|
Relates :
|
|
Relates :
|
JDK-8287496 brought the alternative Loom implementation that can be used by ports as the fallback. That fallback does not support JVMTI with --enable-preview, so lots of tests fail. Some JVMTI is still supported, so cutting off at `@requires vm.jvmti` seems too broad. They should be predicated with `@requires vm.continuations` to be skipped when fallback is used. This also allows reverting relevant x86_32 problemlist exclusions.
|