Relates :
|
|
Relates :
|
On AIX, we roll our own variant of SafepointMechanism::pd_initialize(). We missed registering the polling page with NMT, which caused runtime/NMT/SafepointPollingPages to fail on AIX. Note that this is only observable if UseSIGTRAP is off (on by default), since on ppc, we skip polling page creation if we use SIGTRAP instead of the standard SIGSEGV based safepoint mechanism.
|