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

Jiangli Zhou jiangli.zhou at oracle.com
Thu Jul 5 14:50:50 PDT 2012


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