RFR: 8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()

Chris Plummer chris.plummer at oracle.com
Wed Sep 11 05:12:38 UTC 2019


Looks good.

Chris

On 9/10/19 7:03 PM, Leonid Mesnik wrote:
> 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/
> bug: https://bugs.openjdk.java.net/browse/JDK-8230830
>
> Leonid
>
>



More information about the serviceability-dev mailing list