comparison src/share/vm/ci/ciMethodBlocks.cpp @ 250:6ca61c728c2d

6712835: Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform") Reviewed-by: kvn
author never
date Fri, 25 Jul 2008 11:32:56 -0700
parents d1605aabd0a1
children 194b8e3a2fc4
comparison
equal deleted inserted replaced
249:910a4cb98e9e 250:6ca61c728c2d
349 _ex_limit_bci = limit_bci; 349 _ex_limit_bci = limit_bci;
350 set_handler(); 350 set_handler();
351 } 351 }
352 352
353 #ifndef PRODUCT 353 #ifndef PRODUCT
354 static char *flagnames[] = { 354 static const char *flagnames[] = {
355 "Processed", 355 "Processed",
356 "Handler", 356 "Handler",
357 "MayThrow", 357 "MayThrow",
358 "Jsr", 358 "Jsr",
359 "Ret", 359 "Ret",