src/share/vm/classfile/dictionary.hpp

changeset 9327
f96fcd9e1e1b
parent 8497
50e62b688ddc
child 9448
73d689add964
equal deleted inserted replaced
9324:efdbe9b904ad 9327:f96fcd9e1e1b
371 return (SymbolPropertyEntry**)HashtableEntry<Symbol*, mtSymbol>::next_addr(); 371 return (SymbolPropertyEntry**)HashtableEntry<Symbol*, mtSymbol>::next_addr();
372 } 372 }
373 373
374 void print_on(outputStream* st) const { 374 void print_on(outputStream* st) const {
375 symbol()->print_value_on(st); 375 symbol()->print_value_on(st);
376 st->print("/mode="INTX_FORMAT, symbol_mode()); 376 st->print("/mode=" INTX_FORMAT, symbol_mode());
377 st->print(" -> "); 377 st->print(" -> ");
378 bool printed = false; 378 bool printed = false;
379 if (method() != NULL) { 379 if (method() != NULL) {
380 method()->print_value_on(st); 380 method()->print_value_on(st);
381 printed = true; 381 printed = true;

mercurial