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

/openjdk7/jdk/test/java/lang/AssertionError/
H A DCause.java31 public class Cause { class
36 throw new Exception("Cause not set.");
39 throw new Exception("Cause set erroneously: " + ae.getCause());
/openjdk7/jdk/src/share/classes/sun/awt/
H A DCausedFocusEvent.java33 * be mouse press, traversal, activation, and so on - all causes are described as Cause enum. The
39 public enum Cause { enum in class:CausedFocusEvent
56 private final Cause cause;
58 public Cause getCause() {
67 Component opposite, Cause cause) {
70 cause = Cause.UNKNOWN;
86 (e instanceof CausedFocusEvent) ? ((CausedFocusEvent)e).getCause() : Cause.RETARGETED);
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DgcCause.hpp39 enum Cause { enum in class:GCCause
76 inline static bool is_user_requested_gc(GCCause::Cause cause) {
81 inline static bool is_serviceability_requested_gc(GCCause::Cause
89 static const char* to_string(GCCause::Cause cause);
92 // Helper class for doing logging that includes the GC Cause
101 GCCauseString(const char* prefix, GCCause::Cause cause) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp577 static GCCause::Cause _full_gc_cause;
625 void register_foreground_gc_start(GCCause::Cause cause);
626 void register_gc_start(GCCause::Cause cause);
740 void do_CMS_operation(CMS_op_type op, GCCause::Cause gc_cause);
909 void collect_in_background(bool clear_all_soft_refs, GCCause::Cause cause);
910 void collect_in_foreground(bool clear_all_soft_refs, GCCause::Cause cause);
913 static void request_full_gc(unsigned int full_gc_count, GCCause::Cause cause);
1038 enum Cause { enum in class:CMSExpansionCause
1048 static const char* to_string(CMSExpansionCause::Cause cause);
1088 void set_expansion_cause(CMSExpansionCause::Cause
[all...]

Completed in 48 milliseconds