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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp398 HeapWord* next_boundary = _array->address_for_index(next_index); local
401 while (next_boundary < addr) {
402 while (n <= next_boundary) {
408 assert(q <= next_boundary && n > next_boundary, "Consequence of loop");
410 alloc_block_work2(&next_boundary, &next_index, q, n);
413 while (next_boundary < addr) {
414 while (n <= next_boundary) {
420 assert(q <= next_boundary && n > next_boundary, "Consequenc
[all...]

Completed in 1700 milliseconds