Searched refs:HandlerImpl (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/test/java/util/logging/Logger/getGlobal/testgetglobal/
H A DHandlerImpl.java34 public class HandlerImpl extends ConsoleHandler { class in inherits:ConsoleHandler
38 public HandlerImpl() { method in class:HandlerImpl
/openjdk9/jdk/test/java/util/logging/Logger/getGlobal/
H A DTestGetGlobalConcurrent.java32 * @build TestGetGlobalConcurrent testgetglobal.HandlerImpl testgetglobal.LogManagerImpl1 testgetglobal.LogManagerImpl2 testgetglobal.LogManagerImpl3 testgetglobal.BadLogManagerImpl testgetglobal.DummyLogManagerImpl
74 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
75 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));
86 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
87 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));
99 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
100 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));
178 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
179 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));
H A DTestGetGlobal.java31 * @build TestGetGlobal testgetglobal.HandlerImpl testgetglobal.LogManagerImpl1 testgetglobal.LogManagerImpl2 testgetglobal.LogManagerImpl3 testgetglobal.BadLogManagerImpl testgetglobal.DummyLogManagerImpl
75 if (!testgetglobal.HandlerImpl.received.equals(expected)) {
77 throw new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected
H A DTestGetGlobalByName.java31 * @build TestGetGlobalByName testgetglobal.HandlerImpl testgetglobal.LogManagerImpl1 testgetglobal.LogManagerImpl2 testgetglobal.LogManagerImpl3 testgetglobal.BadLogManagerImpl testgetglobal.DummyLogManagerImpl
69 if (!testgetglobal.HandlerImpl.received.equals(expected)) {
70 throw new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForest.java325 private static abstract class HandlerImpl extends XMLFilterImpl implements Handler { class in class:DOMForest
346 HandlerImpl x = new HandlerImpl() {
/openjdk9/hotspot/src/share/vm/opto/
H A Doutput.cpp1030 // class HandlerImpl is platform-specific and defined in the *.ad files.
1031 int exception_handler_req = HandlerImpl::size_exception_handler() + MAX_stubs_size; // add marginal slop for handler
1032 int deopt_handler_req = HandlerImpl::size_deopt_handler() + MAX_stubs_size; // add marginal slop for handler
1519 // class HandlerImpl is platform-specific and defined in the *.ad files.
1522 _code_offsets.set_value(CodeOffsets::Exceptions, HandlerImpl::emit_exception_handler(*cb));
1527 _code_offsets.set_value(CodeOffsets::Deopt, HandlerImpl::emit_deopt_handler(*cb));
1533 _code_offsets.set_value(CodeOffsets::DeoptMH, HandlerImpl::emit_deopt_handler(*cb));
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp2752 const int return_pc_adjustment_no_exception = -HandlerImpl::size_deopt_handler();
/openjdk9/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp2815 __ add2reg(Z_R14, -(int)HandlerImpl::size_deopt_handler());

Completed in 201 milliseconds