comparison src/share/vm/gc_interface/gcCause.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents de6a9e811145
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
29 29
30 // 30 //
31 // This class exposes implementation details of the various 31 // This class exposes implementation details of the various
32 // collector(s), and we need to be very careful with it. If 32 // collector(s), and we need to be very careful with it. If
33 // use of this class grows, we should split it into public 33 // use of this class grows, we should split it into public
34 // and implemenation-private "causes". 34 // and implementation-private "causes".
35 // 35 //
36 36
37 class GCCause : public AllStatic { 37 class GCCause : public AllStatic {
38 public: 38 public:
39 enum Cause { 39 enum Cause {