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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1648 guarantee(false, "call do_object_careful instead");
1651 size_t do_object_careful(oop p) { function in class:ScanMarkedObjectsAgainCarefullyClosure
1696 guarantee(false, "call do_object_careful instead");
1699 size_t do_object_careful(oop p);

Completed in 40 milliseconds