review for 7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
Tom Rodriguez
tom.rodriguez at oracle.com
Wed Aug 24 11:59:01 PDT 2011
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