eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
933 stars 392 forks source link

Fix trace format for MemorySubSpace #7381

Closed amicic closed 1 week ago

amicic commented 1 week ago

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.

amicic commented 1 week ago

@dmitripivkine please, review

dmitripivkine commented 1 week ago

@babsingh Would you please help with merging?

babsingh commented 1 week ago

jenkins build all