Code Review for 7082949

Prepared by:never on Wed Aug 24 11:56:41 PDT 2011
Workspace:/net/smite.us.oracle.com/export/ws/box
Compare against: ssh://hg.openjdk.java.net/hsx/hotspot-comp-gate/hotspot
Summary of changes: 55 lines changed: 55 ins; 0 del; 0 mod; 1606 unchg
Patch of changes: 7082949.patch
Author comments:
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.

Bug id: Bug Database
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/methodOop.cpp

1 line changed: 1 ins; 0 del; 0 mod; 1606 unchg

------ ------ ------ ------ --- New Patch Raw test/compiler/7082949/Test7082949.java

54 lines changed: 54 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /never/bin/webrev (vers 23.18-hg-never).