History log of /openjdk10/hotspot/test/serviceability/sa/TestHeapDumpForLargeArray.java
Revision Date Author Comments
# 12596:2c44cff993b8 30-Jan-2017 jgeorge

8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
Summary: Create a new heapdump segment and truncate huge arrays if required, to avoid overflow of the 32 bit value representing the size.
Reviewed-by: dholmes, dsamersoff
Contributed-by: jini.george@oracle.com