287288289290291292293294295296297
int oomCount = 0; final Monitor m = heapMonitor; // final Monitor m = null; if (m != null) { m.enter(); } try { if (gcActive) { if ((heapFlags & TRACE_ALLOC) != 0) { debug("Using GC Heap type ");