Searched refs:__BAR__ (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DSuppressStackTraces.java76 public void pong() throws PongException { __BAR__(); }
77 public void __BAR__() throws PongException { throw new PongException(); } method in class:Impl2
82 public void pong() throws PongException { __BAR__(); }
83 public void __BAR__() throws PongException { throw new PongException(); } method in class:Impl1
148 } else if (e.getMethodName().equals("__BAR__")) {
150 "TEST FAILED: trace contains __BAR__");
H A DServerStackTrace.java50 __BAR__();
53 private void __BAR__() throws PingException { method in class:ServerStackTrace
94 } else if (e.getMethodName().equals("__BAR__")) {
97 "trace contains more than one __BAR__");
108 "TEST FAILED: trace lacks server-side method __BAR__");
113 "before server-side method __BAR__");

Completed in 42 milliseconds