src/share/vm/gc_interface/gcCause.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_interface/gcCause.hpp	Wed Jan 15 01:41:42 2014
--- new/src/share/vm/gc_interface/gcCause.hpp	Wed Jan 15 01:41:42 2014

*** 29,39 **** --- 29,39 ---- // // This class exposes implementation details of the various // collector(s), and we need to be very careful with it. If // use of this class grows, we should split it into public ! // and implemenation-private "causes". ! // and implementation-private "causes". // class GCCause : public AllStatic { public: enum Cause {

src/share/vm/gc_interface/gcCause.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File