Request for review: 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145
Jiangli Zhou
jiangli.zhou at oracle.com
Thu Jul 5 16:17:42 PDT 2012
Hi Coleen,
Thanks a lot for the quick review!
Jiangli
On 07/05/2012 04:05 PM, Coleen Phillimore wrote:
>
> 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