changeset 1922:c597699b4fa6

Explicitly compile java.nio.StringCharBuffer when bootstrapping. 2010-02-19 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Add java/nio/StringCharBuffer.java to OPENJDK_BOOTSTRAP_CLASSES. Some versions of ecj seem not to build it automatically.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 19 Feb 2010 01:16:48 +0000
parents a47b53c08a6a
children a508d7cd967a 84b9054850f7
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 18 22:02:18 2010 +0000
+++ b/ChangeLog	Fri Feb 19 01:16:48 2010 +0000
@@ -1,4 +1,11 @@
-2010-02-17 Andrew John Hughes  <ahughes@redhat.com>
+2010-02-19 Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Add java/nio/StringCharBuffer.java to
+	OPENJDK_BOOTSTRAP_CLASSES.  Some versions
+	of ecj seem not to build it automatically.
+
+2010-02-18 Andrew John Hughes  <ahughes@redhat.com>
 
 	Drop hotspot-tools targets to simplify
 	bootstrapping OpenJDK.
--- a/Makefile.am	Thu Feb 18 22:02:18 2010 +0000
+++ b/Makefile.am	Fri Feb 19 01:16:48 2010 +0000
@@ -92,6 +92,7 @@
 	$(LANGTOOLS)/com/sun/tools/apt
 
 ICEDTEA_BOOTSTRAP_CLASSES = \
+	$(SHARE)/java/nio/StringCharBuffer.java \
 	$(SHARE)/sun/misc/Unsafe.java
 
 # FIXME (javac): Settings for javac go here