src/share/vm/classfile/dictionary.hpp

changeset 9327
f96fcd9e1e1b
parent 8497
50e62b688ddc
child 9448
73d689add964
     1.1 --- a/src/share/vm/classfile/dictionary.hpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/classfile/dictionary.hpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -373,7 +373,7 @@
     1.4  
     1.5    void print_on(outputStream* st) const {
     1.6      symbol()->print_value_on(st);
     1.7 -    st->print("/mode="INTX_FORMAT, symbol_mode());
     1.8 +    st->print("/mode=" INTX_FORMAT, symbol_mode());
     1.9      st->print(" -> ");
    1.10      bool printed = false;
    1.11      if (method() != NULL) {

mercurial