mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +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
|
@ -221,6 +221,10 @@ class frame VALUE_OBJ_CLASS_SPEC {
|
|||
// returns the stack pointer of the calling frame
|
||||
intptr_t* sender_sp() const;
|
||||
|
||||
// Deoptimization info, if needed (platform dependent).
|
||||
// Stored in the initial_info field of the unroll info, to be used by
|
||||
// the platform dependent deoptimization blobs.
|
||||
intptr_t *initial_deoptimization_info();
|
||||
|
||||
// Interpreter frames:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue