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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp993 uintptr_t sp_align_mask = (uintptr_t)(sizeof(int)-1); local
996 if ((usp & sp_align_mask) != 0) return true;
1002 if ((old_sp & sp_align_mask) != 0) return true;

Completed in 33 milliseconds