From b9b2141c2de8f5fcb6788cdc1b93c8281af11a2d Mon Sep 17 00:00:00 2001
From: Dmitry Fazunenko <dmitry.fazunenko@oracle.com>
Date: Mon, 18 Aug 2014 16:19:57 +0200
Subject: [PATCH] 8055284: sanity/WhiteBox.java fails with NPE

Revert previous change, sanity/WhiteBox.java provides its own sun.hotspot.WhiteBox class.

Reviewed-by: ehelin, brutisso
---
 hotspot/test/sanity/WhiteBox.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hotspot/test/sanity/WhiteBox.java b/hotspot/test/sanity/WhiteBox.java
index 19e231aa139..b47d339f55e 100644
--- a/hotspot/test/sanity/WhiteBox.java
+++ b/hotspot/test/sanity/WhiteBox.java
@@ -29,7 +29,6 @@
  * @library /testlibrary
  * @compile WhiteBox.java
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
- *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI sun.hotspot.WhiteBox
  * @clean sun.hotspot.WhiteBox
  */