[Bug 2777] [IcedTea8] Fix MAX/MIN template usage on s390

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Jul 21 21:43:39 UTC 2016


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

--- Comment #4 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=63318a602543
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Jul 21 22:45:04 2016 +0100

    PR3079: Provide option to build Shenandoah on x86_64

    2016-07-21  Andrew John Hughes  <gnu.andrew at redhat.com>

        PR3079: Provide option to build Shenandoah on x86_64
        * INSTALL: Mention Shenandoah under HotSpot builds.
        * Makefile.am:
        (ICEDTEA_PATCHES): Add IcedTea HotSpot patches
        for use in alt-HotSpot (i.e. Shenandoah) builds.
        * NEWS: Updated. Move this and other new features
        to the top under "New features".
        * acinclude.m4:
        (IT_ENABLE_ZERO_BUILD): Fix name of native port
        macro.
        (IT_WITH_HOTSPOT_BUILD): Make DEFUN_ONCE.
        (IT_ARCH_HAS_NATIVE_HOTSPOT_PORT): Use clearer
        name. Use host_cpu in configure output so it's clear
        what value is being checked.
        (IT_HSBUILD_WORKS_ON_THIS_ARCH): Check that HSBUILD
        is applicable to the architecture being used.
        At present, this stops Shenandoah being built on
        anything but x86_64.
        * configure.ac: Invoke IT_HSBUILD_WORKS_ON_THIS_ARCH
        rather than IT_WITH_HOTSPOT_BUILD (now a dependency
        of that macro).
        * hotspot.map.in: Add Shenandoah drop, taken from
        aarch64-shenandoah-jdk8u92-b14 in
        aarch64-port/jdk8u-shenandoah.
        * patches/hotspot/shenandoah/6425769-pr2859.patch,
        * patches/hotspot/shenandoah/8038392-rh1064383.patch,
        * patches/hotspot/shenandoah/8041658.patch,
        * patches/hotspot/shenandoah/8087218-pr2740.patch,
        * patches/hotspot/shenandoah/8145096-pr2854.patch,
        * patches/hotspot/shenandoah/8148752-pr2943.patch,
        * patches/hotspot/shenandoah/8154210.patch,
        * patches/hotspot/shenandoah/8158260-pr2991-rh1341258.patch,
        * patches/hotspot/shenandoah/8159244-pr3074.patch,
        * patches/hotspot/shenandoah/crash_dump.patch,
        * patches/hotspot/shenandoah/no_devirt.patch,
        * patches/hotspot/shenandoah/pr1368.patch,
        * patches/hotspot/shenandoah/pr1748.patch,
        * patches/hotspot/shenandoah/pr1869.patch,
        * patches/hotspot/shenandoah/pr1942.patch,
        * patches/hotspot/shenandoah/pr1975.patch,
        * patches/hotspot/shenandoah/pr2777.patch,
        * patches/hotspot/shenandoah/werror.patch:
        Patches applied to the main IcedTea HotSpot tree
        which need to also be applied to any alternate HotSpot
        being built.
        * scripts/create_tarballs.sh:
        Add script used to create drop tarballs, most recently
        the Shenandoah one.
        * scripts/gen_changeset_and_sha256sums.sh:
        Update to latest version which handles HotSpot-only
        drop creation.

-- 
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/20160721/3ce0a63d/attachment.html>


More information about the distro-pkg-dev mailing list