Searched refs:placeholders (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp29 #include "classfile/placeholders.hpp"
311 unsigned int p_hash = placeholders()->compute_hash(child_name, class_loader);
312 int p_index = placeholders()->hash_to_index(p_hash);
333 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, child_name, class_loader);
339 PlaceholderEntry* newprobe = placeholders()->find_and_add(p_index, p_hash, child_name, class_loader, PlaceholderTable::LOAD_SUPER, class_name, THREAD);
358 // Note: clean up of placeholders currently in callers of
363 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, child_name, class_loader);
501 unsigned int p_hash = placeholders()->compute_hash(name, class_loader);
502 int p_index = placeholders()->hash_to_index(p_hash);
523 placeholders()
[all...]
H A DloaderConstraints.cpp435 PlaceholderTable* placeholders) {
455 // has to be in the placeholders table.
456 unsigned int p_hash = placeholders->compute_hash(name, loader);
457 int p_index = placeholders->hash_to_index(p_hash);
458 PlaceholderEntry* entry = placeholders->get_entry(p_index, p_hash,
463 // finding the class in the placeholders table.
464 guarantee(entry != NULL, "klass should be in the placeholders");
434 verify(Dictionary* dictionary, PlaceholderTable* placeholders) argument
H A DloaderConstraints.hpp29 #include "classfile/placeholders.hpp"
91 void verify(Dictionary* dictionary, PlaceholderTable* placeholders);
H A DsystemDictionary.hpp69 // Note that placeholders are deleted at any time, as they are removed
71 // of placeholders must hold the SystemDictionary_lock.
331 // This method applies "blk->do_oop" to all the placeholders.
531 _nof_buckets = 1009, // number of buckets in hash table for placeholders
548 // Hashtable holding placeholders for classes being loaded.
585 static PlaceholderTable* placeholders() { return _placeholders; } function in class:SystemDictionary
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DSystemDictionary.java94 public PlaceholderTable placeholders() { method in class:SystemDictionary
200 placeholders().primArrayClassesDo(v);
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java217 Set<Integer> placeholders = m.getPlaceholders();
219 suggestedInfo.markUnused(placeholders);

Completed in 61 milliseconds