comparison src/cpu/zero/vm/frame_zero.inline.hpp @ 6926:a3e2f723f2a5

8000780: make Zero build and run with JDK8 Reviewed-by: coleenp, dholmes, twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
author twisti
date Mon, 29 Oct 2012 11:08:48 -0700
parents da91efe96a93
children c566b81b3323
comparison
equal deleted inserted replaced
6915:a516debe2cee 6926:a3e2f723f2a5
33 _sp = NULL; 33 _sp = NULL;
34 _pc = NULL; 34 _pc = NULL;
35 _cb = NULL; 35 _cb = NULL;
36 _deopt_state = unknown; 36 _deopt_state = unknown;
37 } 37 }
38
39 inline address frame::sender_pc() const { ShouldNotCallThis(); }
38 40
39 inline frame::frame(ZeroFrame* zf, intptr_t* sp) { 41 inline frame::frame(ZeroFrame* zf, intptr_t* sp) {
40 _zeroframe = zf; 42 _zeroframe = zf;
41 _sp = sp; 43 _sp = sp;
42 switch (zeroframe()->type()) { 44 switch (zeroframe()->type()) {