RFR: 8297821: jdk/jshell/Test8294583.java fails on some platforms
Jan Lahoda
jlahoda at openjdk.org
Wed Nov 30 09:51:11 UTC 2022
On Wed, 30 Nov 2022 08:39:01 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> [JDK-8294583](https://bugs.openjdk.org/browse/JDK-8294583) added a new test that does `--enable-preview` to access new language constructs. Unfortunately, this test also enables Loom, which on some platforms like x86_32 uses the 1:1 fallback emulation, which does not support JVMTI. JShell apparently uses JDI -> JDWP -> JVMTI to work, and thus the test fails.
>
> More logs in the bug.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug, test still passes
> - [x] Linux x86_32 fastdebug, test is now skipped
Seems OK. Thanks!
-------------
Marked as reviewed by jlahoda (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11428
More information about the kulla-dev
mailing list