Skip to content

Commit 8c775e2

Browse files
committed
8370074: Remove unused code in AbstractDebuggeeTest.java
Reviewed-by: fandreuzzi, cjplummer, lmesnik
1 parent f158451 commit 8c775e2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/hotspot/jtreg/vmTestbase/nsk/share/jpda/AbstractDebuggeeTest.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,6 @@ public void unloadTestClass(String className, boolean expectedUnloadingResult) {
175175
}
176176
}
177177

178-
static public void sleep1sec() {
179-
try {
180-
Thread.sleep(1000);
181-
} catch (InterruptedException e) {
182-
}
183-
}
184-
185178
private StateTestThread stateTestThread;
186179

187180
public static final String COMMAND_QUIT = "quit";
@@ -354,9 +347,6 @@ public void forceGC() {
354347
eatMemory();
355348
}
356349

357-
public void voidValueMethod() {
358-
}
359-
360350
public void unexpectedException(Throwable t) {
361351
setSuccess(false);
362352
t.printStackTrace(log.getOutStream());

0 commit comments

Comments
 (0)