mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 18:38:27 +00:00
8262081: vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "ERROR: eventSet1.size() != 3 :: 2"
Reviewed-by: cjplummer, lmesnik, sspitsyn
This commit is contained in:
parent
374272fd13
commit
2a5e0dd360
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2021, 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
|
||||
@ -302,7 +302,7 @@ public class addthreadfilter001 extends JDIBase {
|
||||
vm.resume();
|
||||
|
||||
log2("......waiting for ThreadDeathEvent");
|
||||
getEventSet();
|
||||
getEventSetForThreadStartDeath(testThread.name());
|
||||
EventSet eventSet1 = eventSet;
|
||||
if ( !(eventIterator.nextEvent() instanceof ThreadDeathEvent) ) {
|
||||
testExitCode = FAILED;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user