comparison src/share/vm/c1/c1_Runtime1.cpp @ 2927:f9c6d9bc4fbc

RiMethod provides branch prediction information
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 09 Jun 2011 17:33:08 +0200
parents d577d07cedec
children be4ca325525a
comparison
equal deleted inserted replaced
2926:0e3ec0a4eda4 2927:f9c6d9bc4fbc
214 #endif 214 #endif
215 break; 215 break;
216 216
217 // All other stubs should have oopmaps 217 // All other stubs should have oopmaps
218 default: 218 default:
219 tty->print_cr("No oopmap found for %d", id);
220 assert(oop_maps != NULL, "must have an oopmap"); 219 assert(oop_maps != NULL, "must have an oopmap");
221 } 220 }
222 #endif 221 #endif
223 222
224 // align so printing shows nop's instead of random code at the end (SimpleStubs are aligned) 223 // align so printing shows nop's instead of random code at the end (SimpleStubs are aligned)