comparison src/share/vm/runtime/stubCodeGenerator.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 b9a9ed0f8eeb
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
109 virtual void stub_prolog(StubCodeDesc* cdesc); // called by StubCodeMark constructor 109 virtual void stub_prolog(StubCodeDesc* cdesc); // called by StubCodeMark constructor
110 virtual void stub_epilog(StubCodeDesc* cdesc); // called by StubCodeMark destructor 110 virtual void stub_epilog(StubCodeDesc* cdesc); // called by StubCodeMark destructor
111 }; 111 };
112 112
113 113
114 // Stack-allocated helper class used to assciate a stub code with a name. 114 // Stack-allocated helper class used to associate a stub code with a name.
115 // All stub code generating functions that use a StubCodeMark will be registered 115 // All stub code generating functions that use a StubCodeMark will be registered
116 // in the global StubCodeDesc list and the generated stub code can be identified 116 // in the global StubCodeDesc list and the generated stub code can be identified
117 // later via an address pointing into it. 117 // later via an address pointing into it.
118 118
119 class StubCodeMark: public StackObj { 119 class StubCodeMark: public StackObj {