hotspot/src/share/vm/classfile/dictionary.hpp
changeset 31592 43f48e165466
parent 29081 c61eb4914428
child 33602 16053580a684
equal deleted inserted replaced
31401:1514c0a798d2 31592:43f48e165466
   368     return (SymbolPropertyEntry**)HashtableEntry<Symbol*, mtSymbol>::next_addr();
   368     return (SymbolPropertyEntry**)HashtableEntry<Symbol*, mtSymbol>::next_addr();
   369   }
   369   }
   370 
   370 
   371   void print_on(outputStream* st) const {
   371   void print_on(outputStream* st) const {
   372     symbol()->print_value_on(st);
   372     symbol()->print_value_on(st);
   373     st->print("/mode="INTX_FORMAT, symbol_mode());
   373     st->print("/mode=" INTX_FORMAT, symbol_mode());
   374     st->print(" -> ");
   374     st->print(" -> ");
   375     bool printed = false;
   375     bool printed = false;
   376     if (method() != NULL) {
   376     if (method() != NULL) {
   377       method()->print_value_on(st);
   377       method()->print_value_on(st);
   378       printed = true;
   378       printed = true;