comparison src/share/vm/graal/graalRuntime.cpp @ 9574:df3aa336a313

replaced verify_oop assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 May 2013 14:14:08 +0200
parents a79e8020ad4b
children ffd3d85e055f
comparison
equal deleted inserted replaced
9573:a79e8020ad4b 9574:df3aa336a313
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 #if defined(SPARC) || defined(PPC)
131 case handle_exception_nofpu_id: // Unused on sparc
132 #endif
133 case verify_oop_id:
134 case OSR_migration_end_id: 130 case OSR_migration_end_id:
135 case arithmetic_frem_id: 131 case arithmetic_frem_id:
136 case arithmetic_drem_id: 132 case arithmetic_drem_id:
137 break; 133 break;
138 // All other stubs should have oopmaps 134 // All other stubs should have oopmaps