Skip to content
Success

Changes

Summary

  1. Fix trace format for MemorySubSpace (commit: de2d500) (details)
Commit de2d500de7c4111f28610540a6483151d01e4abc by Aleksandar Micic
Fix trace format for MemorySubSpace

Various trace points use %llx (long long - 64bit) while it should use
%zx or %p (size_t - 32/64 bit) format to print MemorySubSpace addresses
and allocation result (address in heap), what would work both for 32bit
and 64bit VMs. Settling with %p, since it's already predominant.

Signed-off-by: Aleksandar Micic <Aleksandar_Micic@ca.ibm.com>
(commit: de2d500)
The file was modified gc/base/j9mm.tdf (diff)