[Bug 1404] [IcedTea7] Failure to bootstrap with ecj 4.2
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu May 2 09:57:13 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1404
--- Comment #4 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/release/icedtea7-2.1?cmd=changeset;node=40b919581506
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu May 02 16:10:08 2013 +0100
PR1404: Failure to bootstrap with ecj 4.2
2013-05-02 Andrew John Hughes <gnu.andrew at member.fsf.org>
* Makefile.am:
(ICEDTEA_BOOTSTRAP_CLASSES): Initialise to
empty so it always has a value. Change
addition of classes to += from =.
* acinclude.m4:
(IT_CHECK_FOR_METHOD): Remove call to
IT_CHECK_JAVA_AND_JAVAC_WORK to avoid backporting.
(IT_CHECK_FOR_CONSTRUCTOR): Likewise.
2013-04-18 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR1404: Failure to bootstrap with ecj 4.2
* Makefile.am:
(ICEDTEA_BOOTSTRAP_CLASSES): Add SSLContext,
SSLEngine and SslRMIServerSocketFactory if
methods are missing.
(IT_LANGUAGE_SOURCE_VERSION): Set to 7 if supported.
(IT_CLASS_TARGET_VERSION): Likewise.
* configure.ac: Mention bugs in comments.
Add tests for getDefaultSSLParameters/setSSLParameters
and new 7 SslRMIServerSocketFactory.
* NEWS: Updated.
2013-01-11 Andrew John Hughes <gnu.andrew at redhat.com>
* acinclude.m4:
(IT_CHECK_FOR_CLASS): Write class toString() output
to System.err rather than throwing it away. It then
appears in config.log and may be useful in debugging.
(IT_CHECK_FOR_METHOD): Fix documentation and add
System.err output as for IT_CHECK_FOR_CLASS.
(IT_CHECK_FOR_CONSTRUCTOR): New macro to test for
the presence of a specific constructor. Works
with both private & protected constructors by
using a subclass for the compile test.
2012-08-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
(ICEDTEA_BOOTSTRAP_CLASSES): Only add Matcher if
the quoteReplacement method is absent.
* acinclude.m4:
(IT_JAVAH): Explicitly set source & target.
(IT_LIBRARY_CHECK): Likewise.
(IT_PR40630_CHECK): Likewise.
(IT_CHECK_FOR_CLASS): Likewise.
(IT_DIAMOND_CHECK): Specify target as 7 as well.
(IT_CHECK_FOR_METHOD): New macro to check for the
existence of a Java method both at build and runtime.
* configure.ac:
Check for java.util.regex.Matcher.quoteReplacement.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130502/3863ae6f/attachment.html
More information about the distro-pkg-dev
mailing list