/hg/icedtea6: Explicitly compile java.nio.StringCharBuffer when ...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Feb 18 17:16:58 PST 2010


changeset c597699b4fa6 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c597699b4fa6
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Feb 19 01:16:48 2010 +0000

	Explicitly compile java.nio.StringCharBuffer when bootstrapping.

	2010-02-19 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Add java/nio/StringCharBuffer.java to
	OPENJDK_BOOTSTRAP_CLASSES. Some versions of ecj seem not to
	build it automatically.


diffstat:

2 files changed, 9 insertions(+), 1 deletion(-)
ChangeLog   |    9 ++++++++-
Makefile.am |    1 +

diffs (27 lines):

diff -r a47b53c08a6a -r c597699b4fa6 ChangeLog
--- 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@
-2010-02-17 Andrew John Hughes  <ahughes at redhat.com>
+2010-02-19 Andrew John Hughes  <ahughes at 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 at redhat.com>
 
 	Drop hotspot-tools targets to simplify
 	bootstrapping OpenJDK.
diff -r a47b53c08a6a -r c597699b4fa6 Makefile.am
--- 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 @@ ICEDTEA_BOOTSTRAP_DIRS = \
 	$(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



More information about the distro-pkg-dev mailing list