Code Review for 6845426

Prepared by:kamg on Wed Mar 2 13:58:26 EST 2011
Workspace:/java/east/u3/kamg/ws/6845426
Compare against: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot
Compare against version:2112
Summary of changes: 35 lines changed: 27 ins; 0 del; 8 mod; 11387 unchg
Patch of changes: 6845426.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/classfile/classFileParser.cpp

rev 2113 : 6845426: non-static <clinit> method with no args is called during the class initialization process
Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50
Reviewed-by:
5 lines changed: 2 ins; 0 del; 3 mod; 4637 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/instanceKlass.cpp

rev 2113 : 6845426: non-static <clinit> method with no args is called during the class initialization process
Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50
Reviewed-by:
6 lines changed: 5 ins; 0 del; 1 mod; 3042 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/klassVtable.cpp

rev 2113 : 6845426: non-static <clinit> method with no args is called during the class initialization process
Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50
Reviewed-by:
3 lines changed: 0 ins; 0 del; 3 mod; 1314 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/methodOop.cpp

rev 2113 : 6845426: non-static <clinit> method with no args is called during the class initialization process
Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50
Reviewed-by:
14 lines changed: 13 ins; 0 del; 1 mod; 1589 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/methodOop.hpp

rev 2113 : 6845426: non-static <clinit> method with no args is called during the class initialization process
Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50
Reviewed-by:
7 lines changed: 7 ins; 0 del; 0 mod; 805 unchg

This code review page was prepared using /home/kamg/bin/hg_webrev (vers 23.18-hg-never).