comparison src/share/vm/graal/graalRuntime.cpp @ 9565:3d3da5a588bb

removed instance of unwind_exception_call_id from ASSERT code
author Doug Simon <doug.simon@oracle.com>
date Sun, 05 May 2013 00:17:52 +0200
parents 5fa54bf57f8c
children a79e8020ad4b
comparison
equal deleted inserted replaced
9564:a1ba00323cc2 9565:3d3da5a588bb
129 // These stubs don't need to have an oopmap 129 // These stubs don't need to have an oopmap
130 #if defined(SPARC) || defined(PPC) 130 #if defined(SPARC) || defined(PPC)
131 case handle_exception_nofpu_id: // Unused on sparc 131 case handle_exception_nofpu_id: // Unused on sparc
132 #endif 132 #endif
133 case verify_oop_id: 133 case verify_oop_id:
134 case unwind_exception_call_id:
135 case OSR_migration_end_id: 134 case OSR_migration_end_id:
136 case arithmetic_frem_id: 135 case arithmetic_frem_id:
137 case arithmetic_drem_id: 136 case arithmetic_drem_id:
138 break; 137 break;
139 // All other stubs should have oopmaps 138 // All other stubs should have oopmaps