diff -r efdbe9b904ad -r f96fcd9e1e1b src/share/vm/classfile/dictionary.hpp --- a/src/share/vm/classfile/dictionary.hpp Tue Feb 23 18:58:36 2016 -0500 +++ b/src/share/vm/classfile/dictionary.hpp Thu Jun 14 09:15:08 2018 -0700 @@ -373,7 +373,7 @@ void print_on(outputStream* st) const { symbol()->print_value_on(st); - st->print("/mode="INTX_FORMAT, symbol_mode()); + st->print("/mode=" INTX_FORMAT, symbol_mode()); st->print(" -> "); bool printed = false; if (method() != NULL) {