< prev index next >

src/hotspot/share/ci/ciConstant.cpp

Print this page

        

*** 54,63 **** --- 54,64 ---- tty->print("%f", _value._float); break; case T_DOUBLE: tty->print("%lf", _value._double); break; + case T_VALUETYPE: case T_OBJECT: case T_ARRAY: _value._object->print(); break; default:
< prev index next >