[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-distro-pkg-dev
Subject:    [Bug 1368] [IcedTea8] Ensure debug data is available for all libraries and binaries without redundan
From:       bugzilla-daemon () icedtea ! classpath ! org
Date:       2019-10-17 18:37:07
Message-ID: bug-1368-30-V4FNrQTBCe () http ! icedtea ! classpath ! org/bugzilla/
[Download RAW message or body]


--1571337428.EB6F1E60.19031
Date: Thu, 17 Oct 2019 18:37:08 +0000
MIME-Version: 1.0
Content-Type: text/plain

https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1368

--- Comment #14 from hg commits <mercurial@icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=6879be7790c8
author: Andrew John Hughes <gnu_andrew@member.fsf.org>
date: Mon Aug 26 19:26:15 2019 +0100

    Bump shenandoah to aarch64-shenandoah-jdk8u232-b01

    Upstream changes:
      - S8075136: Unnecessary sign extension for byte array access
      - S8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
      - S8185900: hotspot build failed with gcc version Red Hat 4.4.7-3
      - S8185979: PPC64: Implement SHA2 intrinsic
      - S8202353: os::readdir should use readdir instead of readdir_r
      - S8210761: libjsig is being compiled without optimization
      - S8218721: C1's CEE optimization produces safepoint poll with invalid
debug information
      - S8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
      - S8225636: SA can't handle prelinked libraries
      - S8228405: Incorrect format strings in PhaseIdealLoop::rc_predicate
      - S8228406: Superfluous change in chaitin.hpp

    ChangeLog:

    2019-08-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>

        Bump shenandoah to aarch64-shenandoah-jdk8u232-b01
        * patches/hotspot/shenandoah/8187667-pr3517-readdir_r.patch,
        * patches/hotspot/shenandoah/8196978-pr3517-gcc_4_pragmas.patch:
        Removed as readdir_r issue was fixed upstream in 8u232-b01.
        * Makefile.am:
        (ICEDTEA_PATCHES): Move above readdir_r patches to AArch32-only
        section.
        * NEWS: Updated.
        * hotspot.map.in: Bump shenandoah to
        aarch64-shenandoah-jdk8u232-b01.
        * patches/hotspot/aarch32/6424123-pr3696.patch:
        Replace symlink with a copy of the Shenandoah version, so the
        Shenandoah one can be updated for 8u232-b01.
        * patches/hotspot/aarch32/8187667-pr3517-readdir_r.patch,
        * patches/hotspot/aarch32/8196978-pr3517-gcc_4_pragmas.patch:
        Replace symlinks with copies as these patches have been removed
        for Shenandoah.
        * patches/hotspot/aarch32/pr1368.patch:
        Replace symlink with a copy of the Shenandoah version, so the
        Shenandoah one can be updated for 8u232-b01.
        * patches/hotspot/shenandoah/6424123-pr3696.patch:
        Fix context in vm_version_ppc.cpp altered by
        "8185979: PPC64: Implement SHA2 intrinsic"
        * patches/hotspot/shenandoah/8158260-pr2991-rh1341258.patch:
        Alter placement of new flag in vm_version_ppc.cpp so it
        is no longer affected by 8185979.
        * patches/hotspot/shenandoah/pr1368.patch:
        Fix context in jsig.make files for each platform as
        "8210761: libjsig is being compiled without optimization"
        changed them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--1571337428.EB6F1E60.19031
Date: Thu, 17 Oct 2019 18:37:08 +0000
MIME-Version: 1.0
Content-Type: text/html

<html>
    <head>
      <base href="https://icedtea.classpath.org/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IcedTea8] Ensure debug data is available for all \
libraries and binaries without redundant files"  \
href="https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1368#c14">Comment # \
14</a>  on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IcedTea8] Ensure debug data is available for all \
libraries and binaries without redundant files"  \
href="https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1368">bug 1368</a>  from \
<span class="vcard"><a class="email" \
href="mailto:mercurial&#64;icedtea.classpath.org" title="hg commits \
&lt;mercurial&#64;icedtea.classpath.org&gt;"> <span class="fn">hg commits</span></a> \
</span></b>  <pre>details:
<a href="http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=6879be7790c8">http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=6879be7790c8</a>
                
author: Andrew John Hughes &lt;<a \
                href="mailto:gnu_andrew&#64;member.fsf.org">gnu_andrew&#64;member.fsf.org</a>&gt;
                
date: Mon Aug 26 19:26:15 2019 +0100

    Bump shenandoah to aarch64-shenandoah-jdk8u232-b01

    Upstream changes:
      - S8075136: Unnecessary sign extension for byte array access
      - S8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
      - S8185900: hotspot build failed with gcc version Red Hat 4.4.7-3
      - S8185979: PPC64: Implement SHA2 intrinsic
      - S8202353: os::readdir should use readdir instead of readdir_r
      - S8210761: libjsig is being compiled without optimization
      - S8218721: C1's CEE optimization produces safepoint poll with invalid
debug information
      - S8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
      - S8225636: SA can't handle prelinked libraries
      - S8228405: Incorrect format strings in PhaseIdealLoop::rc_predicate
      - S8228406: Superfluous change in chaitin.hpp

    ChangeLog:

    2019-08-20  Andrew John Hughes  &lt;<a \
href="mailto:gnu_andrew&#64;member.fsf.org">gnu_andrew&#64;member.fsf.org</a>&gt;

        Bump shenandoah to aarch64-shenandoah-jdk8u232-b01
        * patches/hotspot/shenandoah/8187667-pr3517-readdir_r.patch,
        * patches/hotspot/shenandoah/8196978-pr3517-gcc_4_pragmas.patch:
        Removed as readdir_r issue was fixed upstream in 8u232-b01.
        * Makefile.am:
        (ICEDTEA_PATCHES): Move above readdir_r patches to AArch32-only
        section.
        * NEWS: Updated.
        * hotspot.map.in: Bump shenandoah to
        aarch64-shenandoah-jdk8u232-b01.
        * patches/hotspot/aarch32/6424123-pr3696.patch:
        Replace symlink with a copy of the Shenandoah version, so the
        Shenandoah one can be updated for 8u232-b01.
        * patches/hotspot/aarch32/8187667-pr3517-readdir_r.patch,
        * patches/hotspot/aarch32/8196978-pr3517-gcc_4_pragmas.patch:
        Replace symlinks with copies as these patches have been removed
        for Shenandoah.
        * patches/hotspot/aarch32/pr1368.patch:
        Replace symlink with a copy of the Shenandoah version, so the
        Shenandoah one can be updated for 8u232-b01.
        * patches/hotspot/shenandoah/6424123-pr3696.patch:
        Fix context in vm_version_ppc.cpp altered by
        &quot;8185979: PPC64: Implement SHA2 intrinsic&quot;
        * patches/hotspot/shenandoah/8158260-pr2991-rh1341258.patch:
        Alter placement of new flag in vm_version_ppc.cpp so it
        is no longer affected by 8185979.
        * patches/hotspot/shenandoah/pr1368.patch:
        Fix context in jsig.make files for each platform as
        &quot;8210761: libjsig is being compiled without optimization&quot;
        changed them.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>
--1571337428.EB6F1E60.19031--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic