review for 7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method

Tom Rodriguez tom.rodriguez at oracle.com
Wed Aug 24 13:57:20 PDT 2011


Thanks Christian and Vladimir.

tom

On Aug 24, 2011, at 12:42 PM, Christian Thalinger wrote:

> Looks good.  -- Christian
> 
> On Aug 24, 2011, at 8:59 PM, Tom Rodriguez wrote:
> 
>> http://cr.openjdk.java.net/~never/7082949
>> 55 lines changed: 55 ins; 0 del; 0 mod; 1606 unchg
>> 
>> 7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
>> Summary:
>> Reviewed-by:
>> 
>> The fix for 7056328 added some resource allocation in some cases when
>> building the invoke method but didn't insert a ResourceMark.  Mostly
>> we ended up using one in a caller but sometimes the caller doesn't
>> have one so this code needs its own.  Tested with failing test case.
>> 
> 



More information about the hotspot-compiler-dev mailing list