diff 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
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethodBlocks.cpp	Fri Jul 25 09:07:29 2008 -0700
+++ b/src/share/vm/ci/ciMethodBlocks.cpp	Fri Jul 25 11:32:56 2008 -0700
@@ -351,7 +351,7 @@
 }
 
 #ifndef PRODUCT
-static char *flagnames[] = {
+static const char *flagnames[] = {
   "Processed",
   "Handler",
   "MayThrow",