[Bug 1404] [IcedTea7] Failure to bootstrap with ecj 4.2

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Apr 19 11:37:49 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1404

--- Comment #3 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=3757116b4861
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Apr 19 19:37:22 2013 +0100

    PR1404: Failure to bootstrap with ecj 4.2

    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.

-- 
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/20130419/5ef9b925/attachment.html 


More information about the distro-pkg-dev mailing list