src/share/vm/ci/ciConstant.cpp

changeset 1785
1c9c45172908
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/ci/ciConstant.cpp	Thu Apr 01 16:06:57 2010 -0700
     1.2 +++ b/src/share/vm/ci/ciConstant.cpp	Fri Apr 02 11:55:00 2010 -0700
     1.3 @@ -36,7 +36,7 @@
     1.4               basictype_to_str(basic_type()));
     1.5    switch (basic_type()) {
     1.6    case T_BOOLEAN:
     1.7 -    tty->print("%s", bool_to_str(_value._int == 0));
     1.8 +    tty->print("%s", bool_to_str(_value._int != 0));
     1.9      break;
    1.10    case T_CHAR:
    1.11    case T_BYTE:

mercurial