hotspot/test/runtime/ClassUnload/KeepAliveClass.java
changeset 25958 8dc85547d6d6
parent 17311 6ba3841cb7f9
child 28190 5a6b07edeb21
--- a/hotspot/test/runtime/ClassUnload/KeepAliveClass.java	Fri Aug 08 16:24:16 2014 -0700
+++ b/hotspot/test/runtime/ClassUnload/KeepAliveClass.java	Mon Aug 11 17:12:41 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -29,6 +29,7 @@
  * @build KeepAliveClass test.Empty
  * @build ClassUnloadCommon
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
+ *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveClass
  */