Skip to content

Commit

Permalink
8262081: vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthr…
Browse files Browse the repository at this point in the history
…eadfilter001/TestDescription.java failed with "ERROR: eventSet1.size() != 3 :: 2"

Reviewed-by: cjplummer, lmesnik, sspitsyn
  • Loading branch information
Alex Menkov committed Mar 25, 2021
1 parent 374272f commit 2a5e0dd
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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
Expand Down Expand Up @@ -302,7 +302,7 @@ private void testRun()
vm.resume();

log2("......waiting for ThreadDeathEvent");
getEventSet();
getEventSetForThreadStartDeath(testThread.name());
EventSet eventSet1 = eventSet;
if ( !(eventIterator.nextEvent() instanceof ThreadDeathEvent) ) {
testExitCode = FAILED;
Expand Down

1 comment on commit 2a5e0dd

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.