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

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp290 class DerivedPointerTable : public AllStatic { class in inherits:AllStatic
304 // A utility class to temporarily "deactivate" the DerivedPointerTable.
311 _active = DerivedPointerTable::is_active();
313 DerivedPointerTable::set_active(false);
318 assert(!DerivedPointerTable::is_active(),
321 DerivedPointerTable::set_active(true);

Completed in 1171 milliseconds