comparison src/share/vm/graal/graalRuntime.cpp @ 9577:ffd3d85e055f

replaced OSR_migration_end assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 May 2013 15:22:59 +0200
parents df3aa336a313
children d84ea522800e
comparison
equal deleted inserted replaced
9576:e799f8478b6d 9577:ffd3d85e055f
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 OSR_migration_end_id:
131 case arithmetic_frem_id: 130 case arithmetic_frem_id:
132 case arithmetic_drem_id: 131 case arithmetic_drem_id:
133 break; 132 break;
134 // All other stubs should have oopmaps 133 // All other stubs should have oopmaps
135 default: 134 default: