Searched defs:classloadAction (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.hpp78 enum classloadAction { enum in class:PlaceholderTable
86 // If entry exists, reuse entry and push SeenThread for classloadAction
89 classloadAction action, Symbol* supername,
222 SeenThread* actionToQueue(PlaceholderTable::classloadAction action) {
239 void set_threadQ(SeenThread* seenthread, PlaceholderTable::classloadAction action) {
272 void add_seen_thread(Thread* thread, PlaceholderTable::classloadAction action) {
290 bool check_seen_thread(Thread* thread, PlaceholderTable::classloadAction action) {
308 bool remove_seen_thread(Thread* thread, PlaceholderTable::classloadAction action) {

Completed in 30 milliseconds