hg: jdk7/tl/langtools: 2 new changesets

2010-08-05 Thread maurizio . cimadamore
Changeset: 0fe472f4a332
Author:mcimadamore
Date:  2010-08-05 09:44 +0100
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0fe472f4a332

6881115: javac permits nested anno w/o mandatory attrs => 
IncompleteAnnotationException
Summary: default annotation value is not attributed
Reviewed-by: jjg, darcy

! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/annotations/6881115/T6881115.java
+ test/tools/javac/annotations/6881115/T6881115.out

Changeset: 237f3bd52242
Author:mcimadamore
Date:  2010-08-05 09:45 +0100
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/237f3bd52242

6857948: Calling a constructor with a doubly bogus argument causes an internal 
error
Summary: problem when constructor resolution returns an erroneous symbol
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/6857948/T6857948.java
+ test/tools/javac/6857948/T6857948.out



hg: jdk7/tl/jdk: 6945961: SIGSEGV in memcpy() during class loading on linux-i586

2010-08-05 Thread andrei . pangin
Changeset: 188f156148ea
Author:apangin
Date:  2010-08-04 20:25 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/188f156148ea

6945961: SIGSEGV in memcpy() during class loading on linux-i586
Summary: Check the result of strchr() in Bytecode Verifier
Reviewed-by: kamg, acorn

! src/share/native/common/check_code.c