mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7087445: Improve platform independence of JSR292 shared code
Changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
This commit is contained in:
parent
61068411fa
commit
6141a568aa
9 changed files with 34 additions and 14 deletions
|
@ -425,3 +425,9 @@ void frame::describe_pd(FrameValues& values, int frame_no) {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
intptr_t *frame::initial_deoptimization_info() {
|
||||
// unused... but returns fp() to minimize changes introduced by 7087445
|
||||
return fp();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue