Searched refs:havesupername (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.hpp43 PlaceholderEntry* new_entry(int hash, Symbol* name, oop loader, bool havesupername, Symbol* supername);
59 Handle loader, bool havesupername, Symbol* supername);
183 bool havesupername() const { return _havesupername; } function in class:PlaceholderEntry
184 void set_havesupername(bool havesupername) { _havesupername = havesupername; } argument
H A Dplaceholders.cpp35 oop loader, bool havesupername,
41 entry->set_havesupername(havesupername);
65 bool havesupername, Symbol* supername){
71 PlaceholderEntry* entry = new_entry(hash, class_name, class_loader(), havesupername, supername);
123 // if havesupername: this is used for circularity for instanceklass loading
34 new_entry(int hash, Symbol* name, oop loader, bool havesupername, Symbol* supername) argument
63 add_entry(int index, unsigned int hash, Symbol* class_name, Handle class_loader, bool havesupername, Symbol* supername) argument
H A DsystemDictionary.cpp629 bool havesupername = false; local
645 if (placeholder->havesupername() == true) {
647 havesupername = true;
654 if (super_load_in_progress && havesupername==true) {

Completed in 42 milliseconds