[9] RFR(XS): 8059675: Missing ResourceMark in nmethod::clear_ic_stubs()

Albert Noll albert.noll at oracle.com
Fri Oct 3 14:36:13 UTC 2014


Hi Tobias,

did you check other in nmethod.cpp where we have the following code:
CompiledIC *ic = CompiledIC_at(&iter);

For example in:

verify_icholder_relocations()
do_unloading(...)
do_unloading_parallel(..)
verify_metadata_loaders(..)
metadata_do(..)
verify_interrupt_point(..)
print_calls(...)

Best,
Albert


On 10/03/2014 04:24 PM, Tobias Hartmann wrote:
> Hi,
>
> please review the following small patch that adds a missing 
> ResourceMark to nmethod::clear_ic_stubs().
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8059675
> Webrev: http://cr.openjdk.java.net/~thartmann/8059675/webrev.00/
>
> Tested fix with failing test.
>
> Thanks,
> Tobias



More information about the hotspot-compiler-dev mailing list