Searched refs:has_aborted (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.cpp106 if (!cm()->has_aborted()) {
134 if (!cm()->has_aborted()) {
141 if (!cm()->has_aborted()) {
179 if (!cm()->has_aborted()) {
249 // abort() did. Checking the has_aborted() flag after joining
260 // abort() will have completed and has_aborted() will return
266 if (!cm()->has_aborted()) {
271 if (cm()->has_aborted()) {
H A DconcurrentMark.cpp960 if (!_cm->has_aborted()) {
979 if (!_cm->has_aborted() && the_task->has_aborted()) {
997 } while (!_cm->has_aborted() && the_task->has_aborted());
1000 guarantee(!the_task->has_aborted() || _cm->has_aborted(), "invariant");
1099 // It's possible that has_aborted() is true here without actually
1148 if (has_aborted()) {
1849 if (has_aborted()) {
[all...]
H A DconcurrentMark.hpp799 bool has_aborted() { return _has_aborted; } function in class:ConcurrentMark
1149 bool has_aborted() { return _has_aborted; } function in class:CMTask
H A Dg1CollectedHeap.cpp2532 if (_cm->has_aborted()) {

Completed in 374 milliseconds