Searched refs:doSomething (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DApplication.java32 public int doSomething() { method in class:Application
H A DInstrumentedApplication.java32 public int doSomething() { method in class:Application
H A DDynamicTest.java30 * 1. Load class "Application" and execute the doSomething() method
36 * version of doSomething() that invokes a method in org.tools.Tracer.
38 * 4. Re-execute doSomething() - this should provoke the loading of org.tools.Tracer
39 * from the jar file. If updated version of doSomething() executes then test
52 if (app.doSomething() != 1) {
53 throw new RuntimeException("Test configuration error - doSomething should return 1");
77 // Re-execute doSomething() - should get 3 messages printed
78 int res = app.doSomething();
H A DClassUnloadTest.sh54 public static boolean doSomething() {
/openjdk7/jdk/test/java/lang/instrument/
H A DExampleRedefine.java48 doSomething() method in class:ExampleRedefine
H A DDifferent_ExampleRedefine.java49 doSomething() method in class:ExampleRedefine
H A DRedefineClassesDisabledTest.java82 // with this version of the class, doSomething is a nop
84 ex.doSomething();
89 // now redefine the class. This will change doSomething to be an increment
H A DRedefineClassesTests.java83 // with this version of the class, doSomething is a nop
85 ex.doSomething();
90 // now redefine the class. This will change doSomething to be an increment
105 ex.doSomething();
/openjdk7/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopDoSomething.java29 public void doSomething(){ method in class:JMXStartStopDoSomething
47 p.doSomething();
/openjdk7/hotspot/test/compiler/6880034/
H A DTest6880034.java38 // A::doSomething() from within 'deopt_compiledframe_at_safepoint' can be
42 // extends A and overrides the virtual method "doSomething()", is loaded
65 public int doSomething() { method in class:A
72 // override 'A::doSomething()'
73 public int doSomething() { method in class:B
102 // This will be an optimised static call to A::doSomething() until we load "B"
103 int i = G.a.doSomething();
/openjdk7/jdk/test/sun/management/jdp/
H A DJdpDoSomething.java76 public static void doSomething() { method in class:JdpDoSomething
100 doSomething();
H A DJdpUnitTest.java89 JdpDoSomething.doSomething();
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineMulti.sh53 // stat() calls version 2 of doSomething() instead of
55 private void doSomething() {
63 doSomething(); // @1 breakpoint here line 16 function

Completed in 77 milliseconds