[Bug 2674] [IcedTea7] Include applicable backports listed as fixed in '7u91'

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Nov 23 14:02:35 UTC 2015


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

--- Comment #92 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=bffa3455fa17
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Mon Nov 23 02:54:31 2015 +0000

    Bump to icedtea-2.7.0pre04.

    Upstream changes:
      - Bump to icedtea-2.7.0pre04
      - S6880559, PR2674: Enable PKCS11 64-bit windows builds
      - S6904403, PR2674: assert(f == k->has_finalizer(),"inconsistent
has_finalizer") with debug VM
      - S7011441, PR2674: jndi/ldap/Connection.java needs to avoid spurious
wakeup
      - S7059542, PR2674: JNDI name operations should be locale independent
      - S7107611, PR2674: sun.security.pkcs11.SessionManager is scalability
blocker
      - S7127066, PR2674: Class verifier accepts an invalid class file
      - S7150092, PR2674: NTLM authentication fail if user specified a
different realm
      - S7152582, PR2674: PKCS11 tests should use the NSS libraries available
in the OS
      - S7156085, PR2674: ArrayIndexOutOfBoundsException throws in UTF8Reader
of SAXParser
      - S7177045, PR2674: Rework the TestProviderLeak.java regression test, it
is too fragile to low memory errors.
      - S7190945, PR2674: pkcs11 problem loading NSS libs on Ubuntu
      - S8005226, PR2674:
java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails
intermittently
      - S8009438, PR2674: sun/security/pkcs11/Secmod tests failing on Ubuntu
12.04
      - S8012971, PR2674: PKCS11Test hiding exception failures
      - S8020424, PR2674: The NSS version should be detected before running
crypto tests
      - S8020443, PR2674: Frame is not created on the specified GraphicsDevice
with two monitors
      - S8026119. PR2679: Regression test DHEKeySizing.java failing
intermittently
      - S8027624, PR2674:
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
      - S8033069, PR2674: mouse wheel scroll closes combobox popup
      - S8035150, PR2674: ShouldNotReachHere() in ConstantPool::copy_entry_to
      - S8039212, PR2674: SecretKeyBasic.sh needs to avoid NSS libnss3 and
libsoftokn3 version mismatches
      - S8044364, PR2674: runtime/RedefineFinalizer test fails on windows
      - S8048353: jstack -l crashes VM when a Java mirror for a primitive type
is locked
      - S8050123, PR2674: Incorrect property name documented in CORBA
InputStream API
      - S8056124, PR2674: Hotspot should use PICL interface to get cacheline
size on SPARC
      - S8059200, PR2674: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl
failure on line 744, no picl library) on Solaris 11.1
      - S8059588, PR2674: deadlock in java/io/PrintStream when verbose
java.security.debug flags are set
      - S8062518, PR2674: AIOBE occurs when accessing to document function in
extended function in JAXP
      - S8062591, PR2674: SPARC PICL causes significantly longer startup times
      - S8072863, PR2674: Replace fatal() with vm_exit_during_initialization()
when an incorrect class is found on the bootclasspath
      - S8073453, PR2674: Focus doesn't move when pressing Shift + Tab keys
      - S8074350, PR2674: Support ISO 4217 "Current funds codes" table (A.2)
      - S8074869, PR2674: C2 code generator can replace -0.0f with +0.0f on
Linux
      - S8075609, PR2674: java.lang.IllegalArgumentException: aContainer is not
a focus cycle root of aComponent
      - S8075773, PR2674: jps running as root fails after the fix of
JDK-8050807
      - S8076040, PR2674: Test
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with
-XX:+UseG1GC
      - S8076328, PR2679: Enforce key exchange constraints
      - S8076455, PR2674: IME Composition Window is displayed on incorrect
position
      - S8076968, PR2674: PICL based initialization of L2 cache line size on
some SPARC systems is incorrect
      - S8077102, PR2674: dns_lookup_realm should be false by default
      - S8077409, PR2674: Drawing deviates when validate() is invoked on
java.awt.ScrollPane
      - S8078113, PR2674: 8011102 changes may cause incorrect results
      - S8080012, PR2674: JVM times out with vdbench on SPARC M7-16
      - S8081392, PR2674: getNodeValue should return 'null' value for Element
nodes
      - S8081470, PR2674: com/sun/jdi tests are failing with "Error. failed to
clean up files after test" with jtreg 4.1 b12
      - S8081760, PR2679: Better group dynamics
      - S8130297, PR2674:
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after
JDK-8076040
      - S8133636, PR2674: [TEST_BUG] Import/add tests for the problem seen in
8076110

    2015-11-20  Andrew John Hughes  <gnu.andrew at member.fsf.org>

        * Makefile.am,
        (CORBA_CHANGESET): Update to icedtea-2.7.0pre04.
        (JAXP_CHANGESET): Likewise.
        (JAXWS_CHANGESET): Likewise.
        (JDK_CHANGESET): Likewise.
        (LANGTOOLS_CHANGESET): Likewise.
        (OPENJDK_CHANGESET): Likewise.
        (CORBA_SHA256SUM): Likewise.
        (JAXP_SHA256SUM): Likewise.
        (JAXWS_SHA256SUM): Likewise.
        (JDK_SHA256SUM): Likewise.
        (LANGTOOLS_SHA256SUM): Likewise.
        (OPENJDK_SHA256SUM): Likewise.
        * NEWS: Updated.
        * configure.ac: Bump to 2.7.0pre04.
        * hotspot.map.in: Update to icedtea-2.7.0pre04.
        * patches/boot/ecj-stringswitch.patch:
        Add new case in sun.security.krb.Config.
        * patches/boot/ecj-trywithresources.patch:
        Regenerated due to changes in java.util.Currency.
        * patches/boot/ecj-underscored_literals.patch:
        Add new case in com.sun.jndi.ldap.Connection.

-- 
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/20151123/da0a63c3/attachment.html>


More information about the distro-pkg-dev mailing list