Integrated: 8297821: jdk/jshell/Test8294583.java fails on some platforms

Aleksey Shipilev shade at openjdk.org
Thu Dec 1 08:14:35 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

This pull request has now been integrated.

Changeset: 34fcd83c
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/34fcd83c5ea54f94b60ebda0a111d0fe8ea9cbec
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8297821: jdk/jshell/Test8294583.java fails on some platforms

Reviewed-by: alanb, jlahoda

-------------

PR: https://git.openjdk.org/jdk/pull/11428


More information about the kulla-dev mailing list