Request for review: 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145

Coleen Phillimore coleen.phillimore at oracle.com
Thu Jul 5 16:05:16 PDT 2012


This looks good.
Coleen

On 7/5/2012 5:50 PM, Jiangli Zhou wrote:
> Hi,
>
> Please review the bug fix for 7181632: nsk classLoad001_14 failure and 
> CompileTheWorld crash after 7178145 (changed 
> constMethodOop::_exception_table to optionally inlined u2 table). The 
> exception handler table is now an inlined table in constMethodOop. 
> During method rewriting, method data is copied into the new methodOop 
> and constMethodOop. The inlined exception table needs to be explicitly 
> copied like the rest of the inlined table:
>
>   http://cr.openjdk.java.net/~jiangli/7181632/webrev.00/
>
> Thanks,
>
> Jiangli


More information about the hotspot-runtime-dev mailing list