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

David Holmes david.holmes at oracle.com
Thu Jul 5 16:53:16 PDT 2012


Looks okay to me. It is consistent with the other inlined tables.

David

On 6/07/2012 7:50 AM, 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