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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp109 const int SerializePageShiftCount = 4; variable
111 const int SerializePageShiftCount = 3; variable
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp354 return SerializePageShiftCount;
H A Dos.cpp1196 assert(SerializePageShiftCount == count,
1197 "thread size changed, fix SerializePageShiftCount constant");

Completed in 42 milliseconds