RFR: 8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()
Leonid Mesnik
leonid.mesnik at oracle.com
Wed Sep 11 02:03:53 UTC 2019
Hi
Could you please review following tiny fix which just add ResourceMark in JvmtiSuspendControl::print() method.
The method jvmtiSuspendControl::print() might used in custom builds only for debugging purposes. So I don't know when it was used last time. I found that it crashes when I tried to use it locally.
webrev: http://cr.openjdk.java.net/~lmesnik/8230830/webrev.00/ <http://cr.openjdk.java.net/~lmesnik/8230830/webrev.00/>
bug: https://bugs.openjdk.java.net/browse/JDK-8230830 <https://bugs.openjdk.java.net/browse/JDK-8230830>
Leonid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20190910/51e1b97f/attachment-0001.html>
More information about the serviceability-dev
mailing list