Searched defs:doSomething (Results 1 - 8 of 8) 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
/openjdk7/jdk/test/java/lang/instrument/
H A DDifferent_ExampleRedefine.java49 doSomething() method in class:ExampleRedefine
H A DExampleRedefine.java48 doSomething() method in class:ExampleRedefine
/openjdk7/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopDoSomething.java29 public void doSomething(){ method in class:JMXStartStopDoSomething
47 p.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
/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();

Completed in 31 milliseconds