[ubuntu/eoan-proposed] openjdk-lts 11.0.3+7-3ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Wed Apr 24 10:41:33 UTC 2019


openjdk-lts (11.0.3+7-3ubuntu1) eoan; urgency=medium

  * Sync packages with 11.0.3+7-3:
  * Add breaks to the openjdk-11-jre-headless package:
    - For unattended upgrades: jetty9, netbeans, tomcat8, visualvm.
    - For eclipse 3.8 removal: eclipse-platform. Closes: #925071.
    - For configuration with vendor flag: libreoffice-core.

  * Apply updates from jdk11u-dev, and remove locally applied patches:
    - 8206955: MethodHandleProxies.asInterfaceInstance does not support default
      methodsdefault tip.
    - 8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java.
    - 8218854: FontMetrics.getMaxAdvance may be less than the maximum
      FontMetrics.charWidth.
    - 8214002: Cannot use italic font style if the font has embedded bitmap.
    - 8222522: Add configure options for Mac Bundle creation.
    - 8221880: Better customization for Windows RC properties FileDescription
      and ProductName.
    - 8222133: Add temporary exceptions for root certs that are due to expire
      soon.
    - 8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due
      to cert within 90-day expiry window.
    - 8170494: JNI exception pending in PlainDatagramSocketImpl.c.
    - 8217879: hs_err should print more instructions in hex dump.
    - 8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile
      hangs when "nc" does not accept "-U".
    - 8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled
      registers.
    - 8209914: javadoc search sometimes generates bad URIs.
    - 8218020: Fix version number in mesa.md 3rd party legal file.
    - 8188133: C2: Static field accesses in clinit can trigger
      deoptimizations.
    - 8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and
      tests.
    - 8211266: [TESTBUG] ZipFSTester.java failed intermittently in
      ZipFSTester.checkRead(): bound must be positive.
    - 8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the
      crc32 value into size field.
    - 8217647: JFR: recordings on 32-bit systems unreadable.
    - 8216970: condy causes JVM crash.
    - 8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine.
    - 8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms.
    - 8220349: The fix done for JDK-8214253 have caused issues in JTree
      behaviour.
    - 8221833: Readability check in Symbol::is_valid not performed for some
      addresses.
    - 8220441: [PPC64] Clobber memory effect missing for memory barriers in
      atomics.
    - 8218991: s390: Add intrinsic for GHASH algorithm.
    - 8220625: tools/javac/classreader/8171132/BadConstantValue.java failed
      with "did not see expected error".

Date: Wed, 24 Apr 2019 12:37:06 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/openjdk-lts/11.0.3+7-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 24 Apr 2019 12:37:06 +0200
Source: openjdk-lts
Architecture: source
Version: 11.0.3+7-3ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Closes: 925071
Changes:
 openjdk-lts (11.0.3+7-3ubuntu1) eoan; urgency=medium
 .
   * Sync packages with 11.0.3+7-3:
   * Add breaks to the openjdk-11-jre-headless package:
     - For unattended upgrades: jetty9, netbeans, tomcat8, visualvm.
     - For eclipse 3.8 removal: eclipse-platform. Closes: #925071.
     - For configuration with vendor flag: libreoffice-core.
 .
   * Apply updates from jdk11u-dev, and remove locally applied patches:
     - 8206955: MethodHandleProxies.asInterfaceInstance does not support default
       methodsdefault tip.
     - 8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java.
     - 8218854: FontMetrics.getMaxAdvance may be less than the maximum
       FontMetrics.charWidth.
     - 8214002: Cannot use italic font style if the font has embedded bitmap.
     - 8222522: Add configure options for Mac Bundle creation.
     - 8221880: Better customization for Windows RC properties FileDescription
       and ProductName.
     - 8222133: Add temporary exceptions for root certs that are due to expire
       soon.
     - 8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due
       to cert within 90-day expiry window.
     - 8170494: JNI exception pending in PlainDatagramSocketImpl.c.
     - 8217879: hs_err should print more instructions in hex dump.
     - 8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile
       hangs when "nc" does not accept "-U".
     - 8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled
       registers.
     - 8209914: javadoc search sometimes generates bad URIs.
     - 8218020: Fix version number in mesa.md 3rd party legal file.
     - 8188133: C2: Static field accesses in clinit can trigger
       deoptimizations.
     - 8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and
       tests.
     - 8211266: [TESTBUG] ZipFSTester.java failed intermittently in
       ZipFSTester.checkRead(): bound must be positive.
     - 8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the
       crc32 value into size field.
     - 8217647: JFR: recordings on 32-bit systems unreadable.
     - 8216970: condy causes JVM crash.
     - 8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine.
     - 8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms.
     - 8220349: The fix done for JDK-8214253 have caused issues in JTree
       behaviour.
     - 8221833: Readability check in Symbol::is_valid not performed for some
       addresses.
     - 8220441: [PPC64] Clobber memory effect missing for memory barriers in
       atomics.
     - 8218991: s390: Add intrinsic for GHASH algorithm.
     - 8220625: tools/javac/classreader/8171132/BadConstantValue.java failed
       with "did not see expected error".
Checksums-Sha1:
 3d822148a54d84f0f22faa744eda78dc63fdb3a1 4806 openjdk-lts_11.0.3+7-3ubuntu1.dsc
 52ad3cbdf234c6bcc3c3a4d543d6057d1d622d4b 413408 openjdk-lts_11.0.3+7-3ubuntu1.debian.tar.xz
 fcb757b3fd311a746ef68b8f6e324ca73f77a43b 6686 openjdk-lts_11.0.3+7-3ubuntu1_source.buildinfo
Checksums-Sha256:
 b2a4097baa1913eb209fe104e77b8fac5e5d3f14699236bbae97a066d9d2cdbf 4806 openjdk-lts_11.0.3+7-3ubuntu1.dsc
 4b05f667e8434503bf8e1bec0a56e1d597e180c7af79955f5fa628247c722caa 413408 openjdk-lts_11.0.3+7-3ubuntu1.debian.tar.xz
 b957013f97a197a97b30b0627207a3ac8ff75665fcbfcd8e492be28d35f243e8 6686 openjdk-lts_11.0.3+7-3ubuntu1_source.buildinfo
Files:
 372b5cee5fd3c53bab7ad883e6da8de1 4806 java optional openjdk-lts_11.0.3+7-3ubuntu1.dsc
 1eb1cd012a9548ac2f3ecb8b0d953cf5 413408 java optional openjdk-lts_11.0.3+7-3ubuntu1.debian.tar.xz
 9b44c47ec7782df041a824e276ddecca 6686 java optional openjdk-lts_11.0.3+7-3ubuntu1_source.buildinfo
Original-Maintainer: OpenJDK Team <openjdk at lists.launchpad.net>

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlzAPSIQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9bq5EADIaTOni/tcdU7oG7DZ86f0c7t4U5ztwZDB
VTC3fclIz0ZyGdMtnCncytAMgRFze4eohb/TsLLyUKPVuiViS401e7NY5oHv0PzY
KBn+rgC4c9LxbMiQ7YC7gn0GWv5bQuysGwUhWwPDBGPn0zInr2J/C2Njq8IuUSZT
iODWDig0atUfJiobvQjS83MWeRz1XDLh3S/Q4YE2dEYEj6sP4bz9XRyGQkiDbQSQ
9snTiXsQ/4y5iCGkrjHOmFizbKxDQYZMAzN6jg67PLpdUxUZaf+KtnTmotlRsi65
LmwHpNdvulL00dF+E+Cem/EYrMk9QrwsuEiXmZbt+oJgSSS1wKl+tv0p2smR6YI1
V5ZBWbWHZAhtDb39AUHpKg8uruvns3/tmt/NRkwOkFizGOFb0mBCLkEepHvpDxcU
FBOkv6EAN2wIf5eTIC8w6C1PptmP6uSba55jepHR/QtEzfVwZXKsG4rIfwcIn2qv
jjdn81IJLVJrLiUcY9Hlqr8sj1TKOjfeUreRsS9uyS3nn6VdhCyZ7ibqa/hv5Aa9
LaCo5YDeWsDaOsYJVbp7PdpHvoj4Ypr+gAf2DZhlIciLH575vaT4FHY5R6ObdSMk
9bfQNSwGPYFzJuoFLn9bvOyPW40pz0GcS7Kpcio6q+npEGEERrU0szsAfioedpGy
+PbOKFrFMw==
=X4ik
-----END PGP SIGNATURE-----


More information about the Eoan-changes mailing list