comparison src/share/vm/runtime/stubCodeGenerator.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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 associate a stub code with a name. 114 // Stack-allocated helper class used to assciate 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 {