Changeset: 34ed99f84832
Author:ohair
Date: 2010-06-24 08:34 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/34ed99f84832
6963941: Correct download link for source drop bundle
Reviewed-by: darcy
! jaxp.properties
Changeset: d8a15fda7e3a
Author:jjg
Date: 2010-06-24 10:34 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d8a15fda7e3a
6917288: Unnamed nested class is not generated
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/tools/javac/6917
Joe,
Looks like I need to undo the removal of the sun/nio/cs/ext classes
from rt.jar
(they supposedly belonged in charsets.jar). Control builds of jdk7-tl
are broken.
Apparently in the short time that they have been in jdk7 rt.jar, we
seem to have
created a dependency on some of the sun/n
Hi Kelly.
I don't know what the right fix is either; however, I'd support putting
the sun/nio/cs/ext classes back into rt.jar to fix the build issue while
the longer-term fix was being investigated.
-Joe
Kelly O'Hair wrote:
Joe,
Looks like I need to undo the removal of the sun/nio/cs/ext c