hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java
changeset 25958 8dc85547d6d6
parent 25736 6f35dbe32581
child 27146 06664440c7a3
--- a/hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java	Fri Aug 08 16:24:16 2014 -0700
+++ b/hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java	Mon Aug 11 17:12:41 2014 +0400
@@ -28,6 +28,7 @@
  * @ignore 8046268
  * @build DeoptimizeMethodTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
+ *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* DeoptimizeMethodTest
  * @summary testing of WB::deoptimizeMethod()
  * @author igor.ignatyev@oracle.com