hotspot/test/compiler/whitebox/SetForceInlineMethodTest.java
changeset 38032 bedc2fbb9454
parent 34185 ee71c590a456
child 38152 80e5da81fb2c
--- a/hotspot/test/compiler/whitebox/SetForceInlineMethodTest.java	Wed Apr 06 18:51:03 2016 +0300
+++ b/hotspot/test/compiler/whitebox/SetForceInlineMethodTest.java	Tue Apr 12 11:29:08 2016 +0200
@@ -31,7 +31,7 @@
  * @build SetForceInlineMethodTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::* SetForceInlineMethodTest
+ * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* SetForceInlineMethodTest
  * @summary testing of WB::testSetForceInlineMethod()
  * @author igor.ignatyev@oracle.com
  */