comparison 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
comparison
equal deleted inserted replaced
7977:879c6de913d6 7978:a7f9a1195d86
22 */ 22 */
23 23
24 /* 24 /*
25 * @test FieldMonitor.java 25 * @test FieldMonitor.java
26 * @bug 7158988 26 * @bug 7158988
27 * @key regression
27 * @summary verify jvm does not crash while debugging 28 * @summary verify jvm does not crash while debugging
28 * @run shell TestFieldMonitor.sh 29 * @run compile TestPostFieldModification.java
30 * @run main/othervm FieldMonitor
29 * @author axel.siebenborn@sap.com 31 * @author axel.siebenborn@sap.com
30 */ 32 */
31 import java.io.BufferedReader; 33 import java.io.BufferedReader;
32 import java.io.IOException; 34 import java.io.IOException;
33 import java.io.InputStream; 35 import java.io.InputStream;