hotspot/test/compiler/tiered/LevelTransitionTest.java
changeset 38033 996ce936543f
parent 36851 03e2f4d0a421
parent 38032 bedc2fbb9454
child 39438 206a712f8f16
--- a/hotspot/test/compiler/tiered/LevelTransitionTest.java	Mon Apr 11 20:38:38 2016 -0700
+++ b/hotspot/test/compiler/tiered/LevelTransitionTest.java	Tue Apr 12 14:17:42 2016 -0400
@@ -38,7 +38,7 @@
  * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation
- *                   -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::*
+ *                   -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::*
  *                   -XX:CompileCommand=compileonly,ExtendedTestCase$CompileMethodHolder::*
  *                   TransitionsTestExecutor LevelTransitionTest
  * @summary Test the correctness of compilation level transitions for different methods
@@ -80,7 +80,7 @@
     /**
      * Makes and verifies transitions between compilation levels
      */
-    protected void checkTransitions() {
+    protected void checkTransitions() throws Exception {
         checkNotCompiled();
         boolean finish = false;
         while (!finish) {