mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-02 23:30:29 +00:00
8327967: vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java fails intermittently
Reviewed-by: sspitsyn, dholmes
This commit is contained in:
parent
43838f04c3
commit
5a781620b8
@ -31,7 +31,6 @@ vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/TestDescription.java
|
||||
|
||||
vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/TestDescription.java 8387429 generic-all
|
||||
vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/TestDescription.java 8299217 generic-all
|
||||
vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java 8327967 generic-all
|
||||
|
||||
|
||||
####
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -242,6 +242,7 @@ public class JDIBase {
|
||||
ThreadStartEvent tse = (ThreadStartEvent) event;
|
||||
log2("ThreadStartEvent is received while waiting for a breakpoint" +
|
||||
" event, thread: : " + tse.thread().name());
|
||||
eventSet.resume();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user