hotspot/test/runtime/Metaspace/DefineClass.java
changeset 44993 f61bcd80ec1f
parent 43968 bf02bf2ff560
--- a/hotspot/test/runtime/Metaspace/DefineClass.java	Sat Apr 22 12:05:20 2017 +0200
+++ b/hotspot/test/runtime/Metaspace/DefineClass.java	Thu May 04 07:26:28 2017 +0000
@@ -41,8 +41,8 @@
  * @run main/othervm -XX:+UnlockDiagnosticVMOptions
                      -XX:-UnsyncloadClass -XX:-AllowParallelDefineClass
                      test.DefineClass defineClassParallel
- * @run main/othervm test.DefineClass redefineClass
- * @run main/othervm test.DefineClass redefineClassWithError
+ * @run main/othervm -Djdk.attach.allowAttachSelf test.DefineClass redefineClass
+ * @run main/othervm -Djdk.attach.allowAttachSelf test.DefineClass redefineClassWithError
  * @author volker.simonis@gmail.com
  */