8143253: java/lang/invoke/CompileThresholdBootstrapTest.java failing on mach5
Reviewed-by: lancea
This commit is contained in:
parent
e9b75962b3
commit
7563066613
@ -42,7 +42,11 @@ public final class CompileThresholdBootstrapTest {
|
||||
}
|
||||
|
||||
public static void main(String ... args) {
|
||||
CompileThresholdBootstrapTest test = CompileThresholdBootstrapTest();
|
||||
test.testBootstrap();
|
||||
try {
|
||||
CompileThresholdBootstrapTest test = new CompileThresholdBootstrapTest();
|
||||
test.testBootstrap();
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user