test/req.flg

Fri, 29 Apr 2011 16:05:02 +0100

author
mcimadamore
date
Fri, 29 Apr 2011 16:05:02 +0100
changeset 989
4c03383f6529
parent 0
959103a6100f
permissions
-rw-r--r--

7040104: javac NPE on Object a[]; Object o = (a=null)[0];
Summary: When a null literal is found on top of stack, if expected type is 1-dimension array no checkcast is emitted
Reviewed-by: jjg

aoqi@0 1 echo_file test/TEST.ROOT

mercurial