6950617: Zero/Shark interface updates

Zero needs a couple of new methods to allow Shark to access the new frame anchor field.

Reviewed-by: twisti
This commit is contained in:
Gary Benson 2010-05-07 04:20:56 -07:00 committed by Christian Thalinger
parent 4d6c5d6fef
commit 399d1f6a5f
4 changed files with 17 additions and 0 deletions

View file

@ -81,3 +81,7 @@
ZeroFrame* last_Java_fp() const {
return _last_Java_fp;
}
static ByteSize last_Java_fp_offset() {
return byte_offset_of(JavaFrameAnchor, _last_Java_fp);
}