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

/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java144 throw noException("getAttribute");
150 throw noException("setAttribute");
156 throw noException("invoke");
189 private static Exception noException(String what) { method in class:MethodResultTest
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3579 Label noException; local
3580 __ cmp_and_br_short(G4deopt_mode, Deoptimization::Unpack_exception, Assembler::notEqual, Assembler::pt, noException);
3586 __ bind(noException);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2963 Label noException; local
2965 __ jcc(Assembler::notEqual, noException);
2977 __ bind(noException);
3398 Label noException; local
3405 __ jcc(Assembler::equal, noException);
3412 __ bind(noException);
H A DsharedRuntime_x86_64.cpp3436 Label noException; local
3438 __ jcc(Assembler::notEqual, noException);
3452 __ bind(noException);
3840 Label noException; local
3845 __ jcc(Assembler::equal, noException);
3854 __ bind(noException);

Completed in 66 milliseconds