hotspot/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java
changeset 25958 8dc85547d6d6
parent 24921 3b73ef0b62d1
child 27417 576e2b527e1c
--- a/hotspot/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java	Fri Aug 08 16:24:16 2014 -0700
+++ b/hotspot/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java	Mon Aug 11 17:12:41 2014 +0400
@@ -27,6 +27,7 @@
  * @library /testlibrary /testlibrary/whitebox
  * @build IntxTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
+ *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI IntxTest
  * @summary testing of WB::set/getIntxVMFlag()
  * @author igor.ignatyev@oracle.com