Dmitri Pivkine
Dmitri Pivkine
We are trying to investigate racing condition for Card Table. An Assertion with message has been added recently to output unexpected Card state. It was not enough unfortunately, *card value...
getGuaranteedNurseryRange() in GCExtensionsBase is defind always no. There is no need to check J9VM_GC_GENERATIONAL (and technically this is wrong flag any way, OMR_GC_MODRON_SCAVENGER should be checked instead). This function is...
Current behaviour for object heap allocation on zLinux is direction bottom-up. The bottom-up allocation direction is selected to get performance benefit from smaller shift on Z platform. By this reason...
The representation of 0-length array `` is technically Discontiguous. The criteria for Discontiguous "size in elements" field contains 0 and it happen for 0-length array naturally due size 0. According...