mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8022188: Make zero compile after 8016131 and 8016697
Reviewed-by: dholmes, twisti
This commit is contained in:
parent
68198af05c
commit
6e609cbc64
4 changed files with 25 additions and 13 deletions
|
@ -141,7 +141,7 @@ inline intptr_t* frame::id() const {
|
|||
return fp();
|
||||
}
|
||||
|
||||
inline JavaCallWrapper* frame::entry_frame_call_wrapper() const {
|
||||
inline JavaCallWrapper** frame::entry_frame_call_wrapper_addr() const {
|
||||
return zero_entryframe()->call_wrapper();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue