diff test/runtime/7158988/FieldMonitor.java @ 7978:a7f9a1195d86

8000363: runtime/7158988/FieldMonitor.java fails with exception Summary: Removed unnecessary shell script in the test. Reviewed-by: coleenp, sla
author ctornqvi
date Sat, 02 Feb 2013 20:13:27 +0100
parents 19e197e2a1af
children cbdbdd6577f6
line wrap: on
line diff
--- a/test/runtime/7158988/FieldMonitor.java	Sat Feb 02 16:34:10 2013 +0100
+++ b/test/runtime/7158988/FieldMonitor.java	Sat Feb 02 20:13:27 2013 +0100
@@ -24,8 +24,10 @@
 /*
  * @test FieldMonitor.java
  * @bug 7158988
+ * @key regression
  * @summary verify jvm does not crash while debugging
- * @run shell TestFieldMonitor.sh
+ * @run compile TestPostFieldModification.java
+ * @run main/othervm FieldMonitor
  * @author axel.siebenborn@sap.com
  */
 import java.io.BufferedReader;