hotspot/src/share/vm/utilities/constantTag.cpp
changeset 24424 2658d7834c6e
parent 24334 36096f7271f4
child 37466 287c4ebd11b0
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
    26 #include "utilities/constantTag.hpp"
    26 #include "utilities/constantTag.hpp"
    27 
    27 
    28 #ifndef PRODUCT
    28 #ifndef PRODUCT
    29 
    29 
    30 void constantTag::print_on(outputStream* st) const {
    30 void constantTag::print_on(outputStream* st) const {
    31   st->print(internal_name());
    31   st->print("%s", internal_name());
    32 }
    32 }
    33 
    33 
    34 #endif // PRODUCT
    34 #endif // PRODUCT
    35 
    35 
    36 BasicType constantTag::basic_type() const {
    36 BasicType constantTag::basic_type() const {