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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1455 // Move the object to the working free list defined by FreeHead,FreeTail.
1490 mid->FreeNext = NULL; // This mid is current tail in the FreeHead list
1508 ObjectMonitor * FreeHead = NULL ; // Local SLL of scavenged monitors local
1521 int deflatedcount = walk_monitor_list(cur->omInUseList_addr(), &FreeHead, &FreeTail);
1531 int deflatedcount = walk_monitor_list((ObjectMonitor **)&gOmInUseList, &FreeHead, &FreeTail);
1553 deflated = deflate_monitor(mid, obj, &FreeHead, &FreeTail);
1578 if (FreeHead != NULL) {
1583 gFreeList = FreeHead ;

Completed in 35 milliseconds