changeset 26155:1f15bfaa9c52

8055284: sanity/WhiteBox.java fails with NPE Summary: Revert previous change, sanity/WhiteBox.java provides its own sun.hotspot.WhiteBox class. Reviewed-by: ehelin, brutisso Contributed-by: dmitry.fazunenko@oracle.com
author mgerdin
date Mon, 18 Aug 2014 16:19:57 +0200
parents 8bdb58c0a883
children 6676e3082fe8
files hotspot/test/sanity/WhiteBox.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hotspot/test/sanity/WhiteBox.java	Mon Aug 18 12:25:36 2014 +0000
+++ b/hotspot/test/sanity/WhiteBox.java	Mon Aug 18 16:19:57 2014 +0200
@@ -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
  */