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

/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceBase.java30 protected static final Object my_context = new Object() { field in class:IoTraceBase
54 return my_context;
66 return my_context;
77 return my_context;
92 return my_context;
113 if (context != my_context) {
132 if (context != my_context) {

Completed in 32 milliseconds