8203356: VM Object Allocation Collector can infinite recurse
JC Beyler
jcbeyler at google.com
Wed Aug 1 21:29:42 UTC 2018
Hi all,
Could someone review this change:
Webrev: http://cr.openjdk.java.net/~jcbeyler/8203356/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8203356
Basically, if during a callback from a VMObjectAlloc event, the user
provokes a clone, the code would send a new callback and you can recurse
infinitely.
I added a test that fails without the fix and passes now.
Thanks,
Jc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20180801/444978b4/attachment.html>
More information about the serviceability-dev
mailing list