comparison src/cpu/zero/vm/javaFrameAnchor_zero.hpp @ 1512:6cfbdb113e52

6950617: Zero/Shark interface updates Summary: Zero needs a couple of new methods to allow Shark to access the new frame anchor field. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 07 May 2010 04:20:56 -0700
parents 0c5b3cf3c1f5
children c18cbe5936b8
comparison
equal deleted inserted replaced
1511:348346af6676 1512:6cfbdb113e52
79 } 79 }
80 80
81 ZeroFrame* last_Java_fp() const { 81 ZeroFrame* last_Java_fp() const {
82 return _last_Java_fp; 82 return _last_Java_fp;
83 } 83 }
84
85 static ByteSize last_Java_fp_offset() {
86 return byte_offset_of(JavaFrameAnchor, _last_Java_fp);
87 }