Request for review: JDK-8011260: fatal error: LineNumberTable attribute has wrong length in class file

harold seigel harold.seigel at oracle.com
Tue Apr 9 06:55:26 PDT 2013


Hi,

Please review the following bug fix:

Summary:   The assertion was prevented by changing the code to verify 
classes loaded by the anonymous class loader, unless -noverify was 
specified.  Also, the relevant assertion messages were improved to 
include additional information, including class name.

Open webrev at http://cr.openjdk.java.net/~hseigel/bug_8011260/ 
<http://cr.openjdk.java.net/%7Ehseigel/bug_8011260/>

Bug link at http://bugs.sun.com/view_bug.do?bug_id=8011260

The change was tested by hand to ensure that the assertion no longer 
occurs when the test is run.  Additional testing was done using JCK Lang 
and VM, JTREG tests, ute vm.quick.testlist and vm.mlvm.testlist tests, 
and JPRT tests.

Thank you!
Harold


More information about the hotspot-runtime-dev mailing list