Searched refs:InstrumentationHandoff (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/
H A DMakeJAR.sh50 cp ${TESTSRC}/InstrumentationHandoff.java InstrumentationHandoff.java
51 ${JAVAC} InstrumentationHandoff.java
52 ${JAR} cvfm $1.jar ${TESTSRC}/$1.mf InstrumentationHandoff.class
53 rm -f InstrumentationHandoff.class InstrumentationHandoff.java
H A DInstrumentationHandoff.java36 public class InstrumentationHandoff class
42 InstrumentationHandoff() method in class:InstrumentationHandoff
49 System.out.println("InstrumentationHandoff JPLIS agent initialized");
H A DAInstrumentationTestCase.java38 fInst = InstrumentationHandoff.getInstrumentationOrThrow();
H A DTransformerManagementThreadAddTests.java265 fInstrumentation = InstrumentationHandoff.getInstrumentationOrThrow();

Completed in 22 milliseconds