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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp74 DEBUG_ONLY(((ResourceObj *)p)->_allocation_t[0] = (uintptr_t)badHeapOopVal;)
150 _allocation_t[0] = (uintptr_t)badHeapOopVal; // zap type
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp895 const intptr_t badHeapOopVal = (intptr_t) CONST64(0x2BAD4B0BBAADBABE); // value used to zap heap after GC variable

Completed in 37 milliseconds