mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6977640: Zero and Shark fixes
A number of fixes for Zero and Shark. Reviewed-by: twisti
This commit is contained in:
parent
0f1f7c3b7f
commit
a325f5589a
5 changed files with 19 additions and 10 deletions
|
@ -82,6 +82,10 @@
|
|||
return _last_Java_fp;
|
||||
}
|
||||
|
||||
address last_Java_pc() const {
|
||||
return _last_Java_pc;
|
||||
}
|
||||
|
||||
static ByteSize last_Java_fp_offset() {
|
||||
return byte_offset_of(JavaFrameAnchor, _last_Java_fp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue