[jdk25u] Integrated: 8304811: vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/INDIFY_Test.java fails with JVMTI_ERROR_TYPE_MISMATCH

KavyaKS94 duke at openjdk.org
Mon Oct 13 17:40:01 UTC 2025


On Thu, 9 Oct 2025 11:32:34 GMT, KavyaKS94 <duke at openjdk.org> wrote:

> Clean backport.
> SingleStep handler has no checks for thread or location. So once SingleStep event is enabled, event from other thread can be posted first (or several events from different threads).
> The fix enables SingleStep event only for test thread. 
> Tested changes locally.

This pull request has now been integrated.

Changeset: 1471c205
Author:    Alex Menkov <amenkov at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk25u/commit/1471c205e5b6bb29f86f458adcf30cedab716491
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8304811: vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/INDIFY_Test.java fails with JVMTI_ERROR_TYPE_MISMATCH

Backport-of: 854b384b120fa2af41adca3048070866fe3cafd4

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

PR: https://git.openjdk.org/jdk25u/pull/286


More information about the jdk-updates-dev mailing list