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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1178 oopDesc dummyOld; local
1179 dummyOld.set_mark(m);
1180 assert(!dummyOld.is_forwarded(),
1187 if (dummyOld.age() < tenuring_threshold()) {
1294 oopDesc dummyOld; local
1295 dummyOld.set_mark(m);
1296 assert(!dummyOld.is_forwarded(),
1304 if (dummyOld.age() < tenuring_threshold()) {

Completed in 935 milliseconds