< prev index next >

test/java/lang/instrument/PremainClass/InheritAgent0101.java

Print this page
rev 12339 : 8075658: Mark intermittently failuring core-svc tests

*** 25,34 **** --- 25,35 ---- * @test * @bug 6289149 * @summary test config (0,1,0,1): inherited 1-arg and declared 1-arg in agent class * @author Daniel D. Daugherty, Sun Microsystems * + * @key intermittent * @run shell ../MakeJAR3.sh InheritAgent0101 * @run main/othervm -javaagent:InheritAgent0101.jar DummyMain */ import java.lang.instrument.*;
< prev index next >