8030076: remove unused runtime related code

Small cleanup of runtime code

Reviewed-by: dholmes, coleenp
This commit is contained in:
Bertrand Delsart 2015-06-24 08:30:52 +02:00
parent 83a0dd66c5
commit d046f1596b
7 changed files with 4 additions and 53 deletions

View file

@ -307,11 +307,6 @@ class frame VALUE_OBJ_CLASS_SPEC {
void interpreter_frame_verify_monitor(BasicObjectLock* value) const;
// Tells whether the current interpreter_frame frame pointer
// corresponds to the old compiled/deoptimized fp
// The receiver used to be a top level frame
bool interpreter_frame_equals_unpacked_fp(intptr_t* fp);
// Return/result value from this interpreter frame
// If the method return type is T_OBJECT or T_ARRAY populates oop_result
// For other (non-T_VOID) the appropriate field in the jvalue is populated