src/share/vm/ci/ciMethodBlocks.cpp

changeset 685
6ca61c728c2d
parent 631
d1605aabd0a1
child 802
194b8e3a2fc4
     1.1 --- a/src/share/vm/ci/ciMethodBlocks.cpp	Fri Jul 25 09:07:29 2008 -0700
     1.2 +++ b/src/share/vm/ci/ciMethodBlocks.cpp	Fri Jul 25 11:32:56 2008 -0700
     1.3 @@ -351,7 +351,7 @@
     1.4  }
     1.5  
     1.6  #ifndef PRODUCT
     1.7 -static char *flagnames[] = {
     1.8 +static const char *flagnames[] = {
     1.9    "Processed",
    1.10    "Handler",
    1.11    "MayThrow",

mercurial