RFR (XS) 8024425: VM_HeapDumper doesn't put anonymous classes in the heap dump
Staffan Larsen
staffan.larsen at oracle.com
Thu Oct 10 11:36:04 UTC 2013
instanceKlass.cpp:2318 - should use jio_snprintf() instead of sprintf()
I'm also wondering if this method should be re-written to use jio_snprintf() as the method for concatenating the strings?
/Staffan
On 10 okt 2013, at 12:24, Fredrik Arvidsson <fredrik.arvidsson at oracle.com> wrote:
> Hi
>
> Please help me to review the changes below:
>
> Jira case: https://bugs.openjdk.java.net/browse/JDK-8024425
> Webrev: http://cr.openjdk.java.net/~allwin/farvidss/8024425/webrev.00/
>
> About this change.
> I switched from using the SystemDictionary to use ClassLoaderDataGraph instead since the SystemDictionary lack information about the 'anonymous' classes related to this bug.
>
> Previously failed Aurora tests have been run using UTE and verified to PASS. The heap dump file have been successfully opened and parsed using jhat and eclipse MAT.
>
> Cheers
> /Fredrik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20131010/aa9e420f/attachment.htm>
More information about the hotspot-gc-dev
mailing list