diff -r 1514c0a798d2 -r 43f48e165466 hotspot/src/share/vm/classfile/dictionary.hpp --- a/hotspot/src/share/vm/classfile/dictionary.hpp Wed Jun 24 14:28:30 2015 +0000 +++ b/hotspot/src/share/vm/classfile/dictionary.hpp Wed Jun 24 12:12:25 2015 -0400 @@ -370,7 +370,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) {