< prev index next >

src/share/vm/classfile/placeholders.cpp

Print this page

        

*** 170,180 **** } } } PlaceholderTable::PlaceholderTable(int table_size) ! : TwoOopHashtable<Symbol*, mtClass>(table_size, sizeof(PlaceholderEntry)) { } #ifndef PRODUCT // Note, doesn't append a cr void PlaceholderEntry::print() const { --- 170,180 ---- } } } PlaceholderTable::PlaceholderTable(int table_size) ! : Hashtable<Symbol*, mtClass>(table_size, sizeof(PlaceholderEntry)) { } #ifndef PRODUCT // Note, doesn't append a cr void PlaceholderEntry::print() const {
< prev index next >