mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6712835: Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
Reviewed-by: kvn
This commit is contained in:
parent
97c80b8c84
commit
7b4a7f7bdc
4 changed files with 1587 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue