6712835: Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2008-07-25 11:32:56 -07:00
parent 97c80b8c84
commit 7b4a7f7bdc
4 changed files with 1587 additions and 1 deletions

View file

@ -351,7 +351,7 @@ void ciBlock::set_exception_range(int start_bci, int limit_bci) {
}
#ifndef PRODUCT
static char *flagnames[] = {
static const char *flagnames[] = {
"Processed",
"Handler",
"MayThrow",