Searched defs:invocation (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6529200.java112 int invocation = 1; field in class:B6529200.Handler
118 switch (invocation++) {
H A DB6341616.java88 int invocation = 1; field in class:B6341616.Handler
H A DB6526158.java82 int invocation = 1; field in class:B6526158.Handler
H A DB6526913.java75 int invocation = 1; field in class:B6526913.Handler
H A DB6744329.java78 int invocation = 1; field in class:B6744329.Handler
H A DB6886436.java79 int invocation = 1; field in class:B6886436.Handler
H A DB6361557.java53 int invocation = 1; field in class:B6361557.Handler
H A DB6393710.java131 int invocation = 1; field in class:B6393710.Handler
H A DB6433018.java91 int invocation = 1; field in class:B6433018.Handler
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DFileServerHandler.java65 int invocation = 1; field in class:FileServerHandler
H A DTest10.java66 volatile int invocation = 0; field in class:Test10.Handler
H A DTest6.java84 int invocation = 1; field in class:Test6.Handler
H A DTest6a.java86 int invocation = 1; field in class:Test6a.Handler
H A DTest7.java84 int invocation = 1; field in class:Test7.Handler
H A DTest7a.java91 int invocation = 1; field in class:Test7a.Handler
H A DTest8.java83 int invocation = 1; field in class:Test8.Handler
H A DTest8a.java106 int invocation = 1; field in class:Test8a.Handler
H A DTest2.java106 int invocation = 1; field in class:Test2.Handler
H A DTest3.java73 volatile int invocation = 0; field in class:Test3.Handler
80 int x = invocation ++;
H A DTest4.java71 volatile int invocation = 0; field in class:Test4.Handler
78 int x = invocation ++;
H A DTest5.java72 volatile int invocation = 0; field in class:Test5.Handler
79 int x = invocation ++;
H A DTest14.java119 int invocation = 1; field in class:Test14.Handler
/openjdk7/jdk/test/java/net/Authenticator/
H A DDeadlock.java138 int invocation = 1; field in class:Deadlock.Handler
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp48 int invocation; member in class:SweeperRecord
58 tty->print_cr("traversal = %d invocation = %d compile_id = %d %s uep = " PTR_FORMAT " vep = "
61 invocation,
113 _records[_sweep_index].invocation = _invocations;
283 // The last invocation iterates until there are no more nmethods
287 tty->print_cr("### Sweep at %d out of %d, invocation: %d, yielding to safepoint", _seen, CodeCache::nof_nmethods(), _invocations);

Completed in 42 milliseconds