comparison src/share/vm/graal/graalRuntime.cpp @ 8127:3d41998c30de

Create new way of handling unwind that recalculates rbp from rsp. Remove unused instanceof slow path stub.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 06 Mar 2013 16:37:18 +0100
parents c6c72de0537e
children c3657d00e343
comparison
equal deleted inserted replaced
8125:0026a2e70695 8127:3d41998c30de
125 125
126 #ifdef ASSERT 126 #ifdef ASSERT
127 // Make sure that stubs that need oopmaps have them 127 // Make sure that stubs that need oopmaps have them
128 switch (id) { 128 switch (id) {
129 // These stubs don't need to have an oopmap 129 // These stubs don't need to have an oopmap
130 case slow_subtype_check_id:
131 #if defined(SPARC) || defined(PPC) 130 #if defined(SPARC) || defined(PPC)
132 case handle_exception_nofpu_id: // Unused on sparc 131 case handle_exception_nofpu_id: // Unused on sparc
133 #endif 132 #endif
134 case verify_oop_id: 133 case verify_oop_id:
135 case unwind_exception_call_id: 134 case unwind_exception_call_id: