7087445: Improve platform independence of JSR292 shared code

Changes necessary for some JSR292 ports

Reviewed-by: jrose, dholmes
This commit is contained in:
Bertrand Delsart 2011-09-08 10:12:25 +02:00
parent 61068411fa
commit 6141a568aa
9 changed files with 34 additions and 14 deletions

View file

@ -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: