Skip to content

Commit 925fb11

Browse files
committed
[Wisp] fix testcases related to trace
Summary: as title Testing: vmTestbase/nsk/monitoring/ThreadMXBean/ Reviewers: yulei, shuangheng Issue: #952 CR: #953
1 parent ee66863 commit 925fb11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/SleepingThread.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public class SleepingThread extends RecursiveMonitoringThread {
3535
private volatile boolean sleeping = false;
3636
private Object readyLock = new Object();
3737
private static final String[] expectedMethods = {
38+
"java.lang.Thread.sleep0",
3839
"java.lang.Thread.sleep",
3940
"nsk.monitoring.share.thread.SleepingThread.runInside"
4041
};

0 commit comments

Comments
 (0)