File tree 1 file changed +6
-1
lines changed
test/jdk/java/lang/Thread/virtual
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 20
20
* or visit www.oracle.com if you need additional information or have any
21
21
* questions.
22
22
*/
23
+ /*
24
+ * ===========================================================================
25
+ * (c) Copyright IBM Corp. 2025, 2025 All Rights Reserved
26
+ * ===========================================================================
27
+ */
23
28
24
29
/*
25
30
* @test id=default
@@ -514,7 +519,7 @@ void testInterruptWait(int timeout) throws Exception {
514
519
}
515
520
} catch (InterruptedException e ) {
516
521
// check stack trace has the expected frames
517
- Set <String > expected = Set .of ("wait0" , " wait" , "run" );
522
+ Set <String > expected = Set .of ("wait" , "run" );
518
523
Set <String > methods = Stream .of (e .getStackTrace ())
519
524
.map (StackTraceElement ::getMethodName )
520
525
.collect (Collectors .toSet ());
You can’t perform that action at this time.
0 commit comments