Searched refs:check_constraints (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp659 static void check_constraints(int index, unsigned int hash,
H A DsystemDictionary.cpp802 check_constraints(d_index, d_hash, k, class_loader, false, THREAD);
804 // Need to check for a PENDING_EXCEPTION again; check_constraints
1360 // hole with systemDictionary updates and check_constraints
1369 // The check_constraints/find_class call and update_dictionary sequence
1379 check_constraints(d_index, d_hash, k, class_loader_h, true, CHECK);
1940 void SystemDictionary::check_constraints(int d_index, unsigned int d_hash, function in class:SystemDictionary

Completed in 40 milliseconds