Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

java-13-openjdk-headless-13.0.14.0-2.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: java-13-openjdk-headless Distribution: openSUSE Tumbleweed
Version: 13.0.14.0 Vendor: openSUSE
Release: 2.1 Build date: Wed Mar 1 16:38:35 2023
Group: Development/Languages/Java Build host: obs-arm-3
Size: 184859250 Source RPM: java-13-openjdk-13.0.14.0-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://openjdk.java.net/
Summary: OpenJDK 13 Runtime Environment
The OpenJDK 13 runtime environment without audio and video support.

Provides

Requires

License

Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-only WITH Classpath-exception-2.0 AND LGPL-2.0-only AND MPL-1.0 AND MPL-1.1 AND SUSE-Public-Domain AND W3C

Changelog

* Tue Feb 21 2023 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.14+5 (January 2023 CPU)
    * Likely the last release of Java 13 ever
    * CVEs
      + CVE-2023-21835, bsc#1207246
      + CVE-2023-21843, bsc#1207248
    * Security fixes:
      + JDK-8293598: Enhance InetAddress address handling
      + JDK-8286070: Improve UTF8 representation
      + JDK-8286496: Improve Thread labels
      + JDK-8288516: Enhance font creation
      + JDK-8287411: Enhance DTLS performance
      + JDK-8289350: Better media supports
      + JDK-8293717: Objective view of ObjectView
      + JDK-8293554: Enhanced DH Key Exchanges
      + JDK-8295723: security/infra/wycheproof/RunWycheproof.java
      fails
      + JDK-8293734: Improve BMP image handling
      + JDK-8293742: Better Banking of Sounds
      + JDK-8295687: Better BMP bounds
    * Other changes:
      + JDK-8299439: java/text/Format/NumberFormat/
      /CurrencyFormat.java fails for hr_HR
      + JDK-8297804: (tz) Update Timezone Data to 2022g
      + JDK-8283323: libharfbuzz optimization level results in
      extreme build times
      + JDK-8273894: ConcurrentModificationException raised every
      time ReferralsCache drops referral
      + JDK-8297530: java.lang.IllegalArgumentException: Negative
      length on strings concatenation
      + JDK-8287076: Document.normalizeDocument() produces different
      results
      + JDK-8261279: sun/util/resources/cldr/TimeZoneNamesTest.java
      timed out
      + JDK-8287180: Update IANA Language Subtag Registry to Version
      2022-08-08
      + JDK-8267038: Update IANA Language Subtag Registry to Version
      2022-03-02
      + JDK-8296957: One more cast in SAFE_SIZE_NEW_ARRAY2
      + JDK-8290451: Incorrect result when switching to C2 OSR
      compilation from C1
      + JDK-8296496: Overzealous check in sizecalc.h prevents large
      memory allocation
      + JDK-8296480: java/security/cert/pkix/policyChanges/
      /TestPolicy.java is failing
      + JDK-8296715: CLDR v42 update for tzdata 2022f
      + JDK-8297027: Fix broken aarch64 build of 13u/15u after bad
      backport of 8293044
      + JDK-8296239: ISO 4217 Amendment 174 Update
      + JDK-8294307: ISO 4217 Amendment 173 Update
      + JDK-8296108: (tz) Update Timezone Data to 2022f
      + JDK-8295554: Move the "sizecalc.h" to the correct location
      + JDK-8293816: CI: ciBytecodeStream::get_klass() is not
      consistent
      + JDK-8293044: C1: Missing access check on non-accessible class
      + JDK-8293701: jdeps InverseDepsAnalyzer runs into
      NoSuchElementException: No value present
      + JDK-8277881: Missing SessionID in TLS1.3 resumption in
      compatibility mode
      + JDK-8270344: Session resumption errors
      + JDK-8293672: Update freetype md file
      + JDK-8295530: Update Zlib Data Compression Library to Version
      1.2.13
      + JDK-8295429: Update harfbuzz md file
      + JDK-8295173: (tz) Update Timezone Data to 2022e
      + JDK-8242565: Policy initialization issues when the denyAfter
      constraint is enabled
      + JDK-8294357: (tz) Update Timezone Data to 2022d
      + JDK-8283059: Uninitialized warning in check_code.c with GCC
      11.2
      + JDK-8266171: -Warray-bounds happens in imageioJPEG.c
      + JDK-8266174: -Wmisleading-indentation happens in
      libmlib_image sources
* Fri Feb 17 2023 Fridrich Strba <fstrba@suse.com>
  - Remove the accessibility sub-package, since it was never really
    working and creates another problems (bsc#1206549). It can
    eventually be built as standalone if needed
  - Removed patches:
    * jaw-jdk10.patch
    * jaw-misc.patch
    * jaw-nogtk.patch
      + not needed after the removal of the accessibility sub-package
* Mon Oct 24 2022 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.13+5 (October 2022 CPU)
    * Security fixes:
      + JDK-8289366, bsc#1204480, CVE-2022-39399: Improve HTTP/2
      client usage
      + JDK-8288508: Enhance ECDSA usage
      + JDK-8286918, bsc#1204472, CVE-2022-21628: Better HttpServer
      service
      + JDK-8287446, bsc#1204475, CVE-2022-21624: Enhance icon
      presentations
      + JDK-8286910: Improve JNDI lookups
      + JDK-8286511: Improve macro allocation
      + JDK-8286526, bsc#1204473, CVE-2022-21619: Improve NTLM support
      + JDK-8286533, bsc#1204471, CVE-2022-21626: Key X509 usages
      + JDK-8286077, bsc#1204468, CVE-2022-21618: Wider MultiByte
      + JDK-8286519: Better memory handling
      + JDK-8285662: Better permission resolution
      + JDK-8282252: Improve BigInteger/Decimal validation
      + JDK-8290334: Update FreeType to 2.12.1
      + JDK-8289853: Update HarfBuzz to 4.4.1
    * Other changes:
      + JDK-8242565: Policy initialization issues when the denyAfter
      constraint is enabled
      + JDK-8277488: Add expiry exception for Digicert
      (geotrustglobalca) expiring in May 2022
      + JDK-8266082: AssertionError in Annotate.fromAnnotations with
    - Xdoclint
      + JDK-8257467: [TESTBUG] -Wdeprecated-declarations is reported
      at sigset() in exesigtest.c
      + JDK-8272472: StackGuardPages test doesn't build with glibc
      2.34
      + JDK-8266172: -Wstringop-overflow happens in vmError.cpp
      + JDK-8266170: -Wnonnull happens in classLoaderData.inline.hpp
      + JDK-8272720: Fix the implementation of loop unrolling
      heuristic with LoopPercentProfileLimit
      + JDK-8292579: (tz) Update Timezone Data to 2022c
      + JDK-8028265: Add legacy tz tests to OpenJDK
      + JDK-8269285: Crash/miscompile in
      CallGenerator::for_method_handle_inline after JDK-8191998
      + JDK-8247818: GCC 10 warning stringop-overflow with symbol code
      + JDK-8252051: Make mlvmJvmtiUtils strncpy uses GCC 10.x
      friendly
      + JDK-8249875: GCC 10 warnings -Wtype-limits with JFR code
      + JDK-8268361: Fix the infinite loop in next_line
      + JDK-8287463: JFR: Disable TestDevNull.java on Windows
      + JDK-8282947: JFR: Dump on shutdown live-locks in some
      conditions
      + JDK-8283441: C2: segmentation fault in
      ciMethodBlocks::make_block_at(int)
      + JDK-7131823: bug in GIFImageReader
      + JDK-8286594: (zipfs) Mention paths with dot elements in
      ZipException and cleanups
      + JDK-8282071: Update java.xml module-info
      + JDK-8261354: SIGSEGV at MethodIteratorHost
      + JDK-8269039: Disable SHA-1 Signed JARs
      + JDK-8289549: ISO 4217 Amendment 172 Update
      + JDK-8283277: ISO 4217 Amendment 171 Update
      + JDK-8280684: JfrRecorderService failes with
      guarantee(num_written > 0) when no space left on device.
      + JDK-8287672: jtreg test com/sun/jndi/ldap/
      /LdapPoolTimeoutTest.java fails intermittently in nightly run
      + JDK-8257569: Failure observed with
      JfrVirtualMemory::initialize
      + JDK-8264792: The NumberFormat for locale sq_XK formats price
      incorrectly.
      + JDK-8272806: [macOS] "Apple AWT Internal Exception" when
      input method is changed
      + JDK-8284549: JFR: FieldTable leaks FieldInfoTable member
      + JDK-8289486: Improve XSLT XPath operators count efficiency
      + JDK-8256372: [macos] Unexpected symbol was displayed on
      JTextField with Monospaced font
      + JDK-8286277: CDS VerifyError when calling clone() on object
      array
      + JDK-8277422: tools/jar/JarEntryTime.java fails with modified
      time mismatch
      + JDK-8285081: Improve XPath operators count accuracy
      + JDK-8282280: Update Xerces to Version 2.12.2
      + JDK-8278758: runtime/BootstrapMethod/BSMCalledTwice.java
      fails with release VMs after JDK-8262134
      + JDK-8279842: HTTPS Channel Binding support for Java
      GSS/Kerberos
      + JDK-8262134: compiler/uncommontrap/TestDeoptOOM.java failed
      with "guarantee(false) failed: wrong number of expression
      stack elements during deopt"
      + JDK-8279520: SPNEGO has not passed channel binding info into
      the underlying mechanism
      + JDK-8277795: LDAP connection timeout not honoured under
      contention
      + JDK-8281628: KeyAgreement : generateSecret intermittently not
      resetting
      + JDK-8286855: javac error on invalid jar should only print
      filename
      + JDK-8286444: javac errors after JDK-8251329 are not helpful
      enough to find root cause
  - Removed patch:
    * openjdk-glibc234.patch
      + fixed by upstream in JDK-8272472
* Thu Jul 21 2022 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.12+4 (July 2022 CPU)
    * Security fixes:
      + JDK-8272243: Improve DER parsing
      + JDK-8272249: Better properties of loaded Properties
      + JDK-8277608: Address IP Addressing
      + JDK-8281859, CVE-2022-21540, bsc#1201694: Improve class
      compilation
      + JDK-8281866, CVE-2022-21541, bsc#1201692: Enhance
      MethodHandle invocations
      + JDK-8283190: Improve MIDI processing
      + JDK-8284370: Improve zlib usage
      + JDK-8285407, CVE-2022-34169, bsc#1201684: Improve Xalan
      supports
    * Other changes:
      + JDK-8193682: Infinite loop in ZipOutputStream.close()
      + JDK-8233941: Generated Pipeline_Use_Cycle_Mask::operator=
      interferes with memcpy updates
      + JDK-8238380: java.base/unix/native/libjava/childproc.c
      "multiple definition" link errors with GCC10
      + JDK-8238386: (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c
      "multiple definition" link errors with GCC10
      + JDK-8238388: libj2gss/NativeFunc.o  "multiple definition"
      link errors with GCC10
      + JDK-8241271: Make hotspot build reproducible
      + JDK-8250863: Build error with GCC 10 in NetworkInterface.c
      and k_standard.c
      + JDK-8255035: Update BCEL to Version 6.5.0
      + JDK-8255266: Update Public Suffix List to 3c213aa
      + JDK-8257794: Zero: assert(istate->_stack_limit ==
      istate->_thread->last_Java_sp() + 1) failed: wrong on
      Linux/x86_32
      + JDK-8258471: "search codecache" clhsdb command does not work
      + JDK-8258795: Update IANA Language Subtag Registry to Version
      2021-05-11
      + JDK-8270886: Crash in
      PhaseIdealLoop::verify_strip_mined_scheduling
      + JDK-8272574: C2: assert(false) failed: Bad graph detected in
      build_loop_late
      + JDK-8273655: content-types.properties files are missing some
      common types
      + JDK-8273682: Upgrade Jline to 3.20.0
      + JDK-8273826: Correct Manifest file name and NPE checks
      + JDK-8275703: System.loadLibrary fails on Big Sur for
      libraries hidden from filesystem
      + JDK-8276657: XSLT compiler tries to define a class with empty
      name
      + JDK-8277087: ZipException: zip END header not found at
      ZipFile#Source.findEND
      + JDK-8278794: Infinite loop in DeflaterOutputStream.finish()
      + JDK-8278851: Correct signer logic for jars signed with
      multiple digest algorithms
      + JDK-8281275: Upgrading from 8 to 11 no longer accepts '/' as
      filepath separator in gc paths
      + JDK-8282538: PKCS11 tests fail on CentOS Stream 9
      + JDK-8283350: (tz) Update Timezone Data to 2022a
      + JDK-8283444: Bump update version for OpenJDK: jdk-13.0.12
      + JDK-8285445: cannot open file "NUL:"
      + JDK-8285591: [11] add signum checks in DSA.java engineVerify
      + JDK-8285686: Update FreeType to 2.12.0
      + JDK-8285726: [11u, 17u] Unify fix for JDK-8284548 with
      version from head
      + JDK-8285727: [11u, 17u] Unify fix for JDK-8284920 with
      version from head
      + JDK-8287109: Distrust.java failed with
      CertificateExpiredException
  - Removed patch:
    * gcc-fno-common-fix.patch
      + integrated upstream
* Wed Apr 20 2022 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.11+4 (April 2022 CPU)
    * Security fixes:
      + JDK-8284920: Incorrect Token type causes XPath expression to
      return empty result
      + JDK-8284548: Invalid XPath expression causes
      StringIndexOutOfBoundsException
      + JDK-8281388: Change wrapping of EncryptedPrivateKeyInfo
      + JDK-8282397: createTempFile method of java.io.File is failing
      when called with suffix of spaces character
      + JDK-8278356: Improve file creation
      + JDK-8270504, bsc#1198672, CVE-2022-21426: Better Xpath
      expression handling
      + JDK-8272594: Better record of recordings
      + JDK-8277672, bsc#1198674, CVE-2022-21434: Better invocation
      handler handling
      + JDK-8282300: Throws NamingException instead of
      InvalidNameException after JDK-8278972
      + JDK-8278972, bsc#1198673, CVE-2022-21496: Improve URL supports
      + JDK-8272261: Improve JFR recording file processing
      + JDK-8269938: Enhance XML processing passes redux
      + JDK-8272255: Completely handle MIDI files
      + JDK-8278805: Enhance BMP image loading
      + JDK-8278449: Improve keychain support
      + JDK-8277227: Better identification of OIDs
      + JDK-8275151, bsc#1198675, CVE-2022-21443: Improved Object
      Identification
      + JDK-8274221: More definite BER encodings
      + JDK-8278798: Improve supported intrinsic
    * Other changes:
      + JDK-8282761: XPathFactoryImpl remove setProperty and
      getProperty methods
      + JDK-8276141: XPathFactory set/getProperty method
      + JDK-8249867: XML declaration is not followed by a newline
      + JDK-8274524: SSLSocket.close() hangs if it is called during
      the ssl handshake
      + JDK-8272541: Incorrect overflow test in Toom-Cook branch of
      BigInteger multiplication
      + JDK-8278309: [windows] use of uninitialized OSThread::_state
      + JDK-8274736: Concurrent read/close of SSLSockets causes
      SSLSessions to be invalidated unnecessarily
      + JDK-8280373: Update Xalan serializer / SystemIDResolver to
      align with JDK-8270492
      + JDK-8275082, bsc#1198671, CVE-2022-21476: Update XML Security
      for Java to 2.3.0
      + JDK-8280947: Adapt test/jdk/javax/xml/crypto/dsig/
      /LogParameters.java for 13u
      + JDK-8280414: Memory leak in DefaultProxySelector
      + JDK-8255255: Update Apache Santuario (XML Signature) to
      version 2.2.1
      + JDK-8240983: Incorrect copyright header in Apache Santuario
      2.1.3 files
      + JDK-8247964: All log0() in com/sun/org/slf4j/internal/
      /Logger.java should be private
      + JDK-8247907: XMLDsig logging does not work
      + JDK-8259535: ECDSA SignatureValue do not always have the
      specified length
      + JDK-8240353: AArch64: missing support for
    - XX:+ExtendedDTraceProbes in C1
      + JDK-8273341: Update Siphash to version 1.0
      + JDK-8275610: C2: Object field load floats above its null
      check resulting in a segfault
      + JDK-8272570: C2: crash in PhaseCFG::global_code_motion
      + JDK-8274658: ISO 4217 Amendment 170 Update
      + JDK-8065704: Set LC_ALL=C for all relevant commands in the
      build system
  - Do not include back the JavaEE modules in the JDK
  - Removed patches:
    * activation-module.patch
    * annotation-module.patch
      + The pached JavaEE modules do not exist any more
* Fri Feb 04 2022 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.10+5 (January 2022 CPU)
    * Security fixes:
      + JDK-8268494: Better inlining of inlined interfaces
      + JDK-8270386, CVE-2022-21291, bsc#1194925: Better verification
      of scan methods
      + JDK-8269151: Better construction of EncryptedPrivateKeyInfo
      + JDK-8273968: JCK javax_xml tests fail in CI
      + JDK-8270416, CVE-2022-21294, bsc#1194934: Enhance construction
      of Identity maps
      + JDK-8270392, CVE-2022-21293, bsc#1194935: Improve String
      constructions
      + JDK-8268801: Improve PKCS attribute handling
      + JDK-8270498, CVE-2022-21296, bsc#1194932: Improve SAX Parser
      configuration management
      + JDK-8268488: More valuable DerValues
      + JDK-8274096, CVE-2022-21366, bsc#1194927: Improve decoding of
      image files
      + JDK-8272272: Enhance jcmd communication
      + JDK-8272462: Enhance image handling
      + JDK-8273308: PatternMatchTest.java fails on CI
      + JDK-8268813, CVE-2022-21283, bnc#1194937: Better String
      matching
      + JDK-8272014, CVE-2022-21305, bsc#1194939: Better array
      indexing
      + JDK-8273838, CVE-2022-21365, bsc#1194928: Enhanced BMP
      processing
      + JDK-8270952, CVE-2022-21277, bsc#1194930: Improve TIFF file
      handling
      + JDK-8271962: Better TrueType font loading
      + JDK-8273756, CVE-2022-21360, bsc#1194929: Enhance BMP image
      support
      + JDK-8271968: Better canonical naming
      + JDK-8271987: Manifest improved manifest entries
      + JDK-8270646, CVE-2022-21299, bsc#1194931: Improved scanning of
      XML entities
      + JDK-8269944: Better HTTP transport redux
      + JDK-8268512: More content for ContentInfo
      + JDK-8273290: Enhance sound handling
      + JDK-8272236, CVE-2022-21341, bsc#1194941: Improve serial forms
      for transport
      + JDK-8264934, CVE-2022-21248, bnc#1194926: Enhance cross VM
      serialization
      + JDK-8272026, CVE-2022-21340, bsc#1194940: Verify Jar
      Verification
      + JDK-8270492, CVE-2022-21282, bsc#1194933: Better resolution of
      URIs
    * Other changes:
      + JDK-8266545: 8261169 broke Harfbuzz build with gcc 7 and 8
      + JDK-8261169: Upgrade HarfBuzz to the latest 2.8.0
      + JDK-8247872: Upgrade HarfBuzz to the latest 2.7.2
      + JDK-8255790: GTKL&F: Java 16 crashes on initialising GTKL&F
      on Manjaro Linux
      + JDK-8272332: --with-harfbuzz=system doesn't add -lharfbuzz
      after JDK-8255790
      + JDK-8250894: Provide a configure option to build and run
      against the platform libharfbuzz
      + JDK-8278416: Crash during execution of ClassInitBarrier test
      + JDK-8250605: Linux x86_32 builds fail after JDK-8249821
      + JDK-8249821: Separate libharfbuzz from libfontmanager
      + JDK-8241087: Build failure with VS 2019 (16.5.0) due to C2039
      and C2873
      + JDK-8254270: linux 32 bit build doesn't compile
      libjdwp/log_messages.c
      + JDK-8251329: (zipfs) Files.walkFileTree walks infinitely if
      zip has dir named "." inside
      + JDK-8238448: RSASSA-PSS signature verification fail when
      using certain odd key sizes
      + JDK-8266761: AssertionError in
      sun.net.httpserver.ServerImpl.responseCompleted
      + JDK-8268620: InfiniteLoopException test may fail on x86
      platforms
      + JDK-8274293: Build failure on macOS with Xcode 13.0 as vfork
      is deprecated
      + JDK-8276536: Update TimeZoneNames files to follow the changes
      made by JDK-8275766
      + JDK-8273026: Slow LoginContext.login() on multi threading
      application
      + JDK-8270533: AArch64: size_fits_all_mem_uses should return
      false if its output is a CAS
      + JDK-8275766: (tz) Update Timezone Data to 2021e
      + JDK-8275849: TestZoneInfo310.java fails with tzdata2021e
      + JDK-8266949: Check possibility to disable OperationTimedOut
      on Unix
      + JDK-8196100: javax/swing/text/JTextComponent/5074573/
      /bug5074573.java fails
      + JDK-8273790: Potential cyclic dependencies between Gregorian
      and CalendarSystem
      + JDK-8270893: IndexOutOfBoundsException while reading large
      TIFF file
      + JDK-8274779: HttpURLConnection: HttpClient and HttpsClient
      incorrectly check request method when set to POST
      + JDK-8190753: (zipfs): Accessing a large entry (> 2^31 bytes)
      leads to a negative initial size for ByteArrayOutputStream
      + JDK-8274407: (tz) Update Timezone Data to 2021c
      + JDK-8274467: TestZoneInfo310.java fails with tzdata2021b
      + JDK-8274468: TimeZoneTest.java fails with tzdata2021b
      + JDK-8223173: Implement fast class initialization checks on
      AARCH64
      + JDK-8230307: ZGC: Make zGlobals and zArguments OS agnostic
      + JDK-8269850: Most JDK releases report macOS version 12 as
      10.16 instead of 12.0
      + JDK-8253702: BigSur version number reported as 10.16, should
      be 11.nn
      + JDK-8225083: Remove Google certificate that is expiring in
      December 2021
      + JDK-8225082: Remove IdenTrust certificate that is expiring in
      September 2021
      + JDK-8274840: Update OS detection code to recognize Windows 11
      + JDK-8273229: Update OS detection code to recognize Windows
      Server 2022
      + JDK-8239334: Tab Size does not work correctly in JTextArea
      with setLineWrap on
      + JDK-8238932: Invalid tier1_gc_1 test group definition
      + JDK-8273575: memory leak in appendBootClassPath(), paths must
      be deallocated
      + JDK-8274381: missing CAccessibility definitions in JNI code
      + JDK-8185005: Improve performance of
      ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
      + JDK-8273358: macOS Monterey does not have the font Times
      needed by Serif
      + JDK-8274056: JavaAccessibilityUtilities leaks JNI objects
  - Modified patch:
    * system-pcsclite.patch
      + Rediff to changed context
* Thu Oct 21 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.9+3 (October 2021 CPU)
    * Security fixes:
      + JDK-8267729, CVE-2021-35578, bsc#1191904: Improve TLS client
      handshaking
      + JDK-8268205: Enhance DTLS client handshake
      + JDK-8268199: Correct certificate requests
      + JDK-8268193: Improve requests of certificates
      + JDK-8269618, CVE-2021-35603, bsc#1191906: Better session
      identification
      + JDK-8269624: Enhance method selection support
      + JDK-8267735, CVE-2021-35586, bsc#1191914: Better BMP support
      + JDK-8267712: Better LDAP reference processing
      + JDK-8266689, CVE-2021-35567, bsc#1191903: More Constrained
      Delegation
      + JDK-8267086: ArrayIndexOutOfBoundsException in
      java.security.KeyFactory.generatePublic
      + JDK-8266103: Better specified spec values
      + JDK-8265580, CVE-2021-35559, bsc#1191911: Enhanced style for
      RTF kit
      + JDK-8265574: Improve handling of sheets
      + JDK-8269763: The JEditorPane is blank after JDK-8265167
      + JDK-8265167, CVE-2021-35556, bsc#1191910: Richer Text Editors
      + JDK-8263314: Enhance XML Dsig modes
      + JDK-8266137, CVE-2021-35564, bsc#1191913: Improve Keystore
      integrity
      + JDK-8266109: More Resilient Classloading
      + JDK-8268506: More Manifest Digests
      + JDK-8266115: More Manifest Jar Loading
      + JDK-8266097: Better hashing support
      + JDK-8270404: Better canonicalization
      + JDK-8270398: Enhance canonicalization
      + JDK-8265776: Improve Stream handling for SSL
    * Other changes:
      + JDK-8211227: Inconsistent TLS protocol version in debug output
      + JDK-8262392: Update Mesa 3-D Headers to version 21.0.3
      + JDK-8259271: gc/parallel/TestDynShrinkHeap.java still fails
      "assert(covered_region.contains(new_memregion)) failed: new
      region is not in covered_region"
      + JDK-8260704: ParallelGC: oldgen expansion needs release-store
      for _end
      + JDK-8257999: Parallel GC crash in gc/parallel/
      /TestDynShrinkHeap.java: new region is not in covered_region
      + JDK-8266248: Compilation failure in
      PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
      + JDK-8264848: [macos] libjvm.dylib linker warning due to macOS
      version mismatch 8272700: [macos] Build failure with Xcode
      13.0 after JDK-8264848
      + JDK-8273671: Backport of 8260616 misses one JNF header
      inclusion removal
      + JDK-8268427: Improve AlgorithmConstraints:checkAlgorithm
      performance
      + JDK-8270317: Large Allocation in CipherSuite
      + JDK-8261236: C2: ClhsdbJstackXcompStress test fails when
      StressGCM is enabled
      + JDK-8270216: [macOS] Update named used for Java run loop mode
      + JDK-8269934: RunThese24H.java failed with
      EXCEPTION_ACCESS_VIOLATION in
      java_lang_Thread::get_thread_status
      + JDK-8272602: [macos] not all KEY_PRESSED events sent when
      control modifier is used
      + JDK-8254631: Better support ALPN byte wire values in SunJSSE
      + JDK-8267625: AARCH64: typo in LIR_Assembler::emit_profile_type
      + JDK-8268775: Password is being converted to String in
      AccessibleJPasswordField
      + JDK-8265231: (fc) ReadDirect and WriteDirect tests fail after
      fix for JDK-8264821
      + JDK-8258753: StartTlsResponse.close() hangs due to
      synchronization issues
      + JDK-8258373: Update the text handling in the JPasswordField
      + JDK-8254967: com.sun.net.HttpsServer spins on TLS session
      close
      + JDK-8257620: Do not use objc_msgSend_stret to get macOS
      version
      + JDK-8249588: libwindowsaccessbridge issues on 64bit Windows
      + JDK-8253899: Make IsClassUnloadingEnabled signature match
      specification
      + JDK-8261109: [macOS] Remove disabled warning for JNF in
      make/autoconf/flags-cflags.m4
      + JDK-8267652: c2 loop unrolling by 8 results in reading memory
      past array
      + JDK-8268965: TCP Connection Reset when connecting simple
      socket to SSL server
      + JDK-8268635: Corrupt oop in ClassLoaderData
  - Remove the unneeded icedtea-sound provider
  - Removed patches:
    * icedtea-sound-1.0.1-jdk9.patch
    * icedtea-sound-soundproperties.patch
      + not needed since the icedtea-sound provider is removed
* Thu Aug 26 2021 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * openjdk-glibc234.patch
      + fix build with glibc-2.34 (bsc#1189201)
* Wed Aug 04 2021 Andreas Schwab <schwab@suse.de>
  - riscv64-zero.patch: Add support for riscv64 (zero VM)
* Thu Jul 22 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.8+5 (July 2021 CPU)
    * Security fixes:
      + JDK-8256157: Improve bytecode assembly
      + JDK-8262380: Enhance XML processing passes
      + JDK-8264460: Improve NTLM support
      + JDK-8264079: Improve abstractions
      + JDK-8264066, CVE-2021-2388, bsc#1188566: Enhance compiler
      validation
      + JDK-8262967: Improve Zip file support
      + JDK-8262477: Enhance String Conclusions
      + JDK-8262410: Enhanced rules for zones
      + JDK-8262403: Enhanced data transfers
      + JDK-8260967, CVE-2021-2369, bsc#1188565: Better jar file
      validation
      + JDK-8260960: Signs of jarsigner signing
      + JDK-8260453: Improve Font Bounding
      + JDK-8258432, CVE-2021-2341, bsc#1188564: Improve file
      transfers
      + JDK-8256491: Better HTTP transport
    * Other changes:
      + JDK-8225081: Remove Telia Company CA certificate expiring in
      April 2021
      + JDK-8256421: Add 2 HARICA roots to cacerts truststore
      + JDK-8259312: VerifyCACerts.java fails as soneraclass2ca cert
      will expire in 90 days
      + JDK-8225072: Add LuxTrust certificate that is expiring in
      March 2021 to list of allowed but expired certs 8258630: Add
      expiry exception for QuoVadis root certificate
      + JDK-8235368: Update BCEL to Version 6.4.1
      + JDK-8251456: [TESTBUG] compiler/vectorization/
      /TestVectorsNotSavedAtSafepoint.java failed OutOfMemoryError
      + JDK-8267235: [macos_aarch64]
      InterpreterRuntime::throw_pending_exception messing up LR
      results in crash
      + JDK-8225773: jdeps --check produces NPE if there is any
      missing module dependence
      + JDK-8229396: jdeps ignores multi-release when
      generate-module-info used on command line
      + JDK-8216012: Infinite loop in RSA KeyPairGenerator
      + JDK-8243452: JFR: Could not create chunk in repository with
      over 200 recordings
      + JDK-8252883: AccessDeniedException caused by delayed file
      deletion on Windows
      + JDK-8244154: Update SunPKCS11 provider with PKCS11 v3.0
      header files
      + JDK-8229243: SunPKCS11-Solaris provider tests failing on
      Solaris 11.4
      + JDK-8247432: Update IANA Language Subtag Registry to Version
      2020-09-29
      + JDK-8242010: Update IANA Language Subtag Registry to Version
      2020-04-01
      + JDK-8241082: Upgrade IANA Language Subtag Registry data to
      03-16-2020 version
      + JDK-8262829: Native crash in
      Win32PrintServiceLookup.getAllPrinterNames()
      + JDK-8241829: Cleanup the code for PrinterJob on windows
      + JDK-8227609: (fs) Files.newInputStream(...).skip(n) should
      allow skipping beyond file size
      + JDK-8249608: Vector register used by C2 compiled method
      corrupted at safepoint
      + JDK-8244151: Update MUSCLE PC/SC-Lite headers to the latest
      release 1.8.26
      + JDK-8227080: (fs) Files.newInputStream(...).skip(n) is slow
      + JDK-8232084: HotSpot build failed with GCC 9.2.1
      + JDK-8248043: Need to eliminate excessive i2l conversions
      + JDK-8255880: UI of Swing components is not redrawn after
      their internal state changed
      + JDK-8241248: NullPointerException in
      sun.security.ssl.HKDF.extract(HKDF.java:93)
      + JDK-8263676: AArch64: one potential bug in C1
      LIRGenerator::generate_address()
      + JDK-8247763: assert(outer->outcnt() == 2) failed: 'only phis'
      failure in LoopNode::verify_strip_mined()
      + JDK-8244087: 2020-04-24 public suffix list update v ff6fcea
      + JDK-8242184: Default signature algorithm for an RSASSA-PSS key
      + JDK-8231118: ARM32: Math tests failures
      + JDK-8245981: Upgrade to jQuery 3.5.1
      + JDK-8244088: [Regression] Switch of Gnome theme ends up in
      deadlocked UI
      + JDK-8264786: [macos] All Swing/AWT apps cause Allow
      Notifications prompt to appear when app is launched
      + JDK-8260380: Upgrade to LittleCMS 2.12
      + JDK-8264821: DirectIOTest fails on a system with large block
      size
      + JDK-8230010: Remove jdk8037819/BasicTest1.java
      + JDK-8230002: javax/xml/jaxp/unittest/transform/
      /SecureProcessingTest.java runs zero test
      + JDK-8255845: Memory leak in imageFile.cpp
      + JDK-8261170: Upgrade to FreeType 2.10.4
      + JDK-8256633: Fix product build on Windows+Arm64
      + JDK-8247502: PhaseStringOpts crashes while optimising
      effectively dead code
      + JDK-8265837: Update version .jcheck/conf in jdk13u to be
      13.0.8
      + JDK-8247753: UIManager.getSytemLookAndFeelClassName() returns
      wrong value on Fedora 32
      + JDK-8262110: DST starts from incorrect time in 2038
      + JDK-8073446: TimeZone getOffset API does not  return a dst
      offset between years 2038-2137
      + JDK-8251549: Update docs on building for Git
      + JDK-8256359: AArch64:
      runtime/ReservedStack/ReservedStackTestCompiler.java fails
      + JDK-8263846: Bad JNI lookup getFocusOwner in accessibility
      code on Mac OS X
      + JDK-8261198: [macOS] Incorrect JNI parameters in number
      conversion in A11Y code
      + JDK-8254790: SIGSEGV in string_indexof_char and
      stringL_indexof_char intrinsics
      + JDK-8259585: [macos] Bad JNI lookup error : Accessible
      actions do not work on macOS
      + JDK-8244853: The static build of libextnet is missing the
      JNI_OnLoad_extnet function
      + JDK-8259232: Bad JNI lookup during printing
      + JDK-8241948: enhance list of environment variables printed in
      hs_err file
      + JDK-8264640: CMS ParScanClosure misses a barrier
      + JDK-8257988: Remove JNF dependency from
      libsaproc/MacosxDebuggerLocal.m
      + JDK-8260616: Removing remaining JNF dependencies in the
      java.desktop module
      + JDK-8259869: [macOS] Remove desktop module dependencies on
      JNF Reference APIs
      + JDK-8259651: [macOS] Replace JNF_COCOA_ENTER/EXIT macros
      + JDK-8259343: [macOS] Update JNI error handling in Cocoa code.
      + JDK-8257853: Remove dependencies on JNF's JNI utility
      functions in AWT and 2D code
      + JDK-8240487: Cleanup whitespace in .cc, .hh, .m, and .mm files
      + JDK-8261585: Restore HandleArea used in
      Deoptimization::uncommon_trap
      + JDK-8257858: [macOS]: Remove JNF dependency from
      libosxsecurity/KeystoreImpl.m
      + JDK-8257860: [macOS]: Remove JNF dependency from
      libosxkrb5/SCDynamicStoreConfig.m
      + JDK-8256501: libTestMainKeyWindow fails to build with Xcode
      12.2
      + JDK-8248552: C2 crashes with SIGFPE due to division by zero
      + JDK-8256682: JDK-8202343 is incomplete
      + JDK-8202343: Disable TLS 1.0 and 1.1
      + JDK-8261397: Try Catch Method Failing to Work When Dividing
      An Integer By 0
      + JDK-8234691: Potential double-free in ParallelSPCleanupTask
      constructor
* Thu Jul 22 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.7+5 (April 2021 CPU)
    * Security fixes:
      + JDK-8244473: Contextualize registration for JNDI
      + JDK-8244543: Enhanced handling of abstract classes
      + JDK-8259633: compiler/graalunit/CoreTest.java fails with NPE
      after JDK-8244543
      + JDK-8250568, CVE-2021-2161, bsc#1185056: Less ambiguous
      processing
      + JDK-8253799: Make lists of normal filenames
      + JDK-8261183: Follow on to Make lists of normal filenames
      + JDK-8249906, CVE-2021-2163, bsc#1185055: Enhance opening JARs
      + JDK-8258247: Couple of issues in fix for JDK-8249906
      + JDK-8259428: AlgorithmId.getEncodedParams() should return copy
      + JDK-8257001: Improve HTTP client support
    * Other changes:
      + JDK-8263996: Fix build on 13u after JDK-8234779 backport
      + JDK-8234779: Provide idiom for declaring classes noncopyable
      + JDK-8237977: Further update javax/net/ssl/compatibility/
      /Compatibility.java
      + JDK-8240295: hs_err elapsed time in seconds is not accurate
      enough
      + JDK-8237950: C2 compilation fails with "Live Node limit
      exceeded limit" during ConvI2L::Ideal optimization
      + JDK-8244573: java.lang.ArrayIndexOutOfBoundsException thrown
      for malformed class file
      + JDK-8253409: Double-rounding possibility in float fma
      + JDK-8261022: Fix incorrect result of Math.abs() with char type
      + JDK-8263425: AArch64: two potential bugs in C1
      LIRGenerator::generate_address()
      + JDK-8255625: AArch64: Implement Base64.encodeBlock
      accelerator/intrinsic
      + JDK-8257414: Drag n Drop target area is wrong on high DPI
      systems
      + JDK-8250911: [windows] os::pd_map_memory error detection
      broken
      + JDK-8246707: (sc) SocketChannel.read/write throws
      AsynchronousCloseException on closed channel
      + JDK-8262726: AArch64: C1 StubAssembler::call_RT can corrupt
      stack
      + JDK-7185258: [macosx] Deadlock in SunToolKit.realSync()
      + JDK-8259619: C1: 3-arg StubAssembler::call_RT stack-use
      condition is incorrect
      + JDK-8240711: TestJstatdPort.java failed due to
      "ExportException: Port already in use:"
      + JDK-8261483: jdk/dynalink/
      /TypeConverterFactoryMemoryLeakTest.java failed with
      "AssertionError: Should have GCd a method handle by now"
      + JDK-8253476: TestUseContainerSupport.java fails on some Linux
      kernels w/o swap limit capabilities
      + JDK-8259949: x86 32-bit build fails when -fcf-protection is
      passed in the compiler flags
      + JDK-8260356: (tz) Upgrade time-zone data to tzdata2021a
      + JDK-8233880: Support compilers with multi-digit major version
      numbers
      + JDK-8198540: Dynalink leaks memory when generating type
      converters
      + JDK-8260308: Update LogCompilation junit to 4.13.1
      + JDK-8232905: JFR fails with assertion:
      assert(t->unflushed_size() == 0) failed: invariant
      + JDK-8257746: Regression introduced with JDK-8250984 - memory
      might be null in some machines
      + JDK-8245283: JFR: Can't handle constant dynamic used by
      Jacoco agent
      + JDK-8243559: Remove root certificates with 1024-bit keys
      + JDK-8259707: LDAP channel binding does not work with StartTLS
      extension
      + JDK-8246027: Minimal fastdebug build broken after JDK-8245801
      + JDK-8245801: StressRecompilation triggers assert "redundunt
      OSR recompilation detected. memory leak in CodeCache!"
      + JDK-8242030: Wrong package declarations in jline classes
      after JDK-8241598
      + JDK-8241598: Upgrade JLine to 3.14.0
      + JDK-8242283: Can't start JVM when java home path includes
      non-ASCII character
      + JDK-8229815: Upgrade Jline to 3.12.1
      + JDK-8243320: Add SSL root certificates to Oracle Root CA
      program
      + JDK-8243321: Add Entrust root CA - G4 to Oracle Root CA
      program
      + JDK-8227275: Within native OOM error handling, assertions may
      hang the process
      + JDK-8241319: WB_GetCodeBlob doesn't have ResourceMark
      + JDK-8235829: graal crashes with Zombie.java test
      + JDK-8249251: [dark_mode ubuntu 20.04]  The selected menu is
      not highlighted in GTKLookAndFeel
      + JDK-8234662: Sweeper should keep current nmethod alive before
      yielding for ICStub refills
      + JDK-8249176: jdk jtreg test security/infra/java/security/cert/
      /CertPathValidator/certification/GlobalSignR6CA.java fails
      + JDK-8196969: JTreg Failure:
      serviceability/sa/ClhsdbJstack.java causes NPE
      + JDK-8259048: (tz) Upgrade time-zone data to tzdata2020f
      + JDK-8243925: Toolkit#getScreenInsets() returns wrong value on
      HiDPI screens (Windows)
      + JDK-8221823: Requested JDialog width is ignored
      + JDK-8216324: GetClassMethods is confused by the presence of
      default methods in super interfaces
      + JDK-8234058: runtime/CompressedOops/
      /CompressedClassPointers.java fails with 'Narrow klass base:
      0x0000000000000000' missing from stdout/stderr
      + JDK-8239497: SEGV in EdgeUtils::field_name_symbol(Edge const&)
      + JDK-8241458: [JVMCI] add mark value to expose
      CodeOffsets::Frame_Complete
      + JDK-8238710: LingeredApp doesn't log stdout/stderr if exits
      with non-zero code
      + JDK-8241478: vmTestbase/gc/gctests/Steal/steal001/
      /steal001.java fails with OOME
      + JDK-8234541: C1 emits an empty message when it inlines
      successfully
      + JDK-8236772: Fix build for windows 32-bit after 8212160 and
      8234331.
      + JDK-8243389: enhance os::pd_print_cpu_info on linux
      + JDK-8249215: JFrame::setVisible crashed with
    - Dfile.encoding=UTF-8 on Japanese Windows.
      + JDK-8236124: Minimal VM slowdebug build failed after
      JDK-8212160
      + JDK-8235456: Minimal VM is broken after JDK-8212160
      + JDK-6532025: GIF reader throws misleading exception with
      truncated images
      + JDK-8243290: Improve diagnostic messages for class
      verification and redefinition failures
      + JDK-8256809: Annotation processing causes NPE during flow
      analysis
      + JDK-8212160: JVMTI agent crashes with "assert(_value != 0LL)
      failed: resolving NULL _value"
      + JDK-8234687: change javap reporting on unknown attributes
      + JDK-7146776: deadlock between URLStreamHandler.getHostAddress
      and file.Handler.openconnection
      + JDK-8255908: ExceptionInInitializerError due to
      UncheckedIOException while initializing cgroupv1 subsystem
      + JDK-8244819: hsdis does not compile with binutils 2.34+
      + JDK-8226810: Failed to launch JVM because of
      NullPointerException occured on System.props
      + JDK-8251257: NMT: jcmd VM.native_memory scale=1 crashes
      target VM
      + JDK-8233027: OopMapSet::all_do does oms.next() twice during
      iteration
      + JDK-8222079: Don't use memset to initialize fields decode_env
      constructor in disassembler.cpp
      + JDK-8232083: Minimal VM is broken after JDK-8231586
      + JDK-8231586: enlarge encoding space for OopMapValue offsets
      + JDK-8235584: UseProfiledLoopPredicate fails with
      assert(_phase->get_loop(c) == loop) failed: have to be in the
      same loop
      + JDK-8173658: JvmtiExport::post_class_unload() is broken for
      non-JavaThread initiators
      + JDK-8258396: SIGILL in
      jdk.jfr.internal.PlatformRecorder.rotateDisk()
      + JDK-8257633: Missing -mmacosx-version-min=X flag when linking
      libjvm
      + JDK-8248987: AOT's Linker.java seems to eagerly fail-fast on
      Windows.
      + JDK-8235218: Minimal VM is broken after JDK-8173361
      + JDK-8204994: SA might fail to attach to process with "Windbg
      Error: WaitForEvent failed"
      + JDK-8241086: Test runtime/NMT/HugeArenaTracking.java is
      failing on 32bit Windows
      + JDK-8173361: various crashes in
      JvmtiExport::post_compiled_method_load
      + JDK-8235846: Improve WindbgDebuggerLocal implementation
* Thu Jul 22 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.6+5 (January 2021 CPU,
    bsc#1181239)
    * Security fix
      + JDK-8247619: Improve Direct Buffering of Characters
    * Other changes
      + JDK-8234011: (zipfs) Memory leak in
      ZipFileSystem.releaseDeflater()
      + JDK-8210527: JShell: NullPointerException in
      jdk.jshell.Eval.translateExceptionStack
      + JDK-8232855: jshell missing word in /help help
      + JDK-8236859: WebSocket over authenticating proxy fails with
      NPE
      + JDK-8254854: [cgroups v1] Metric limits not properly detected
      on some join controller combinations
      + JDK-8257242: [macOS] Java app crashes while switching input
      methods
      + JDK-8255603: Memory/Performance regression after JDK-8210985
      + JDK-8239000: handle ContendedPaddingWidth in vm_version_ppc
      + JDK-8252090: JFR: StreamWriterHost::write_unbuffered() stucks
      in an infinite loop OpenJDK (build 13.0.1+9)
      + JDK-8245400: Upgrade to LittleCMS 2.11
      + JDK-8248532: Every time I change keyboard language at my
      MacBook, Java crashes
      + JDK-8239886: Minimal VM build fails after JDK-8237499
      + JDK-8237499: JFR: Include stack trace in the ThreadStart event
      + JDK-8247867: Upgrade to freetype 2.10.2
      + JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d
      + JDK-8248347: windows build broken by JDK-8243114
      + JDK-8243114: Implement montgomery{Multiply,Square}intrinsics
      on Windows
      + JDK-8251365: Build failure on AIX after 8250636
      + JDK-8250636: iso8601_time returns incorrect offset part on
      MacOS
      + JDK-8254081: java/security/cert/PolicyNode/
      /GetPolicyQualifiers.java fails due to an expired certificate
      + JDK-8233686: XML transformer uses excessive amount of memory
      + JDK-8250844: Make sure {type,obj}ArrayOopDesc accessors check
      the bounds
      + JDK-8234347: "Turkey" meta time zone does not generate
      composed localized names
      + JDK-8236548: Localized time zone name inconsistency between
      English and other locales
      + JDK-8240197: Cannot start JVM when $JAVA_HOME includes CJK
      characters
      + JDK-8250984: Memory Docker tests fail on some Linux kernels
      w/o cgroupv1 swap limit capabilities
      + JDK-8231968: getCurrentThreadAllocatedBytes default
      implementation s/b getThreadAllocatedBytes
      + JDK-8246648: issue with OperatingSystemImpl
      getFreeSwapSpaceSize in docker after 8242480
      + JDK-8231209: [REDO] JDK-8207266
      ThreadMXBean::getThreadAllocatedBytes() can be quicker for
      self thread
      + JDK-8242480: Negative value may be returned by
      getFreeSwapSpaceSize() in the docker
      + JDK-8250627: Use -XX:+/-UseContainerSupport for
      enabling/disabling Java container metrics
      + JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c
      + JDK-8254177: (tz) Upgrade time-zone data to tzdata2020b
      + JDK-8233228: Disable weak named curves by default in TLS,
      CertPath, and Signed JAR
      + JDK-8230402: Allocation of compile task fails with assert:
      "Leaking compilation tasks?"
      + JDK-8233958: Memory retention due to HttpsURLConnection
      finalizer that serves no purpose
      + JDK-8235183: Remove the "HACK CODE" in comment
      + JDK-8236617: jtreg test
      containers/docker/TestMemoryAwareness.java fails after 8226575
      + JDK-8223940: Private key not supported by chosen signature
      algorithm
      + JDK-8249183: JVM crash in "AwtFrame::WmSize" method
      + JDK-8233954: UnsatisfiedLinkError or NoSuchAlgorithmException
      after removing sunec.dll
      + JDK-8226575: OperatingSystemMXBean should be made container
      aware
      + JDK-8243489: Thread CPU Load event may contain wrong data for
      CPU time under certain conditions
      + JDK-8230767: FlightRecorderListener returns null recording
      + JDK-8227006: [linux] Runtime.availableProcessors execution
      time increased by factor of 100
      + JDK-8213535: Windows HiDPI html lightweight tooltips are
      truncated
      + JDK-8210977: jdk/jfr/event/oldobject/TestThreadLocalLeak.java
      fails to find ThreadLocalObject
      + JDK-8241138: http.nonProxyHosts=* causes
      StringIndexOutOfBoundsException in DefaultProxySelector
      + JDK-8238579: HttpsURLConnection drops the timeout and hangs
      forever in read
      + JDK-8244621: [macos10.15] Garbled FX printing plus CoreText
      warnings on Catalina when building with Xcode 11
      + JDK-8233452: java.math.BigDecimal.sqrt() with
      RoundingMode.FLOOR results in incorrect result
      + JDK-8240603: Windows 32bit compile error after 8238676
      + JDK-8238676: jni crashes on accessing it from process exit
      hook
      + JDK-8239477: jdk/jfr/jcmd/TestJcmdStartStopDefault.java fails
    - XX:+VerifyOops with "verify_oop: rsi: broken oop"
      + JDK-8245527: LDAP Channel Binding support for Java
      GSS/Kerberos
      + JDK-8226374: Restrict TLS signature schemes and named groups
      + JDK-8062947: Fix exception message to correctly represent
      LDAP connection failure
      + JDK-8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed
      due to timeout on DeadServerNoTimeoutTest is incorrect
      + JDK-8252754: Hash code calculation of JfrStackTrace is
      inconsistent
      + JDK-8248865: Document JNDI/LDAP timeout properties
      + JDK-8238270: java.net HTTP/2 client does not decrease stream
      count when receives 204 response
      + JDK-8250928: JFR: Improve hash algorithm for stack traces
      + JDK-8249255: Build fails if source code in cygwin home dir
      + JDK-8229378: jdwp library loader in linker_md.c quietly
      truncates on buffer overflow
      + JDK-8228448: Jconsole can't connect to itself
      + JDK-8253791: Issue with useAppleColor check in CSystemColors.m
      + JDK-8253375: OSX build fails with Xcode 12.0 (12A7209)
      + JDK-8255468: JDK-8255269 incorrectly replaced average copy
      time
      + JDK-8255269: Unsigned overflow in g1Policy.cpp
      + JDK-8232616: JVMCI_lock fails to get initialized when cds is
      disabled
      + JDK-8206179: com/sun/management/OperatingSystemMXBean/
      /GetCommittedVirtualMemorySize.java fails with
      Committed virtual memory size illegal value
      + JDK-8253631: Remove unimplemented CompileBroker methods after
      JEP-165
* Thu Jul 22 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.5.1+1
    * Fix:
      + JDK-8250861: Crash in MinINode::Ideal(PhaseGVN*, bool)
* Thu Jul 22 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.5+3 (October 2020 CPU,
    bsc#1177943)
    * Security fixes:
      + JDK-8233624: Enhance JNI linkage
      + JDK-8241114, CVE-2020-14792: Better range handling
      + JDK-8236862, CVE-2020-14779: Enhance support of Proxy class
      + JDK-8237990, CVE-2020-14781: Enhanced LDAP contexts
      + JDK-8244955: Additional Fix for JDK-8240124
      + JDK-8240124: Better VM Interning
      + JDK-8253019: Enhanced JPEG decoding
      + JDK-8248574: Improve jpeg processing
      + JDK-8245412: Better class definitions
      + JDK-8244136, CVE-2020-14803: Improved Buffer supports
      + JDK-8242685, CVE-2020-14797: Better Path Validation
      + JDK-8245417: Improve certificate chain handling
      + JDK-8244479: Further constrain certificates
      + JDK-8236196: Improve string pooling
      + JDK-8243302: Advanced class supports
      + JDK-8245407: Enhance zoning of times
      + JDK-8242695, CVE-2020-14798: Enhanced buffer support
      + JDK-8237995, CVE-2020-14782: Enhance certificate processing
      + JDK-8242680, CVE-2020-14796: Improved URI Support
    * Other fixes:
      + JDK-8241602: jlink does not produce reproducible jimage files
      + JDK-8232864: Classes generated at link time by
      GenerateJLIClassesPlugin are not reproducible
      + JDK-8231449: HttpClient's client ssl certificate
      authentication seems to be broken.
      + JDK-8244818: Java2D Queue Flusher crash while moving
      application window to external monitor
      + JDK-8252497: Incorrect numeric currency code for ROL
      + JDK-8230094: CCE in createXMLEventWriter(Result) over an
      arbitrary XMLStreamWriter
      + JDK-8250609: C2 crash in IfNode::fold_compares
      + JDK-8249278: Revert JDK-8226253 which breaks the spec of
      AccessibleState.SHOWING for JList
      + JDK-8248851: CMS: Missing memory fences between free chunk
      check and klass read
      + JDK-8234535: Cross compilation fails due to missing CFLAGS
      for the BUILD_CC
      + JDK-8248348: Regression caused by the update to BCEL 6.0
      + JDK-8248495: [macos] zerovm is broken due to libffi headers
      location
      + JDK-8243470: [macos] bring back O2 opt level for unsafe.cpp
      + JDK-8238284: [macos] Zero VM build fails due to an obvious
      typo
      + JDK-8240360: NativeLibraryEvent has wrong library name on
      Linux
      + JDK-8233787: Break cycle in vm_version* includes
      + JDK-8247873: [arm32] client vm build failure
      + JDK-8234645: ARM32: C1: PatchingStub for field access: not
      enough bytes
      + JDK-8230591: AArch64: Missing intrinsics for Math.ceil,
      floor, rint
      + JDK-8231649: PPC64: Intrinsics for Math.ceil, floor, rint on
      Power
      + JDK-8244777: ClassLoaderStats VM Op uses constant hash value
* Thu Jul 22 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.4+8 (July 2020 CPU, bsc#1174157)
    * Security fixes:
      + JDK-8230613: Better ASCII conversions
      + JDK-8231800: Better listing of arrays
      + JDK-8232014: Expand DTD support
      + JDK-8233234: Better Zip Naming
      + JDK-8233239, CVE-2020-14562: Enhance TIFF support
      + JDK-8233255: Better Swing Buttons
      + JDK-8234032: Improve basic calendar services
      + JDK-8234042: Better factory production of certificates
      + JDK-8234418: Better parsing with CertificateFactory
      + JDK-8234836: Improve serialization handling
      + JDK-8236191: Enhance OID processing
      + JDK-8236867, CVE-2020-14573: Enhance Graal interface handling
      + JDK-8237117, CVE-2020-14556: Better ForkJoinPool behavior
      + JDK-8237592, CVE-2020-14577: Enhance certificate verification
      + JDK-8238002, CVE-2020-14581: Better matrix operations
      + JDK-8238013: Enhance String writing
      + JDK-8238804: Enhance key handling process
      + JDK-8238843: Enhanced font handing
      + JDK-8238920, CVE-2020-14583: Better Buffer support
      + JDK-8238925: Enhance WAV file playback
      + JDK-8240119, CVE-2020-14593: Less Affine Transformations
      + JDK-8240482: Improved WAV file playback
      + JDK-8241379: Update JCEKS support
      + JDK-8241522: Manifest improved jar headers redux
      + JDK-8242136, CVE-2020-14621: Better XML namespace handling
    * Other fixes:
      + JDK-8248505: Unexpected NoSuchAlgorithmException when using
      secure random impl from BCFIPS provider
      + JDK-8248406: Some zipfs tests fail with AccessControlException
      + JDK-8242141: New System Properties to configure the TLS
      signature schemes
      + JDK-8229888: (zipfs) Updating an existing zip file does not
      preserve original permissions
      + JDK-8239856: [ntintel] asserts about copying unaligned array
      element
      + JDK-8246031: SSLSocket.getSession() doesn't close connection
      for timeout/ interrupts
      + JDK-8246613: Choose the default SecureRandom algo based on
      registration ordering
      + JDK-8237192: Generate stripped/public pdbs on Windows for jdk
      images
      + JDK-8235563: [TESTBUG]
      appcds/CommandLineFlagComboNegative.java does not handle
      archive mapping failure
      + JDK-8238738: AudioSystem.getMixerInfo() takes about 30 sec to
      report a gone audio device
      + JDK-8243539: Copyright info (Year) should be updated for fix
      of 8241638
      + JDK-8241638: launcher time metrics always report 1 on Linux
      when _JAVA_LAUNCHER_DEBUG set
      + JDK-8231713: x86_32 build failures after JDK-8226721 (Missing
      intrinsics for Math.ceil, floor, rint)
      + JDK-8226721: Missing intrinsics for Math.ceil, floor, rint
      + JDK-8244407: JVM crashes after transformation in C2
      IdealLoopTree::split_fall_in
      + JDK-8237045: JVM uses excessive memory with -XX:+EnableJVMCI
    - XX:JVMCICounterSize=2147483648
      + JDK-8225069: Remove Comodo root certificate that is expiring
      in May 2020
      + JDK-8225068: Remove DocuSign root certificate that is
      expiring in May 2020
      + JDK-8237474: Default SSLEngine should create in server role
      + JDK-8232846: ProcessHandle.Info command with non-English
      shows question marks
      + JDK-8214481: freetype path does not disable TrueType hinting
      with AA+FM hints
      + JDK-8242626: enhance posix print_rlimit_info
      + JDK-8244951: Missing entitlements for hardened runtime
      + JDK-8240972: macOS codesign fail on macOS 10.13.5 or older
      + JDK-8238534: Deep sign macOS bundles before bundle archive is
      being created
      + JDK-8235585: Enable macOS codesigning for all libraries and
      executables
      + JDK-8225126: Test SetBoundsPaintTest.html faild on Windows
      when desktop is scaled
      + JDK-8240786: [TESTBUG] The test
      java/awt/Window/GetScreenLocation/GetScreenLocationTest.java
      fails on HiDPI screen
      + JDK-8238575: DragSourceEvent.getLocation() returns wrong
      value on HiDPI screens (Windows)
      + JDK-8040630: Popup menus and tooltips flicker with previous
      popup contents when first shown
      + JDK-8232634: Problem List ICMColorDataTest.java
      + JDK-8196181: sun/java2d/GdiRendering/InsetClipping.java fails
      + JDK-8239055: Wrong implementation of VMState.hasListener
      + JDK-8228687: [TESTBUG] exclude Container tests from
      hotspot_misc group
      + JDK-8239915: Zero VM crashes when handling dynamic constant
      + JDK-8241586: compiler/cpuflags/
      /TestAESIntrinsicsOnUnsupportedConfig.java fails on aarch64
      + JDK-8237879: make 4.3 breaks build
      + JDK-8233364: Fix undefined behavior in
      Canonicalizer::do_ShiftOp
      + JDK-8231025: Incorrect method tag offset for big endian
      platform
      + JDK-8242379: [TESTBUG] compiler/loopopts/
      /TestLoopUnswitchingLostCastDependency.java fails with release
      VMs
      + JDK-8241900: Loop unswitching may cause dependence on null
      check to be lost
      + JDK-8153430: jdk regression test MletParserLocaleTest,
      ParserInfiniteLoopTest reduce default timeout
      + JDK-8240286: [TESTBUG] Test command error in hotspot/jtreg/
      /compiler/loopopts/superword/SumRedAbsNeg_Float.java
      + JDK-8239819: XToolkit: Misread of screen information memory
      + JDK-8242498: Invalid "sun.awt.TimedWindowEvent" object leads
      to JVM crash
      + JDK-8242174: [macos] The NestedModelessDialogTest test make
      the macOS unstable
      + JDK-8226806: [macOS 10.14] Methods of Java Robot should be
      called from appropriate thread
      + JDK-8196019: java/awt/Window/Grab/GrabTest.java fails on
      Windows
      + JDK-8240518: Incorrect JNU_ReleaseStringPlatformChars in
      Windows Print
      + JDK-8233573: Toolkit.getScreenInsets(GraphicsConfiguration)
      may throw ClassCastException
      + JDK-8239852: java/util/concurrent tests fail with
    - XX:+VerifyGraphEdges: assert(!VerifyGraphEdges) failed:
      verification should have failed
      + JDK-8241808: [TESTBUG] The JDK-8039467 bug appeared on macOS
      + JDK-8235153: [TESTBUG] [macos 10.15]
      java/awt/Graphics/DrawImageBG/SystemBgColorTest.java fails
      + JDK-8176359: Frame#setMaximizedbounds not working properly in
      multi screen environments
      + JDK-8234398: Replace ID2D1Factory::GetDesktopDpi with
      GetDeviceCaps
      + JDK-8233707: systemScale.cpp could not compile with VS2019
      + JDK-8223260: NamingManager should cache InitialContextFactory
      + JDK-8242470: Update Xerces to Version 2.12.1
      + JDK-8234809: set relro in linker flags when building with gcc
      + JDK-8242108: Performance regression after fix for JDK-8229496
      + JDK-8234270: [REDO] JDK-8204128 NMT might report incorrect
      numbers for Compiler area
      + JDK-8240223: Use consistent predicate order in and with
      PhaseIdealLoop::find_predicate
      + JDK-8240220: IdealLoopTree::dump_head predicate printing is
      broken
      + JDK-8238438: SuperWord::co_locate_pack picks memory state of
      first instead of last load
      + JDK-8242541: Small charset issues (ISO8859-16, x-eucJP-Open,
      x-IBM834 and x-IBM949C)
      + JDK-8239965: XMLEncoder/Test4625418.java fails due to "Error:
      Cp943 - can't read properly"
      + JDK-8239976: Put JDK-8239965 on the ProblemList.txt
      + JDK-8235834: IBM-943 charset encoder needs updating
      + JDK-8022574: remove HaltNode code after uncommon trap calls
      + JDK-8231720: Some perf regressions after 8225653
      + JDK-8225653: Provide more information when hitting SIGILL
      from HaltNode
      + JDK-8156207: Resource allocated BitMaps are often cleared
      unnecessarily
      + JDK-8227632: Incorrect PrintCompilation message: made not
      compilable on levels 0 1 2 3 4
      + JDK-8226879: Memory leak in Type::hashcons
      + JDK-8225783: Incorrect use of binary operators on booleans in
      type.cpp
      + JDK-8219904: ClassCastException when calling
      FlightRecorderMXBean#getRecordings()
      + JDK-8233197: Invert JvmtiExport::post_vm_initialized() and
      Jfr:on_vm_start() start-up order for correct option parsing
      + JDK-8233019: java.lang.Class.isPrimitive() (C1) returns wrong
      result if Klass* is aligned to 32bit
      + JDK-8234824: java/nio/channels/SocketChannel/AdaptSocket.java
      fails on Windows 10
      + JDK-8220479: java/nio/channels/Selector/
      /SelectWithConsumer.java failed at testTwoChannels()
      + JDK-8220348: [ntintel] asserts about copying unaligned array
      + JDK-8241568: (fs) UserPrincipalLookupService.lookupXXX
      failure with IOE "Operation not permitted"
      + JDK-8234423: Modifying ArrayList.subList().subList() resets
      modCount of subList
      + JDK-7143743: Potential memory leak with zip provider
      + JDK-8239893: Windows handle Leak when starting processes
      using ProcessBuilder
      + JDK-8232880: Update test documentation with additional
      settings for client UI tooltip tests
      + JDK-8231351: Add notes for PKCS11 tests in the test doc
      + JDK-8230079: Update test document by changing "TIMEOUT" to
      "TIMEOUT_FACTOR"
      + JDK-8230813: Add JDK-8010500 to compiler/loopopts/superword/
      /TestFuzzPreLoop.java bug list
      + JDK-8240824: enhance print_full_memory_info on Linux by THP
      related information
      + JDK-8238356: CodeHeap::blob_count() overestimates the number
      of blobs
      + JDK-8209113: Use WeakReference for lastFontStrike for created
      Fonts
      + JDK-8235403: Further cleanup to test
      serviceability/sa/ClhsdbCDSCore.java
      + JDK-8201349: build broken when configured with
    - -with-zlib=bundled on gcc 7.3
      + JDK-8233383: Various minor fixes
      + JDK-8240529: CheckUnhandledOops breaks NULL check in
      Modules::define_module
      + JDK-8240576: JVM crashes after transformation in C2
      IdealLoopTree::merge_many_backedges
      + JDK-8241556: Memory leak if -XX:CompileCommand is set
      + JDK-8240905: assert(mem == (Node*)1 || mem == mem2) failed:
      multiple Memories being matched at once?
      + JDK-8241296: Segfault in JNIHandleBlock::oops_do()
      + JDK-8231779: crash
      HeapWord*ParallelScavengeHeap::failed_mem_allocate
      + JDK-8235325: build failure on Linux after 8235243
      + JDK-8235243: handle VS2017 15.9 and VS2019 in
      abstract_vm_version
      + JDK-8232056: GetOwnedMonitorInfoWithEATest.java fails with
      ZGC: Heap too small
      + JDK-8238765: PhaseCFG::schedule_pinned_nodes cannot handle
      precedence edges from unmatched CFG nodes correctly
      + JDK-8239005: [TESTBUG] test/hotspot/jtreg/runtime/
      /StackGuardPages/TestStackGuardPages.java: exeinvoke.c: must
      initialize static state before calling do_overflow()
      + JDK-8236759: ShouldNotReachHere in
      PhaseIdealLoop::verify_strip_mined_scheduling
      + JDK-8238811: C2: assert(i >= req() || i == 0 || is_Region()
      || is_Phi()) with -XX:+VerifyGraphEdges
      + JDK-8238756: C2: assert(((n) == __null || !VerifyIterativeGVN
      || !((n)->is_dead()))) failed: can not use dead node
      + JDK-8237945: CTW: C2 compilation fails with
      assert(just_allocated_object(alloc_ctl) == ptr) failed: most
      recent allo...
      + JDK-8238591: CTW: Split
      applications/ctw/modules/jdk_localedata.java
      + JDK-8238247: CTW runner should sweep nmethods more
      aggressively
      + JDK-8238366: CTW runner closes standard output on exit
      + JDK-8237086: assert(is_MachReturn()) running CTW with fix for
      JDK-8231291
      + JDK-8237951: CTW: C2 compilation fails with "malformed
      control flow"
      + JDK-8183369: RFC unconformity of HttpURLConnection with proxy
      + JDK-8227539: Replace wildcard address with loopback or local
      host in tests - part 20
      + JDK-8238721: Add failing client jtreg tests to the Problem
      List
      + JDK-8214469: [macos] PIT: java/awt/Choice/
      /ChoiceKeyEventReaction/ChoiceKeyEventReaction.java fails
      + JDK-8194944: Regression automated test 'open/test/jdk/javax/
      /swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java'
      fails
      + JDK-8196467: javax/swing/JInternalFrame/Test6325652.java fails
      + JDK-8233649: Update ProblemList.txt to exclude failing
      headful tests on macos
      + JDK-8232200: [macos 10.15] Windows in fullscreen tests jumps
      around the screen
      + JDK-8238985: [TESTBUG] The arrow image is blue instead of
      green
      + JDK-8224475: JTextPane does not show images in HTML rendering
      + JDK-8231572: Use -lobjc instead of -fobjc-link-runtime in
      libosxsecurity
      + JDK-8237396: JvmtiTagMap::weak_oops_do() should not trigger
      barriers
      + JDK-8234968: check calloc rv in libinstrument
      InvocationAdapter
      + JDK-8235332: TestInstanceCloneAsLoadsStores.java fails with
    - XX:+StressGCM
      + JDK-8238190: [JVMCI] Fix single implementor speculation for
      diamond shapes.
      + JDK-8210058: Algorithmic Italic font leans opposite angle in
      Printing
      + JDK-8234625: hs test serviceability/sa/ClhsdbCDSCore.java
      fails on macOS 10.15
      + JDK-8235686: Add more custom hooks in Bundles.gmk
      + JDK-8241660: Add virtualization information output to hs_err
      file on macOS
      + JDK-8239224: libproc_impl.c previous_thr may be used
      uninitialized warning
      + JDK-8239142: C2's UseUniqueSubclasses optimization is broken
      for array accesses
      + JDK-8230388: Problemlist additional compiler/rtm tests
      + JDK-8234323: NULL-check return value of SurfaceData_InitOps
      on macosx
      + JDK-8235620: Broken merge between JDK-8006406 and JDK-8003559
      + JDK-4949105: Access Bridge lacks html tags parsing
      + JDK-8230926: [macosx] Two apostrophes are entered instead of
      one with "U.S. International - PC" layout
      + JDK-8240202: A few client tests leave mouse buttons pressed
      + JDK-8226253: JAWS reports wrong number of radio buttons when
      buttons are hidden.
      + JDK-8233696: [TESTBUG]Some jtreg tests fail when CAPS_LOCK is
      ON
      + JDK-8234332: [TESTBUG] java/awt/Focus/DisposedWindow/
      /DisposeDialogNotActivateOwnerTest/
      /DisposeDialogNotActivateOwnerTest.java fails on linux-x64
      nightly
      + JDK-8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/
      /ModalDialogEnterExitEventsTest.java fails in Windows
      + JDK-8234786: Fix for JDK-8214578 breaks OS X 10.12
      compatibility
      + JDK-8214578: [macos] Problem with backslashes on macOS/JIS
      keyboard: Java ignores system settings
      + JDK-8042383: [TEST_BUG] Test javax/swing/plaf/basic/
      /BasicMenuUI/4983388/bug4983388.java fails with shortcuts on
      menus do not work
      + JDK-8234288: Turkey Time Zone returns incorrect time zone name
      + JDK-8230910: libsspi_bridge does not build on Windows 32bit
      + JDK-8239456: vtable stub generation: assert failure (code
      size estimate)
      + JDK-8239931: [win][x86] vtable stub generation: assert
      failure (code size estimate) follow-up
      + JDK-8239091: Reversed arguments in call to strstr in freetype
      "debug" code.
      + JDK-8221741: ClassCastException can happen when
      fontconfig.properties is used
      + JDK-8235904: Infinite loop when rendering huge lines
      + JDK-8236488: Support for configure option
    - -with-native-debug-symbols=internal is impossible on Windows
      + JDK-8212986: Make Visual Studio compiler check less strict
      + JDK-8236953: [macos] JavaFX SwingNode is not rendered on macOS
      + JDK-8216472: (se) Stack overflow during selection operation
      leads to crash (win)
      + JDK-8239351: Give more meaningful InternalError messages in
      Deflater.c
      + JDK-8237508: Simplify JarFile.isInitializing
      + JDK-8234466: Class loading deadlock involving
      X509Factory#commitEvent()
      + JDK-8235874: The ordering of Cipher Suites is not maintained
      provided through jdk.tls.client.cipherSuites and
      jdk.tls.server.cipherSuites system property.
      + JDK-8234728: Some security tests should support TLSv1.3
      + JDK-8232357: Compare version info of Santuario to legal notice
      + JDK-8238898: Missing hash characters for header on license
      file
      + JDK-8233621: Mismatch in jsse.enableMFLNExtension property
      name
      + JDK-8234501: remove obsolete NET_ReadV
      + JDK-8232692: [TESTBUG] compiler/aot/fingerprint/
      /SelfChangedCDS.java fails when cds is disabled
      + JDK-8233491: Crash in AdapterHandlerLibrary::get_adapter with
      CDS due to code cache exhaustion
      + JDK-8233820: Test crashed with assert(phi->operand_count() !=
      1 || phi->subst() != phi) failed: missed trivial
      simplification
      + JDK-8214904: Test8004741.java failed due to "Too few
      ThreadDeath hits; expected at least 6 but saw only 5"
      + JDK-8233920: MethodHandles::tryFinally generates illegal
      bytecode for long/double return type
      + JDK-8232834: RunTest sometimes fails to produce valid
      exitcode.txt
      + JDK-8232370: Refactor some com.sun.jdi tests to enable IDE
      integration
      + JDK-8233608: Minimal build broken after JDK-8233494
      + JDK-8241445: Fix copyright in
      test/jdk/tools/launcher/ArgFileSyntax.java
      + JDK-8240629: argfiles parsing broken for argfiles with
      comment cross 4096 bytes chunk
      + JDK-8236700: Upgrading JSZip from v3.1.5 to v3.2.2
      + JDK-8218268: Javac treats Manifest Class-Path entries as
      Paths instead of URLs
      + JDK-8232170: FSInfo#getJarClassPath throws an exception not
      declared in its throws clause
      + JDK-8231863: Crash if classpath is read from @argument file
      and the main gets option argument
      + JDK-8233466: aarch64: remove unnecessary load of mdo when
      profiling return and parameters type
      + JDK-8233839: aarch64: missing memory barrier in
      NewObjectArrayStub and NewTypeArrayStub
      + JDK-8229701: aarch64: C2 OSR compilation fails with
      "shouldn't process one node several times" in final graph
      reshaping
      + JDK-8237055: [TESTBUG] compiler/c2/TestJumpTable.java fails
      with release VMs
      + JDK-8237217: Incorrect G1StringDedupEntry type used in
      StringDedupTable destructor
      + JDK-8229855: C2 fails with assert(false) failed: bad AD file
      + JDK-8236709: struct SwitchRange in HS violates C++ One
      Definition Rule
      + JDK-8236140: assert(!VerifyHashTableKeys || _hash_lock == 0)
      failed: remove node from hash table before modifying it
      + JDK-8235984: C2: assert(out->in(PhiNode::Region) == head ||
      out->in(PhiNode::Region) == slow_head) failed: phi must be
      either part of the slow or the fast loop
      + JDK-8235998: [c2] Memory leaks during tracing after '8224193:
      stringStream should not use Resource Area'.
      + JDK-8236179: C1 register allocation error with T_ADDRESS
      + JDK-8235671: enhance print_rlimit_info in os_posix
      + JDK-8235489: handle return values of sscanf calls in hotspot
      + JDK-8233033: C2 produces wrong result while unswitching a
      loop due to lost control dependencies
      + JDK-8235452: Strip mined loop verification fails with
      assert(is_OuterStripMinedLoop()) failed: invalid node class
      + JDK-8235383: C1 compilation fails with
    - XX:+PrintIRDuringConstruction -XX:+Verbose
      + JDK-8235510: java.util.zip.CRC32 performance drop after
      8200067
      + JDK-8229994: assert(false) failed: Bad graph detected in
      get_early_ctrl_for_expensive
      + JDK-8235288: AVX 512 instructions inadvertently used on Xeon
      for small vector width operations
      + JDK-8234397: add OS uptime information to os::print_os_info
      output
      + JDK-8231430: C2: Memory stomp in max_array_length() for
      T_ILLEGAL type
      + JDK-8234741: enhance os::get_core_path on macOS
      + JDK-8234617: C1: Incorrect result of field load due to
      missing narrowing conversion
      + JDK-8230611: infinite loop in
      LogOutputList::wait_until_no_readers()
      + JDK-8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash
      algorithm as AlgorithmId
      + JDK-8225130: Add exception for expiring Comodo roots to
      VerifyCACerts test
      + JDK-8225128: Add exception for expiring DocuSign root to
      VerifyCACerts test
      + JDK-8215711: Missing key_share extension for (EC)DHE key
      exchange should alert missing_extension
      + JDK-8238452: Keytool generates wrong expiration date if
      validity is set to 2050/01/01
      + JDK-8237962: give better error output for invalid OCSP
      response intervals in CertPathValidator checks
      + JDK-8163251: Hard coded loop limit prevents reading of smart
      card data greater than 8k
      + JDK-8242294: JSSE Client does not throw SSLException when an
      alert occurs during handshaking
      + JDK-8230400: Missing constant pool entry for a method in
      stacktrace
      + JDK-8226892: ActionListeners on JRadioButtons don't get
      notified when selection is changed with arrow keys
      + JDK-8175984: ICC_Profile has un-needed, not-empty finalize
      method
      + JDK-8223558: Java does not render Myanmar script correctly
      + JDK-8215355: Object monitor deadlock with no threads holding
      the monitor (using jemalloc 5.1)
      + JDK-8237869: exclude jtreg test security/infra/java/security/
      /cert/CertPathValidator/certification/LuxTrustCA.java because
      of instabilities
      + JDK-8234727: sun/security/ssl/X509TrustManagerImpl tests
      support TLSv1.3
      + JDK-8235263: Revert TLS 1.3 change that wrapped IOExceptions
      + JDK-8234723: javax/net/ssl/TLS tests support TLSv1.3
      + JDK-8231810: javax/net/ssl/templates/
      /SSLSocketSSLEngineTemplate.java fails intermittently with
      "java.lang.Exception: Unexpected EOF"
      + JDK-8235255: ProblemList javax/net/ssl/templates/
      /SSLSocketSSLEngineTemplate.java
      + JDK-8234724: javax/net/ssl/templates/
      /SSLSocketSSLEngineTemplate.java supports TLSv1.3
      + JDK-8239798: SSLSocket closes socket both socket endpoints on
      a SocketTimeoutException
      + JDK-8238502: sunmscapi.dll causing EXCEPTION_ACCESS_VIOLATION
      + JDK-8231081: TestMetadataRetention fails due to missing
      symbol id
      + JDK-8230624: [TESTBUG] Problemlist JFR
      compiler/TestCodeSweeper.java
      + JDK-8230238: Add another regression test for JDK-8134739
      + JDK-8230390: Problemlist SA tests with AOT
      + JDK-8226779: [TESTBUG] Test JFR API from Java agent
      + JDK-8231584: Deadlock with ClassLoader.findLibrary and
      System.loadLibrary call
      + JDK-8225797: OldObjectSample event creates unexpected amount
      of checkpoint data
      + JDK-8230398: Remove NULL checks before FREE_C_HEAP_ARRAY
      + JDK-8234321: Call cache flush after generating trampoline.
      + JDK-8233081: C1: PatchingStub for field access copies too much
      + JDK-8233494: Avoid calling MallocTracker::record_malloc and
      record_free when NMT is off
      + JDK-8233075: JFR - nmetods - misspelled in several places
      + JDK-8209824: Improve the code coverage for ThreadLocal
      + JDK-8233548: Update CUP to v0.11b
      + JDK-8239557: [TESTBUG] VeryEarlyAssertTest.java validating
      "END." marker at lastline is not always true
      + JDK-8234696: tools/jlink/plugins/VendorInfoPluginsTest.java
      times out
      + JDK-8233291: [TESTBUG] tools/jlink/plugins/
      /VendorInfoPluginsTest.java fails with debug or non-server VMs
      + JDK-8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java
      fails after 8232080
      + JDK-8232080: jlink plugins for vendor information and
      run-time options
      + JDK-8224851: AArch64: fix warnings and errors with Clang and
      GCC 8.3
      + JDK-8232571: Add missing SIGINFO signal
      + JDK-8232592: <Unknown compiled code> is shown in jstack mixed
      mode
      + JDK-8232167: Visual Studio install found through
    - -with-tools-dir value is discarded
      + JDK-8223697: jfr tool can't format duration values greater
      than 1 minute
      + JDK-8232207: Linux os::available_memory re-reads cgroup
      configuration on every invocation
      + JDK-8216354: Syntax error in toolchain_windows.m4
      + JDK-8230677: Should disable Escape Analysis if JVMTI
      capability can_get_owned_monitor_info was taken
      + JDK-8232052: use string literal for format string when
      handling PauseAtStartupFile
      + JDK-8225694: Destination option missing in
      FlightRecorderMXBeanImpl
      + JDK-8238942: Rendering artifacts with LCD text and fractional
      metrics
      + JDK-8224109: Text spaced incorrectly by drawString under
      rotation with fractional metric
      + JDK-8232226: [macos 10.15] test/jdk/java/awt/color/
      /EqualityTest/EqualityTest.java may fail
      + JDK-7124307: JSpinner and changing value by mouse
      + JDK-8234137: The "AutoTestOnTop.java" test may run external
      applications
      + JDK-8234769: Duplicate attribution in freetype.md
      + JDK-8227324: Upgrade to freetype 2.10.1
      + JDK-8231243: [TESTBUG] CustomFont.java cannot find font file
      + JDK-8232748: Build static versions of certain JDK libraries
      + JDK-8232572: Add hooks for custom output dir in Bundles.gmk
      + JDK-8235744: PIT: test/jdk/javax/swing/text/html/
      /TestJLabelWithHTMLText.java times out in linux-x64
      + JDK-8223935: PIT: java/awt/font/WindowsIndicFonts.java fails
      on windows10
      + JDK-8235739: Rare NPE at WComponentPeer.getGraphics()
      + JDK-8235638: NPE in LWWindowPeer.getOnscreenGraphics()
      + JDK-8231438: [macOS] Dark mode for the desktop is not
      supported
      + JDK-8234386: [macos] NPE was thrown at expanding Choice from
      maximized frame
      + JDK-8232433: [macos 10.15] java/awt/Window/
      /LocationAtScreenCorner/LocationAtScreenCorner.java may fail
      + JDK-8233657: Intermittent NPE in Component.validate()
      + JDK-8223108: Test java/awt/EventQueue/
      /NonComponentSourcePost.java is unstable
      + JDK-8146238: [macosx] Java2D Queue Flusher crash on OSX after
      switching between user accounts
      + JDK-8231671: Fix copyright headers in hotspot (missing comma
      after year)
      + JDK-8231503: [TESTBUG] compiler/{jvmci,aot} tests should not
      run with GCs that do not support JVMCI/AOT
      + JDK-8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/
      fails
      + JDK-8016914: CoreDocumentImpl.setXmlVersion NPE
      + JDK-8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/
      /resexhausted002 fails
      + JDK-8223158: Docked MacBook cannot start any Java Swing
      applications
      + JDK-8229483: Sinking load out of loop may trigger:
      assert(found_sfpt) failed: no node in loop that's not input
      to safepoint
      + JDK-8231201: hs_err should print coalesced safepoint
      operations in Events section
      + JDK-8230881: serviceability/sa/TestJmapCore tests fail with
      java.lang.RuntimeException: Could not find dump file
      + JDK-8230711: ConnectionGraph::unique_java_object(Node* N)
      return NULL if n is not in the CG
      + JDK-8230363: C2: Let ConnectionGraph::not_global_escape(Node*
      n) return false if n is not in the CG
      + JDK-8231631: sun/net/ftp/FtpURLConnectionLeak.java fails
      intermittently with NPE
      + JDK-8231213: Migrate SimpleDateFormatConstTest to JDK Repo
      + JDK-8193596: java/net/DatagramPacket/ReuseBuf.java failed due
      to timeout
      + JDK-8233018: Add a new test to verify that DatagramSocket is
      not interruptible
      + JDK-8236873: Worker has a deadlock bug
      + JDK-8235311: Tag mismatch may alert bad_record_mac
      + JDK-8234339: replace JLI_StrTok in java_md_solinux.c
      + JDK-8228725: AArch64: Purge method call format support
      + JDK-8229352: Use of an uninitialized register in 32-bit ARM
      template interpreter
      + JDK-8209802: Garbage collectors should register JFR types
      themselves to avoid build errors.
      + JDK-8230431: Move G1 trace code from gcTrace* to G1 directory
      + JDK-8227411: TestTimeMultiple.java failed "assert(!lease())
      failed: invariant"
      + JDK-8228757: Fail fast if the handshake type is unknown
      + JDK-8229421: The logic of java/net/ipv6tests/TcpTest.java is
      flawed
      + JDK-8191169: java/net/Authenticator/B4769350.java failed
      intermittently
      + JDK-8230004: jdk/internal/jimage/JImageOpenTest.java runs no
      test
      + JDK-8231387: java.security.Provider.getService returns random
      result due to race condition with mutating methods in the same
      class
      + JDK-8176837: SunPKCS11 provider needs to check more details
      on PKCS11 Mechanism
      + JDK-8217606: LdapContext#reconnect always opens a new
      connection
      + JDK-8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java
      fails with release VM
      + JDK-8216977: ShowHiddenFrames use in
      java_lang_StackTraceElement::fill_in appears broken
      + JDK-8225430: Replace wildcard address with loopback or local
      host in tests - part 14
      + JDK-8228888: C2 compilation fails with assert "m has strange
      control"
      + JDK-8193325: StackFrameInfo::getByteCodeIndex returns wrong
      value if bci > 32767
      + JDK-8228613: java.security.Provider#getServices order is no
      longer deterministic
      + JDK-8189633: Missing -Xcheck:jni checking for
      DeleteWeakGlobalRef
      + JDK-8227086: Use AS_NO_KEEPALIVE loads in HeapDumper
      + JDK-8229158: make UseSwitchProfiling non-experimental or
      false by-default
      + JDK-8229420: [Redo] jstat reports incorrect values for OU for
      CMS GC
      + JDK-8229345: Memory leak due to vtable stubs not being shared
      on SPARC
      + JDK-8228772: C2 compilation fails due to unschedulable graph
      if DominatorSearchLimit is reached
      + JDK-8229169: False failure of GenericTaskQueue::pop_local on
      architectures with weak memory model
      + JDK-8229020: Failure on CPUs allowing loads reordering:
      assert(_tasks[t] == 1) failed: What else?
      + JDK-8231445: check ZALLOC return values in awt coding
      + JDK-8225101: Crash at
      sun.awt.X11.XlibWrapper.XkbGetUpdatedMap when change keybord map
      + JDK-8230480: check malloc/calloc results in java.desktop
      + JDK-8232806: Introduce a system property to disable eager
      lambda initialization
      + JDK-8225435: Upgrade IANA Language Subtag Registry to the
      latest for JDK14
      + JDK-8241750: x86_32 build failure after JDK-8227269
      + JDK-8227269: Slow class loading when running with JDWP
      + JDK-8229022: BufferedReader performance can be improved by
      using StringBuilder
      + JDK-8229899: Make java.io.File.isInvalid() less racy
      + JDK-8231124: Missing closedir call with JDK-8223490
      + JDK-8223490: Optimize search algorithm for determining
      default time zone
      + JDK-8232003: (fs) Files.write can leak file descriptor in the
      exception case
      + JDK-8229236: CriticalJNINatives: dll handling should be done
      in native thread state
      + JDK-8223769: Assert triggers with -XX:+StressReflectiveCode
      + JDK-8227397: Add --with-extra-asflags configure option
      + JDK-8228596: Class redefinition fails when condy instructions
      are removed
      + JDK-8232713: Update BCEL version to 6.3.1 in license file
      + JDK-8224157: BCEL: update to version 6.3.1
      + JDK-8228400: Remove built-in AArch64 simulator
      + JDK-8239457: call ReleaseStringUTFChars before early returns
      in Java_sun_security_pkcs11_wrapper_PKCS11_connect
      + JDK-8230900: missing ReleaseStringUTFChars in java.desktop
      native code
      + JDK-8230901: missing ReleaseStringUTFChars in serviceability
      native code
      + JDK-8236545: Compilation error in mach5
      java/awt/FileDialog/MacOSGoToFolderCrash.java
      + JDK-8234522: [macos] Crash with use of native file dialog
      + JDK-8230769: BufImg_SetupICM add
      ReleasePrimitiveArrayCritical call in early return
      + JDK-8134672: [TEST_BUG] Some tests should check
      isDisplayChangeSupported
      + JDK-8228368: avoid incompatible pointer to integer conversion
      initializing gint in gtk2_interface
      + JDK-8227645: Some tests in serviceability/sa run with fixed
    - Xmx values and risk running out of memory
      + JDK-8229156: ProblemList
      gc/stress/gclocker/TestExcessGCLockerCollections.java
      + JDK-8193042: NativeLookup::lookup_critical_entry() should
      only load shared library once
      + JDK-8048556: Unnecessary GCLocker-initiated young GCs
      + JDK-8226899: Problemlist compiler/rtm tests
      + JDK-8229810: [macos] NullPointerException getting bounds of
      GraphicsConfiguration
      + JDK-8229515: [macos] access to window property of NSView on
      wrong thread
      + JDK-8243059: Build fails when --with-vendor-name contains a
      comma
      + JDK-8232178: MacVolumesTest failed after upgrade to MacOS
      Catalina
      + JDK-8231223: C2's conditional move optimization fails with
      assert(bol->Opcode() == Op_Bool) failed
      + JDK-8231550: C2: ShouldNotReachHere() in
      verify_strip_mined_scheduling
      + JDK-8231254: (fs) Add test for macOS Catalina changes to
      protect system software
      + JDK-8227439: Turn off AOT by default
      + JDK-8229406: ZGC: Fix incorrect statistics
      + JDK-8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java
      fails with RuntimeException 'JShellToolProvider' missing from
      stdout/stderr
      + JDK-8227834: build.log output from failing commands : include
      the hs_error file path in case of crashes in build
      + JDK-8225715: jhsdb jmap fails to write binary heap dump of a
      jshell process
      + JDK-8230466: check malloc/calloc results in jdk.hotspot.agent
      + JDK-8228902: add os::dll_load to the unified logging os
      category
      + JDK-8228501: java_props_macosx.c - provide missing CFRelease
      for CFLocaleCopyCurrent
      + JDK-8238842: AIOOBE in GIFImageReader.initializeStringTable
      + JDK-8243541: (tz) Upgrade time-zone data to tzdata2020a
      + JDK-8221312: test/jdk/sanity/client/SwingSet/src/
      /ColorChooserDemoTest.java failed
      + JDK-8228479: Correct the format of ColorChooserDemoTest
      + JDK-8226409: Enable argument profiling for
      sun.misc.Unsafe.put*/get*
      + JDK-8226798: JVM crash in
      klassItable::initialize_itable_for_interface(int,
      InstanceKlass*, bool, Thread*)
      + JDK-8227031: Print NMT statistics on fatal errors
      + JDK-8227338: templateInterpreter.cpp: copy_table() needs to
      be safer
      + JDK-8227032: MetaspaceUtils::print_report crashes when called
      before initialization
      + JDK-8227035: JVM::printFlags fails in native OOM situations
      + JDK-8225644: C1 dumps incorrect class name in
      ClassCastException message
      + JDK-8230856: Java_java_net_NetworkInterface_getByName0 on
      unix misses ReleaseStringUTFChars in early return
      + JDK-8224997: ChaCha20-Poly1305 TLS cipher suite decryption
      throws ShortBufferException
      + JDK-8223727: com/sun/jndi/ldap/privconn/RunTest.java failed
      due to hang in LdapRequest.getReplyBer
      + JDK-8213561: ZipFile/MultiThreadedReadTest.java timed out in
      tier1
      + JDK-8184157: (ch) AsynchronousFileChannel hangs with internal
      error when reading locked file
      + JDK-8235637: jhsdb jmap from OpenJDK 11.0.5 doesn't work if
      prelink is enabled
      + JDK-8225636: SA can't handle prelinked libraries
      + JDK-8236996: Incorrect Roboto font rendering on Windows with
      subpixel antialiasing
* Thu Jul 22 2021 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.3+3 (April 2020 CPU, bsc#1169511)
    * Security fixes:
      + JDK-8238960: linux-i586 builds are inconsistent as the newly
      built jdk is not able to reserve enough space for object heap
      + JDK-8226346: Build better binary builders
      + JDK-8233410: Better Build Scripting
      + JDK-8227467: Better class method invocations
      + JDK-8223898, CVE-2020-2754: Forward references to Nashorn
      + JDK-8223904, CVE-2020-2755: Improve Nashorn matching
      + JDK-8233250: Better X11 rendering
      + JDK-8235691, CVE-2020-2816: Enhance TLS connectivity
      + JDK-8232424, CVE-2020-2778: More constrained algorithms
      + JDK-8229733: TLS message handling improvements
      + JDK-8232581, CVE-2020-2767: Improve TLS verification
      + JDK-8224549, CVE-2020-2757: Less Blocking Array Queues
      + JDK-8231415, CVE-2020-2773: Better signatures in XML
      + JDK-8227542: Manifest improved jar headers
      + JDK-8234408, CVE-2020-2781: Improve TLS session handling
      + JDK-8233245: More adaptive sockets
      + JDK-8224541, CVE-2020-2756: Better mapping of serial ENUMs
      + JDK-8225603: Enhancement for big integers
      + JDK-8234027: Better JCEKS key support
      + JDK-8234825, CVE-2020-2800: Better Headings for HTTP Servers
      + JDK-8234841, CVE-2020-2803: Enhance buffering of byte buffers
      + JDK-8235274, CVE-2020-2805: Enhance typing of methods
      + JDK-8236201, CVE-2020-2830: Better Scanner conversions
      + JDK-8231785: Improved socket permissions
    * Other fixes:
      + JDK-8234080: jdk/nio/zipfs/CRCWriteTest.java fails
      + JDK-8232879: Writing out data with the Zip File System leads
      to a CRC failure
      + JDK-8068184: Fix for JDK-8032832 caused a deadlock
      + JDK-8233529: loopTransform.cpp:2984: Error:
      assert(p_f->Opcode() == Op_IfFalse) failed
      + JDK-8232539: SIGSEGV in C2 Node::unique_ctrl_out
      + JDK-8231620: assert(bol->is_Bool()) crash during split if due
      to FastLockNode
      + JDK-8231665: 8231055 broke
      escapeAnalysis/TestSelfArrayCopy.java
      + JDK-8231055: C2: arraycopy with same non escaping src and
      dest but different positions causes wrong execution
      + JDK-8234350: assert(mode == ControlAroundStripMined && (use
      == sfpt || !use->is_reachable_from_root())) failed: missed a
      node
      + JDK-8233032: assert(in_bb(n)) failed: must be
      + JDK-8237368: Problem with NullPointerException in RMI
      TCPEndpoint.read
      + JDK-8230597: Update GIFlib library to the 5.2.1
      + JDK-8238596: AVX enabled by default for Skylake even when
      unsupported
      + JDK-8234610: MaxVectorSize set wrongly when UseAVX=3 is
      specified after JDK-8221092
      + JDK-8221092: UseAVX=3 has performance degredation on Skylake
      (X7) processors
      + JDK-8230235: Rendering HTML with empty img attribute and
      documentBaseKey cause Exception
      + JDK-8232874: Add missing test for 8230062
      + JDK-8230062: assert(i == p->size()-1) failed: must be last
      element of the pack
      + JDK-8232154: Update Mesa 3-D Headers to version 19.2.1
      + JDK-8236039: JSSE Client does not accept status_request
      extension in CertificateRequest messages for TLS 1.3
      + JDK-8231988: Unexpected test result caused by C2
      IdealLoopTree::do_remove_empty_loop
      + JDK-8233656: assert(d->is_CFG() && n->is_CFG()) failed: must
      have CFG nodes
      + JDK-8234906: [TESTBUG] TestDivZeroCheckControl fails for
      client VMs due to Unrecognized VM option LoopUnrollLimit
      + JDK-8230671: x86_32 build failures after JDK-8229496
      + JDK-8229496: SIGFPE (division by zero) in C2 OSR compiled
      method
      + JDK-8241489: restore missed in backports tests for 8229016,
      8239787
      + JDK-8228969: 2019-09-28 public suffix list update
      + JDK-8229450: C2 compilation fails with assert(found_sfpt)
      failed
      + JDK-8230061: # assert(mode == ControlAroundStripMined && use
      == sfpt) failed: missed a node
      + JDK-8231222: fix pkcs11 P11_DEBUG guarded native traces
      + JDK-8230861: missing ReleaseStringUTFChars in
      Java_sun_security_pkcs11_wrapper_PKCS11_connect
      + JDK-8229767: Typo in java.security: Sasl.createClient and
      Sasl.createServer
      + JDK-8228835: Memory leak in PKCS11 provider when using AES GCM
      + JDK-8133489: Better messaging for PKIX path validation
      matching
      + JDK-8232950: SUNPKCS11 Provider incorrectly check key length
      for PSS Signatures.
      + JDK-8229437: assert(is_aligned(ref, HeapWordSize)) failed:
      invariant
      + JDK-8227528: TestAbortVMOnSafepointTimeout.java failed due to
      "RuntimeException: 'Safepoint sync time longer than' missing
      from stdout/stderr"
      + JDK-8238225: Issues reported after replacing symlink at
      Contents/MacOS/libjli.dylib with binary
      + JDK-8235687: Contents/MacOS/libjli.dylib cannot be a symlink
      + JDK-8229016: C2 scalarization crashes with
      assert(node->Opcode() == Op_CastP2X) failed: ConvP2XNode
      required
      + JDK-8228578: fix CFData object leak in macosx KeystoreImpl.m
      + JDK-8005819: Support cross-realm MSSFU
      + JDK-8239787: AArch64: String.indexOf may incorrectly handle
      empty strings
      + JDK-8231507: Update Apache Santuario (XML Signature) to
      version 2.1.4
* Wed Apr 15 2020 Fridrich Strba <fstrba@suse.com>
  - The pack200 and unpack200 alternatives should be slaves of java
    and not of javac, since they are part of JRE.
* Wed Mar 25 2020 Martin Liška <mliska@suse.cz>
  - Add gcc-fno-common-fix.patch in order to fix
    boo#1167462.
* Thu Feb 13 2020 Andreas Schwab <schwab@suse.de>
  - DependOnVariableHelper.patch: Fix DependOnVariableHelper for make 4.3
* Sun Feb 02 2020 Fridrich Strba <fstrba@suse.com>
  - Install java icons not only versioned, but also postfixed by the
    "openjdk", in order to prevent install conflicts with other
    jdk 11 flavours.
* Fri Jan 17 2020 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.2+8 (January 2020 CPU,
    bsc#1160968)
    * Security fixes:
      + S8224909, CVE-2020-2583: Unlink Set of LinkedHashSets
      + S8225261: Better method resolutions
      + S8225279: Better XRender interpolation
      + S8226352, CVE-2020-2590: Improve Kerberos interop capabilities
      + S8227758: More valid PKIX processing
      + S8227816: More Colorful ICC profiles
      + S8228548, CVE-2020-2593: Normalize normalization for all
      + S8229728: Implement negotiation parameters
      + S8229951, CVE-2020-2601: Better Ticket Granting Services
      + S8230279: Improve Pack200 file reading
      + S8230318: Better trust store usage
      + S8230967: Improve Registry support of clients
      + S8231139: Improved keystore support
      + S8231422, CVE-2020-2604: Better serial filter handling
      + S8231780, CVE-2020-2655: Better TLS messaging support
      + S8231790: Provide better FileSystemProviders
      + S8232419: Improve Registry registration
      + S8234037, CVE-2020-2654: Improve Object Identifier Processing
    * Other fixes:
      + S8209178: Proxied HttpsURLConnection doesn't send BODY when
      retrying POST request
      + S8213119: [macos]
      java/awt/GraphicsDevice/CheckDisplayModes.java fails
      + S8223892: Improved handling of jar files
      + S8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find
      dependent libraries
      + S8226765: Commentary on Javadoc comments
      + S8227030: Change the release version from 13.0.1 to 13.0.2
      + S8227201: Bump version string for 13.0.1
      + S8227230: Backout JDK-8215367 from update releases
      + S8227601: Better collection of references
      + S8227662: freetype seeks to index at the end of the font data
      + S8227757: re-create 'ga' mercurial tags for CPU19_10 respin
      + S8228465: HOST locale provider holds wrong era name for
      GregorianCalendar in US locale
      + S8229242: JDK 13.0.1 L10n resource files update msgdrop 10
      + S8229773: Resolve permissions for code source URLs lazily
      + S8230085: (fs) FileStore::isReadOnly is always true on macOS
      Catalina
      + S8230869: [macos 10.15] The String "X Y Z" was not set to
      application's icon in the taskbar
      + S8230902: remove the tag jdk-13.0.1+1
      + S8231129: More glyph images
      + S8231134: Improved credential support
      + S8231403: [ppc]: Align ReservedCodeCacheSize default value
      with other platforms
      + S8231991: Mouse wheel change focus on awt/swing windows
      + S8232005: [s390, PPC64] More exception checks missing in
      interpreter
      + S8232019: Add LuxTrust certificate updates to the existing
      root program
      + S8232051: Epsilon should warn about Xms/Xmx/AlwaysPreTouch
      configuration
      + S8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions
      on processors which don't support it
      + S8232984: Upgrading Joni License version to 2.1.16
      + S8233097: Fontmetrics for large Fonts has zero width
      + S8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/
      /8132119/bug8132119.java
      + S8233219: NMT output on AIX misses some categories
      + S8233223: Add Amazon Root CA certificates
      + S8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java
      hit hardcoded expiration date
      + S8234107: Several AWT modal dialog tests failing on Linux
      after JDK-8231991
      + S8234245: sun/security/lib/cacerts/VerifyCACerts.java fails
      due to wrong checksum
* Wed Dec 18 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Switch back armv6 from zero platform to client JVM
* Fri Oct 25 2019 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-13.0.1+9 (October 2019 CPU,
    bsc#1154212)
    * Security fixes:
      + S8209901: Canonical file handling
      + S8213429, CVE-2019-2933: Windows file handling redux
      + S8218573, CVE-2019-2945: Better socket support
      + S8218877: Help transform transformers
      + S8220186: Improve use of font temporary files
      + S8220302, CVE-2019-2949: Better Kerberos ccache handling
      + S8221497: Optional Panes in Swing
      + S8221858, CVE-2019-2958: Build Better Processes
      + S8222684, CVE-2019-2964: Better support for patterns
      + S8222690, CVE-2019-2962: Better Glyph Images
      + S8223163: Better pattern recognition
      + S8223505, CVE-2019-2973: Better pattern compilation
      + S8223518, CVE-2019-2975: Unexpected exception in jjs
      + S8223886: Add in font table referene
      + S8223892, CVE-2019-2978: Improved handling of jar files
      + S8224025: Fix for JDK-8220302 is not complete
      + S8224062, CVE-2019-2977: Improve String index handling
      + S8224532, CVE-2019-2981: Better Path supports
      + S8224915, CVE-2019-2983: Better serial attributes
      + S8225286, CVE-2019-2987: Better rendering of native glyphs
      + S8225292, CVE-2019-2988: Better Graphics2D drawing
      + S8225298, CVE-2019-2989: Improve TLS connection support
      + S8225597, CVE-2019-2992: Enhance font glyph mapping
      + S8226765, CVE-2019-2999: Commentary on Javadoc comments
      + S8227601: Better collection of references
      + S8228825, CVE-2019-2894: Enhance ECDSA operations
    * Other fixes:
      + S8185898: setRequestProperty(key, null) results in HTTP
      header without colon in request
      + S8191521: handle long relative path specified in
    - Xbootclasspath/a on windows
      + S8209790: SA tools not providing option to connect to debug
      server
      + S8212328: Exceptional throw cases
      + S8212970: TZ database in "vanguard" format support
      + S8213431: Improve file protocol handling
      + S8213432: Better copies of CopiesList
      + S8215367: Better Collection of References
      + S8216381: More limited privilege usage
      + S8217563: Improve realm maintenance
      + S8217676: Upgrade libpng to 1.6.37
      + S8218863: Better endpoint checks
      + S8218873: Improve JSSE endpoint checking
      + S8218876: Improve PNG support options
      + S8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed
      in validateStackTrace()
      + S8219775: Certificate validation improvements
      + S8220517: Enhanced GIF support
      + S8221345: Better Poly1305 support
      + S8221518: Normalize normalization
      + S8222108: Reduce minRefreshTime for updating remote printer
      list on Windows
      + S8222678: Improve TLS negotiation
      + S8222751: closed/test/jdk/sun/security/util/
      /DerIndefLenConverter/IndefBerPkcs12.java fail
      + S8222968: ByteArrayPublisher is not thread-safe resulting in
      broken re-use of HttpRequests
      + S8223326: Regression introduced by CPU sync:
      java.security.AccessControlException: access denied
      ("java.net.NetPermission" "setSocketImpl")
      + S8223869: Problem list
      java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
      + S8224505: TestQuotedLogOutput failure after ProcessBuilder
      changes
      + S8225146: Accessibility issues in
      javax/swing/plaf/nimbus/doc-files/properties.html
      + S8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find
      dependent libraries
      + S8225505: ctrl-F1 does not show the tooltip of a menu item
      (JMenuItems)
      + S8226468: [aix] loadquery failed error message displayed
      + S8226530: ZipFile reads wrong entry size from ZIP64 entries
      + S8226543: Reduce GC pressure during message digest
      calculations in password-based encryption
      + S8227171: provide function names in native stack trace on aix
      with xlc16
      + S8227201: Bump version string for 13.0.1
      + S8227230: Backout JDK-8215367 from update releases
      + S8227435: Perf::attach() should not throw a
      java.lang.Exception
      + S8227594: sadebugd/DebugdConnectTest.java fails due to
      "java.rmi.NotBoundException: SARemoteDebugger"
      + S8227662: freetype seeks to index at the end of the font data
      + S8228469: (tz) Upgrade time-zone data to tzdata2019b
      + S8228485: JVM crashes when bootstrap method for condy
      triggers loading of class whose static initializer throws exception
      + S8228649: [PPC64] SA reads wrong slots from interpreter frames
      + S8228711: Path rendered incorrectly when it goes outside the
      clipping region
      + S8229002: Shenandoah: Missing node types in
      ShenandoahLoadReferenceBarrier::needs_barrier_impl()
      + S8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on
      AArch64
      + S8229182: runtime/containers/docker/TestMemoryAwareness.java
      test fails on SLES12
      + S8229242: JDK 13.0.1 L10n resource files update msgdrop 10
      + S8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java
      fails for - memory:getMemoryUsage
      + S8229706: java/net/MulticastSocket/NoLoopbackPackets.java
      fails on some AIX machines
      + S8229773: Resolve permissions for code source URLs lazily
      + S8229800: WindowsServerCore 1809 does not provide d2d1.dll
      library required by awt.dll
      + S8229872: (fs) Increase buffer size used with getmntent
      + S8229887: (zipfs) zip file corruption when replacing an
      existing STORED entry
      + S8229925: [s390, PPC64] Exception check missing in interpreter
      + S8230110: TestLinkageErrorInGenerateOopMap times out
      + S8230115: Problemlist JFR TestNetworkUtilization test
      + S8230303: JDB hangs when running monitor command
      + S8230425: Shenandoah forces +UseNUMAInterleaving even after
      explicitly disabled
      + S8230565: ZGC: Redesign C2 load barrier to expand on the
      MachNode level
      + S8230646: Epsilon does not extend TLABs to max size
      + S8230666: Exclude
      serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and
      linuxppc64le
      + S8230728: Thin stroked shapes are not rendered if affine
      transform has flip bit
      + S8230782: Robot.createScreenCapture() fails if
      "awt.robot.gtk" is set to false
      + S8230850: Test sun/tools/jcmd/TestProcessHelper.java fails
      intermittently
      + S8230943: False deadlock detection with
    - XX:+CIPrintCompileQueue after JDK-8163511
      + S8231098: (tz) Upgrade time-zone data to tzdata2019c
      + S8231197: Shenandoah: JVMTI heap walking cleanup crashes with
      NULL forwardee
      + S8231405: [Shenandoah] guarantee(d != NULL) failed: Null
      dominator info
      + S8231583: Shenandoah: Fix register clash in
      SBSA::resolve_forwarding_pointer() borrowing
      + S8231770: Test java/util/zip/FlaterTest.java fails with
    - Xcheck:jni
      + S8231885: Fix/remove malformed assert in os_windows.cpp
      + S8231887: ComodoCA.java fails because certificate was revoked
      + S8231930: Windows build fails after JDK-8191521
* Tue Oct 08 2019 Fridrich Strba <fstrba@suse.com>
  - Do not fail installation when the manpages are not present
    (bsc#1115375)
* Mon Sep 09 2019 Fridrich Strba <fstrba@suse.com>
  - jdk-13+33 is the official OpenJDK 13 GA release
* Thu Aug 29 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+33
    * Fixes:
      + S6394013: C2: Remove VerifyOpto
      + S8058539: Platform specific source files may not end up in
      src.zip
      + S8158880: test/java/time/tck/java/time/format/
      /TCKDateTimeFormatterBuilder.java fail with zh_CN locale
      + S8210755: Define standard names for EC curves and TLS
      signature schemes
      + S8213031: (zipfs) Add support for POSIX file permissions
      + S8215181: Accounting currency format support
      + S8225430: Replace wildcard address with loopback or local
      host in tests - part 14
      + S8225776: Optimize branch frequency of G1's write
      post-barrier in C2
      + S8226530: ZipFile reads wrong entry size from ZIP64 entries
      + S8226899: Problemlist compiler/rtm tests
      + S8226964: [Yaru] GTK L&F: There is no difference between menu
      selected and de-selected
      + S8227225: ParallelGC: add subspace transitions for young gen
      for gc+heap=info log lines
      + S8227439: Turn off AOT by default
      + S8227642: [TESTBUG] Make docker tests podman compatible
      + S8227919: 8213232 causes crashes on solaris sparc64
      + S8228352: CANON_EQ breaks when pattern contains supplementary
      codepoint
      + S8228359: [TESTBUG] jdk.jfr.e.g.c
      .TestGCHeapConfigurationEventWith32BitOops.java does not
      expect MinHeapSize to be aligned to HeapAlignment
      + S8228393: Add an indicator for external links in javadoc
      + S8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
      + S8228469: (tz) Upgrade time-zone data to tzdata2019b
      + S8228503: Rename "rs_lengths" to "rs_length" in ergo code
      + S8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java
    - NumberFormatException because of large long values (memory
      limit_in_bytes)
      + S8228649: [PPC64] SA reads wrong slots from interpreter frames
      + S8228650: runtime/SharedArchiveFile/
      /CheckDefaultArchiveFile.java test fails on AIX
      + S8228657: ZGC: ZObjectAllocator::used() should take undone
      allocations into account
      + S8228658: test GetTotalSafepointTime.java fails on fast Linux
      machines with Total safepoint time 0 ms
      + S8228687: [TESTBUG] exclude Container tests from hotspot_misc
      group
      + S8228749: Deprecate product flag -XX:CompactFields
      + S8228753: Deprecate -XX:FieldsAllocationStyle product option
      + S8228778: JDK 13 L10n resource files update - msgdrop 20
      + S8228834: Regression caused by JDK-8214542 not installing
      complete checkpoint data to candidates
      + S8228902: add os::dll_load to the unified logging os category
      + S8228970: AssertionError in
      ResponseSubscribers$HttpResponseInputStream
      + S8228971: Locale API doc has redundant hyphens for some
      parameters
      + S8228998: Remove the testing against NSK_FALSE from tests
      + S8228999: ProblemList vmTestbase/nsk/jvmti/GetThreadState/
      /thrstat001/TestDescription.java
      + S8229000: Fix lock and reenable assert in
      Monitor::check_safepoint_state
      + S8229002: Shenandoah: Missing node types in
      ShenandoahLoadReferenceBarrier::needs_barrier_impl()
      + S8229016: C2 scalarization crashes with assert(node->Opcode()
      == Op_CastP2X) failed: ConvP2XNode required
      + S8229017: ZGC: Various cleanups of ZVerify
      + S8229018: Switching to an infinite socket timeout on Windows
      leads to high CPU load
      + S8229020: Failure on CPUs allowing loads reordering:
      assert(_tasks[t] == 1) failed: What else?
      + S8229032: ProblemList jdk/internal/platform/docker/
      /TestDockerMemoryMetrics.java
      + S8229036: Remove the testing against NSK_TRUE from tests
      + S8229128: ZGC: Remove unused ZThreadRootsIterator
      + S8229129: ZGC: Fix incorrect format string for doubles
      + S8229134: [TESTBUG] 32-bit build fails gc/arguments/
      /TestSurvivorAlignmentInBytesOption.java after JDK-8228855
      + S8229135: ZGC: Adding missing ZStatTimerDisable before call
      to ZVerify::roots_strong()
      + S8229156: ProblemList gc/stress/gclocker/
      /TestExcessGCLockerCollections.java
      + S8229169: False failure of GenericTaskQueue::pop_local on
      architectures with weak memory model
      + S8229176: Shenandoah should acquire CodeCache_lock without
      safepoint check
      + S8229180: Remove EA from JDK 13 version string
      + S8229206: Shenandoah: ShenandoahWeakRoot::oops_do() uses
      wrong timing phase
      + S8229208: Remove Monitor::ClearMonitor
      + S8229213: Shenandoah: Allow VM global oop storage to be
      processed concurrently
      + S8229214: Don't use GCM with PKCS5Padding in
      test/micro/org/openjdk/bench/javax/crypto/
      + S8229219: C2 compilation fails with assert: Bad graph
      detected in build_loop_late
  - Upgrade to upstream tag jdk-13+32
    * Fixes:
      + S8048556: Unnecessary GCLocker-initiated young GCs
      + S8191138: Remove deprecated java.security.acl APIs
      + S8193042: NativeLookup::lookup_critical_entry() should only
      load shared library once
      + S8217676: Upgrade libpng to 1.6.37
      + S8226905: unproblem list applications/ctw/modules/* tests on
      windows
      + S8227123: Assertion failure when setting SymbolTableSize
      larger than 2^17 (131,072)
      + S8227170: (.hg)Ignore the JTwork and JTreport directories
      generated at the root of the repo
      + S8227250: UserHandler contains ancient LinuxThreads code
      + S8227407: ZGC: C2 loads and load barriers can get separated
      by safepoints
      + S8227528: TestAbortVMOnSafepointTimeout.java failed due to
      "RuntimeException: 'Safepoint sync time longer than' missing
      from stdout/stderr"
      + S8227605: Kitchensink fails "assert((((klass)->trace_id() &
      (JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0))
      failed: invariant"
      + S8227609: (fs) Files.newInputStream(...).skip(n) should allow
      skipping beyond file size
      + S8228397: Missing license copyright header in some properties
      files
      + S8228403: SignTwice.java failed with
      java.io.FileNotFoundException: File name too long
      + S8228407: JVM crashes with shared archive file mismatch
      + S8228601: AArch64: Fix interpreter code at JVMCI
      deoptimization entry
      + S8228602: Add sun/security/tools/jarsigner/
      /PreserveRawManifestEntryAndDigest.java to problem list
      + S8228618: s390: c1/c2 fail to add a metadata relocation in
      the static call stub.
      + S8228623: Update copyright year to 2019 for several java
      properties file
      + S8228630: Remove always true parameter to NoSafepointVerifier
      + S8228658: test GetTotalSafepointTime.java fails on fast Linux
      machines with Total safepoint time 0 ms
      + S8228668: compiler/codegen/aes/TestAESMain.java failed with
      GCM mode must be used with NoPadding
      + S8228672: [TESTBUG] gc/metaspace/TestSizeTransitions.java
      fails on 32-bit platforms
      + S8228673: Remove develop flag StrictSafepointChecks
      + S8228674: LogCompilation: Improvements to log compare feature
      + S8228710: Disable AggressiveUnboxing until JDK-8224957 is
      fixed
      + S8228725: AArch64: Purge method call format support
      + S8228742: Remove javax/net/ssl/SSLSocket/Tls13PacketSize.java
      from ProblemList
      + S8228743: [PPC64, s390] Implement FastJNIAccessors
      + S8228745: sun/security/tools/jarsigner/Warning.java test
      timeout
      + S8228755: ProblemList
      sun/security/tools/jarsigner/Warning.java
      + S8228764: New library dependencies due to JDK-8222720
      + S8228775: Shenandoah: Remove useless null-input-verification
      in Shenandoah/C2 verifier
      + S8228855: Test runtime/CommandLine/OptionsValidation/
      /TestOptionsWithRanges fails after JDK-8227123
      + S8228904: Problemlist docker/TestJcmdWithSideCar.java until
      JDK-8228850 and JDK-8228960 are fixed
      + S8228907: Some gc argument checking tests fail after
      JDK-8228855
  - Upgrate to upstream tag jdk-13+31
    * Fixes:
      + S6573239: Typo in jfc text file
      + S8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/
      /4983388/bug4983388.java fails with shortcuts on menus do not
      work
      + S8048595: problemList failing/ignored manual tests in
      security-libs
      + S8068376: Validator fails valid XML files due to String == in
      XSD validator code
      + S8071275: remove AbstractAssembler::update_delayed_values
      dead code
      + S8078891: java.io.SequenceInputStream.close is not atomic and
      not idempotent
      + S8134672: [TEST_BUG] Some tests should check
      isDisplayChangeSupported
      + S8156207: Resource allocated BitMaps are often cleared
      unnecessarily
      + S8173978: Lookup.in should allow teleporting from a lookup
      class in a named module without dropping all access
      + S8180392: SunJCE provider should throw exceptions for
      unsupported mode and padding combinations
      + S8181493: (fs) Files.readAttributes(path,
      BasicFileAttributes.class) should preserve nano second time
      stamps
      + S8184157: (ch) AsynchronousFileChannel hangs with internal
      error when reading locked file
      + S8196467: javax/swing/JInternalFrame/Test6325652.java fails
      + S8202339: [TESTBUG] Consolidate the tests in
      runtime/SharedArchiveFile and runtime/appcds
      + S8212970: TZ database in "vanguard" format support
      + S8214469: [macos] PIT: java/awt/Choice/ChoiceKeyEventReaction/
      /ChoiceKeyEventReaction.java fails
      + S8217375: jarsigner breaks old signature with long lines in
      manifest
      + S8219774: Reexamine the initialization of LangReflectAccess
      shared secret at AccessibleObject::<clinit>
      + S8221205: Obsolete AllowJNIEnvProxy
      + S8221303: sun/management/jmxremote/bootstrap/
      /JMXInterfaceBindingTest.java fails due to java.rmi.server
      .ExportException: Port already in use
      + S8222563: Remove terminally deprecated method
      netscape.javascript.JSObject::getWindow
      + S8223769: Assert triggers with -XX:+StressReflectiveCode
      + S8224171: The cleanup multi-font related code in the XFontPeer
      + S8224674: NMethod state machine is not monotonic
      + S8226338: Updates to Stateless Resumption
      + S8226361: jdk ProblemList file contains more than 1 entry for
      a test
      + S8226697: Several tests which need the @key headful keyword
      are missing it.
      + S8226771: Update Graal
      + S8226796: Reduce debug level logging for oopstorage+blocks
      + S8226808: PreparedStatement javadoc typo
      + S8226910: make it possible to use jtreg's -match via run-test
      framework
      + S8226913: Scale cards per chunk used during heap root
      scanning with region size
      + S8227041: runtime/memory/RunUnitTestsConcurrently.java has a
      memory leak
      + S8227122: [TESTBUG] Create Docker sidecar test cases
      + S8227247: tools/sjavac/IdleShutdown.java fails with
      AssertionError: Error too big on windows
      + S8227260: JNI upcalls should bypass class initialization
      barrier in c2i adapter
      + S8227437: S4U2proxy cannot continue because server's TGT
      cannot be found
      + S8227551: Session Resumption without Server-Side State off by
      default
      + S8227595: keytool/fakegen/DefaultSignatureAlgorithm.java
      fails due to "exitValue = 6"
      + S8227680: FastJNIAccessors: Check for JVMTI field access
      event requests at runtime
      + S8227719: G1 Pending cards estimation too conservative in
      cost prediction
      + S8227721: test/jdk/java/net/NetworkInterface/
      /NetworkInterfaceRetrievalTests.java should open the java.net
      package
      + S8227927: Move ParallelCleaningTask back to G1
      + S8228340: JVMCI deleteGlobalHandle doesn't delete the handle
      + S8228341: SignTwice.java fails intermittently on Windows
      + S8228342: Add SignTwice.java to problem list
      + S8228388: Add information about dirty/skipped card for Merge
      HCC in G1 log
      + S8228396: Re-enable Stateless Resumption On by default for
      merge to mainline
      + S8228399: Remove mistaken open.iml
      + S8228400: Remove built-in AArch64 simulator
      + S8228450: unicode.md and icu.md text should be pre-formatted
      + S8228465: HOST locale provider holds wrong era name for
      GregorianCalendar in US locale
      + S8228479: Correct the format of ColorChooserDemoTest
      + S8228484: Remove NoAllocVerifier because nothing uses it
      + S8228485: JVM crashes when bootstrap method for condy
      triggers loading of class whose static initializer throws
      exception
      + S8228490: Shenandoah: Shenandoah concurrent root evacuation
      may race against OopStorage::release()
      + S8228492: Remove pako.md
      + S8228494: Update nroff version of man pages
      + S8228501: java_props_macosx.c - provide missing CFRelease for
      CFLocaleCopyCurrent
      + S8228532: Shenandoah: Implement
      SBSA::try_resolve_jobject_in_native()
      + S8228571: [TESTBUG] Fix tests failing on non-aot platforms
      after JDK-8227512
      + S8228578: fix CFData object leak in macosx KeystoreImpl.m
      + S8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java
    - NumberFormatException because of large long values (memory
      limit_in_bytes)
      + S8228589: BasicJStackTest.java and
      JcmdOutputEncodingTest.java failing after JDK-8227868
      + S8228596: Class redefinition fails when condy instructions
      are removed
      + S8228631: Fix inconsistent OopStorage::Block owner usage
      + S8228645: Don't run sun/security/pkcs11/Cipher/
      /TestKATForGCM.java on buggy NSS solaris versions
      + S8228650: runtime/SharedArchiveFile/
      /CheckDefaultArchiveFile.java test fails on AIX
      + S8228671: Fastdebug VM throws InternalError when
      publicLookup.in(T) is used to resolve a member
  - Upgrade to upstream tag jdk-13+30 (Oracle July 2019 CPU)
    * Security fixes:
      + S8212328, CVE-2019-2762, bsc#1141782: Exceptional throw cases
      + S8213431, CVE-2019-2766, bsc#1141789: Improve file protocol
      handling
      + S8213432, CVE-2019-2769, bsc#1141783: Better copies of
      CopiesList
      + S8216381, CVE-2019-2786, bsc#1141787: More limited privilege
      usage
      + S8217563: Improve realm maintenance
      + S8218863: Better endpoint checks
      + S8218873: Improve JSSE endpoint checking
      + S8218876, CVE-2019-7317, bsc#1141780: Improve PNG support
      options
      + S8219775: Certificate validation improvements
      + S8220517: Enhanced GIF support
      + S8221345, CVE-2019-2818, bsc#1141788: Better Poly1305 support
      + S8221518, CVE-2019-2816, bsc#1141785: Normalize normalization
      + S8222678, CVE-2019-2821, bsc#1141781: Improve TLS negotiation
    * Fixes:
      + S7148925: StAXSource causes exceptions to be thrown with
      certain wellformed XML instances
      + S8067801: Enforce null check for underlying I/O streams
      + S8073213: javadoc of PushbackInputStream methods should
      specify NullPointerExceptions
      + S8131664: Javadoc for PrintStream is now incorrect
      + S8154520: java.time: appendLocalizedOffset() should return
      the localized "GMT" string
      + S8157830: Errors in XSLT stylesheet are not dispatched
      correctly to ErrorListener
      + S8162929: Enqueuing dirty cards into a single DCQS during GC
      does not scale
      + S8176447: javax.xml.validation.Validator validates
      incorrectly on uniqueness constraint
      + S8178843: A bug in an inner loop in MethodGenerator's
      getLocals method
      + S8181386: CipherSpi ByteBuffer to byte array conversion fails
      for certain data overlap conditions
      + S8206179: com/sun/management/OperatingSystemMXBean/
      /GetCommittedVirtualMemorySize.java fails with Committed
      virtual memory size illegal value
      + S8209790: SA tools not providing option to connect to debug
      server
      + S8220041: NullPointerException at
      jdk.compiler/com.sun.tools.javac.jvm.Code.emitop0
      + S8222751: closed/test/jdk/sun/security/util/
      /DerIndefLenConverter/IndefBerPkcs12.java fail
      + S8222791: Order of evaluation of -link params in Javadoc tool
      reversed -> regression with split packages
      + S8223451: Make optimistic types disabled by default
      + S8224560: (tz) Upgrade time-zone data to tzdata2019a
      + S8224825: java/awt/Color/AlphaColorTest.java fails in
      linux-x64 system
      + S8225423: GTK L&F: JSplitPane: There is no divider shown
      + S8225483: Shenandoah: Enhance native access barrier
      + S8225580: tzdata2018i integration causes test failures on
      jdk-13
      + S8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java
      fails with -Xcomp
      + S8225690: Multiple AttachListener threads can be created
      + S8225715: jhsdb jmap fails to write binary heap dump of a
      jshell process
      + S8225745: NoSuchAlgorithmException exception for
      SHA256withECDSA with RSASSA-PSS support
      + S8225782: Remove expired flags in JDK 14
      + S8226232: Move merge heap roots code out from
      G1RemSetScanState
      + S8226406: JVM fails to detect mismatched or corrupt CDS
      archive
      + S8226525: HotSpot compile-time error for x86-32
      + S8226536: Catch OOM from deopt that fails rematerializing
      objects
      + S8226653: [accessibility] Can edit text cell correctly, but
      Accessibility Tool reads nothing about editor
      + S8226695: Shenandoah: Wire C1 and C2 IN_NATIVE barrier
      + S8226756: Replace wildcard address with loopback or local
      host in tests - part 18
      + S8226798: JVM crash in
      klassItable::initialize_itable_for_interface(int,
      InstanceKlass*, bool, Thread*)
      + S8227009: JDK 13 L10n resource files update - msgdrop 10
      + S8227031: Print NMT statistics on fatal errors
      + S8227068: [Graal] MappedByteBuffer bulk access memory
      failures are not handled gracefully
      + S8227084: Add timing information for merge heap root
      preparation
      + S8227089: Add timing information for merging humongous
      remembered sets
      + S8227090: G1 does not account the OptMergeRS in cost per card
      calculation
      + S8227179: Test for new gc+metaspace=info output format
      + S8227247: tools/sjavac/IdleShutdown.java fails with
      AssertionError: Error too big on windows
      + S8227252: [aix] Disable
      jdk/java/lang/reflect/exeCallerAccessTest
      + S8227260: JNI upcalls should bypass class initialization
      barrier in c2i adapter
      + S8227275: Within native OOM error handling, assertions may
      hang the process
      + S8227289: Enable assertions for some shell to java conversion
      tests after JDK-8218960
      + S8227368: EnumSet.class serialization broken in JDK 9+
      + S8227391: Update double-conversion to version 3.1.5
      + S8227392: Colors with alpha are painted incorrectly on Linux,
      after JDK-8214579
      + S8227397: Add --with-extra-asflags configure option
      + S8227416: Add a "Table Of Contents" to HTML version of man
      pages
      + S8227422: sun/net/www/protocol/file/DirPermissionDenied.java
      failed on Windows 2016 because DirPermissionDenied directory
      has no read permission
      + S8227435: Perf::attach() should not throw a
      java.lang.Exception
      + S8227438: [TESTLIB] Determine if file exists by Files.exists
      in function FileUtils.deleteFileIfExistsWithRetry
      + S8227440: Implement fix to JDK-8224642 on all platforms
      + S8227496: Update NUM_CDS_REGIONS and
      CURRENT_CDS_ARCHIVE_VERSION in cds.h
      + S8227512: [TESTBUG] Fix JTReg javac test failures with Graal
      + S8227527: LogDecorations should lazily resolve host name
      + S8227539: Replace wildcard address with loopback or local
      host in tests - part 20
      + S8227549: Fix style of links in specs for consistency
      + S8227574: [TESTBUG] JTReg tests fail with Graal due to access
      denied
      + S8227578: Wrong JRE targets in Images.gmk after JDK-8219971
      + S8227582: runtime/TLS/testtls.sh fails on x86_32
      + S8227587: Add internal privileged System.loadLibrary
      + S8227594: sadebugd/DebugdConnectTest.java fails due to
      "java.rmi.NotBoundException: SARemoteDebugger"
      + S8227602: Update nroff version of man pages
      + S8227613: "draft" header should be in a <header> instead of
      <div>
      + S8227615: [TESTBUG] JTReg "jdk/sun/security/util/
      /FilePermCompat/CompatImpact.java" fails with graal
      + S8227630: adjust format specifiers in loadlib_aix.cpp
      + S8227631: Adjust AIX version check
      + S8227632: Incorrect PrintCompilation message: made not
      compilable on levels 0 1 2 3 4
      + S8227633: avoid comparing this pointers to NULL
      + S8227635: Shenandoah: SHBSA::load_at() needs to deal
      IN_NATIVE load
      + S8227636: Fix output dir for jlink_jre target in Images.gmk
      + S8227637: Adjust Shenandoah C2 verifier to recognize
      IN_NATIVE barriers
      + S8227640: javac crashes on text blocks with invalid escapes.
      + S8227642: [TESTBUG] Make docker tests podman compatible
      + S8227644: make more build-time variables available to
      Markdown files
      + S8227646: [TESTBUG] appcds/SharedArchiveConsistency timed out
      + S8227652: SetupOperatorNewDeleteCheck should discuss deleting
      destructors
      + S8227653: Add VM Global OopStorage
      + S8227671: G1: assert_used_and_recalculate_used_equal performs
      work in product builds
      + S8227676: Shenandoah: More consistent naming of LRB entry
      points
      + S8227677: Shenandoah: C2: Make in-native LRB special case of
      normal LRB
      + S8227692: Remove develop feature PrintMallocStatistics
      + S8227693: HTML error in jdwp-protocol.html
      + S8227720: Improve ExtendedSocketOptions initialization
      + S8227737: avoid implicit-function-declaration on AIX
      + S8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to
      "exit code is 134"
      + S8227755: Need more than 2 distinct CodeCache unloading cycles
      + S8227766: CheckUnhandledOops is broken in MemAllocator
      + S8227815: Minimal VM: set_state is not a member of
      AttachListener
      + S8227834: build.log output from failing commands : include
      the hs_error file path in case of crashes in build
      + S8227866: Shenandoah: Split weak root processing and class
      unloading in parallel cleaning task
      + S8227868: jinfo and jstack can fail converting UTF8 output to
      strings
      + S8227869: fix wrong format specifiers in os_aix.cpp
      + S8227923: End position of EndElementTree is -1
      + S8228204: Fix for JDK-8067801 breaks
      java/io/NegativeInitSize.java
      + S8228338: tools/pack200/TimeStamp.java fails with
      NullPointerException
      + S8228364: Shenandoah: Remove unused code from
      ShenandoahBarrierSetC1
      + S8228368: avoid incompatible pointer to integer conversion
      initializing gint in gtk2_interface
      + S8228392: Backout incorrect change done by JDK-8067801
      + S8228394: Cleanup unused java.net SharedSecrets classes
      + S8228420: compile error in shenandoahSupport.cpp with clang 9
      + S8228426: xlc: switch to clang-style warning disabling
      + S8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
      + S8228468: awt_Robot.c : format string contains 0 within the
      string body
  - Upgrade to upstream tag jdk-13+29
    * Fixes:
      + S8191890: Biased locking still uses the inferior stop the
      world safepoint for revocation
      + S8214542: JFR: Old Object Sample event slow on a deep heap in
      debug builds
      + S8217170: gc/arguments/TestUseCompressedOopsErgo.java timed
      out
      + S8221514: [Graal] java/lang/String/CompactString/ tests fail
      with "GraalError: failed guarantee: no FrameState at
      DeoptimizingNode" in Graal -Xcomp mode
      + S8221577: [Graal] Implement basic type consistency checks for
      Low level MH intrinsics
      + S8222079: Don't use memset to initialize fields decode_env
      constructor in disassembler.cpp
      + S8222446: assert(C->env()->
      system_dictionary_modification_counter_changed()) failed:
      Must invalidate if TypeFuncs differ
      + S8223291: Whitespace is added to CDATA tags when using
      OutputKeys.INDENT to format XML
      + S8223443: Calling Trees.getScope early changes names of
      local/anonymous classes
      + S8223575: add subspace transitions to gc+metaspace=info log
      lines
      + S8224254: compiler/graalunit/HotspotJdk9Test.java is timing
      out intermittently
      + S8224531: SEGV while collecting Klass statistics
      + S8224560: (tz) Upgrade time-zone data to tzdata2019a
      + S8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be
      ignored but run
      + S8224741: Optimize the scan area during the Scan Heap Roots
      phase
      + S8224881: Shenandoah: trashing "Collection Set, Pinned"
      region during Degenerated GC
      + S8225035: Thread stack size issue caused by large TLS size
      + S8225064: [Graal] Application SEGV in
      G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr,
      oopDesc*, markOopDesc*)+0x48
      + S8225239: Refactor NetworkInterface lookups
      + S8225479: com.sun.net.httpserver.HttpContext that does not
      end with '/' has surprising matches
      + S8225580: tzdata2018i integration causes test failures on
      jdk-13
      + S8225626: JMH Test Support for JDK-8222074
      + S8225687: Newly added sspi.cpp in JDK-6722928 still contains
      some small errors
      + S8225770: ZGC: C2: Generates on_weak instead of on_strong
      barriers
      + S8226302: Test failures on IBM platforms (power and s/390)
      after JDK-8223837
      + S8226409: Enable argument profiling for
      sun.misc.Unsafe.put*/get*
      + S8226566: [JVMCI] java.* classes are no longer necessarily
      resolved by the boot class loader
      + S8226627: assert(t->singleton()) failed: must be a constant
      + S8226654: Some swing gtk regression tests fail with
      "java.lang.InternalError: Unable to load native GTK libraries
      + S8226757: Shenandoah: Make traversal and passive modes
      explicit
      + S8226793: Replace OopStorage dup_name with os::strdup
      + S8226822: GC interface for C1 runtime calls
      + S8226823: Adjust BarrierSetC2 for C2 runtime calls
      + S8226963: More clarification on possible sequencing error in
      GSSContext::unwrap
      + S8227010: Error recovery after local variable redeclaration
      can be improved
      + S8227032: MetaspaceUtils::print_report crashes when called
      before initialization
      + S8227034: Graal crash with gcbasher
      + S8227039: Shenandoah: Aggressive heuristics for Traversal mode
      + S8227055: Minor edits to launcher help text
      + S8227059: sun/security/tools/keytool/
      /DefaultSignatureAlgorithm.java timed out
      + S8227061: KDC.java test behaves incorrectly when AS-REQ
      contains a PAData not PA-ENC-TS-ENC
      + S8227080: (fs) Files.newInputStream(...).skip(n) is slow
      + S8227083: ZGC: C2: Generates on_weak barrier for
      WeakCompareAndSwap
      + S8227117: normal interpreter table is not restored after
      single stepping with TLH
      + S8227124: "could not open pipe" error does not report error
      details
      + S8227127: Era designator not displayed correctly using the
      COMPAT provider
      + S8227171: provide function names in native stack trace on aix
      with xlc16
      + S8227173: Minor cleanup of unused code in compile.hpp
      + S8227175: ZGC: ZHeapIterator visits potentially dead objects
      + S8227199: Shenandoah: Remove superfluous calls to
      can_do_traversal_gc()
      + S8227202: clarify Class.isEnum() doc
      + S8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/
      /Loops04.java failed XMM register should be 0-15
      + S8227237: [Graal] org.graalvm.compiler.api.directives.test
      .ProbabilityDirectiveTest fails with -Xcomp
      + S8227252: [aix] Disable
      jdk/java/lang/reflect/exeCallerAccessTest
      + S8227277: HeapInspection::find_instances_at_safepoint walks
      dead objects
      + S8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
      + S8227327: Shenandoah: Faster and more parallel tests
      + S8227338: templateInterpreter.cpp: copy_table() needs to be
      safer
      + S8227381: GSS login fails with PREAUTH_FAILED
      + S8227389: Remove unsupported xlc16 compile options on aix
  - Upgrade to upstream tag jdk-13+28
    * Fixes:
      + S8211723: AppCDS: referring to a jar file in any way other
      than exactly how it was done during dumping doesn't work
      + S8213108: Improve work distribution during remembered set scan
      + S8215523: jstat reports incorrect values for OU for CMS GC
      + S8219687: G1 asserts nmethod should not be unloaded during
      parallel code cache unloading
      + S8222968: ByteArrayPublisher is not thread-safe resulting in
      broken re-use of HttpRequests
      + S8223173: Implement fast class initialization checks on
      AARCH64
      + S8224480: (fc) java/nio/channels/FileChannel/MapTest.java
      fails intermittently
      + S8224650: Add tests to support X25519 and X448 in TLS
      + S8224673: Adjust permission for delayed starting of debugging
      + S8224716: Javadoc of Int/Long/DoubleSummaryStatistics should
      mention possible overflow of count
      + S8224764: Create jtreg test for JDK-8222252
      + S8225344: Avoid VM_EnableBiasedLocking VM operation during
      bootstrap if BiasedLockingStartupDelay is 0
      + S8225437: JvmtiExport::gc_epilogue is unnecessary
      + S8225475: Node budget asserts on x86_32/64
      + S8225497: Update Graal
      + S8225642: ZGC: Crash due to bad oops being spilled to stack
      in load barriers
      + S8225679: reference to
      http://java.sun.com/products/JavaManagement/download.html
      + S8225702: Safepoint counter can't be used for safepoint
      detection
      + S8225706: JFR RootResolver resets CLD claims with no restore
      + S8225770: ZGC: C2: Generates on_weak instead of on_strong
      barriers
      + S8226238: Improve error output and fix elf issues in
      os::dll_load
      + S8226287: Make process_users_of_allocation handle gc barriers
      + S8226366: Excessive ServiceThread wakeups for OopStorage
      cleanup
      + S8226510: No compilation error when switch expression has no
      result expressions
      + S8226514: Replace wildcard address with loopback or local
      host in tests - part 14
      + S8226522: No compilation error reported when yield is used in
      incorrect context
      + S8226525: HotSpot compile-time error for x86-32
      + S8226533: JVMCI: findUniqueConcreteMethod should handle
      statically bindable methods directly
      + S8226596: Accessibility errors in jdwp-protocol.html
      + S8226602: Test convenience reactive primitives from
      java.net.http with RS TCK
      + S8226603: accessibility issues in specs/jvmti.html
      + S8226608: Hide the onjcmd option from the help output
      + S8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has
      no effect
      + S8226706: (se) Reduce the number of outer loop iterations on
      Windows in java/nio/channels/Selector/RacyDeregister.java
      + S8226719: Kerberos login to Windows 2000 failed with
      "Inappropriate type of checksum in message"
      + S8226778: [JVMCI] Handle unpacking properly in
      Deoptimiziation::get_cached_box()
      + S8226783: GTK is not being returned as the System L&F on Gnome
      + S8226809: Circular reference in printed stack trace is not
      correctly indented & ambiguous
      + S8226825: Replace wildcard address with loopback or local
      host in tests - part 19
      + S8226869: Test java/util/Locale/LocaleProvidersRun.java
      should enable assertions
      + S8226871: invalid use of incomplete type class MacroAssembler
      when building minimal after JDK-8191278
      + S8226876: Assertion in sun/util/locale/provider/
      /CalendarDataUtility on Windows after JDK-8218960
      + S8226878: zero crashes after JDK-8191278
      + S8226879: Memory leak in Type::hashcons
      + S8226917: jvmti/scenarios/contention/TC04/tc04t001/
      /TestDescription.java fails on
      jvmti->InterruptThread (JVMTI_ERROR_THREAD_NOT_ALIVE)
      + S8226943: compile error in libfollowref003.cpp with XCode
      10.2 on macosx
      + S8226956: Add invocation tests for Graal and C1
      + S8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck
      option
      + S8226967: Minimal VM: FALSE was not declared in this scope
      + S8226976: SessionTimeOutTests uses == operator for String
      value check
      + S8227011: Starting a JFR recording in response to JVMTI
      VMInit and / or Java agent premain corrupts memory
      + S8227035: JVM::printFlags fails in native OOM situations
      + S8227041: runtime/memory/RunUnitTestsConcurrently.java has a
      memory leak
      + S8227083: ZGC: C2: Generates on_weak barrier for
      WeakCompareAndSwap
      + S8227085: ZGC: Add on_weak load barrier verification
      + S8227101: Shenandoah: Use ShenandoahSharedFlag for claimed
      flag in ShenandoahSerialRoot
      + S8227112: exclude compiler/intrinsics/sha/sanity tests from
      AOT runs
      + S8227178: Backout of 8215523
  - Upgreade to upstream tag jdk-13+27
    * Fixes:
      + S8133489: Better messaging for PKIX path validation matching
      + S8180005: Provide specific links in KeyManagerFactory and
      TrustManagerFactory to the Standard Algorithm Names
      Specification
      + S8185139: [Graal] Tests which set too restrictive security
      manager fail with Graal
      + S8191278: MappedByteBuffer bulk access memory failures are
      not handled gracefully
      + S8213561: ZipFile/MultiThreadedReadTest.java timed out in
      tier1
      + S8214822: Move ConcurrentHashTable VALUE parameter to CONFIG
      + S8219804: java/net/MulticastSocket/Promiscuous.java fails
      intermittently due to NumberFormatException
      + S8220175: serviceability/dcmd/framework/VMVersionTest.java
      fails with a timeout
      + S8220229: Timezone pattern "OOOO" does not result in the full
      "GMT+00:00" substring
      + S8223727: com/sun/jndi/ldap/privconn/RunTest.java failed due
      to hang in LdapRequest.getReplyBer
      + S8223736: jvmti/scenarios/contention/TC04/tc04t001/
      /TestDescription.java fails due to wrong number of
      MonitorContendedEntered events
      + S8223794: applications/kitchensink/Kitchensink.java crash bad
      oop with Graal
      + S8224137: Analyze and port invocation tests to jtreg and
      co-locate to jdk repo
      + S8224157: BCEL: update to version 6.3.1
      + S8224502: [TESTBUG] JDK docker test TestSystemMetrics.java
      fails with access issues and OOM
      + S8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with
      exitValue = 137
      + S8224555: vmTestbase/nsk/jvmti/scenarios/contention/TC02/
      /tc02t001/TestDescription.java failed
      + S8224642: Test sun/tools/jcmd/TestJcmdSanity.java fails: Bad
      file descriptor
      + S8224849: Flag (?U:...) is allowed for non-capturing groups
      + S8225146: Accessibility issues in
      javax/swing/plaf/nimbus/doc-files/properties.html
      + S8225255: Make SATB qset lock-free
      + S8225257: sun/security/tools/keytool/PSS.java timed out
      + S8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/
      /cplres00101m004.html fails
      + S8225590: Shenandoah: Refactor ShenandoahClassLoaderDataRoots
      API
      + S8225644: C1 dumps incorrect class name in ClassCastException
      message
      + S8225684: [AOT] vmTestbase/vm/oom/production/
      /AlwaysOOMProduction tests fail with AOTed java.base
      + S8225766: Curve in certificate should not affect signature
      scheme when using TLSv1.3
      + S8225802: Remove unused CSS classes from HTML doclet
      + S8225810: Update JVMCI
      + S8226203: MappedByteBuffer.force method may have no effect on
      implementation specific map modes
      + S8226269: Race in SetupProcessMarkdown
      + S8226286: Remove unused method
      java.lang.Integer::formatUnsignedInt and cleanup Integer/Long
      classes
      + S8226307: Curve names should be case-insensitive
      + S8226310: Shenandoah: Concurrent evacuation of CLDG
      + S8226311: Shenandoah: Concurrent evacuation of OopStorage
      backed weak roots
      + S8226325: Support building of filtered spec bundles
      + S8226394: [TESTBUG] vmTestbase/metaspace/flags/
      /maxMetaspaceSize/TestDescription.java fails with
      java.lang.NoClassDefFoundError
      + S8226404: bootcycle build uses wrong CDS archive
      + S8226412: Fix command-line help text for javac -target
      + S8226413: Shenandoah: Separate root scanner for
      SH::object_iterate()
      + S8226462: [TESTBUG] runtime/appcds/sharedStrings/
      /SysDictCrash.java failed with Cannot dump shared archive
      + S8226468: [aix] loadquery failed error message displayed
      + S8226515: AArch64: float point register corruption in
      ZBarrierSetAssembler::load_at
      + S8226518: Typo in the ConnectionBuilder javadoc examples
      + S8226521: Detect WSL2 as WSL in configure
      + S8226538: find-files.gmk gets corrupted if tab completion is
      used before running make first
      + S8226543: Reduce GC pressure during message digest
      calculations in password-based encryption
      + S8226586: Shenandoah: No need to pre-evacuate roots for
      degenerated GC
      + S8226592: Fix HTML in table for jdk.zipfs module-info
      + S8226593: Fix HTML in com/sun/jdi/doc-files/signature.html
      + S8226595: jvmti/scenarios/contention/TC04/tc04t001/
      /TestDescription.java still fails due to wrong number of
      MonitorContendedEntered events
      + S8226607: Inconsistent info between pcsclite.md and MUSCLE
      headers
      + S8226628: The copyright footer should be enclosed in <footer>
      + S8226683: Remove review suggestion from fix to 8219804
      + S8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
      + S8226709: MethodTypeDesc::resolveConstantDesc needs access
      check per the specification
      + S8226730: Missing `@` in code tags
      + S8226785: MandatoryWarningHandler.java contains
      implementation of Objects.equals functionality
* Thu Jun 20 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+26
    * Fixes:
      + S8159740: JShell: corralled declarations do not have correct
      source to wrapper mapping
      + S8181837: [Graal] compiler/jvmci/SecurityRestrictionsTest.java
      fails with AccessControlException
      + S8200701: jdk/jshell/ExceptionsTest.java fails on Windows,
      after JDK-8198801
      + S8209590: compiler/compilercontrol/DontInlineCommandTest.java
      test fails with "Inline message differs" error
      + S8212167: JShell : Stack trace of exception has wrong line
      number
      + S8217348: assert(thread->is_Java_thread()) failed: just
      checking
      + S8224829: AsyncSSLSocketClose.java has timing issue
      + S8225310: JFR crashed in
      JfrPeriodicEventSet::requestProtectionDomainCacheTableStatistics()
      + S8225392: Comparison builds are failing due to cacerts file
      + S8225543: Jcmd fails to attach to the Java process on Linux
      using the main class name if whitespace options were used to
      launch the process
      + S8225682: Reference to JNI spec on java.sun.com
      + S8225695: 32-bit build failures after JDK-8080462 (Update
      SunPKCS11 provider with PKCS11 v2.40 support)
      + S8225716: G1 GC: Undefined behaviour in
      G1BlockOffsetTablePart::block_at_or_preceding
      + S8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java
      to ProblemList for linux
      + S8225746: hotspot problem lists list unexciting tests
      + S8225748: Use SHA-256 for javap classfile checksum
      + S8225789: Empty method parameter type should generate
      ClassFormatError
      + S8225801: Shenandoah: Adjust SA to reflect recent forwarding
      pointer changes
      + S8226198: use of & instead of && in
      LibraryCallKit::arraycopy_restore_alloc_state
      + S8226313: problem list compiler/types/correctness tests
      + S8226360: merge entries in hotspot problem lists
      + S8226381: ProblemList java/lang/reflect/PublicMethods/
      /PublicMethodsTest.java
      + S8226382: ProblemList java/lang/constant/
      /MethodTypeDescTest.java
* Fri Jun 14 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+25
    * Fixes:
      + S6722928: Support SSPI as a native GSS-API provider
      + S7086604: (reflect) Clarifications to javadoc for
      getGeneric*Type methods in j.l.r
      + S8042748: Clarify exception thrown by
      ParameterizedTypeImpl.validateConstructorArguments()
      + S8066173: compiler/types/correctness/OffTest.java failed with
      assert
      + S8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
      + S8149040: Cleanup compiler/jsr292/NonInlinedCall tests after
      JDK-8148994
      + S8158048: Fix failure message from jtreg gtest wrapper
      + S8171279: Support X25519 and X448 in TLS
      + S8181869: getAnnotatedParameterTypes %G %@() specification
      should be clarified
      + S8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails
      + S8197927: Allow the system property `java.vendor.version` to
      be undefined
      + S8203444: String::formatted (Preview)
      + S8205126: JVMTI spec incorrectly states that PopFrame can not
      be called on the current thread
      + S8205131: remove Runtime trace methods
      + S8206074: nsk/jdi/EventRequestManager/createStepRequest/
      /crstepreq001/TestDescription.java is timing out
      + S8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by
      timeout
      + S8208379: compiler/jvmci/events/
      /JvmciNotifyInstallEventTest.java failed with "Got unexpected
      event count after 2nd install attempt: expected 9 to equal 2"
      + S8209381: Default CDS classlist generation should run with an
      explicit locale setting
      + S8209626: [JVMCI] Use implicit exception table for dispatch
      and printing
      + S8209917: fix TODO in GatherDiagnosticInfoObserver
      + S8211018: Session Resumption without Server-Side State
      + S8214399: Javap -help should provide information about
    - -multi-release option
      + S8214527: ZGC for Aarch64
      + S8215032: Support Kerberos cross-realm referrals (RFC 6806)
      + S8216064: -XX:StartFlightRecording:settings= doesn't work
      properly
      + S8216261: Javap ignores default modifier on interfaces
      + S8216283: Allow shorter method sampling interval than 10 ms
      + S8216417: cleanup of IPv6 scope-id handling
      + S8216988: ServerSocket.implAccept should include warnings
      about Socket type/state
      + S8217731: Font rendering and glyph spacing changed from jdk-8
      to jdk-11
      + S8217739: Cannot reuse java.base UnixConstants.java from
      target in BuildJDK when cross compiling
      + S8219205: JFR file without license header
      + S8219992: Correct the documentation of PrintWriter to refer
      System.lineSeparator
      + S8220018: javac crash when compiling try-catch-finally inside
      switch expression
      + S8220657: JFR.dump does not work when filename is set
      + S8221246: NullPointerException within Win32ShellFolder2
      + S8221719: Jarsigner fails to verify signed by alias if alias
      given in wrong case
      + S8222083: Support of "64-bit IEEE floating point" encoding
      for the AU file format
      + S8222145: Add -XX:SoftMaxHeapSize flag
      + S8222182: ZGC: Use SoftMaxHeapSize to guide GC heuristics
      + S8222371: Use UL for TraceNMethodInstalls code
      + S8222412: AARCH64: multiple instructions encoding issues
      + S8222467: ZGC: Log min/max/softmax capacity
      + S8222828: vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/
      /TestDescription.java failed
      + S8223045: GraphicsEnvironment does not detect resolution
      changes in multiscreen systems
      + S8223050: JVMCI: findUniqueConcreteMethod() should not use
      Dependencies::find_unique_concrete_method() for non-virtual
      methods
      + S8223249: [s390] Cleanup
      TemplateInterpreterGenerator::generate_fixed_frame
      + S8223305: Compiler support for Switch Expressions
      + S8223364: Bad placement of anchor relative to header
      + S8223775: String::stripIndent (Preview)
      + S8223780: String::translateEscapes (Preview)
      + S8223782: jshell parser should handle Text Blocks
      + S8223796: JVMCIEnv::get_jvmci_type does not keep klasses alive
      + S8223837: Add -XX:MinHeapSize flag to set the minimum heap
      size
      + S8223942: Missing methods in
      ClientCodeWrapper$WrappedJavaFileManager
      + S8223967: Implement Text Blocks (Preview) in the Java compiler
      + S8224090: [PPC64] Fix SLP patterns for filling an array with
      double float literals
      + S8224139: Deprecate -XX:FlightRecorder option
      + S8224151: Test vmTestbase/nsk/sysdict/vm/stress/chain/
      /chain007/chain007.java might hang with release binaries
      + S8224161: Check.checkOverrideClashes n^2 algorithm
      + S8224162: assert(profile.count() == 0) failed: sanity in
      InlineTree::is_not_reached
      + S8224184: jshell got IOException at exiting with AIX
      + S8224217: RecordingInfo should use textual representation of
      path
      + S8224234: compiler/codegen/TestCharVect2.java fails in
      test_mulc
      + S8224257: fix issues in files generated by pandoc
      + S8224497: Remove FIXME in metaspaceClosure.cpp
      + S8224617: (fs) java/nio/file/FileStore/Basic.java found
      filesystem twice
      + S8224645: Only test multicast interfaces if they exist
      + S8224658: Unsafe access C2 compile fails with assert(flat !=
      TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr:
      adr_type = NULL
      + S8224675: Late GC barrier insertion for ZGC
      + S8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test
      failed in tier6 testing on Windows
      + S8224826: Implement fast class initialization checks on PPC64
      + S8224827: Implement fast class initialization checks on s390
      + S8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails
      with reserved greater than expected
      + S8224853: CDS address sanitizer errors
      + S8224865: Replace wildcard address with loopback or local
      host in tests - part 13
      + S8224871: os::attempt_reserve_memory_at() tries too hard
      + S8224876: javax/swing/JWindow/ShapedAndTranslucentWindows/
      /ShapedPerPixelTranslucentGradient.java fails on linux-x64
      + S8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with
      stream closed
      + S8224952: RI deviates from JVMS - non-zero minor_version for
      class files throws UnsupportedClassVersionError.
      + S8224958: add os::dll_load calls to event log
      + S8224966: ZGC: Don't skip oop verification in
      OopMapSet::all_do()
      + S8225106: C2: Parse::clinit_deopt asserts when holder klass
      is in error state
      + S8225118: Robot.createScreenCapture() returns black image on
      HiDPI linux with gtk3
      + S8225141: Better handling of classes in error state in fast
      class initialization checks
      + S8225144: [macos] In Aqua L&F backspace key does not delete
      when Shift is pressed
      + S8225180: SignedObject with invalid Key not throwing the
      InvalidKeyException in Windows
      + S8225182: JNI exception pending in DestroyXIMCallback of
      awt_InputMethod.c:1327
      + S8225189: Multiple JNI calls within critical region in ZIP
      Library
      + S8225227: ZGC: Be exact in what load barrier to use in
      ZHeapIterator
      + S8225304: Tiny HTML error (bad heading) in org.ietf.jgss
      package-info.java
      + S8225321: Repeated use of {@systemProperty} in a file causes
      duplicate ids
      + S8225322: Broken links in java.sql
      + S8225325: Add tests for redefining a class' private method
      during resolution of the bootstrap specifier
      + S8225340: ZGC: Add logging of High Usage rule
      + S8225347: [s390] Unexpected exit from stack overflow test
      + S8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java
      timed out
      + S8225357: Rewire ShenandoahHeap::maybe_update_with_forwarded
      for contending fixups
      + S8225368: broken links in java.desktop files
      + S8225386: test for JDK-8216261 fails in Windows
      + S8225388: Running jcmd Compiler.CodeHeap_Analytics all 0
      cause crash.
      + S8225390: ProblemList sun/security/pkcs11/sslecc/
      /ClientJSSEServerJSSE.java due to JDK-8161536
      + S8225397: Integer value miscalculation in toString() method
      of BitSet
      + S8225402: events logging in deoptimization.cpp should go to
      deopt-log
      + S8225418: G1: region attribute remembered set state disagrees
      with actual remembered set state
      + S8225424: Add jdk.net.usePlainSocketImpl runs to a couple of
      tests
      + S8225426: Replace plain with system-default in Socket and
      ServerSocket
      + S8225429: Regression in disassembly quality
      + S8225441: Cleanup ShenandoahHeap::atomic_compare_exchange_oop
      + S8225448: String::translateEscapes javadoc has accessibility
      issues
      + S8225450: use @file in CtwRunner
      + S8225453: is_busy diagnostics and other baseline cleanups
      from Async Monitor Deflation project
      + S8225465: Add @jls tags to receiver type methods
      + S8225469: clean up problem lists
      + S8225478: Make G1CMRootRegions independent of HeapRegions
      + S8225487: giflib legal file is missing attribution for
      openbsd-reallocarray.c
      + S8225492: Update JVMCI
      + S8225509: clean_catch_blocks must add preds first
      + S8225511: javax/swing/JWindow/ShapedAndTranslucentWindows/
      /ShapedTranslucentPerPixelTranslucentGradient.java fails in
      linux-x64
      + S8225512: Replace wildcard address with loopback or local
      host in tests - part 15
      + S8225514: Shenandoah: ShenandoahCodeRoots should inherit from
      AllStatic
      + S8225532: Update source enums to describe 12 and 13 language
      features
      + S8225564: Remove wrong assert in clean_catch_blocks
      + S8225567: Wrong file headers with 8202414 fix changeset
      + S8225568: ProblemList compiler/compilercontrol/jcmd/
      /ClearDirectivesFileStackTest.java
      + S8225572: Shenandoah: Move JNIHandles root out of serial roots
      + S8225622: [AOT] runtime/SharedArchiveFile/
      /TestInterpreterMethodEntries.java crashed with AOTed
      java.base
      + S8225651: Missed the `@` in a couple of code tags of
      SocketImpl
      + S8225663: [testbug] Missing JNIEXPORT in XAbortProvoker
      native function
      + S8225671: Support HTML 5 character references in javadoc
      + S8225675: Outdated citation of JLS in java.lang.ref.Reference
      + S8225676: cleanup hotspot ProblemList
* Fri Jun 14 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+24
    * Fixes:
      + S6394787: Typos in javadoc of OIS.readObjectOverride and
      OOS.writeObjectOverride
      + S6933331: (d3d/ogl) java.lang.IllegalStateException: Buffers
      have not been created
      + S8080353: JShell: Better error message on attempting to add
      default method
      + S8173196: [REDO] C2 does not optimize redundant memory
      operations with G1
      + S8178982: Javadoc search specification
      + S8188872: runtime/ErrorHandling/
      /TimeoutInErrorHandlingTest.java fails intermittently
      + S8193255: Root Certificates should be stored in text format
      and assembled at build time
      + S8194231: java/net/DatagramSocket/ReuseAddressTest.java
      failed with java.net.BindException: Address already in use:
      Cannot bind
      + S8199623: JShell: corralling not restored on drop
      + S8211703: JInternalFrame : java.lang.AssertionError: cannot
      find the internal frame
      + S8212630: jtreg/gc/logging/TestMetaSpaceLog.java failed with
      Agent timed out
      + S8212807: tools/jar/multiRelease/Basic.java times out
      + S8213516: jck test api/javax_accessibility/AccessibleState/
      /fields.html fails intermittent
      + S8214126: Method signatures not formatted correctly in browser
      + S8214579: JFrame does not paint content in XVFB / X11vnc
      environment
      + S8214702: Wrong text position for whitespaced string in
      printing Swing text
      + S8216535: tools/jimage/JImageExtractTest.java timed out
      + S8217412: deprecate rmic for removal
      + S8219149: ProcessTools.ProcessBuilder should print timing
      info for subprocesses
      + S8219788: Configure recommends JDK 8
      + S8219901: Noto fonts for East Asian countries cannot belong
      to CompositeFont
      + S8220238: Enhancing j.l.Runtime/System::gc specification with
      an explicit 'no guarantee' statement
      + S8220251: fix headings in java.management
      + S8221368: Error message when module main class cannot be
      loaded is missing exception details
      + S8221481: Reimplement the Legacy Socket API
      + S8221709: replace use of style blockListLast
      + S8222091: Javadoc does not handle package annotations
      correctly on package-info.java
      + S8222103: [testbug] compiler/compilercontrol/jcmd/
      /ClearDirectivesFileStackTest may exceed VM limit
      + S8222252: Java ergonomics limits heap to 128GB with disabled
      compressed oops
      + S8222448: java/lang/reflect/PublicMethods/
      /PublicMethodsTest.java times out
      + S8222468: [TESTBUG] vmTestbase/metaspace/flags/
      /maxMetaspaceSize/TestDescription.java fails with
      java.lang.NoClassDefFoundError
      + S8222917: GraphicsEnvironment for Unix still have an unused
      dependency on Solaris
      + S8222936: mlvm/anonloader/stress/randomBytecodes/Test.java
      fails due to "ERROR: There were 1 hangups during parsing."
      + S8223162: Improve ergonomics for Sparse PRT entry sizing
      + S8223213: Implement fast class initialization checks on x86-64
      + S8223216: C2: Unify class initialization checks between new,
      getstatic, and putstatic
      + S8223271: SplashScreen is still shown if defaulting to
      headless on MacOS
      + S8223320: [AOT] jck test api/javax_script/ScriptEngine/
      /PutGet.html fails when test classes are AOTed
      + S8223336: Assert in
      VirtualMemoryTracker::remove_released_region when running the
      SharedArchiveConsistency.java test with
    - XX:NativeMemoryTracking=detail
      + S8223363: Bad node estimate assertion failure
      + S8223396: [TESTBUG] several jfr tests do not clean up files
      created in /tmp
      + S8223502: Node estimate for loop unswitching is not correct:
      assert(delta <= 2 * required) failed: Bad node estimate
      + S8223504: Improve performance of forall loops by better
      inlining of "iterator()" methods
      + S8223678: Add Visual Studio Code workspace generation support
      (for native code)
      + S8223688: JShell: crash on the instantiation of raw anonymous
      class
      + S8223693: Memory wastage in size of per-region type buffers
      in GC
      + S8223718: Checks in check_slot_type_no_lvt() should be always
      executed
      + S8223766: Remains of ancient code in AWT initialization
      + S8223773: DateTimeFormatter Fails to throw an Exception on
      Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
      + S8223777: In posix_spawn mode, failing to exec() jspawnhelper
      does not result in an error
      + S8223804: [macos] remove obsoleted reference to security
      framework in launcher code
      + S8223805: DocCommentParser should allow for <main> and </main>
      + S8223937: PIT: java/awt/Window/ShapedAndTranslucentWindows/
      /StaticallyShaped.java listed twice in ProblemList
      + S8224011: Failure handling in ExecuteWithLog fails in
      run-test-prebuilt
      + S8224056: Fix some assignments of string literals to LPSTR
      (instead of LPCSTR)
      + S8224081: SOCKS v4 doesn't work with IPv6
      + S8224082: NPE in javadoc Reporter
      + S8224083: javadoc Reporter generates warning for Kind.NOTE
      + S8224096: Add relevant bugid to java/awt/Window/
      /ShapedAndTranslucentWindows/StaticallyShaped.java in
      ProblemList
      + S8224152: [macOS] ProblemList tests that leave rubbish on the
      screen
      + S8224172: assert(jfr_is_event_enabled(id)) failed: invariant
      + S8224181: On child process spawn, child may write to random
      file descriptor instead of the fail pipe
      + S8224240: Properties.load fails to throw IAE on malformed
      unicode in certain circumstances
      + S8224247: AllocateOldGenAt fires assertion failure
      + S8224257: fix issues in files generated by pandoc
      + S8224538: LoadBarrierNode::common_barrier must check address
      + S8224580: Matcher can cause oop field/array element to be
      reloaded
      + S8224600: Provide VM.events command
      + S8224629: Unnecessary cast in LambdaToMethod
      + S8224632: testbug: java/awt/dnd/RemoveDropTargetCrashTest/
      /RemoveDropTargetCrashTest.java fails on MacOS
      + S8224648: assert(!exceeding_node_budget()) failed: Too many
      NODES required! failure with ctw
      + S8224687: Add clarifying overrides of Element.asType to more
      specific subinterfaces
      + S8224692: runtime/appcds tests crash in
      "HotSpotJVMCI::compute_offset" when running in Graal as JIT
      mode
      + S8224705: Tests that need to be problem-listed or have
      printer resources
      + S8224729: Cleanups in sun/security/provider/certpath/ldap/
      /LDAPCertStoreImpl.java
      + S8224730: java.net.ServerSocket::toString not invoking
      checkConnect
      + S8224767: Add String constants for Canonical XML 1.1 URIs
      + S8224771: backout RemoveDropTargetCrashTest.java fix to
      re-push with correct bugid
      + S8224778: test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java cannot
      find J2Ddemo.jar
      + S8224789: Parsing repetition count in regex does not detect
      numeric overflow
      + S8224790: Remove Xusage.txt file
      + S8224793: os::die() does not honor CreateCoredumpOnCrash
      option
      + S8224814: Remove dead JNIHandleBlock freelist code
      + S8224816: Provide os::processor_id() implementation for Mac OS
      + S8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/
      /NoAutotransferToDisabledCompTest.java fails linux-x64
      + S8224824: ProblemList java/awt/Color/AlphaColorTest failure
      in linux_x64
      + S8224828: aarch64: rflags is not correct after safepoint poll
      + S8224830: test/jdk/java/awt/Focus/
      /ModalExcludedWindowClickTest/
      /ModalExcludedWindowClickTest.java fails on linux-x64
      + S8224931: disable JAOTC invokedynamic support until 8223533
      is fixed
      + S8224946: jrtfs URI to Path and Path to URI conversions are
      wrong
      + S8224962: ZGC: Strengthen ZHeap::is_oop()
      + S8224965: ZGC: Strengthen ZHeap::is_in()
      + S8224973: URLStreamHandler.openConnection(URL,Proxy) - spec
      and implementation mismatch
      + S8224978: Shenandoah: Allows root verifier to verify some
      roots outside safepoints with proper locks
      + S8224986: (str) optimize StringBuilder.append(CharSequence,
      int, int) for String arguments
      + S8224991: Problemlist javax/net/ssl/ServerName/
      /SSLEngineExplorerMatchedSNI.java
      + S8225007: java/awt/print/PrinterJob/
      /LandscapeStackOverflow.java may hang
      + S8225014: Separate ShenandoahRootScanner method for
      object_iterate
      + S8225016: Dead code due to VMOperationQueue::add() always
      returning true
      + S8225017: [TESTBUG] gc/shenandoah/oom/TestThreadFailure.java
      takes too long
      + S8225019: Update JVMCI
      + S8225020: Problem list some sanity test failures
      + S8225022: Put compiler/graalunit/JttThreadsTest.java on
      ProblemList-graal.txt
      + S8225032: Fix some C++ conformance issues in AWT Windows code
      + S8225037: java.net.JarURLConnection::getJarEntry() throws
      NullPointerException
      + S8225046: Shenandoah metrics logs refactoring
      + S8225048: Shenandoah x86_32 support
      + S8225060: java.net.DefaultInterface invokes
      NetworkInterface::getInetAddresses without doPriv
      + S8225061: Performance regression in Regex
      + S8225066: Add missing file
      + S8225077: fix references to broken link in java.compiler
      module
      + S8225084: gc/z/TestHighUsage.java fails with unexpected
      allocation stall
      + S8225094: Fix minor HTML issues in jdk.zipfs
      + S8225104: 32-bit build failures after JDK-8222252
      + S8225105: java/awt/Focus/ShowFrameCheckForegroundTest/
      /ShowFrameCheckForegroundTest.java fails in Windows 10
      + S8225110: IGV build definition uses non-secure transport
      + S8225111: Make Shenandoah tests work with 32-bit VMs
      + S8225117: java/math/BigInteger/SymmetricRangeTests.java fails
      with ParseException
      + S8225129: Fix minor HTML issues in java.naming
      + S8225134: Update man-page files
      + S8225140: Build fails if directory contains 'unix'
      + S8225151: JShell API: Fix position of @jls tag
      + S8225171: Remove leftovers in shenandoahBarrierSetC1.cpp
      + S8225178: [Solaris] os::signal() should call sigaction() with
      SA_SIGINFO
      + S8225179: (regex) Minor Pattern cleanup
      + S8225198: Optimize regex tree for greedy quantifiers of type
      {N,}
      + S8225199: [Graal] compiler/jvmci/compilerToVM/
      /IsMatureVsReprofileTest.java fails with
    - XX:CompileThresholdScaling=0.1
      + S8225202: Add missing include after JDK-8223320
      + S8225207: redundant <p> in Instrumentation.java
      + S8225208: Re-Problem list jdk/jshell/ExceptionsTest.java
      fails on windows
      + S8225212: ProblemList gc/stress/
      /TestReclaimStringsLeaksMemory.java
      + S8225214: Socket.getOption(SocketOption) not returning the
      expected type for the StandardSocketOptions.SO_LINGER
      + S8225217: Backout: JDK-8224814: Remove dead JNIHandleBlock
      freelist code
      + S8225225: stringStream internal buffer should always be zero
      terminated
      + S8225229: Shenandoah: trim down default number of GC threads
      + S8225305: ProblemList java/lang/invoke/VarHandles tests
      + S8225306: bad headings in java.sql.rowset SyncProvider.java
      + S8225307: ProblemList compiler/codegen/TestCharVect2.java and
      compiler/c2/cr6340864/TestLongVect.java
      + S8225309: HTML issues in jdk.jdi module
      + S8225314: broken links in java.base
      + S8225315: test java/util/ArrayDeque/WhiteBox.java isn't part
      of the jdk_collections test group
      + S8225324: Bad HTML in jdk.jfr module-info.java
      + S8225341: Shenandoah: CM::update_thread_roots() needs to
      handle derived pointers
      + S8225342: Shenandoah: use COMPILER2_OR_JVMCI macro
      consistently
      + S8225346: Convert file to HTML5
      + S8225348: serviceability/dcmd/vm/EventsTest.java failed
      + S8225353: Add @jls links to java.lang.Enum
* Fri Jun 14 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+23
    * Fixes:
      + S6682540: Incorrect SASL DIGEST-MD5 behavior
      + S7061590: Javadoc issues in Charset and StandardCharsets
      + S7107615: scalability bloker in javax.crypto.JceSecurity
      + S8042904: apple.security.KeychainStore.getSalt() calling
      generateSeed()
      + S8046018: JVMTI Spec: can_redefine_any_class capability spec
      is inconsistent
      + S8202651: Test ComodoCA.java fails
      + S8213416: Replace some enums with static const members in
      hotspot/compiler
      + S8214563: Use {@systemProperty} in specification of system
      properties in java.nio packages
      + S8214565: Use {@systemProperty} for definitions of system
      properties
      + S8215156: Deprecate the -Xfuture option
      + S8216553: JrtFIleSystemProvider getPath(URI) omits /modules
      element from file path
      + S8217089: JFR: Lazy install os interface components for
      improved startup
      + S8219147: Javadoc should expose covariant return type
      overrides
      + S8220394: bufferedStream does not honor size limit
      + S8220449: serviceability/dcmd/compiler/CodelistTest.java
      failure
      + S8220478: java/util/concurrent/ConcurrentHashMap/ToArray.java
      timed out intermittently
      + S8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed
      out
      + S8220702: compiling in the context of an automatic module
      disallows --add-modules ALL-MODULE-PATH
      + S8221121: applications/microbenchmarks are encountering
      crashes in tier5
      + S8221431: Support for Unicode 12.1
      + S8221543: Indify-dependent microbenchmarks are broken
      + S8221734: Deoptimize with handshakes
      + S8222318: javadoc does not accept valid HTML5 entity names
      + S8222414: bring googlemock v1.8.1
      + S8223053: [xmldsig] Add KeyValue::EC_TYPE
      + S8223245: Miscellaneous changes imported from jsr166 CVS
      2019-06
      + S8223379: Clarify ForkJoinPool.getStealCount() javadoc
      + S8223392: Add missing BitMap comments for JDK-8222986
      + S8223482: Unsupported ciphersuites may be offered by a TLS
      client
      + S8223553: Fix code constructs that do not compile with the
      Eclipse Java Compiler
      + S8223581: C2 compilation failed with assert(!q->is_MergeMem())
      + S8223658: Performance regression of XML.validation in 13-b19
      + S8223660: jtreg: Decouple Unsafe from RTM tests
      + S8223814: SA: jhsdb common help needs to be more detailed
      + S8224012: AnnotatedType implementations of hashCode() lead to
      StackOverflowError
      + S8224024: java/util/concurrent/BlockingQueue/
      /DrainToFails.java testBounded fails intermittently
      + S8224035: Replace wildcard address with loopback or local
      host in tests - part 9
      + S8224087: Compile C code for at least C99 Standard compliance
      + S8224115: Shenandoah: Eliminate RWLock that protects recorded
      nmethod data array
      + S8224145: Build compare script fails intermittently on test
      image native libraries
      + S8224165: [TESTBUG] Docker tests produce excessive output
      + S8224176: Fix inconsistencies in @jls tags in
      java.util.concurrent
      + S8224177: Harden annotation processing framework to irregular
      behavior from processors
      + S8224185: ZGC: Introduce "High Usage" rule
      + S8224202: Speed up Properties.load
      + S8224221: add memprotect calls to event log
      + S8224252: [TESTBUG] hotspot/test/serviceability/sa/sadebugd/
      /SADebugDTest.java is timing out again after fix for
      JDK-8163805
      + S8224256: test/jdk/java/security/SecureClassLoader/
      /DefineClass.java hardcodes 127.0.0.1
      + S8224264: [TESTBUG] HelloDynamicCustom.java test failed on
      the Windows platform in tiers 6 and 7 testing
      + S8224477: java.net socket types new-style socket option
      methods - spec and impl mismatch
      + S8224496: Shenandoah compilation fails with
      assert(is_CountedLoopEnd()) failed: invalid node class
      + S8224539: C2 compilation fails during ArrayCopyNode
      optimizations with assert(i < _max) failed: oob: i=1, _max=1
      + S8224548: [TESTBUG] runtime/appcds/jvmti/
      /ClassFileLoadHookTest.java failed: must be shared
      + S8224558: Fix replicateB encoding
      + S8224584: Shenandoah: Eliminate forwarding pointer word
      + S8224603: Replace wildcard address with loopback or local
      host in tests - part 11
      + S8224626: Shenandoah: Elide barriers on uncommon traps
      + S8224628: Note that type parameters are not visited by
      ElementScanners
      + S8224635: Revert 8224256 and add back java/security/
      /SecureClassLoader/DefineClass.java test
      + S8224652: 32-bit build failures after JDK-8213084
      + S8224656: Problem list java/security/SecureClassLoader/
      /DefineClass.java until JDK-8224635 is fixed
      + S8224667: Shenandoah: Post-LRB cleanup
      + S8224671: AArch64: mauve System.arraycopy test failure
      + S8224672: (lib)hsdis-<arch>.so search incorrect after
      JDK-8213084
      + S8224677: Dtrace .d files clash with make dependency .d files
      + S8224679: Shenandoah: Make
      ShenandoahParallelCodeCacheIterator noncopyable
      + S8224682: Remove the
      com.sun.CORBA.ORBIorTypeCheckRegistryFilter security property
      + S8224689: ProblemList runtime/appcds/
      /SharedArchiveConsistency.java
      + S8224698: ConcurrentSkipListMap.java does not compile with
      the Eclipse Java Compiler
      + S8224706: [TESTBUG] problem list failing JDK docker API tests
      + S8224715: ProblemList compiler/graalunit/HotspotJdk9Test.java
      + S8224723: [TESTBUG] compiler/arraycopy/
      /TestArrayCopyWithBadOffset.java failed
      + S8224727: Problem list test security/infra/java/security/cert/
      /CertPathValidator/certification/ActalisCA.java
      + S8224742: JLONG_FORMAT_W incompatible with type jlong
      + S8224750: Display thread once in Internal exceptions event
      log lines
      + S8224751: Shenandoah: Shenandoah Verifier should select
      proper roots according to current GC cycle
      + S8224761: Replace wildcard address with loopback or local
      host in tests - part 12
      + S8224763: Update man pages to show deprecation of
    - Xverify:none
      + S8224783: Javadoc of String strip methods uses link where
      linkplain would be better
      + S8224795: some runtime/SelectionResolution tests are timing
      out
      + S8224796: C code is not compiled correctly due to undefined
      "i386"
      + S8224836: Backout: JDK-8224626: Shenandoah: Elide barriers on
      uncommon traps
      + S8224870: Problemlist compiler/c2/Test8004741.java until
      JDK-8214904 is fixed
      + S8224875: Shenandoah: ParallelCleaning code unloading should
      take lock to protect shared code roots array
      + S8224880: AArch64: java/javac error with
      AllocatePrefetchDistance
      + S8224885: ProblemList sun/security/tools/keytool/
      /KeyToolTest.java and WeakAlgTest.java on Solaris
      + S8224908: Revert: 8216553: JrtFileSystemProvider getPath(URI)
      omits /modules element from file path
      + S8224932: Shenandoah: Rename ShenandoahHeapLock, make it
      general purpose lock
      + S8224945: googlemock update breaks the build of arm32 and ppc
      + S8224970: ShenandoahRootScanner::roots_do assert is too strong
      + S8224981: Problemlist test/jdk/sun/security/pkcs11/tls/tls12/
      /FipsModeTLS12.java
      + S8224982: JDK-8222318 breaks tools/doclint/html/
      /EntitiesTest.java
      + S8224984: Problemlist javax/net/ssl/SSLSocket/
      /Tls13PacketSize.java
      + S8225005: Xerces 2.12.0: License file
* Fri Jun 14 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+22
    * Fixes:
      + S8130017: use _FORTIFY_SOURCE in gcc fastdebug builds
      + S8160539: Stack frame scanning acquires
      DerivedPointerTableGC_lock mutex
      + S8163805: hotspot/test/serviceability/sa/sadebugd/
      /SADebugDTest.java failed with timed out
      + S8183273: Clarify Instrumentation interface should not be
      implemented outside java.instrument module
      + S8206879: Currency decimal marker incorrect for Peru
      + S8207812: Implement Dynamic CDS Archive
      + S8213084: Rework and enhance Print[Opto]Assembly output
      + S8214545: sun/management/jmxremote/bootstrap tests hang in
      revokeall.exe on Windows
      + S8215792: AArch64: String.indexOf generates incorrect result
      + S8218966: AArch64: String.compareTo() can read memory after
      string
      + S8218997: Xusage text, man help, etc doesn't mention -Xlog
      option.
      + S8219313: Support module specific stylesheets
      + S8219692: DOM and SAX parsers ignore namespace
      + S8219781: Localized names for Japanese era Reiwa in COMPAT
      provider
      + S8220072: GCC 8.3 reports errors in java.base
      + S8220166: Performance regression in deserialization (4-6% in
      SPECjbb)
      + S8220293: Deadlock in JFR string pool
      + S8220656: ARM32: -XX:MaxVectorSize=16 makes SIGILL
      + S8220672: [TESTBUG] TestCPUSets should check that cpuset does
      not exceed available cores
      + S8221507: Implement JFR Events for Shenandoah
      + S8221967: InternTest.java timed out
      + S8222154: upgrade gtest to 1.8.1
      + S8222169: java.lang.AssertionError switch expression in
      ternary operator - ?
      + S8222276: (zipfs) Refactoring and cleanups to prepare for
      JDK-8213031
      + S8222302: [TESTBUG]test/hotspot/jtreg/compiler/intrinsics/
      /sha/cli/TestUseSHAOptionOnUnsupportedCPU.java fails on any
      other CPU
      + S8222422: vmTestbase/nsk/jdi/ClassLoaderReference/
      /definedClasses tests failed with Unexpected Exception: null
      + S8222482: [Graal] Update java-allocation-instrumenter.jar
      handling in graalunit README.md
      + S8222492: G1 unnecessarily scans remembered set cards for
      regions that already have been evacuated
      + S8222548: Upgrading JDK 13 with the latest available jQuery
      3.4.1
      + S8222807: Address iteration with invalid ZIP header entries
      + S8222825: ARM32 SIGILL issue on single core CPU (not
      supported PLDW instruction)
      + S8223214: Inet6AddressImpl.loopbackAddress() should choose
      loopback address that is available
      + S8223306: Remove threads linked list (use ThreadsList's array
      in SA)
      + S8223313: Use handshakes for CountStackFrames.
      + S8223346: Update Graal
      + S8223438: add VirtualizationInformation JFR event
      + S8223442: java/nio/channels/SocketChannel/AdaptorStreams.java
      testConcurrentTimedReadWrite3(): failure
      + S8223444: Improve CodeHeap Free Space Management
      + S8223472: volatile long field corruption on x86_32
      + S8223499: Remove two DocuSign root certificates that are
      expiring
      + S8223572: ~ThreadInVMForHandshake() should call
      handle_special_runtime_exit_condition()
      + S8223585: vmTestbase/runtime/pcl/* get SEGV in
      MetadataOnStackClosure::do_metadata(Metadata*)+0x0
      + S8223593: Refactor code for reallocating storage
      + S8223595: Consider updating jdk.jshell module description
      + S8223663: Update links for tool guides
      + S8223665: SA: debugd options should follow jhsdb style
      + S8223723: j.l.c.MethodTypeDesc.dropParameterTypes throws the
      undocumented exception: IllegalArgumentException
      + S8223725: j.l.c.MethodHandleDesc::of throws undocumented
      exception IllegalArgumentException
      + S8223726: j.l.c.MethodTypeDesc spec should contain precise
      assertions for one parameter's methods
      + S8223733: "Detail" in headings should be "Details"
      + S8223770: code_size2 still too small in some compressed oops
      configurations
      + S8223774: Shenandoah: Refactor ShenandoahRootProcessor and
      family
      + S8223803: j.l.c.MethodTypeDesc::insertParameterTypes doesn't
      control type of parameters
      + S8223856: Replace wildcard address with loopback or local
      host in tests - part 8
      + S8223910: TestFloatJNIArgs and TestTrichotomyExpressions time
      out with Graal as JIT
      + S8223914: specification of j.l.c.MethodTypeDesc::of should
      document better the exceptions thrown
      + S8223944: fix zlib related building docu and comments
      + S8223951: Shenandoah: Only need to update thread roots during
      final update refs
      + S8223956: Make SymbolTable and StringTable AllStatic
      + S8223961: ZGC: Unexpected behaviour due to
      ZMetronome::wait_for_tick() oversleeping
      + S8224010: Incorrect string interning
      + S8224014: Don't run test/jdk/java/net/NetworkInterface/
      /IPv4Only.java in IPv6 only environment
      + S8224017: [Graal] gc/z/TestUncommit.java fails with Graal
      + S8224018: test/jdk/java/net/ipv6tests/{Tcp,Udp}Test.java
      assume IPv4 is available
      + S8224019: test/jdk/java/nio/channels/DatagramChannel/
      /BasicMulticastTests.java assumes IPv4 is always available
      + S8224020: AsyncGetCallTrace test should not run on PPC64 or
      IA64
      + S8224023: Redo the fix for ErrorFile option does not handle
      pre-existing error files of the same name
      + S8224028: loop initial declarations introduced by JDK-8184770
      + S8224031: Cannot parse switch expressions after type cast
      + S8224033: os::snprintf should be used in
      virtualizationSupport.cpp
      + S8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler
      fails intermittently for case 13 on Windows
      + S8224038: Fix remaining InCSetState mentions
      + S8224042: Add private alignDown method to MappedByteBuffer
      + S8224043: Shenandoah: Remove clear_claimed_marks() from start
      of concurrent_traversal()
      + S8224105: Cannot parse JapaneseDate string on some specified
      locales
      + S8224119: Safepoint cleanup logging logs times for things it
      doesn't do
      + S8224160: Move G1RemSetScanClosure into g1RemSet.cpp file
      + S8224166: Create a taglet to better handle @jls and @jvms tags
      + S8224167: Refactor PtrQueue completed buffer processing
      + S8224170: Build failures after JDK-8207812 (Implement Dynamic
      CDS Archive)
      + S8224174: java.lang.Number has a default constructor
      + S8224175: Fix inconsistencies in @jls and @jvms tags
      + S8224179: Shenandoah: CTW test failures with traversal GC
      + S8224187: Refactor arraycopy_prologue to allow ZGC read
      barriers on arraycopy
      + S8224193: stringStream should not use Resouce Area
      + S8224201: Simplify JVM flag macro expansions
      + S8224203: Remove need to specify type when using FLAG_SET
      macros
      + S8224204: Replace wildcard address with loopback or local
      host in tests - part 10
      + S8224210: Shenandoah: Refactor ShenandoahRootScanner to
      support scanning CSet codecache roots
      + S8224230: [PPC64, s390] Support AsyncGetCallTrace
      + S8224248: test/jdk/java/net/InetAddress/CheckJNI.java assumes
      127.0.0.1 is available
      + S8224487: outputStream should not be copyable
      + S8224495: Shenandoah: Do not rescan code roots in final mark
      pause if it is not degenerated GC
      + S8224500: Put HeapMonitorStatArrayCorrectnessTest in the
      problem list
      + S8224508: Shenandoah: Need to update thread roots in final
      mark for piggyback ref update cycle
      + S8224522: Shenandoah should apply barriers on deoptimization
      + S8224525: Shenandoah: Eliminate shenandoah verifier's
      side-effects
      + S8224529: [TESTBUG] JFR TestShenandoahHeapRegion* tests fail
      on build w/o Shenandoah
      + S8224568: minimal and zero build fails after JDK-8213084
      + S8224570: Update ProblemList-graal.txt
      + S8224573: Fix windows build after JDK-8221507
      + S8224579: ResourceMark not declared in
      shenandoahRootProcessor.inline.hpp with
    - -disable-precompiled-headers
      + S8224589: Improve startup behavior of SecurityProperties
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+21
    * Fixes:
      + S7141393: [macosx] CARemoteLayer code refactoring and unit
      test
      + S8042215: javax/management/remote/mandatory/connection/
      /ReconnectTest.java NoSuchObjectException no such object in
      table
      + S8130266: Change the mechanism by which JDK loads the
      platform-specific GraphicsEnvironment class
      + S8144125: [macOS] ava/awt/event/ComponentEvent/
      /MovedResizedTwiceTest/MovedResizedTwiceTest.java failed
      automatically
      + S8184770: JDWP support for IPv6
      + S8189208: Cleanup ancient argument processing code
      + S8191808: Configurable read timeout for CRLs
      + S8200400: Restrict Sasl mechanisms
      + S8200545: Improve filter for enqueued deferred cards
      + S8208179: Devanagari not shown with logical fonts on Windows
      after removal of Lucida Sans from JDK
      + S8211826: StringIndexOutOfBoundsException happens via
      GetStringUTFRegion()
      + S8212676: AWT SystemColor setting on CDE
      + S8212700: Change the mechanism by which JDK loads the
      platform-specific AWT Toolkit
      + S8212701: remove sun.desktop property from launcher code
      + S8213232: Unix/X11 setCompositionEnableNative issue
      + S8214046: [macosx] Undecorated Frame does not Iconify when
      set to
      + S8214796: Create a jlink plugin for stripping debug info
      symbols from native libraries
      + S8215470: Bad EnclosingMethod attribute on classes declared
      in lambdas
      + S8216008: -Djavax.accessibility.assistive_technologies empty
      list leads to exception
      + S8218917: KeyEvent.getModifiers() returns inconsistent values
      for ALT keys
      + S8219023: Investigate syncing JVMTI spec version with JDK
      version
      + S8219060: -linksource broken with modules
      + S8219459: oopDesc::is_valid() is broken
      + S8219914: Change the environment variable for Java Access
      Bridge logging to have a directory.
      + S8220673: Add test library support for determining platform
      IP support
      + S8221253: TLSv1.3 may generate TLSInnerPlainText longer than
      2^14+1 bytes
      + S8221340: [TESTBUG] TestCgroupMetrics.java fails after fix
      for JDK-8219562
      + S8221432: Upgrade CLDR to Version 35.1
      + S8221478: Disable VerifySharedSpaces by default
      + S8221569: JFR tool produces incorrect output when both
    - -categories and --events are specified
      + S8221696: MappedByteBuffer.force method to specify range
      + S8221738: ErrorFile option does not handle pre-existing error
      files of the same name
      + S8221759: Crash when completing \"java.io.File.path\"
      + S8222015: Small VM.metaspace improvements
      + S8222136: Remove two Comodo root CA certificates that are
      expiring
      + S8222251: preflow visitor is not visiting lambda expressions
      + S8222292: runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/
      /ArrayIndexOutOfBoundsExceptionTest.java timeout but test
      passed
      + S8222362: Upgrade to Freetype 2.10.0
      + S8222438: Drop of outdated logging in the com.sun.media.sound
      package
      + S8222480: Implementation: JEP 351: ZGC: Uncommit Unused Memory
      + S8222519: ButtonDemoScreenshotTest fails randomly with "still
      state to be reached"
      + S8222533: jtreg test jdk/internal/platform/cgroup/
      /TestCgroupMetrics.java fails on SLES12.3 linux ppc64le
      machine
      + S8222720: Provide extended VMWare/vSphere virtualization
      related info in the hs_error file on linux/windows x86_64
      + S8222789: Replace the usage of "Sun's Xinerama API" by the
      "XFree86's Xinerama API" on Solaris
      + S8222799: java.beans.Introspector uses an obsolete methods
      cache
      + S8222819: Remove setting of headless property on MacOS from
      launcher code.
      + S8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java
      listed twice in ProblemList
      + S8222841: Incorrect static call stub interactions with class
      unloading
      + S8222969: Migrate RuleBasedCollatorTest to JDK Repo
      + S8222987: sun/security/tools/keytool/PSS.java times out on
      Solaris-SPARC
      + S8222991: Xerces 2.12.0: Validation
      + S8223018: Rename G1RemSet::*oops_into_collection_set_do
      methods
      + S8223040: Add a AsyncGetCallTrace test
      + S8223063: Support CNG RSA keys
      + S8223136: Move compressed oops functions to CompressedOops
      class
      + S8223186: HotSpot compile warnings from GCC 9
      + S8223215: Shenandoah: Support verifying subset of roots
      + S8223235: [Graal] compiler/jsr292/NonInlinedCall/
      /InvokeTest.java failed time out
      + S8223237: Replace use of string.equals("") with isEmpty() in
      java.desktop
      + S8223307: enable the Stack Execution Disable flag for JDK
      binaries on AIX
      + S8223380: [Graal] compiler/c2/Test8062950.java failed with
      time out.
      + S8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal
      is enabled
      + S8223441: HeapMonitorStatArrayCorrectnessTest fails due to
      sampling determinism
      + S8223454: Reduce String concatenation shapes by folding
      initialLengthCoder into last mixer
      + S8223465: Replace wildcard address with loopback or local
      host in tests - part 3
      + S8223531: [Graal] assert(type() == T_INT) failed: type check
      + S8223532: Don't try creating IPv4 sockets in
      NetworkInterface.c if IPv4 is not supported
      + S8223537: testlibrary_tests/ctw/ClassesListTest.java fails
      with Agent timeout frequently
      + S8223539: compiler/graalunit/HotspotTest.java
      hotspot.test.CheckGraalIntrinsics AssertionError: found
      plugins for intrinsics
      + S8223555: Cleanups in cacerts tests
      + S8223573: Replace wildcard address with loopback or local
      host in tests - part 4
      + S8223574: add more thread-related system settings info to
      hs_error file on AIX
      + S8223583: Build failure after JDK-8223567 (Rename
      ShenandoahBrooksPointer to ShenandoahForwarding)
      + S8223589: Build failures after JDK-8223534 (add back fixed
      test_markOop.cpp)
      + S8223597: jdk/nio/zipfs/ZipFSTester.java RuntimeException:
      CHECK_FAILED! (getAttribute.crc <entries20> failed 6af4413c
      vs 0 ...)
      + S8223599: minimal build fails after JDK-8185525
      + S8223617: code_size2 needs adjustments
      + S8223619: Move VerifyOption out of Universe
      + S8223620: Move IsGCActiveMark implementation out of header
      + S8223621: Move Universe usage out of oopRecorder.hpp
      + S8223622: Move Universe usage out of memAllocator.hpp
      + S8223623: Move oopFactory function definitions out of
      oopFactory.hpp
      + S8223624: Cleanup includes of universe.hpp
      + S8223626: move print() functions to cpp files
      + S8223627: jdk-13+20 bundle name contains null instead of ea
      + S8223632: Replace wildcard address with loopback or local
      host in tests - part 5
      + S8223637: Fix build breakage after 8223136
      + S8223638: Replace wildcard address with loopback or local
      host in tests - part 6
      + S8223639: [JVMCI] jvmciCompiler.cpp needs to include
      "oops/objArrayOop.inline.hpp""
      + S8223645: AArch64 build broken by fix for 8223136
      + S8223651: Build fails with --with-jvm-features=-jfr and
    - -disable-precompiled-headers
      + S8223652: Rename
      IPSupport.skipIfCurrentConfigurationIsInvalid() to
      IPSupport.throwSkippedExceptionIfNonOperational()
      + S8223654: Clean up @jls references in com.sun.source
      + S8223657: Remove unused THREAD argument from SymbolTable
      functions
      + S8223667: ASAN build broken
      + S8223675: arm32 build failure after 8223136 (Move compressed
      oops functions to CompressedOops class)
      + S8223676: Minimal VM build failure after 8223136 (Move
      compressed oops functions to CompressedOops class)
      + S8223685: used bundled zlib on AIX by default
      + S8223716: sun/net/www/http/HttpClient/MultiThreadTest.java
      should be more resilient to unexpected traffic
      + S8223730: URLClassLoader.findClass() can throw
      IndexOutOfBoundsException
      + S8223737: Fix HostsFileNameService for IPv6 literal addresses
      + S8223759: Shenandoah should allow arbitrarily low initial
      heap size
      + S8223762: Shenandoah: overflows in calculations involving
      heap capacity
      + S8223767: Shenandoah fails to build on Solaris x86_64
      + S8223779: Build failure after 8223040 (Add a
      AsyncGetCallTrace test)
      + S8223798: Replace wildcard address with loopback or local
      host in tests - part 7
      + S8223810: HotSpot compile warnings from VS2017
      + S8223822: Add gc IDs in the log of gc verification
      + S8223880: Update sun/net/ftp/FtpURL.java and
      sun/net/ftp/FtpURLConnectionLeak.java to work with IPv6
      addresses
      + S8223885: hs_err and replay file may contain garbage when
      overwriting existing file
      + S8223911: Disable bad node budget verification until the fix
      + S8223917: Problemlist compiler/ciReplay/TestServerVM.java
      + S8223921: Update SocketReadWrite benchmark
      + S8223980: Shenandoah: Refactor and fix ObjArrayChunkedTask
      verification
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+20
    * Fixes:
      + S8146726: Improve AbstractProcessor to issue warnings for
      repeated information
      + S8185525: Add JFR event for DictionarySizes
      + S8198505: Remove CollectorPolicy and its subclasses
      + S8204203: Many pkcs11 tests failed in Provider
      initialization, after compiler on Windows changed
      + S8216137: assert failed: Live node limit exceeded.
      + S8216978: Drop support for pre JDK 1.4 SocketImpl
      implementations
      + S8217364: Custom URLStreamHandler for jrt or file protocol
      can override default handler
      + S8217846: [Graal] vmTestbase/nsk/jdi/VirtualMachine/
      /instanceCounts/instancecounts003/instancecounts003.java crash
      + S8218700: infinite loop in
      HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError
      + S8218875: Add new FileSystems.newFileSystem methods
      + S8219013: Update Apache Santuario (XML Signature) to version
      2.1.3
      + S8219138: Miscellaneous changes imported from jsr166 CVS
      2019-05
      + S8219202: Use Unsynchronized StringBuilder in
      sun.net.www.ParseUtil
      + S8219483: j.l.c.ClassDesc::nested(String, String...) doesn't
      throw NPE if any arg is null
      + S8219520: assert failed: Live node limit exceeded.
      + S8219902: C2: MemNode::can_see_stored_value() ignores casts
      which carry control dependency
      + S8219991: New fix of the deadlock in
      sun.security.ssl.SSLSocketImpl
      + S8220037: Inconsistencies of generated timezone files between
      Windows and Linux
      + S8220248: fix headings in java.util.concurrent
      + S8220724: TestBiasedLockRevocationEvents fails while matching
      revoke events to VMOperation events
      + S8220793: (fs) No support for changing modification time of
      symlink
      + S8221120: CopyOnWriteArrayList.set should always have
      volatile write semantics
      + S8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers
      + S8221509: Refactor assert( G1CollectedHeap::used() ==
      recalculate_used() ) with better message
      + S8221542: ~15% performance degradation due to less optimized
      inline decision
      + S8221892: ThreadPoolExecutor: Thread.isAlive() is not
      equivalent to not being startable
      + S8222074: Enhance auto vectorization for x86
      + S8222500: runtime/8176717/TestInheritFD.java failed with
      java.nio.file.NoSuchFileException:
      /tmp/communication7071713601211876892.txt
      + S8222534: VerifyBeforeExit is not honored when System.exit is
      called
      + S8222665: Update Graal
      + S8222667: vmTestbase/nsk/jdi/ThreadStartRequest/
      /addThreadFilter/addthreadfilter002/TestDescription.java
      failed with "event IS NOT a breakpoint"
      + S8222670: pathological case of JIT recompilation and code
      cache bloat
      + S8222738: Shenandoah: assert(is_Proj()) failed when running
      cometd benchmarks
      + S8222893: markOopDesc::print_on() is a bit confused
      + S8222895: StackOverflowError in custom security manager that
      relies on ClassSpecializer
      + S8222926: Shenandoah build fails with
    - -with-jvm-features=-compiler1
      + S8222930: ConcurrentSkipListMap.clone() shares size variable
      between original and clone
      + S8222949: add condy support to javac's pool API
      + S8222955: Optimize String.replace(CharSequence, CharSequence)
      for common cases
      + S8222986: Add parameter to skip clearing CHeapBitMaps when
      resizing
      + S8222992: Shenandoah: Pre-evacuate all roots
      + S8223044: Add back exception checking in tests
      + S8223052: Cleanup: NodeSortRecord
      + S8223054: [TESTBUG] Put graalJarsCP before existing classpath
      in GraalUnitTestLauncher
      + S8223064: Minor cleanups in ResolvedMethodTable
      + S8223137: Rename predicate 'do_unroll_only()' to
      'is_unroll_only()'.
      + S8223138: Small clean-up in loop-tree support.
      + S8223139: Rename mandatory policy-do routines.
      + S8223140: Clean-up in 'ok_to_convert()'.
      + S8223141: Change (count) suffix _ct into _cnt.
      + S8223142: Clean-up WS and CB.
      + S8223143: Restructure/clean-up for 'loopexit_or_null()'.
      + S8223145: Replace wildcard address with loopback or local
      host in tests - part 1
      + S8223171: Redundant nmethod dependencies for effectively
      final methods
      + S8223174: Pattern.compile() can throw confusing
      NegativeArraySizeException
      + S8223177: Data race on JvmtiEnvBase::_tag_map in
      double-checked locking
      + S8223178: Improve FileSystems.newFileSystem example with map
      factory methods
      + S8223194: runtime/Shutdown/ShutdownTest.java due to
      "OutOfMemoryError: Java heap too small"
      + S8223227: Rename acquire_tag_map() to tag_map_acquire() in
      jvmtiEnvBase
      + S8223244: Fix usage of ARRAYCOPY_DISJOINT decorator
      + S8223248: [AIX] Remove old xlC 10 workaround for load acquire
      + S8223254: DataOutputStream/WriteUTF.java fails due to
      "OutOfMemoryError: Java heap space"
      + S8223258: Shenandoah: SRP::process_all_roots_slow processes
      JvmtiExport weak oops twice
      + S8223262: [AOT] jaotc crashes with
      assert(!(((ThreadShadow*)__the_thread__)->has_pending_exception()))
      failed: Should not allocate with exception pending
      + S8223265: Clarify operational semantics of
      java.util.Objects.equals()
      + S8223267: Fix incorrect usage of GCTraceTime in
      g1FullCollector and g1CollectedHeap
      + S8223308: ZGC: Remove ZGranuleMap::size()
      + S8223309: test failing due to self-assign-overloaded
      + S8223319: Add copyright footer to specs and man pages
      + S8223332: Update JVMCI
      + S8223335: Compare baseline builds on linux are failing
      + S8223353: (ch) Change channel close implementation to not
      wait for I/O threads
      + S8223359: JDK-8221359 breaks TestG1ParallelPhases.java
      + S8223389: Shenandoah optimizations fail with
      assert(!phase->exceeding_node_budget())
      + S8223391: Unsynchronized iteration of ClassLoaderDataGraph
      + S8223395: PPC64: Improve comments in the JVM signal handler
      to match ISA text
      + S8223397: gc+promotion log lines are missing the GC id
      + S8223412: tier1 build failure after 8222893
      + S8223414: ProblemList java/lang/ref/ReachabilityFenceTest.java
      when running in Graal as JIT mode
      + S8223416: Exclude javax/management/monitor/
      /DerivedGaugeMonitorTest.java until JDK-8042211 is fixed.
      + S8223422: [Graal]
      assert(!m->can_be_statically_bound(InstanceKlass::cast(ctxk)))
      failed: redundant
      + S8223437: Backout JDK-8219974 Restore static callsite
      resolution for the current class
      + S8223445: compiler/intrinsics/mathexact/
      /LongMulOverflowTest.java java timeout
      + S8223446: Shenandoah breaks alignment with some
      HumongousThreshold values
      + S8223447: Stabilize gc/shenandoah/TestStringDedupStress test
      + S8223448: Shenandoah disabled barriers blocks omit LRB
      + S8223449: Unprotected UseCompressedOops block in
      gc/shenandoah/shenandoahBarrierSetC1_x86.cpp
      + S8223450: Disable Shenandoah C2 barriers verification for
      x86_32
      + S8223457: java.net.ServerSocket protected constructor should
      throw NPE if impl null
      + S8223463: Replace wildcard address with loopback or local
      host in tests - part 2
      + S8223464: Improve version string for Oracle CI builds
      + S8223481: gtest/GTestWrapper.java failed due to "assert(ret
      == 0) failed: sem_post failed; error='Invalid argument'
      (errno=EINVAL)"
      + S8223534: add back fixed test_markOop.cpp
      + S8223567: Rename ShenandoahBrooksPointer to
      ShenandoahForwarding
      + S8223570: Shenandoah needs to acquire lock before
      CLDG::clear_claimed_marks
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+19
    * Fixes:
      + S8036608: Key.getAlgorithm link to standard algorithm names
      needs to be updated
      + S8074355: make MutexLocker smarter about non-JavaThreads
      + S8129315: java/net/Socket/LingerTest.java and
      java/net/Socket/ShutdownBoth.java timeout intermittently
      + S8139965: Hang seen when using
      com.sun.jndi.ldap.search.replyQueueSize
      + S8202414: Unsafe write after primitive array creation may
      result in array length change
      + S8213399: DecoderLocker is unused
      + S8215113: Sampling interval not always correct
      + S8216577: Add GlobalSign's R6 Root certificate
      + S8218152: [javac] fails and exits with no error if a bad
      annotation processor provided
      + S8218280: LineNumberReader throws "Mark invalid" exception if
      CRLF straddles buffer.
      + S8219403: JVMCIRuntime::adjust_comp_level should be replaced
      + S8219487: j.l.c.ClassDesc spec should contain precise
      assertions for one parameter's methods
      + S8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
      + S8220388: Increase -inlinehint-threshold for Clang to avoid
      G1 pause time regression
      + S8220497: Improve Javadoc search feature and add test coverage
      + S8220623: [JVMCI] Update JVMCI to support JVMCI based
      Compiler compiled into shared library
      + S8220795: Rework naked_short_nanosleep on Windows to improve
      time-to-safepoint
      + S8220813: update hotspot tier1_gc tests depending on GC to
      use @requires vm.gc.X
      + S8220818: Validator does not find missing match for keyref
      error
      + S8221267: Document the jdk.net.URLClassPath
      .showIgnoredClassPathEntries system property
      + S8221592: C2 compilation failed with assert(!q->is_MergeMem())
      + S8221639: [i386] expand_exec_shield_cs_limit workaround is
      undefined code after JDK-8199717
      + S8221786: ZGC: Increase max heap size to 16TB
      + S8221988: add possibility to build with Visual Studio 2019
      + S8221991: Improve the HTML for the inheritance tree for a type
      + S8222137: Remove T-Systems root CA certificate
      + S8222440: (zipfs) JarFileSystem does not correctly handle
      versioned entries if no root entry is present
      + S8222462: Introduce CollectedHeap::unused()
      + S8222469: ZGC: Generalize ZPageCache::flush()
      + S8222518: Remove unnecessary caching of Parker object in
      java.lang.Thread
      + S8222529: sun.jdwp.listenerAddress agent property uses wrong
      encoding
      + S8222562: Don't set IPV6_V6ONLY when IPv4 is not available
      + S8222637: Obsolete NeedsDeoptSuspend
      + S8222664: runtime/appcds/sharedStrings/
      /SharedStringsStress.java assert GC active during NoGCVerifier
      + S8222743: Xerces 2.12.0: DOM Implementation
      + S8222744: add support for generating method handles from a
      variable symbol
      + S8222749: vmTestbase/nsk/jdi/ThreadStartRequest/
      /addThreadFilter/addthreadfilter001/TestDescription.java
      failed with "eventSet1.size() != 3 :: 2"
      + S8222769: [TESTBUG] TestJFRNetworkEvents should not rely on
      hostname command
      + S8222774: (ch) Replace uses of stateLock and blockingLock
      with j.u.c. locks
      + S8222811: Consolidate MutexLockerEx and MutexLocker
      + S8222821: com/sun/jdi/ExceptionEvents.java failed
      + S8222852: Reduce String concat combinator tree shapes by
      folding constants into prependers
      + S8222888: [TESTBUG] docker/TestJFREvents.java fails due to
      "RuntimeException: JAVA_MAIN_CLASS_ is not defined"
      + S8222913: Add Jib support for VERSION_EXTRA*
      + S8222934: mark new VM option
      AllowRedefinitionToAddOrDeleteMethods as deprecated
      + S8222935: Fix ExceptionCheckingJniEnv system
      + S8222952: Typo in test/hotspot/jtreg/TEST.groups is causing
      test harness failures
      + S8222970: Update ProblemList for vmTestbase/nsk/jdb/eval/
      /eval001/eval001.java
      + S8222977: Fix shenandoah broken with JDK-8222811
      + S8222980: Upgrade IANA Language Subtag Registry to Version
      2019-04-03
      + S8222988: Use MonitorLocker rather than MutexLocker when
      wait/notify used
      + S8223003: SunMSCAPI keys are not cleaned up
      + S8223015: Cleanups for zipfs tests
      + S8223016: ZGC: Fix misaligned statistics printout
      + S8223020: aarch64: expand minI_rReg and maxI_rReg patterns
      into separate instructions
      + S8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is
      causing test harness failures
      + S8223078: Add microbenchmark for array
      copying/clearing/resizing
      + S8223146: [TESTBUG] new test vmTestbase/nsk/share/
      /ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
      + S8223184: Shenandoah: Missing roots in
      SRP::process_all_roots_slow
      + S8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks
      with change for JDK-8074355
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+18
    * Fixes:
      + S8192936: RI does not follow the JVMTI RedefineClasses spec
      that is too strict in the definition
      + S8213501: Deploy ExceptionJniWrapper for a few tests
      + S8215017: Improve String::equals warmup characteristics
      + S8215580: Remove support for `--no-module-directories`
      + S8217338: [Containers] Improve systemd slice memory limit
      support
      + S8218994: Consolidate indy and condy JVM information within
      a BootstrapInfo data structure
      + S8219566: JFR did not collect call stacks when
      MaxJavaStackTraceDepth is set to zero
      + S8219998: Eliminate inherently singleton lists
      + S8220231: Cache HarfBuzz face object for same font's text
      layout calls
      + S8220513: Wrapper Key may get deleted when closing sessions
      in SunPKCS11 crypto provider
      + S8221271: sun/security/pkcs11/tls/tls12/TestTLS12.java test
      failed
      + S8221598: Update Graal
      + S8221685: -XX:BytecodeVerificationRemote and
    - XX:BytecodeVerificationLocal should be diagnostic options
      + S8222280: Provide virtualization related info in the hs_error
      file on AIX
      + S8222295: more baseline cleanups from Async Monitor Deflation
      project
      + S8222332: PIT: Problemlist tests that times out consistently
      + S8222379: JFR TestClassLoadEvent.java failed due to
      EXCEPTION_ACCESS_VIOLATION
      + S8222391: javax/net/ssl/compatibility/Compatibility.java
      should be more flexible
      + S8222502: Replace 19,20 case alternatives with
      JVM_CONSTANT_Module/Package names
      + S8222526: Use of no longer existing jquery directory in
      script.js
      + S8222527: HttpClient doesn't send HOST header when tunelling
      HTTP/1.1 through http proxy
      + S8222532: (zipfs) Performance regression when writing
      ZipFileSystem entries in parallel
      + S8222550: runtime/MemberName/MemberNameLeak.java times out
      + S8222558: Rework ResolvedMethodTable verification
      + S8222668: Add @since tag to JapaneseEra.REIWA
      + S8222669: Create and use new html.Entity class
      + S8222713: Add OutputAnalyzer(Path) constructor
      + S8222735: Update doc/building.md with current Oracle build
      platforms and compilers
      + S8222741: jdi/EventQueue/remove/remove004 fails due to
      VMDisconnectedException
      + S8222747: [Graal] mx_subprocess files miss testing VM flags
      + S8222753: AAarch64: Add CPU implementer code for Ampere
      + S8222785: aarch64: add necessary masking for immediate shift
      counts
      + S8222786: Shenandoah get_barrier_strength should accept all
      shapes of (Weak)CAS reference barriers
      + S8222805: sun/security/pkcs11/tls/tls12/TestTLS12.java fails
      with Unsupported signature algorithm: rsa_pss_rsae_sha256
      + S8222817: Refactor printing processor to use streams
      + S8222838: Shenandoah: SEGV on accessing cset bitmap for NULL
      ptr
      + S8222843: Print Shenandoah cset map addresses in hs_err
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+17 (April 2019 CPU)
    * Security fixes
      + S8211936, CVE-2019-2602, bsc#1132728: Better String parsing
      + S8214809: CDS storage improvements
      + S8218453, CVE-2019-2684, bsc#1132732: More dynamic RMI
      interactions
    * Fixes:
      + S6684386: ElementIterator javadoc bug
      + S8163363: AArch64: Stack size in tools/launcher/Settings.java
      needs to be adjusted
      + S8180573: Refactor sun/security/tools shell tests to plain
      java tests
      + S8208066: compiler/graalunit/JttThreadsTest.java failed with
      org.junit.runners.model.TestTimedOutException: test timed out
      after 20 seconds
      + S8215407: javac should reject class files with bad
      EnclosingMethod attributes
      + S8216326: SSLSocket stream close() does not close the
      associated socket
      + S8217013: javadoc generates references to missing file
      overview-frame.html
      + S8217047: Provide a way to inject missing parameter names
      + S8217405: rmic should reject class files with preview
      features enabled
      + S8218147: make_walkable asserts on multiple calls
      + S8218468: Load barrier slow path node should be MachTypeNode
      + S8219718: ZGC: Make nmethod entry barriers and
      nmethod::is_unloading use ZNMethodDataOops
      + S8220349: The fix done for JDK-8214253 have caused issues in
      JTree behaviour
      + S8220382: Cleanup doclet instantiation
      + S8220477: Channels.newWriter() does not close if underlying
      channel throws an IOException
      + S8220625: tools/javac/classreader/8171132/
      /BadConstantValue.java failed with "did not see expected
      error"
      + S8220743: [TESTBUG] Review Runtime tests recently migrated
      from JDK subdirs
      + S8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard
      to use
      + S8221393: ResolvedMethodTable too small for StackWalking
      applications
      + S8221397: Support implementation-defined Map Modes
      + S8221445: FastSysexMessage constructor crashes MIDI
      reception thread
      + S8221644: jquery directory should be renamed
      + S8221661: javax.swing.text.View.getPreferredSpan(int axis)
      + S8221711: [TESTBUG] create more tests for JFR in container
      environment
      + S8221857: Collect code coverage for a subset of code
      + S8221885: Add intermittent test in the JavaSound to the
      ProblemList
      + S8221913: Add GC.selected() jtreg-ext function
      + S8221915: cleanup ticks related coding in os_perf_aix.cpp
      [aix]
      + S8221979: Cleanups for building Windows resources
      + S8222034: Thread-SMR functions should be updated to remove
      work around
      + S8222035: minimal inference context optimization is forcing
      resolution with incomplete constraints
      + S8222072: JVMTI GenerateEvents() sends CompiledMethodLoad
      events to wrong jvmtiEnv
      + S8222090: Add Hygon Dhyana processor support
      + S8222097: ProblemList tests that are failing recurringly and
      intermittently in PIT
      + S8222151: refactoring: enhancements to
      java.lang.Class::methodToString and
      java.lang.Class::getTypeName
      + S8222188: Shenandoah: Adjust Shenandoah work gang types
      + S8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/
      /TestDescription.java fails
      + S8222231: Clean up interfaceSupport.inline.hpp duplicated code
      + S8222271: [s390] optimize register usage in C2 instruction
      forms for clearing arrays
      + S8222275: sun/security/tools/keytool/Serial64.java:
      assertTrue: expected true, was false
      + S8222289: Overhaul logic for reading/writing constant pool
      entries
      + S8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
      + S8222299: [TESTBUG] move hotspot container tests to
      hotspot/containers
      + S8222300: Zero build broken after JDK-8222231
      + S8222327: java_lang_Thread _thread_status_offset, remove pre
      1.5 code paths
      + S8222333: fastdebug build broken after JDK-8221393
      (phase_mapping[] doesn't match enum Phase in
      WeakProcessorPhases)
      + S8222334: java -Xss0 triggers StackOverflowError
      + S8222378: Provide mechanism to query preview feature status
      for annotation processors
      + S8222387: Out-of-bounds access to CPU _family_id_xxx array
      + S8222395: Refactor the abstract classes of package and module
      index writer
      + S8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to
      garbled registers
      + S8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use
      AlwaysTrueClosure instead
      + S8222410: java/nio/file/attribute/BasicFileAttributeView/
      /UnixSocketFile hangs when "nc" does not accept "-U"
      + S8222415: Xerces 2.12.0: Parsing Configuration
      + S8222417: compiler/loopopts/TestOverunrolling.java times out
      + S8222418: compiler/arguments/TestScavengeRootsInCode.java
      times out
      + S8222419: Shenandoah: Remove unused _par_state_string in
      ShenandoahRootProcessor
      + S8222425: Shenandoah: Move commonly used closures to separate
      files
      + S8222430: Add tests for ElementKind predicates
      + S8222444: Add a suggestion for non-US locale in the test doc
      + S8222484: Specialize generation of simple String
      concatenation expressions
      + S8222490: Shenandoah: Remove unused _par_state_string in
      ShenandoahRootEvacuator
      + S8222491: jcmd can fail converting UTF8 output to strings
      + S8222501: [TESTBUG] Docker support is always set to true in
      jtreg-ext/requires/VMProps.java
      + S8222510: Small cleanup for JDK launcher's make file
      + S8222522: Add configure options for Mac Bundle creation
      + S8222528: Fix javadoc headers in Nashorn sources
      + S8222627: Remove sneaky token 'Name' in jdk-version.m4
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgreade to upstream tag jdk-13+16
    * Fixes:
      + S8020637: Permissions.readObject doesn't enforce proper Class
      to PermissionCollection mappings
      + S8163326: Update the default enabled cipher suites preference
      + S8203364: Some serviceability/sa/ tests intermittently fail
      with java.io.IOException: LingeredApp terminated with
      non-zero exit code 3
      + S8216039: TLS with BC and RSASSA-PSS breaks
      ECDHServerKeyExchange
      + S8216551: GraalUnitTestLauncher should be executed as '@run
      driver'
      + S8217610: TLSv1.3 fail with ClassException when EC keys are
      stored in PKCS11
      + S8217728: Speed up incremental rerun of "make hotspot"
      + S8218049: Survivor MemoryMXBean used() size granularity is
      region based
      + S8218458: [TESTBUG] runtime/NMT/
      /CheckForProperDetailStackTrace.java fails with Expected
      stack trace missing from output
      + S8218483: Crash in "assert(_daemon_threads_count->get_value()
      > daemon_count) failed: thread count mismatch 5 : 5"
      + S8218547: Simplify JLI_Open on Windows in native code (libjli)
      + S8218668: Clean up evacuation of optional collection set
      + S8219241: Provide basic virtualization related info in the
      hs_error file on linux/windows x86_64
      + S8219861: Add new keytool -showinfo -tls command for
      displaying TLS configuration information
      + S8219918: ProblemList hotspot tests failing in SAP testing.
      + S8219993: AArch64: Compiled CI stubs are unsafely modified
      + S8220282: Add MethodHandle tests on accessing final fields
      + S8221325: Add information about swap space to
      print_memory_info() on MacOS
      + S8221430: StringBuffer(CharSequence) constructor truncates
      when -XX:-CompactStrings specified
      + S8221470: Print methods in exception messages in java-like
      Syntax.
      + S8221477: Inject os/cpu-specific constants into Unsafe from
      JVM
      + S8221529: [TESTBUG] Docker tests use old/deprecated image on
      AArch64
      + S8221530: Caller sensitive methods not handling caller = null
      when invoked by JNI code with no java frames on stack
      + S8221535: add steal tick related information to hs_error file
      [linux]
      + S8221539: [metaspace] Improve
      MetaspaceObj::is_metaspace_obj() and friends
      + S8221584: SIGSEGV in os::PlatformEvent::unpark() in
      JvmtiRawMonitor::raw_exit while posting method exit event
      + S8221597: A typo in the Java API doc for File.getUsableSpace()
      + S8221658: aarch64: add necessary predicate for ubfx patterns
      + S8221710: [TESTBUG] more configurable parameters for docker
      testing
      + S8221730: jcmd process name matching broken
      + S8221764: Reduce make Init.gmk logging overhead
      + S8221766: Load-reference barriers for Shenandoah
      + S8221833: Readability check in Symbol::is_valid not performed
      for some addresses
      + S8221836: Avoid recalculating String.hash when zero
      + S8221848: Shenandoah: ArrayCopy post-barrier improvements
      + S8221851: Use of THIS_FILE in hotspot invalidates precompiled
      header on Linux/GCC
      + S8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should
      be selected at runtime, not build time
      + S8221853: Data race in compile broker (set_last_compile)
      + S8221871: javadoc should not set role=region on <section>
      elements
      + S8221872: Remove uses of ClassLoaderWeakHandle typedef in
      protection domain table
      + S8221880: Better customization for Windows RC properties
      FileDescription and ProductName
      + S8221882: Use fiber-friendly java.util.concurrent.locks in
      JSSE
      + S8221894: Add comments for docker tests in the test doc
      + S8221907: make reconfigure breaks when configured with
      relative paths
      + S8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit
      platforms
      + S8221918: runtime/SharedArchiveFile/serviceability/
      /ReplaceCriticalClasses.java fails: Shared archive not found
      + S8221921: Implement size() / isEmpty() in immutable
      collections
      + S8221924: get(null) on single-entry unmodifiable Map returns
      null instead of throwing NPE
      + S8221980: Simplify Optional implementation
      + S8221981: Simplify Map/List/Set.of() implementation
      + S8221984: ZGC: Clean up ZOop
      + S8221992: Fix old method replacement in ResolvedMethodTable
      + S8221995: AARCH64: problems with CAS instructions encoding
      + S8221996: Bootcycle build broken
      + S8221997: fix headings in jdk.javadoc
      + S8222027: java/util/logging/LogManager/TestLoggerNames.java
      generates intermittent ClassCastException
      + S8222029: Optimize Math.floorMod
      + S8222032: x86_32 fails with "wrong size of mach node" on
      AVX-512 machine
      + S8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/
      /exeCallerAccessTest.c build fails after 8221530
      + S8222082: Build of test/jdk/java/lang/reflect/
      /exeCallerAccessTest/exeCallerAccessTest.c still failing on
      Windows
      + S8222086: CodeCache::UnloadingScope needs to preserve and
      restore previous IsUnloadingBehavior
      + S8222089: [TESTBUG] sun/security/lib/cacerts/
      /VerifyCACerts.java fails due to cert within 90-day expiry
      window
      + S8222105: Add "use_" prefix to
      G1Policy::adaptive_young_list_length
      + S8222111: exeCallerAccessTest.c fails to build: control
      reaches end of non-void function
      + S8222125: Shenandoah: Crash when running with
      ShenandoahParallelSafepointThreads=1
      + S8222129: Shenandoah: Missing CompareAndSwapP/N case in
      get_barrier_strength()
      + S8222130: Shenandoah should verify roots after pre-evacuation
      + S8222133: Add temporary exceptions for root certs that are
      due to expire soon
      + S8222144: BuiltinClassLoader should create the CodeSource for
      jrt URLs lazily
      + S8222180: ZGC: ZForwarding::verify() failing when checking
      for duplicates
      + S8222185: Shenandoah should report "committed" as capacity
      + S8222186: Shenandoah should not uncommit below minimum heap
      size
      + S8222227: Shenandoah: Fix Traversal GC weak roots handling in
      final-traversal pause
      + S8222229: ProblemList
      compiler/jsr292/InvokerSignatureMismatch.java
      + S8222259: Shenandoah: Pre-evacuate string-dedup roots in
      Traversal GC
      + S8222264: Windows incremental build is broken with JDK-8217728
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+15
    * Fixes:
      + S8157372: C2: Node::cmp() should return bool
      + S8157404: Unable to read certain PKCS12 keystores from
      SequenceInputStream
      + S8168261: Use server cipher suites preference by default
      + S8174268: Declare a public field in JapaneseEra for the era
      starting May 2019
      + S8177960: Deprecate the Swing Motif Look and Feel and
      document it as unsupported on macOS
      + S8178335: fake pass: jdk/internal/ref/Cleaner/ExitOnThrow.java
      + S8189861: Refactor CacheFind
      + S8205432: Replace the placeholder Japanese era name
      + S8205934: Define jdk -source/-target version in
      version-numbers file
      + S8212627: [TESTBUG]
      runtime/CreateMirror/ArraysNewInstanceBug.java timed out
      + S8212904: JTextArea line wrapping incorrect when using UI
      scale
      + S8215105: java/awt/Robot/HiDPIScreenCapture/
      /ScreenCaptureTest.java: Wrong Pixel Color
      + S8215599: Remove support for javadoc "frames" mode
      + S8216539: tools/jar/modularJar/Basic.java times out
      + S8216971: [macosx swing] For JCheckBoxMenuItem
      actionPerformed() is called twice, when
      apple.laf.useScreenMenuBar=true and modifier is
      InputEvent.META_DOWN_MASK
      + S8217707: JNICALL declaration breaks Splash screen functions
      + S8217735: awt_image_GifImageDecoder_parseImage() "interlace"
      param has the wrong type
      + S8218418: (fs) Files.createSymbolicLink should use
      SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE (win)
      + S8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/
      /TestDescription.java crash in native library
      + S8219733: Restore javadoc header styles
      + S8220016: Clean up redundant RSA services in the SunJSSE
      provider
      + S8220250: fix headings in java.desktop
      + S8220254: fix headings in java.xml
      + S8220320: Remove unused old code in GraphicsEnvironment on
      unix
      + S8220351: Cross-modifying code
      + S8220495: Update GIFlib library to the 5.1.8
      + S8220530: Build compare script does not compare the contents
      of the test image
      + S8220602: Shenandoah-SA: Enable best-effort implementation of
      heap walk
      + S8220610: Make CollectedHeap nmethod functions pure virtual
      + S8220632: Suggest recompiling with a larger value of
    - Xmaxerrs/-Xmaxwarns if diagnostics were suppressed
      + S8220664: Simplify ShenandoahUpdateHeapRefsClosure
      + S8220671: Initialization race for non-JavaThread PtrQueues
      + S8220707: [TESTBUG]
      serviceability/sa/TestHeapDumpForLargeArray.java fails with
      jtreg -vmoption:-Xmx < 8g
      + S8220786: Create new switch to redirect error reporting
      output to stdout or stderr
      + S8220792: Performance bottleneck in JavacFileManager.list()
      + S8221102: Allow GC threads to participate in threads claiming
      protocol
      + S8221118: Avoid eagerly creating JCDiagnostic for
      CompletionFailures
      + S8221146: ZGC: Reports too much relocated
      + S8221149: os::malloc checks MallocCatchPtr outside of ifdef
      ASSERT block
      + S8221153: ZGC: Heap iteration and verification pollutes GC
      statistics
      + S8221183: Avoid code cache walk in MetadataOnStackMark
      + S8221244: Unexpected behavior of
      PropertyDescription.getReadMethod for boolean properties
      + S8221257: Improve serial number generation mechanism for
      keytool -gencert
      + S8221304: Problem list
      java/awt/FontMetrics/MaxAdvanceIsMax.java
      + S8221341: Update Graal
      + S8221351: Crash in
      KlassFactory::check_shared_class_file_load_hook
      + S8221366: Search box tries to search for "Search"
      + S8221394: Clean up ConcurrentGCThread
      + S8221395: HttpClient leaving connections in CLOSE_WAIT state
      until Java process ends
      + S8221398: Move test NoClassDefFoundMsg.java to subdir
      exceptionMsgs/
      + S8221405: Fix Windows 32bit awt build
      + S8221408: Windows 32bit build build errors/warnings in hotspot
      + S8221411: NullPointerException in RasterPrinterJob without
      PrinterResolution
      + S8221412: lookupPrintServices() does not always update the
      list of Windows remote printers
      + S8221413: javac does not recognize variable assigned in
      switch expression as DA
      + S8221435: Shenandoah should not mark through weak roots
      + S8221436: Incorrect check of package in Line.Info.toString()
      + S8221437: assert(java_lang_invoke_ResolvedMethodName::
      vmtarget(resolved_method()) == m()) failed: Should not change
      after link resolution
      + S8221480: jcmd VM.metaspace shall print limits in basic mode
      + S8221482: Initialize VMRegImpl::regName[] earlier to prevent
      assert during PrintStubCode
      + S8221517: G1: Reserved page size for heap can be wrong
      + S8221532: Incorrect copyright header in FileSystemSupport_md.c
      + S8221533: Incorrect copyright header in
      DurationDayTimeImpl.java, DurationYearMonthImpl.java and
      XMLStreamException.java
      + S8221540: ZGC: Reduce width of zForwardingEntry::from_index
      field
      + S8221541: clean up functions in CompilerOracle
      + S8221558: Remove obsolete uses of
      OopStorage::ParState<'false, false> _par_state
      + S8221568: DataOutputStream/WriteUTF.java fails due to
      "OutOfMemoryError: Java heap space"
      + S8221596: test/hotspot/jtreg/runtime/containers/docker/
      /TestCPUSets.java failed with FileAlreadyExistsException
      + S8221610: Resurrect (legacy) JRE bundle target
      + S8221621: FindTests.gmk cannot handle "=" in TEST.groups
      comments
      + S8221629: Shenandoah: Cleanup class unloading logic
      + S8221643: Tighten up assert(_keep_alive >= 0) in
      CLD::inc_keep_alive
      + S8221648: Remove CollectedHeap::is_in_closed_subset()
      + S8221687: Deprecated j.u.jar.Attributes.Name attributes
      accidentally set to null
      + S8221688: Quarantine Shenandoah string dedup tests
      + S8221694: jstatLineCounts1 needs to be NaN resilient
      + S8221698: Remove redundant includes from popular header files
      + S8221701: Archive constant BaseLocales
      + S8221703: Rmic build for java.management.api has bad
      incremental behavior
      + S8221723: Avoid storing zero to String.hash
      + S8221724: Enable archiving of Strings with hash 0
      + S8221725: AArch64 build failures after JDK-8221408 (Windows
      32bit build build errors/warnings in hotspot)
      + S8221726: Multiple build failures after JDK-8221698 (Remove
      redundant includes from popular header files)
      + S8221731: Fix doclint handling of accessibility heading in
      java.desktop
      + S8221732: Introduce CollectedHeap::hash_oop()
      + S8221735: Shenandoah fails ctw/modules/
      /jdk_management_agent.java with Traversal
      + S8221748: Remove unused oopDesc::is_unlocked_oop()
      + S8221750: Shenandoah: Enable ThreadLocalHandshake by default
      + S8221751: Shenandoah: Improve SATB enqueueing
      + S8221762: Improve Main.gmk/FindTests.gmk bootstrap time
      + S8221763: Build fails when using
    - -with-jvm-features=-g1gc,-jfr,-shenandoahgc
      + S8221782: [Graal] Module jdk.internal.vm.compiler.management
      has not been granted accessClassInPackage.jdk.vm.ci.services
      + S8221801: Update src/java.base/share/legal/public_suffix.md
      + S8221824: Build failure with MSVS 2013 after JDK-8218418
      + S8221870: use driver to run CtwRunner in applications/ctw
      tests
      + S8221875: Unquarantine Shenandoah string dedup tests
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+14
    * Fixes:
      + S7106851: Test should not use System.exit
      + S8059357: ClassVerifier redundantly checks constant pool
      entries multiple times
      + S8061381: [macosx] Accelerators does not spelled for
      JMenuItems by Voice Over
      + S8078860: (spec) InputStream.read(byte[] b, int off, int len)
      claims to not affect element b[off]
      + S8146986: JDI: Signature lookups for unprepared classes can
      take a long time
      + S8170494: JNI exception pending in PlainDatagramSocketImpl.c
      + S8172695: (scanner) java/util/Scanner/ScanTest.java fails
      + S8200286: (testbug) MOptionTest test fails with
      java.lang.AssertionError: Classfiles too old!
      + S8203026: java.rmi.NoSuchObjectException: no such object in
      table
      + S8204552: NMT: Separate thread stack tracking from virtual
      memory tracking
      + S8210782: Upgrade HarfBuzz to the latest 2.3.1
      + S8211322: Reduce the timeout of tooltip in SwingSet2DemoTest
      + S8211941: Enable checking/ignoring of non-conforming
      Class-Path entries
      + S8213110: Remove the use of applets in automatic tests
      + S8214109: XToolkit is not correctly displayed color on 16-bit
      high color setting
      + S8214112: The whole text in target JPasswordField image are
      not selected
      + S8214253: Tooltip is transparent rather than having a black
      background
      + S8214712: Archive Attributes$Name.KNOWN_NAMES
      + S8215396: JTabbedPane preferred size calculation is wrong for
      SCROLL_TAB_LAYOUT
      + S8216353: Use utility APIs introduced in
      org/netbeans/jemmy/util/LookAndFeel class in client sanity
      test cases
      + S8216558: Lookup.unreflectSetter(Field) fails to throw
      IllegalAccessException for final fields
      + S8216989: CardTableBarrierSetAssembler::
      gen_write_ref_array_post_barrier() does not check for zero
      length on AARCH64
      + S8217347: [TESTBUG]
      runtime/appcds/jvmti/InstrumentationTest.java timed out
      + S8217362: Emergency dump does not work when disk=false is set
      + S8217564: idempotent protection missing in crc32c.h
      + S8217690: Update public suffix version
      + S8217827: [Graal] Some vmTestbase/nsk/jvmti/ResourceExhausted
      tests failing
      + S8218128: vmTestbase/nsk/jvmti/ResourceExhausted/
      /resexhausted003 and 004 use wrong path to test classes
      + S8218399: runtime/RedefineObject/TestRedefineObject.java
      timeout
      + S8218401: WRONG_PHASE: vmTestbase/nsk/jvmti test crash
      + S8218446: SuspendAtExit hangs
      + S8218674: HTML Tooltip with "img=src" on component doesn't
      show
      + S8218854: FontMetrics.getMaxAdvance may be less than the
      maximum FontMetrics.charWidth
      + S8218889: Improperly use of the Optional API
      + S8218914: Support fonts installed per-user on Windows 10
      + S8219100: Improve do_collection_pause_at_safepoint
      + S8219196: DataOutputStream.writeUTF may throw unexpected
      exceptions
      + S8219446: Specify behaviour of timeout accepting methods of
      Socket and ServerSocket if timeout is negative
      + S8219504: Test for JDK-8211435 can be run on all platforms
      + S8219552: bump jtreg requiredVersion to b14 in
      test/jdk/sanity/client/
      + S8219612: compiler.codecache.stress.Helper.TestCaseImpl can't
      be defined in different runtime package as its nest host
      + S8220095: Assertion failure when symlink (with different
      name) is used for lib/modules file
      + S8220198: Lots of com/sun/crypto/provider/Cipher tests fail
      on x86_32 due to missing SHA512 stubs
      + S8220224: With CLDR provider, NumberFormat.format could not
      handle locale with number extension correctly.
      + S8220240: Refactor shared dirty card queue
      + S8220249: fix headings in java.compiler
      + S8220295: sun/tools/jps/TestJps.java still timing out
      + S8220389: Update Graal
      + S8220445: Support for side by side MSVC Toolset versions
      + S8220451: jdi/EventQueue/remove/remove004 failed due to
      "ERROR: thread2 is not alive"
      + S8220456: jdi/EventQueue/remove_l/remove_l004 failed due to
      "TIMEOUT while waiting for event"
      + S8220528: [AIX] Fix basic Xinerama and Xrender functionality
      + S8220570: Additonal trace when native thread creation fails
      + S8220575: Replace hardcoded 127.0.0.1 in URLs with new URI
      builder
      + S8220633: Optimize CacheFSInfo
      + S8220658: Improve the readability of container information in
      the error log
      + S8220674: [TESTBUG] MetricsMemoryTester failcount test in
      docker container only works with debug JVMs
      + S8220682: Heap dumping and inspection fails with JDK-8214712
      + S8220687: Add
      StandardJavaFileManager.getJavaFileObjectsFromPaths overload
      + S8220714: C2 Compilation failure when accessing off-heap
      memory using Unsafe
      + S8220753: Re-introduce the test case for TLS 1.2 algorithms
      in SunPKCS11 crypto provider
      + S8220774: Add HandshakeALot diag option
      + S8220784: hsdis cannot be built with MinGW64
      + S8220794: PPC64: Fix signal handler for SIGSEGV on branch to
      illegal address
      + S8221083: [ppc64] Wrong oop compare in C1-generated code
      + S8221096: Description of -XX:+PrintFlagsRanges is incorrect
      + S8221164: jstatLineCounts tests need to be more resilient for
      NaN outputs
      + S8221172: SunEC specific test is not limited to SunEC
      + S8221175: Fix bad function case for controlled JVM crash on
      PPC64 big-endian
      + S8221179: Zero builds fail when linking with gold and
      bundling libffi.so
      + S8221180: Deprecate AllowJNIEnvProxy
      + S8221207: Redo JDK-8218446 - SuspendAtExit hangs
      + S8221208: Backout JDK-8218446
      + S8221212: ZGC: Command-line flags should be marked
      experimental
      + S8221219: ZGC: Remove ZStallOnOutOfMemory option
      + S8221220: AArch64: Add StoreStore membar explicitly for
      Volatile Writes in TemplateTable
      + S8221252: (sc) SocketChannel and its socket adaptor need to
      handle connection reset
      + S8221259: New tests for java.net.Socket to exercise long
      standing behavior
      + S8221260: Initialize more class members on construction,
      remove some unused ones
      + S8221262: Cleanups in UnixFileSystem/WinNTFileSystem
      implementation classes
      + S8221264: Refactor and update SourceVersion.latestSupported
      + S8221270: Duplicated synchronized keywords in SSLSocketImpl
      + S8221273: put sun/security/pkcs11/tls/tls12/TestTLS12.java on
      ProblemList.txt
      + S8221278: Shenandoah should not enqueue string dedup
      candidates during root scan
      + S8221342: [TESTBUG] Generate Dockerfile for docker testing
      + S8221343: x86_32 crashes on startup with "_hwm out of range"
      + S8221350: more monitor logging updates from Async Monitor
      Deflation project
      + S8221357: Update test documentation by deleting "cd test &&
      make"
      + S8221363: Build failure after JDK-8220240 (Refactor shared
      dirty card queue)
      + S8221392: Reduce ConcurrentGCThreads spinning during start up
      + S8221396: Clean up serviceability/sa/TestUniverse.java
      + S8221400: java/lang/String/StringRepeat.java test requests
      too much heap
      + S8221401: java/math/BigInteger/LargeValueExceptions.java test
      should be disabled on 32-bit platforms
      + S8221406: Windows 32bit build error in
      NetworkInterface_winXP.c
      + S8221407: Windows 32bit build error in
      libsunmscapi/security.cpp
      + S8221414: Bump required boot jdk version to 12
      + S8221434: Fix typo in lib-x11 autoconf error message about
      missing headers
      + S8221456: nmethod::make_unloaded() clears _method member too
      early
      + S8221472: Fix HandshakeSuspendExitTest
      + S8221473: Configuration::reads can use Set.copyOf
      + S8221479: Fix JFR profiling on s390
      + S8221483: TestOopCmp.java fails due to "Multiple garbage
      collectors selected"
      + S8221513: Add vmTestbase/nsk/jdb/eval/eval001/eval001.java to
      ProblemList.txt
      + S8221524: java/util/Base64/TestEncodingDecodingLength.java
      test should be disabled on 32-bit platforms
      + S8221527: [TESTBUG] DockerBasicTest.java contains hard-coded
      reference to JDK 10
      + S8221531: Incorrect copyright header in
      src/java.base/windows/native/libnio/ch/FileChannelImpl.c
      + S8221537: ZGC: Fix incorrect comment in zNMethod table entry
      layout
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+13
    * Fixes:
      + S6307456: UnixFileSystem_md.c use of chmod() and access()
      should handle EINTR signal appropriately (unix)
      + S8147502: Digest is incorrectly truncated for ECDSA
      signatures when the bit length of n is less than the field
      size
      + S8153508: ContentHandler API contains link to private
      contentPathProp
      + S8170705: sun/net/www/protocol/http/StackTraceTest.java fails
      intermittently with Invalid Http response
      + S8179549: Typo in network properties documentation
      + S8193277: SimpleFileObject inconsistency between getName and
      getShortName
      + S8211100: hotspot C1 issue with comparing long numbers on x86
      32-bit
      + S8212528: Wrong cgroup subsystem being used for some CPU
      Container Metrics
      + S8213912: Semantic typo in HttpExchange.java
      + S8217766: Container Support doesn't work for some Join
      Controllers combinations
      + S8218166: com/sun/jdi/SimulResumerTest.java failure
      + S8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2
      implementation
      + S8218812: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/
      /TestDescription.java failed
      + S8218975: Bug in macOSX kernel's pthread support
      + S8219139: move hotspot tests from test/jdk/vm
      + S8219197: ThreadGroup.enumerate() may return wrong value
      + S8219562: Line of code in osContainer_linux.cpp L102 appears
      unreachable
      + S8219579: Remove redundant signature parsing from the verifier
      + S8219585: [TESTBUG] sun/management/jmxremote/bootstrap/
      /JMXInterfaceBindingTest.java passes trivially when it
      shouldn't
      + S8219628: [TESTBUG] javadoc/doclet/InheritDocForUserTags
      fails with -othervm
      + S8219691: method summary table head should be enclosed in
      <thead>
      + S8219876: (bf) Improve IndexOutOfBoundsException messages in
      $Type$Buffer classes
      + S8219882: [AOT] Develop regression test for 8218859
      + S8219958: Automatically load taglets from a jar file
      + S8220093: Change to GCC 8.2 for building on Linux at Oracle
      + S8220249: fix headings in java.compiler
      + S8220252: Fix Headings in java.naming
      + S8220281: IBM-858 alias name is missing on IBM00858 charset
      + S8220301: Remove jbyte use in CardTable
      + S8220342: Remove scavenge_root_nmethods_do from
      VM_HeapWalkOperation::collect_simple_roots
      + S8220343: Move scavenge_root_nmethods from shared code
      + S8220345: Use appropriate type for
      G1RemSetScanState::IsDirtyRegionState
      + S8220352: Crash with assert(external_guard || result !=
      __null) failed: Invalid JNI handle
      + S8220355: Improve assertion texts and exception messages in
      eventHandlerVMInit
      + S8220366: Optimize Symbol handling in ClassVerifier and
      SignatureStream
      + S8220374: C2: LoopStripMining doesn't strip as expected
      + S8220378: Unused Names constants
      + S8220379: Fix doclint handling of headings
      + S8220410: sun/security/tools/jarsigner/warnings/
      /NoTimestampTest.java failed with missing expected output
      + S8220411: Remove ScavengeRootsInCode=0 code
      + S8220493: Prepare Socket/ServerSocket for alternative
      platform SocketImpl
      + S8220502: Inefficient pre-sizing of PhiResolverState arrays
      in c1_LIRGenerator
      + S8220512: Deoptimize redefinition functions that have dirty
      ICs
      + S8220555: JFR tool shows potentially misleading message when
      it cannot access a file
      + S8220566: AArch64: Set default vm features for Ampere eMAG
      CPUs
      + S8220569: ZGC: Rename and rework ZUnmapBadViews to
      ZVerifyViews
      + S8220579: [Containers] SubSystem.java out of sync with
      osContainer_linux.cpp
      + S8220586: ZGC: Move relocation logic from ZPage to ZRelocate
      + S8220587: ZGC: Break out forwarding information from ZPage
      + S8220588: ZGC: Convert ZRelocationSet to hold ZForwardings
      instead of ZPages
      + S8220589: ZGC: Remove superfluous ZPageTableEntry
      + S8220590: ZGC: Remove ZPages from ZPageTable when freed
      + S8220591: ZGC: Don't delay reclaimation of ZVirtualMemory
      + S8220592: ZGC: Move destruction of detached ZPages into
      ZPageAllocator
      + S8220593: ZGC: Remove superfluous ZPage::is_detached()
      + S8220594: ZGC: Remove superfluous ZPage::is_active()
      + S8220595: ZGC: Introduce ZAttachedArray
      + S8220596: ZGC: Convert ZNMethodData to use ZAttachedArray
      + S8220597: ZGC: Convert ZForwarding to use ZAttachedArray
      + S8220598: Malformed copyright year range in a few files in
      java.base
      + S8220599: ZGC: Introduce ZSafeDelete
      + S8220600: ZGC: Delete ZPages using ZSafeDelete
      + S8220601: ZGC: Delete ZNMethodTableEntry arrays using
      ZSafeDelete
      + S8220606: Move ScavengableNMethods unlinking to
      unregister_nmethod
      + S8220609: Cleanups in ScavengableNMethods
      + S8220611: compiler/classUnloading/methodUnloading/
      /TestOverloadCompileQueues.java timeout
      + S8220613: java/util/Arrays/TimSortStackSize2.java times out
      with fastdebug build
      + S8220614: (bf) Buffer absolute slice methods should use
      Objects.checkFromIndexSize()
      + S8220628: Move the HeapMonitor library to C++
      + S8220634: SymLinkArchiveTest should handle not being able to
      create symlinks
      + S8220644: Align required/found pairs in diagnostics
      + S8220660: [s390]: debug build broken after JDK-8220301
      + S8220663: Incorrect handling of IPv6 addresses in
      Socket(Proxy.HTTP)
      + S8220676: [TESTBUG] ProblemList TestCPUSets until the test
      issue is resolved
      + S8220678: unquarantine nsk/jdi/ThreadReference/setEnabled/
      /setenabled003
      + S8220684: Process.waitFor(long, TimeUnit) can return false
      for a process that exited within the timeout
      + S8220689: problem list RandomCommandsTest in graal runs
      + S8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
      + S8220693: jdk/javadoc/doclet/MetaTag/MetaTag.java with
      unexpected date
      + S8220704: ZGC: gc tests complain Java heap too small
      + S8220712: [TESTBUG] gc/shenandoah/compiler/
      /TestMaybeNullUnsafeAccess should run with Shenandoah enabled
      + S8220719: Allow other named NetPermissions to be used
      + S8220737: Jib based 32 bit windows builds fail
      + S8220738: (sc) Move ServerSocketChannelImpl remaining native
      method to Net
      + S8220741: ZGC: Move CPU agnostic files from linux_x86 to linux
      + S8220744: Move RedefineTests to from runtime to serviceability
      + S8220745: Fix problemlist entry to refer to 8220613
      + S8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap
      ignores AS_NO_KEEPALIVE
      + S8220781: linux-s390 : os::get_summary_cpu_info gives bad
      output
      + S8220812: gc/shenandoah/options/TestLoopMiningArguments.java
      fails if default GC is serial/parallel/cms
      + S8221098: Run java/net/URL/HandlerLoop.java in othervm mode
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+12
    * Fixes:
      + S6504660: HPI panic callback is dead code
      + S8013728: nsk/jdi/BScenarios/hotswap/tc10x001 Unrecognized
      Windows Sockets error: 0: recv failed
      + S8074817: Resolve disabled warnings for libverify
      + S8160247: Mark deprecated javax.security.cert APIs with
      forRemoval=true
      + S8163511: Allocation of compile task fails with assert:
      "Leaking compilation tasks?"
      + S8170639: [Linux] jsig is limited to a maximum of 64 signals
      + S8184315: Typo in java.net.JarURLConnection.getCertificates()
      method documentation
      + S8201252: unquarantine
      nsk/jdi/ThreadReference/resume/resume001
      + S8212206: Refactor AdaptiveSizePolicy to separate out code
      related to GC overhead
      + S8213008: Cipher with UNWRAP_MODE should support the
      generation of an AES key type
      + S8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
      + S8214922: Add vectorization support for fmin/fmax
      + S8215221: Serial GC misreports young GC time
      + S8217216: Launcher does not defend itself against
      LD_LIBRARY_PATH_64 (Solaris)
      + S8217254: CompactNumberFormat::CompactNumberFormat()
      constructor does not comply with spec.
      + S8217417: Decorator name typo: C2_TIGHLY_COUPLED_ALLOC
      + S8217561: X86: Add floating-point Math.min/max intrinsics
      + S8217576: C1 atomic access handlers use incorrect decorators
      + S8217721: CompactNumberFormat::format() method spec for IAEx
      is not complaint
      + S8218074: Update Graal
      + S8218201: Failures when vmIntrinsics::_getClass is not inlined
      + S8218464: vmTestbase/nsk/jdi/VirtualMachine/allThreads/
      /allthreads001/TestDescription.java failed
      + S8218618: Program fails when using JDK addressed by UNC path
      and using Security Manager
      + S8218948: SimpleDateFormat :: format - Zone Names are not
      reflected correctly during run time
      + S8219448: split-if update_uses accesses stale idom data
      + S8219517: assert(false) failed: infinite loop in
      PhaseIterGVN::optimize
      + S8219584: Try to dump error file by thread which causes
      safepoint timeout
      + S8219597: (bf) Heap buffer state changes could provoke
      unexpected exceptions
      + S8219632: Remove reference to com.sun.javadoc API in
      RemoveOldDoclet test
      + S8219633: ZGC: Rename ZPageSizeMin to ZGranuleSize
      + S8219634: ZGC: Rename ZAddressRangeMap to ZGranuleMap
      + S8219642: ciReplay loads wrong data when MethodData size
      changes
      + S8219651: compiler/ciReplay/TestServerVM.java is failing on
      windows
      + S8219685: Startup failure:
      assert(!Universe::is_module_initialized()) failed: Incorrect
      java.lang.Module pre module system initialization
      + S8219705: Wrong media-type for a given serialization method
      + S8219713: Reduce work in
      DefaultMethods::generate_default_methods
      + S8219721: jcmd from earlier release will hang attaching to VM
      with JDK-8215622 applied
      + S8219816: Add IsArray/RemoveExtent type traits utilities
      + S8219817: Remove unused CollectedHeap::block_size()
      + S8219860: Cleanup ClassFileParser::parse_linenumber_table
      + S8219997: [TESTBUG] Create test for JFR events in Docker
      container: CPU, Memory and Process Info
      + S8220005: java/util/Arrays/TimSortStackSize2.java times out
      + S8220050: Deprecate -XX:-ThreadLocalHandshakes
      + S8220083: Use InetAddress.getLoopbackAddress() in place of
      127.0.0.1 for some tests
      + S8220085: runtime/CompressedOops/UseCompressedOops.java times
      out on Windows intermittently
      + S8220087: Remove remnants of HTML4 support
      + S8220153: Shenandoah does not work with TransparentHugePages
      properly
      + S8220159: Optimize various RegMask operations by introducing
      watermarks
      + S8220162: Shenandoah should not commit HugeTLBFS memory
      + S8220165: Encryption using GCM results in RuntimeException-
      input length out of bound
      + S8220173: assert(_handle_mark_nesting > 1) failed: memory
      leak: allocating handle outside HandleMark
      + S8220202: Simplify/standardize method naming for HtmlTree
      + S8220227: Host Locale Provider getDisplayCountry returns
      error message under non-English Win10
      + S8220228: Improve Shenandoah pacing histogram message
      + S8220237: ProcessBuilder API documentation typo
      + S8220244: vmTestbase/nsk/jvmti/scenarios/sampling/SP06/
      /sp06t003 hasn't been un-problemlisted
      + S8220253: Fix Headings in java.sql.rowset
      + S8220256: fix headings in java.security.sasl
      + S8220257: fix headings in java.instrument
      + S8220258: fix headings in java.smartcardio
      + S8220262: fix headings in java.logging
      + S8220283: ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED
      compatibility issue
      + S8220290: gc/arguments/TestSurvivorRatioFlag.java fails after
      JDK-8215221 with CMS
      + S8220294: ZGC fails to build on GCC 4.4.7: Type parameter
      issue
      + S8220313: [TESTBUG] Update base image for Docker testing to
      OL 7.6
      + S8220323: Fix copyright header text
      + S8220331: Remove extra spaces in copyright header
      + S8220334: Fix copyright header text
      + S8220341: Class redefinition fails with
      assert(!is_unloaded()) failed: unloaded method on the stack
      + S8220344: Build failures when using
    - -with-jvm-features=-g1gc,-jfr
      + S8220346: Refactor java.lang.Throwable to use
      Objects.requireNonNull
      + S8220350: Refactor ShenandoahHeap::initialize
      + S8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot
      without UnlockDiagnosticVMOptions
      + S8220363: hotspot-ide project fails
      + S8220368: Update String.indexOf to test all the C2 intrinsics
      + S8220377: Unused field SourceFileObject.flatname
      + S8220383: Incremental build is broken and inefficient
      + S8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java
      timedout
      + S8220409: jdk/modules/scenarios/overlappingpackages/
      /OverlappingPackagesTest.java - testOverlapWithBaseModule
      tests the wrong thing
      + S8220414: Correct copyright headers in Norm2AllModes.java and
      Normalizer2.java
      + S8220420: Cleanup c1_LinearScan
      + S8220441: [PPC64] Clobber memory effect missing for memory
      barriers in atomics
      + S8220444: Shenandoah should use parallel version of
      WeakProcessor in root processor for weak roots
      + S8220474: Incorrect GPL header in src/java.instrument/share/
      /classes/java/lang/instrument/package-info.java
      + S8220475: Malformed copyright header in
      LinuxSocketOptions.java, MacOSXSocketOptions.java and
      MacOSXSocketOptions.c
      + S8220480: Typo in java.net.http.HttpResponse.BodySubscriber
      documentation
      + S8220496: Race in java_lang_String::length() when
      deduplicating
      + S8220501: Improve c1_ValueStack locks handling
      + S8220504: Move definition of JAVA_VERSION_INFO_RESOURCE to
      Launcher-java.base.gmk
      + S8220515: Revert removal of for_each_lock_value removal
      + S8220529: JDK-8220383 broke test image build
      + S8220546: Shenandoah Reports timing details for weak root
      processing
      + S8220585: Incorrect code in MulticastSocket sample code
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+11
    * Fixes
      + S4903717: nsk/jdi/ThreadReference/isSuspended/issuspended002
      failing
      + S5071718: (bf) Add ByteBuffer.slice(int offset, int length)
      + S8207367: 10 vmTestbase/nsk/jdi tests timed out when running
      with jtreg
      + S8209413: AArch64: NPE in clhsdb jstack command
      + S8212932: [TESTBUG] Clean up TestVirtualSpaceNode test
      + S8214854: JDWP: Unforseen output truncation in logging
      + S8215430: Remove the internal package com.sun.net.ssl
      + S8216259: AArch64: Vectorize Adler32 intrinsics
      + S8216580: Fix generation of VNNI vector code by allowing
      adjacent LoadS nodes to be isomorphic
      + S8217868: Crash for overlap between source path and patch
      module path
      + S8217878: ENVELOPING XML signature no longer works in JDK 11
      + S8218167: nsk/jvmti/scenarios/sampling/SP02/sp02t003 fails
      + S8218228: The constructor StringBuffer(CharSequence) violates
      spec for negatively sized argument
      + S8218266: G1 crash in AccessInternal::PostRuntimeDispatch
      + S8218629: XML Digital Signature throws NAMESPACE_ERR
      exception on OpenJDK 11, works 8/9/10
      + S8218880: G1 crashes when issuing a periodic GC while the
      GCLocker is held
      + S8218988: Improve metaspace verifications
      + S8219214: Infinite Loop in CodeSection::dump()
      + S8219369: Add named constants for iterating ExtRootScan phases
      + S8219492: Restore static callsite resolution for the current
      class
      + S8219513: compiler/codegen/aes/
      /TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
      + S8219519: Remove linux_sparc.ad and linux_aarch64.ad
      + S8219565: [deadcode] remove share/utilities/intHisto.*
      + S8219582: PPC: Crash after C1 checkcast patched and GC
      + S8219613: Use NonJavaThread PtrQueues
      + S8219619: Remove UseFakeTimers and related code
      + S8219650: [Testbug] Fix potential crashes in new test hotspot
      gtest "test_print_hex_dump"
      + S8219658: Deadlock in sun.security.ssl.SSLSocketImpl
      + S8219712: code_size2 (defined in stub_routines_x86.hpp) is
      too small on new Skylake CPUs
      + S8219714: [testbug] com/sun/jdi/RedefineNestmateAttr/
      /TestNestmateAttr.java must pass classpath to subprocess
      + S8219723: javax/net/ssl/compatibility/Compatibility.java
      failed on some SNI cases
      + S8219746: Provide virtualization related info in the hs_error
      file on linux ppc64 / ppc64le
      + S8219747: Remove g1_ prefix to g1_remset and g1_policy
      members in G1CollectedHeap
      + S8219748: Add and use getter for the timing object in G1
      + S8219789: [TESTBUG] TestOptionsWithRanges.java produces
      hs_err_pidXXXXX.log file for
      VMThreadStackSize=9007199254740991
      + S8219798: [deadcode] remove
      src/hotspot/share/prims/evmCompat.cpp
      + S8219801: Pages do not have <h1>
      + S8219803: Nodeca Pako license text needs to be inserted in
      JSZip license text
      + S8219856: Spell out G1CollectorPolicy::is_hetero_heap
      + S8219857: Shenandoah GC may initialize thread's gclab twice
      + S8219888: aarch64: add CPU detection code for HiSilicon TSV110
      + S8219890: Calendar.getDisplayName() returns empty string for
      new Japanese Era on some locales
      + S8219906: Update test documentation with default test jobs
      settings
      + S8219915: [TESTBUG] Fix test langtools/tools/javac/processing/
      /model/completionfailure/SymbolsDontCumulate.java in
      Standalone mode
      + S8219919: RuntimeStub name lost with
      PrintFrameConverterAssembly
      + S8219920: dependency help output in configure-step : support
      zypper tool
      + S8219922: Simplify and optimize IndexSetIterator::next using
      count_trailing_zeros
      + S8219946: Set class on body elements
      + S8219951: Build failure on Mac and Windows after JDK-8219922
      + S8219969: Backout JDK-8219492
      + S8219971: Introduce SetupExecute in build system
      + S8219974: REDO JDK-8219492: Restore static callsite
      resolution for the current class
      + S8219976: GarbageCollectionNotificationInfo always says "No
      GC" when running Shenandoah
      + S8219986: Change to Xcode 10.1 for building on Macosx at
      Oracle
      + S8219988: Change to Visual Studio 2017 15.9.6 for building on
      Windows at Oracle
      + S8219990: Backout JDK-8219658
      + S8219994: CheckSecurityProvider.java fails with unexpected
      sun.security.ssl.SunJSSE
      + S8220030: JdbStopThreadidTest.java failed due to "Unexpected
      IO error while writing command 'quit' to jdb stdin stream"
      + S8220151: SafepointTracing::end_of_last_safepoint_ms should
      return ms since epoch.
      + S8220155: JDK-8219971 broke hotspot build
      + S8220161: Shenandoah does not need to initialize PLABs for
      safepoint workers
      + S8220164: Fix build instructions for AIX
      + S8220211: Small update to Fix generation of VNNI vector code
      by allowing adjacent LoadS nodes to be isomorphic
      (JDK-8216580)
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+10
    * Fixes:
      + S4895924: Strings in format #rgb not handled by
      Color.decode() (affects CSS / Swing)
      + S8011135: (bf) CharBuffer.put(String) is slow because of
      String.charAt() call for each char
      + S8048192: (bf) Out of direct buffer memory message should
      include the limits
      + S8078725: method adjustments can be done just once for all
      classes involved into redefinition
      + S8153413: Exceptions::_throw always logs exceptions,
      penalizing performance
      + S8159525: Add @FunctionalInterface annotation to
      PrivilegedAction and PrivilegedExceptionAction
      + S8168069: X509TrustManagerImpl causes ClassLoader leaks with
      unparseable extensions
      + S8181171: Deleting method for RedefineClasses breaks
      ResolvedMethodName
      + S8181383: com/sun/jdi/OptionTest.java fails intermittently
      with bind failed: Address already in use
      + S8183107: PKCS11 regression regarding checkKeySize
      + S8190361: Incorrect version info in jaccessinspector.exe and
      jaccesswalker.exe
      + S8208278: [mlvm] [TESTBUG]
      vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test Deadlocked
      threads are not always detected
      + S8209175: Handle 'B' character introduced in CLDR 33 JDK
      update for Burmese (my) locale
      + S8209807: improve handling exception in requires.VMProps
      + S8210457: JVM crash in ResolvedMethodTable::add_method(Handle)
      + S8212202: [Windows] Exception if no printers are installed.
      + S8213071: [macos] The focus disappears after pressing return
      to close the "That was a pretty good movie!" dialog.
      + S8213354: Support package-specific stylesheets
      + S8213781: web page background renders blue in JEditorPane
      + S8214756: SA should ignore archived java heap objects that
      are not in use
      + S8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
      + S8215009: GCC 8 compilation error in libjli
      + S8215307: Pages do not have <h1>
      + S8215524: Finished message validation failure should be
      decrypt_error alert
      + S8215584: Remove support for the "old" doclet API in
      com/sun/javadoc
      + S8216170: java.lang.IllegalArgumentException: directories not
      supported
      + S8216363: NullPointerException in
      java.util.logging.Handler#isLoggable
      + S8217647: JFR: recordings on 32-bit systems unreadable
      + S8217765: Internal Error (javaCalls.cpp:61)
      guarantee(thread->can_call_java()) failed
      + S8218726: Minor Throwable.printStackTrace() typos
      + S8218751: Do not store original classfiles inside the CDS
      archive
      + S8218780: Update MUSCLE PCSC-Lite header files
      + S8218811: replace open by os::open in hotspot coding
      + S8218913: Rename --strip-debug jlink plugin
      + S8218960: CONFIG level logging statements printed in
      CLDRCalendarDataProviderImpl.java even when default log Level
      is INFO
      + S8218974: Free GC native structures in nmethod::flush
      + S8218995: Deprecate the -XX:FailOverToOldVerifier option
      + S8218998: Add metadata to generated API documentation files
      + S8219143: jdb should support breakpoint thread filters
      + S8219156: RTFEditorKit writes background color but doesn't
      read
      + S8219158: use 'test.root' property instead of traversing
      test-src path
      + S8219247: Enable inlining of newly introduced PlatformMonitor
      methods
      + S8219254: Update explicit uses of latest source/target in
      langtools tests to a property
      + S8219256: Update javac diags tests to use properties
      + S8219335: "failed: unexpected type" assert failure in
      ConnectionGraph::split_unique_types() with unsafe accesses
      + S8219378: Ensure ReflectionFactory.langReflectAccess is
      initialized correctly
      + S8219388: Misleading log message "issuspended002a debuggee
      launched"
      + S8219414: SA: jhsdb jsnap throws UnmappedAddressException
      with core generated by gcore
      + S8219417: bump jtreg requiredVersion to b14
      + S8219436: Safepoint logs correction and misc
      + S8219460: ppc: adjust NativeGeneralJump::insert_unconditional
      to stack allocated MacroAssembler
      + S8219462: ZGC: Use wait/notify in ZNMethodTable
      + S8219463: ZGC: Remove redundant ZNMethodTable::_iter_lock
      + S8219464: ZGC: Move nmethod oop properties from
      ZNMethodTableEntry to ZNMethodData
      + S8219466: ZGC: Extract allocation functionality into a new
      ZNMethodAllocator class
      + S8219467: ZGC: Move ZNMethodData to its own file
      + S8219468: ZGC: Extract iteration functionality into a new
      ZNMethodTableIteration class
      + S8219469: ZGC: Extract functions out from ZNMethodTable into
      new ZNMethod class
      + S8219480: j.l.c.ClassDesc::arrayType(int rank) throws
      IllegalArgumentException if rank = 0
      + S8219486: Missing reg_mask_init() breaks x86_32 build
      + S8219497: Unused parameter in
      HtmlDocletWriter::printHtmlDocument
      + S8219524: Shenandoah misreports "committed" size in
      MemoryMXBean
      + S8219548: Better Null paramenter checking in ToolProvider
      + S8219553: [TESTBUG] Problem list JFR TestPeriod test
      + S8219554: Redundant lookup_common in SymbolTable::add
      + S8219558: jdk/javadoc tests fail with missing headings: h1
      + S8219561: Update jdeprscan to avoid the need for
      start-of-release changes
      + S8219571: ProblemList
      serviceability/sa/TestJmapCoreMetaspace.java
      + S8219573: Add NMethodClosure
      + S8219574: Minimal VM build failure after JDK-8219414
      + S8219575: jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet
      test fails in mach5
      + S8219577: Returning NULL in a function which returns bools
      + S8219583: Windows build failure after JDK-8214777 (Avoid some
      GCC 8.X strncpy() errors in HotSpot)
      + S8219611: Remove superfluous sigfillset code
      + S8219630: cleanup hotspot ostream.cpp
      + S8219635: aarch64: missing LoadStore barrier in
      TemplateTable::fast_storefield
      + S8219638: ZGC: Free ZNMethodDataOops under a lock
      + S8219664: LogCompilation: java.lang.Error: Unexpected method
      mismatch during late inlining
      + S8219675: Disable harfbuzz warnings with gcc 8
      + S8219698: aarch64: SIGILL triggered when specifying
      unsupported hardware features
      + S8219802: Problem list
      java/net/MulticastSocket/SetGetNetworkInterfaceTest.java
      + S8219805: Cross-link javax.lang.model.{type, element}
      packages to utility interfaces
      + S8219814: Help-info for pns(...) on Linux/mips lost
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+9
    * Fixes:
      + S4887513: Typo in RMIFailureHandler interface doc page
      + S4919790: Errors in alert ssl message does not reflect the
      actual certificate status
      + S5029431: (bf) Add absolute bulk put and get methods
      + S8065262: (bf spec) CharBuffer.chars() should make it clearer
      that the sequence starts from the buffer position
      + S8079353: [TESTBUG] runtime/CompressedOops/
      /UseCompressedOops.java failed on Windows when getting
      disjoint instead of zero based coops
      + S8087128: C2: Disallow definition split on MachCopySpill nodes
      + S8161334: C2: Cast nodes hinder memory alias analysis
      + S8167548: [TESTBUG] Logging tests put log files in source tree
      + S8183004: Remove code related to gtest death tests from
      assert macro
      + S8187697: Cleanup: irrelevant code in OutputPropertiesFactory
      + S8195057: java/util/concurrent/CountDownLatch/Basic.java
      failed w/ Xcomp
      + S8198411: [TEST_BUG] Two java2d tests are unstable in mach5
      + S8201544: Improve javac command line parsing and error
      reporting
      + S8203232: Shenandoah: Resolve oops in SATB filter
      + S8203469: Faster safepoints
      + S8203627: Swing applications with JRadioButton and JCheckbox
      fail to render correctly when using GTK3 and the GTK L&F
      + S8204551: Event descriptions are truncated in logs
      + S8207938: At step6,Click Add button,case failed automatically.
      + S8209455: [error-prone] JdkObsolete in jdk.management.agent
      + S8211016: make images does not update jdk/lib/src.zip with
      latest changes
      + S8212678: Windows IME related patch
      + S8214363: HeapWord should not be a fake class
      + S8214719: Deprecate -Xverify:none option
      + S8214947: Assertion error in test: StringCompressInflateTest
      + S8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
      + S8215249: Miscellaneous changes imported from jsr166 CVS
      2019-02
      + S8215359: InnocuousForkJoinWorkerThread.setContextClassLoader
      needlessly throws
      + S8215363: needless signals in ForkJoinPool
      + S8215622: Add dump to file support for jmap –histo
      + S8216049: stringTable::intern creates redundant String when
      looking up existing one
      + S8216360: Deprecate -XX:CompilationPolicyChoice
      + S8216592: Removal of the class sun.awt.AWTSecurityManager
      + S8216597: SIGBUS in
      Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after
      JDK-6913047
      + S8217032: Check pandoc capabilities in configure
      + S8217263: Automate DashOffset test
      + S8217289: compiler/graalunit/HotspotTest.java failed with
      InvalidInstalledCodeException
      + S8217381: Incovenient errors reported when annotation
      processor generates source file and errors in the same round
      + S8217385: JTREG: Clean up, make sure to close resources
      + S8217389: JTREG: Clean up, remove unused variable warnings
      + S8217909: Make unused r12 register (without compressed oops)
      available to regalloc in C2
      + S8217998: Remove method_type field associated with the
      appendix field of an indy or method handle call
      + S8218089: Rename DirtyCardQueue et al to follow usual G1
      naming conventions
      + S8218135: Redo: Add ppc64le and s390x profiles to
      jib-profiles.js
      + S8218192: Remove copy constructor for MemRegion
      + S8218287: jshell tool: input behavior unstable after 12-ea+24
      on Windows
      + S8218469: JSlider display issue with slider for GTKLookAndFeel
      + S8218470: JScrollBar display issue with GTKLookAndFeel
      + S8218471: generate-unsafe-access-tests.sh does not correctly
      invoke build.tools.spp.Spp
      + S8218472: JProgressBar display issue with GTKLookAndFeel
      + S8218473: JOptionPane display issue with GTKLookAndFeel
      + S8218479: JTextPane display issue with GTKLookAndFeel
      + S8218599: Add test group jdk_client_sanity under jdk_desktop
      group
      + S8218672: AOT code root scanning shows in the wrong position
      in the logs
      + S8218682: [TEST_BUG] DashOffset fails in mach5
      + S8218721: C1's CEE optimization produces safepoint poll with
      invalid debug information
      + S8218731: SA: Use concrete class the as return type of
      VMObjectFactory.newObject
      + S8218732: SA: Resolves ZPageAllocator::_physical incorrectly
      + S8218733: SA: CollectedHeap provides broken implementation
      for used() and capacity()
      + S8218734: SA: Incorrect and raw loads of OopHandles
      + S8218743: SA: Add support for large bitmaps
      + S8218746: SA: Implement discontiguous bitmap for ZGC
      + S8218753: Obsolete nonproduct flag ProfilerCheckIntervals
      + S8218758: [TESTBUG] compiler/cha/
      /StrengthReduceInterfaceCall.java misses recompilation event
      + S8218767: ZGC: Do not assume that r12 is a special register
      in C2
      + S8218851: JVM crash in custom classloader stress test, JDK 12
      & 13
      + S8218874: C2: Unsafe to access PhaseIdealLoop outside of
      constructors
      + S8218879: Keep track of memory accesses originated from Unsafe
      + S8218881: C2: StaticFinalFieldPrinter doesn't handle T_ARRAY
      values in T_OBJECT fields
      + S8218920: Scan HCC should be on the same level as Update RS
      etc. in the log
      + S8218922: SA: Enable best-effort implementation of live
      regions iteration for ZGC
      + S8218935: Make jfr strncpy uses GCC 8.x friendly
      + S8218936: Test fails in Internet environment
      + S8218937: Make mlvmJvmtiUtils strncpy uses GCC 8.x friendly
      + S8218939: vm/mlvm/anonloader/stress/byteMutation crashed on
      windows
      + S8218941: jdb should support a dbgtrace command that acts the
      same as the dbgtrace command line option
      + S8218944: Fix failed for JDK-8218936
      + S8218947: jdb threads command should print threadID in
      decimal, not hex
      + S8218965: aix: support xlclang++ in the compiler detection
      + S8218970: SA: Enable HeapHprofBinWriter for ZGC
      + S8218978: SA: Enable more ZGC testing
      + S8218991: s390: Add intrinsic for GHASH algorithm
      + S8219002: Some comments and error messages refer to
      VMDisconnectException
      + S8219003: SA: Refactor live regions iteration in preparation
      for JDK-8218922
      + S8219006: AArch64: Register corruption in slow subtype check
      + S8219011: Implement MacroAssembler::warn method on AArch64
      + S8219074: [TESTBUG] runtime/containers/docker/
      /TestCPUAwareness.java typo of printing parameters (period
      should be shares)
      + S8219095: [testbug] Add @key headful to
      com/sun/java/swing/plaf/windows/AltFocusIssueTest.java
      + S8219096: Merge print_termination_stats code with current
      logging
      + S8219097: Move comment about using weak code blobs closure
      for code root scanning to correct place
      + S8219098: Make output of region strings more regular in error
      messages
      + S8219112: name_and_sig_as_C_string usages in frame_s390 miss
      ResourceMark
      + S8219129: Allow overriding of license files in legal dir
      + S8219132: switch to jtreg4.2-b14
      + S8219142: Remove unused JIMAGE_ResourcePath
      + S8219151: Illegal instruction exception on JDK 12 due to
      incorrect CPU feature bits
      + S8219157: vm/mlvm/mixed/stress/java/findDeadlock should be
      problem-listed only on mac
      + S8219228: java/util/Base64/TestEncodingDecodingLength.java
      failing on 8GB test machine
      + S8219229: Make ConstantPool::tag_at and release_tag_at_put
      inlineable
      + S8219232: Unit of concurrent active time logging is wrong
      + S8219244: NMT: Change ThreadSafepointState's allocation type
      from mtInternal to mtThread
      + S8219331: ZGC: Unify TLAB retire/remap handling
      + S8219332: ZGC: Improve ZRootsIteratorClosure abstraction
      + S8219368: Quarantine
      runtime/NMT/CheckForProperDetailStackTrace.java test
      + S8219370: NMT: Move synchronization primitives from
      mtInternal to mtSynchronizer
      + S8219389: Delegated task created by SSLEngine throws
      BufferUnderflowException
      + S8219391: extend gcov support to llvm/clang
      + S8219393: Add native library support for microbenchmarks
      + S8219394: Missing FIXPATH in microbenchmark test runner
      + S8219395: integrate gcov w/ run-test
      + S8219441: test_logMessageTest missing static storage
      + S8219476: cleanup hotspot ProblemList
* Tue May 21 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+8
    * Fixes:
      + S8068225: nsk/jdi/EventQueue/remove_l/remove_l005
      intermittently times out
      + S8145845: [AOT] NullPointerException in
      compiler/whitebox/GetCodeHeapEntriesTest.java
      + S8180569: Refactor sun/security/krb5/ shell tests to plain
      java tests
      + S8182117: Document Zip File System Properties
      + S8193234: When using -Xcheck:jni an internally allocated
      buffer can leak
      + S8195060: vm/mlvm/anonloader/stress/byteMutation
      intermittently times out
      + S8200109: NMT: diff_malloc_site assert(early->flags() ==
      current->flags(), "Must be the same memory type")
      + S8201633: Problems with AES-GCM native acceleration
      + S8205654: serviceability/dcmd/framework/HelpTest.java timed
      out
      + S8210280: Unnecessary reallocation when invoking
      HashMap.putAll()
      + S8211885: Duplicate id declarations in java.awt.geom.Path2D
      + S8212677: X11 default visual support for IM status window on
      VNC
      + S8212828: (process) Change the Process launch mechanism
      default on Linux to be posix_spawn
      + S8212988: add recent class unloading events to the hs_err log
      + S8214076: Cleanup the code related to
      GraphicsEnvironment/Device/Configuration
      + S8214111: There is no icon in all JOptionPane target image
      + S8214236: sun.gc.collector.2.name should be changed
      + S8214252: Expanded & Collapsed nodes of a JTree look the same
      on GTK3
      + S8214471: Enable different look and feel tests in SwingSet3
      demo test ToolTipDemoTest
      + S8214582: BasicJDWPConnectionTest.java: RuntimeException:
      Could not detect port from ''
      + S8214765: All TrayIcon MessageType icons does not show up
      with gtk3 option set
      + S8214823: Javadoc cleanup of java.awt.desktop package
      + S8214918: Unify GraphicsEnvironment.getCenterPoint()/
      /getMaximumWindowBounds() across the platforms
      + S8215790: Delegated task created by SSLEngine throws
      java.nio.BufferUnderflowException
      + S8216263: Add historical data for JDK 12
      + S8216318: The usage of Disposer in the java.awt.Robot can be
      deleted
      + S8216608: Obsolete stale compiler flags
      + S8217235: Create automated test for SwingSet
      ColorChooserDemoTest
      + S8217297: Add support for multiple look and feel for SwingSet
      SliderDemoTest
      + S8217328: Rename CollectionSetChooser to
      G1CollectionSetChooser
      + S8217329: JTREG: Clean up, remove unused imports in gc folder
      + S8217330: Split G1CollectionSetChooser into collection set
      candidate container and the chooser algorithm
      + S8217332: JTREG: Clean up, use generics instead of raw types
      + S8217335: Add a script to generate --release data
      + S8217352: Remove EA from version string starting with Initial
      RC promotion
      + S8217377: javax/swing/JPopupMenu/6583251/bug6583251.java
      failed with UnsupportedOperation exception
      + S8217383: Obsolete UseImplicitStableValues
      + S8217464: Remove resolved client bugs from the ProblemList.txt
      + S8217778: StringTable cleanup miscalculates amount of dead
      objects
      + S8217835: Remove the experimental SunJSSE FIPS compliant mode
      + S8217874: Shenandoah: Clobbered register in
      ShenandoahBarrierSetAssembler::cmpxchg_oop()
      + S8217990: C2 UseOptoBiasInlining: load of markword optimized
      to 0 if running with -XX:-EliminateLocks
      + S8218004: Clean up terminology for shared methods within the
      JVM for indy and condy support
      + S8218136: minor hotspot adjustments for xlclang++ from xlc16
      on AIX
      + S8218169: [AOT] Segmentation fault when running java with
      AOTed Graal in -Xcomp mode on windows
      + S8218411: JDK 12 L10n resource file update msg drop 20
      + S8218413: make reconfigure ignores configure-time AUTOCONF
      environment variable
      + S8218431: Improved platform checking in makefiles
      + S8218461: test/jdk/java/lang/invoke/VarHandles should be
      generated rather than manually edited
      + S8218546: Unable to connect to https://google.com using
      java.net.HttpClient
      + S8218553: Enhance keystore load debug output
      + S8218554: HttpServer: allow custom handlers to request that
      the connection be closed after the exchange.
      + S8218558: NMT stack traces in output should show mt component
      for virtual memory allocations
      + S8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and
      cleanup HOTSPOT_BUILD_COMPILER settings
      + S8218565: HandleMark cleanup
      + S8218580: endpoint identification algorithm should be
      case-insensitive
      + S8218581: Incorrect exception message generation
      + S8218593: Symbol leak in prepend_host_package_name
      + S8218601: [AOT] Crash in
      AOTCodeHeap::mark_evol_dependent_methods
      + S8218625: Remove dead code in relocInfo
      + S8218630: CreateSymbols includes class and module headers
      unnecessarily.
      + S8218662: Allow 204 responses with Content-Length:0
      + S8218675: Reduce verification overhead in ClassFileParser
      + S8218680: G1 crashes during calculation of old collection set
      candidates
      + S8218692: Switch to JCov build which supports byte code
      version 57
      + S8218695: problem list tests failing with Graal
      + S8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report
      debuggee errors
      + S8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on
      Linux
      + S8218715: [TESTBUG]
      TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock
      WhiteBoxAPI
      + S8218736: Build warning in lib/JvmFlags.gmk: extraneous text
      after 'ifeq' directive
      + S8218738: Remove dead code in Symbol and friends
      + S8218754: JDK-8068225 regression in JDIBreakpointTest
      + S8218755: Refix Symbol leak in prepend_host_package_name
      + S8218807: Compilation database (compile_commands.json) may
      contain obsolete items
      + S8218882: NET_Writev is declared, NET_WriteV is defined
      + S8218888: keytool -genkeypair should not have the -destalias
      option
* Thu Feb 07 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+7
    * Fixes:
      + S6986483: CHA: optimize calls through interfaces
      + S8059241: C2: Excessive RemoveUseless passes during
      incremental inlining
      + S8075052: Autobox elimination hinders loop unrolling
      + S8139551: Scalability problem with redefinition - multiple
      code cache walks
      + S8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle
      cross-compilation
      + S8178798: Two compiler/aot/verification/vmflags tests fail by
      timeout with UseAVX=3
      + S8180901: Transformer.reset() resets the state only once
      + S8186321: Cleanup: SourceTreeManager not used
      + S8188133: C2: Static field accesses in clinit can trigger
      deoptimizations
      + S8195716: BootstrapLoggerTest : Executor still alive
      + S8204564: Need better error output when GenerateLinkOptData
      fails
      + S8206132: DOM parser does not honor
      DocumentBuilderFactory.setExpandEntityReferences(false)
      + S8209951: Problematic sparc intrinsic:
      com.sun.crypto.provider.CipherBlockChaining
      + S8210832: Remove sneaky locking in class Monitor
      + S8212949: Remove ConstantPoolCache::is_constantPoolCache
      + S8213753: SymbolTable is double walked during class unloading
      and clean up table timing in do_unloading
      + S8214935: Upgrade IANA LSR data
      + S8214975: No hs-err file if fatal error is raised during
      dynamic initialization
      + S8215483: Off heap memory accesses should be vectorized
      + S8215505: Cleanup jvm.cpp obsolete code after JDK-8210094:
      Better loading of classloader classes
      + S8215550: Debugger does not work after reattach
      + S8215568: Refactor SA clhsdb tests to use ClhsdbLauncher
      + S8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java
      failing
      + S8216072: Remove TaskTerminator's assignment operator
      + S8216528: test/jdk/java/rmi/transport/
      /runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java
      failing with Xcomp
      + S8216541: CompiledICHolders of VM locked unloaded nmethods
      are released too late
      + S8216546: Support new Japanese era in java.lang.Character for
      Java SE 11
      + S8217093: Support extended-length paths in parse_manifest.c
      on windows
      + S8217371: Incorrect LP64 guard in x86.ad after JDK-8210764
      (Update avx512 implementation)
      + S8217393: Clarify Attributes.equals()
      + S8217432: MetaspaceGC::_capacity_until_GC exceeds
      MaxMetaspaceSize
      + S8217473: SA: Tests using ClhsdbLauncher fail on SAP docker
      containers
      + S8217474: Remove WhiteBox.getConcurrentGCPhases()
      + S8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after
      8211883
      + S8217597: [TESTBUG] old version docker does not support --cpus
      + S8217659: monitor_logging updates from Async Monitor
      Deflation project
      + S8217843: Performance regression related to
      os::supports_monotonic_clock() on linux
      + S8217845: SA should refer const values for JVMFlag from
      HotSpot
      + S8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/
      /resexhausted003/TestDescription.java fails
      + S8217879: hs_err should print more instructions in hex dump
      + S8217892: Clarify the support for the new Japanese era in
      java.time.chrono.JapaneseEra
      + S8217896: Make better use of LCPUs when building on AIX
      + S8217918: C2: -XX:+AggressiveUnboxing is broken
      + S8217919: C2: Enable -XX:+AggressiveUnboxing by default
      + S8217969: Base64.Decoder.decode methods do not need to throw
      OOME due to integer overflow
      + S8218020: Fix version number in mesa.md 3rd party legal file
      + S8218025: disable pop_frame and force_early_return caps for
      Graal
      + S8218029: [TESTBUG] Use -Djava.class.path= to specify empty
    - cp in CDS tests
      + S8218041: Assorted wrong/missing includes
      + S8218046: use bundled freetype in the AIX build by default
      + S8218079: cleanup hotspot ProblemList files
      + S8218133: sun/net/www/protocol/http/ProtocolRedirect.java
      failed with "java.net.ConnectException"
      + S8218134: Modify the jQuery.md file to reflect the exact
      jQuery license content
      + S8218140: Build failures after JDK-8218041 (Assorted
      wrong/missing includes)
      + S8218145: block_if_requested is not proper inlined due to size
      + S8218151: Simplify JavaThread::thread_state definition
      + S8218156: "jcmd VM.metaspace basic" misreports free chunk
      space
      + S8218162: problem list j/u/s/t/o/o/t/java/util/stream/
      /StreamLinkTest.java on solaris w/ Xcomp
      + S8218163: C2: Continuous deoptimization w/
      Reason_speculate_class_check and Action_none
      + S8218164: Improve local control of compiler warnings
      + S8218168: clean up hotspot ProblemList
      + S8218177: Bump jib format_version to support new devkit
      archive layout
      + S8218178: vmTestbase/vm/mlvm/mixed/stress/regression/
      /b6969574/INDIFY_Test.java fails with -Xcomp
      + S8218185: aarch64: missing LoadStore barrier in
      TemplateTable::putfield_or_static
      + S8218186: Clean up CLDR generation in build
      + S8218197: [failurehandler] parent processes shouldn't be
      killed till their children are handle
      + S8218198: Revert devkit change in JDK-8217910 for linux-x64
      + S8218202: gc/stress/TestStressG1Humongous.java to
      ProblemList-graal.txt
      + S8218227: StringBuilder/StringBuffer constructor throws
      confusing NegativeArraySizeException
      + S8218265: java/util/Base64/TestEncodingDecodingLength.java
      failing
      + S8218276: AIX build fails in tieredThresholdPolicy.cpp
      + S8218386: Correct the SE version in j.l.Character
      + S8218406: C1: Redundant nmethod dependency for private method
      is added
      + S8218419: Can't get annotations that are present on packages
      in -Xbootclasspath/a
      + S8218460: Test generation scripts do not invoke stream
      preprocessor correctly
      + S8218544: Fix build on windows: missing include
      + S8218550: Add test omitted from JDK-8212043
      + S8218566: NMT: missing memory tag for assert poison page
      + S8218579: add hotspot/jtreg/runtime/CompressedOops/
      /UseCompressedOops.java to ProblemList.txt
* Thu Jan 31 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+6
    * Fixes:
      + S8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574
      fails and perf regression
      + S8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and
      compiler/ciReplay/TestVM_no_comp_level.sh fail when no
      compilations are happening
      + S8158646: [jittester] generated tests may not compile by javac
      + S8163127: Debugger classExclusionFilter does not work
      correctly with method references
      + S8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java
      fails with -XX:-EliminateAllocations
      + S8191998: C2: inlining through MH linkers drops speculative
      part of argument types
      + S8192001: C2: inlining through dispatching MH linkers ignores
      speculative type of the receiver
      + S8193367: Annotated type variable bounds crash javac
      + S8194860: Cleanup Semaphore timed-wait time calculations
      + S8207922: ctw of jdk.security.auth failed with "Unexpected
      zero exit codebefore finishing all compilations"
      + S8210130: java/net/httpclient/UnknownBodyLengthTest.java
      failed
      + S8210469: Missing doPriviledged block and permission for
      jdk.zipfs module
      + S8210583: Base64.Encoder incorrectly throws
      NegativeArraySizeException
      + S8212824: Remove unnecessary spaces before/after comparison
      in vmTestbase
      + S8213229: Investigate treating StringTable as weak in young
      collections
      + S8213231: ThreadSnapshot::_threadObj can become stale
      + S8213825: assert(false) failed: Non-balanced monitor
      enter/exit! Likely JNI locking
      + S8214533: IBM-29626C is required for AIX default charset
      + S8214799: Add package declaration to each JTREG test case in
      the gc folder
      + S8214821: Remove ConcurrentHashTable::get_copy
      + S8215047: Task terminators do not complete termination in
      consistent state
      + S8215577: Remove javadoc support for HTML 4
      + S8215921: There is no change when select different Foreground
      and Background by mouse.
      + S8216136: Take Compile_lock for
      SystemDictionary::_modification_counter with safepoint check
      + S8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java
      crashed with AOT enabled
      + S8216258: Make FreeIdSet semaphore-based
      + S8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/
      /TestDescription.java fails
      + S8216408: XMLStreamWriter setDefaultNamespace(null) throws
      NullPointerException
      + S8216493: VirtualSpaceNodeTest
      .half_vsn_is_committed_humongous_chunk_is_used_test_vm
      crashes on local machine
      + S8216562: UnknownBodyLength sometimes fails due to
      "Connection reset by peer"
      + S8216970: condy causes JVM crash
      + S8216986: Remove unused code from SocksSocketImpl
      + S8216987: ciMethodData::load_data() unpacks MDOs with
      non-atomic copy
      + S8217016: Shenandoah: Streamline generation of CAS barriers
      + S8217264: HttpClient: Blocking operations in mapper function
      do not work as documented
      + S8217309: ZGC: Fix ZNMethodTable corruption
      + S8217345: [TESTBUG] JFR TestShutdownEvent fails due to
      improper use of Unsafe
      + S8217353: java/util/logging/LogManager/Configuration/
      /updateConfiguration/HandlersOnComplexResetUpdate.java fails
      with Unexpected reference: java.lang.ref.WeakReference
      + S8217366: ZoneStrings are not populated for all the Locales
      + S8217368: AArch64: C2 recursive stack locking optimisation
      not triggered
      + S8217429: WebSocket over authenticating proxy fails to send
      Upgrade headers
      + S8217459: [PPC64] Cleanup non-vector version of CRC32
      + S8217465: [REDO] - Optimize CodeHeap Analytics
      + S8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some
      platforms - OOME Metaspace
      + S8217518: Crypto benchmarks not warming up in time
      + S8217520: Remove vm.opt.MaxGCPauseMillis == "null" from
      TestOldGenCollectionUsage.java
      + S8217578: Shenandoah cleanup unused timings after concurrent
      string table change
      + S8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after
      8211883
      + S8217580: Remove tests from problemList as bugs has been
      closed
      + S8217609: New era placeholder not recognized by
      java.text.SimpleDateFormat
      + S8217612: (CL)HSDB cannot show some JVM flags
      + S8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
      + S8217618: JVM TI SuspendThread doesn't suspend the current
      thread before returning
      + S8217626: Add setup/teardown functionality to RunTest
      + S8217627: HttpClient: The API documentation of
      BodySubscribers::mapping promotes bad behavior
      + S8217628: Verbose ArrayIndexOutOfBoundsException message also
      in JNI calls.
      + S8217634: RunTest documentation and usability update
      + S8217638: Remove old way of running tests (test/Makefile)
      + S8217657: Move the test for default value of
      jdk.includeInExceptions into own test
      + S8217658: baseline_cleanups from Async Monitor Deflation
      project
      + S8217660: Refactor module related
      locked_create_entry_or_null() functions
      + S8217666: gc/nvdimm/* should not be included any tiers
      + S8217678: [AOT] jck Math/IncrementExact and
      Math/DecrementExact tests fail when test classes are AOTed
      + S8217699: add java/util/concurrent/CountDownLatch/Basic.java
      to ProblemList-Xcomp
      + S8217716: Remove dead code in PhaseChaitin
      + S8217717: ZGC: Broken oop map in C1 load barrier stub
      + S8217730: Split up MakeBase.gmk
      + S8217733: Minor RunTest fixes
      + S8217740: SocksIPv6Test compilation error
      + S8217744: [TESTBUG] JFR TestShutdownEvent fails on some
      systems due to process surviving SIGINT
      + S8217745: ZGC: Simplify ZLoadBarrierStubC1
      + S8217746: Remove java/nio/file/WatchService/LotsOfCancels.java
      from JDK problem list
      + S8217747: ZGC: Minor optimization of ZLoadBarrierStubC1
      + S8217748: [TESTBUG] Exclude TestSig test case from JFR
      TestShutdownEvent
      + S8217760: C2: Missing symbolic info on a call from intrinsics
      when invoked through MethodHandle
      + S8217761: Enhance run-test-prebuilt jib profile to support
      running tests with JCov
      + S8217770: problem list
      org.graalvm.compiler.debug.test.DebugContextTest
      + S8217773: Test langtools/jdk/javadoc/doclet/testLinkOption/
      /TestRedirectLinks.java fails after JDK-8217034
      + S8217777: TEST_BUG: jdk/java/util/prefs/ExportSubtree.java
      passes even when test should fail
      + S8217782: Spill detection broken after JDK-8217716
      + S8217785: Padding
      ParallelTaskTerminator::_offered_termination variable
      + S8217786: Provide virtualization related info in the hs_error
      file on linux s390x
      + S8217794: Missing termination check results violation of
      termination invariant
      + S8217795: Typo in SSLSocket
      + S8217797: ProblemList LongMulOverflowTest.java
      + S8217801: ProblemList INDIFY_Test.java
      + S8217820: Useless cast in ECUtil.java
      + S8217828: Un-ProblemList LongMulOverflowTest.java
      + S8217841: Remove unused class TraceCPUTime
      + S8217850: CompressedClassSpaceSizeInJmapHeap fails after
      JDK-8217612
      + S8217852: problem-list ctw of jdk.jconsole and java.desktop
      on windows
      + S8217854: [TESTBUG] runtime/CompressedOops/
      /UseCompressedOops.java fails with Shenandoah
      + S8217855: ZGC: Clean up ZReferenceProcessor
      + S8217856: ZGC: Break out C2 matching rules into separate AD
      file
      + S8217857: ZGC: Move SvcGCMarker to ZServiceabilityTracer
      + S8217858: ZGC: Clean up ZDriver
      + S8217869: Add count_leading_zeros utility
      + S8217877: Dead code in jdk.jlink's TaskHelper
      + S8217880: AIX build issue after JDK-8214533
      + S8217882: java/net/httpclient/MaxStreams.java failed once
      + S8217903: java/net/httpclient/Response204.java fails with 404
      + S8217910: Slow linking with devkit on Linux
      + S8217916: Build compare script is not comparing jmods
      + S8217921: Runtime dead code removal
      + S8217922: Compiler dead code removal
      + S8217976: test/jdk/java/net/httpclient/websocket/
      /WebSocketProxyTest.java fails intermittently
      + S8217979: lib-freetype related configure messages contain
      wrong configure flag names
      + S8217994: os::print_hex_dump should be more resilient against
      unreadable memory
      + S8218022: Repeated words typos in java.base
      + S8218031: Zero broken after JDK-8217922 (Compiler dead code
      removal)
      + S8218057: Add ppc64le and s390x profiles to jib-profiles.js
      + S8218060: JDK-8217786 breaks build due to remaining unused
      function
      + S8218063: JDK-8218060 breaks build for S390
      + S8218084: Revert JDK-8218057
* Tue Jan 29 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+5
    * Fixes:
      + S8158066: SourceDebugExtensionTest fails to rename file
      + S8181313: SA: Remove libthread_db dependency on Linux
      + S8202952: C2: Unexpected dead nodes after matching
      + S8203687: javax/net/ssl/compatibility/Compatibility.java
      supports TLS 1.3
      + S8207404: MulticastSocket tests failing on AIX
      + S8211919: ZipDirectoryStream should provide a stream of paths
      that are relative to the directory
      + S8212826: Make PtrQueue free list lock-free
      + S8213234: Move LambdaForm.Hidden to jdk.internal.vm.annotation
      + S8213695: gc/TestAllocateHeapAtMultiple.java is slow in some
      configs
      + S8213827: NUMA heap allocation does not respect process
      membind/interleave settings
      + S8213917: [TESTBUG] Shutdown JFR event is not covered by test
      + S8213932: [TESTBUG] assertEquals is invoked with the
      arguments in the wrong order
      + S8214235: arm32: assertion in collectedHeap.cpp: attempt to
      clean empty remainder
      + S8214345: infinite recursion while checking super class
      + S8215280: Double click on titlebar not working for Frame with
      extended state set to MAXIMIZED_BOTH
      + S8215375: [Graal] jck:vm/jvmti/Exception/excp001/excp00101
      fails in Graal as JIT mode and -Xcomp mode
      + S8215467: Files.isHidden should return true for hidden
      directories on Windows
      + S8215694: keytool cannot generate RSASSA-PSS certificates
      + S8215699: -Xlog::file cannot be used with named pipe
      + S8215748: Application fails when executed with Graal
      + S8215757: C2: PhaseIdealLoop::create_new_if_for_predicate()
      computes wrong IDOM
      + S8215776: Keytool importkeystore may mix up certificate chain
      entries when DNs conflict
      + S8215937: Check usages of security-related Resources files
      + S8215952: Update NetBeans project file
      + S8215976: Fix gmtime_r declaration conflicts in zip.cpp with
      linux header files
      + S8216045: The size of key_exchange may be wrong on FFDHE
      + S8216060: [PPC64] Vector CRC implementation should be used by
      interpreter and be faster for short arrays
      + S8216280: Allow later Symantec Policy distrust date for two
      Apple SubCAs
      + S8216314: SIGILL in CodeHeapState::print_names()
      + S8216350: AArch64: monitor unlock fast path not called
      + S8216490: Spammy periodic GC log message contains random time
      stamp with periodic gc disabled
      + S8216532: tools/launcher/Test7029048.java fails (Solaris)
      + S8216561: HttpClient: The logic of retry on connect exception
      is inverted
      + S8216578: Remove unused/obsolete method in JFR code
      + S8216965: crash in freetypeScaler.c CopyBW2Grey8
      + S8216969: ParseException thrown for certain months with
      russian locale
      + S8217014: Epsilon should not ignore Metadata GC causes
      + S8217034: JavadocTester should check for missing files by
      default
      + S8217042: Shenandoah: write barrier on backedge of strip
      mined loop causes c2 crash at expansion time
      + S8217043: Shenandoah: SIGSEGV in Type::meet_helper() at
      barrier expansion time
      + S8217203: Some more includes to .inline.hpp files in gc
      header files
      + S8217213: shenandoahTaskQueue.hpp includes .inline.hpp file
      + S8217230: assert(t == t_no_spec) failure in
      NodeHash::check_no_speculative_types()
      + S8217233: Update build settings for AIX/xlc
      + S8217237: HttpClient does not deal well with multi-valued
      WWW-Authenticate challenge headers
      + S8217250: Optimize CodeHeap Analytics
      + S8217257: ZGC: Minor cleanup of ZBarrierSetC2
      + S8217258: ZGC: Minor cleanup of ZBarrierSetAssembler
      + S8217266: Remove dead LIR_List::compare_to and
      LIR_Code::lir_compare_to
      + S8217291: Failure of ::realloc() should be handled correctly
      in adlc/forms.cpp
      + S8217311: Improve Exception thrown when
      MulticastSocket.setInterface fails on AIX(Unix)
      + S8217315: Proper units should print more significant digits
      + S8217318: Unneeded handleization in
      InstanceKlass::restore_unshareable_info
      + S8217319: Cleanup Shenandoah includes
      + S8217321: [TESTBUG] utilities/test_globalDefinitions.cpp
      should use _LP64, not LP64
      + S8217325: Enable inlining of java_lang_Class::oop_size_raw
      + S8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails
      with Unexpected thread info line
      + S8217339: ClassCircularityError loading NumberFormatProvider
      + S8217340: Compilation failed: tools/launcher/Test7029048.java
      + S8217342: Build failed with excluding JFR
      + S8217343: Shenandoah control thread should be able to run at
      critical priority
      + S8217344: Make comparison overflow-aware in
      ECDHKeyAgreement.engineGenerateSecret()
      + S8217349: Problem list java/lang/invoke/LFCaching/
      /LFMultiThreadCachingTest.java
      + S8217357: Implement JCov jib profiles
      + S8217358: Optimized build is broken by Shenandoah changes
      + S8217359: C2 compiler triggers SIGSEGV after transformation
      in ConvI2LNode::Ideal
      + S8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo
      + S8217378: UseCriticalCMSThreadPriority is broken
      + S8217387: Remove dead develop flag CIFireOOMAt
      + S8217388: Remove develop flag ProfilerPCTickThreshold
      + S8217391: [TESTBUG] problem list JFR TestShutdownEvent
      + S8217394: Remove org.graalvm.compiler.debug.test.TimerKeyTest
      from problem list
      + S8217395: Update langtools shell tests to use ${EXE_SUFFIX}
      + S8217399: Backout 8217358
      + S8217400: Optimized build is broken by Shenandoah changes
      + S8217404: --with-jvm-features doesn't work when multiple
      features are explicitly disabled
      + S8217407: StackValue::print_on() crashes on NULL handle
      + S8217419: Shenandoah fails to build after JDK-8212826 (Make
      PtrQueue free list lock-free)
      + S8217423: Windows gtest build fails after JDK-8212826 (Make
      PtrQueue free list lock-free)
      + S8217424: Remove the idempotent parameter to
      Method::sort_methods
      + S8217427: (dc) nio/channels/DatagramChannel/
      /UseDGWithIPv6.java fails without IPv6
      + S8217438: Adapt tools/launcher/Test7029048.java for Aix.
      + S8217442: Optimize native accesses to String.value
      + S8217445: [JVMCI] incorrect management of JVMCI compilation
      failure reason string
      + S8217447: Develop flag TraceICs is broken
      + S8217448: Check for pandoc availability using ENABLE_PANDOC
      and not PANDOC
      + S8217450: Add PackageEntry::locked_lookup_only
      + S8217451: ExtendedSocketOptions should encapsulate support
      for SO_FLOW_SLA
      + S8217461: (ch) Add Net.available to return the number of
      bytes in the socket input buffer
      + S8217466: [BACKOUT] Optimize CodeHeap Analytics
      + S8217467: Access barriers are missing in C2 intrinsic for
      Base64
      + S8217500: (sc) Move SocketChannelImpl's remaining native
      methods to Net
      + S8217503: ZGC: Fix fall through bug in
      ZBarrierSetC2::escape_add_final_edges()
      + S8217512: Message of LinkageError: use 'class' etc. instead
      of 'type'
      + S8217519: Improve RegMask population count calculation
      + S8217522: Missing barriers in some java_lang_String assertion
      code after JDK-8217442
      + S8217629: RegMask::find_lowest_bit can reuse
      count_trailing_zeros utility
      + S8217639: Minimal and Zero builds fail after JDK-8217519
      (Improve RegMask population count calculation)
* Tue Jan 29 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-13+4 (Oracle January 2019 CPU)
    * Security fixes:
      + S8206290, CVE-2019-2422, bsc#1122293: Better FileChannel
      transfer performance
      + S8209094, CVE-2019-2426: Improve web server connections
      + S8210866, CVE-2018-11212, bsc#1122299: Improve JPEG
      processing
    * Security-In-Depth fixes:
      + S8199156: Better route routing
      + S8199166: Better interface lists
      + S8199552: Update to build scripts
      + S8200659: Improve BigDecimal support
      + S8203955: Improve robot support
      + S8204895: Better icon support
      + S8205709: Proper allocation handling
      + S8205714: Initial class initialization
      + S8206295: More reliable p11 transactions
      + S8206301: Improve NIO stability
      + S8210094: Better loading of classloader classes
      + S8210598: Strengthen Windows Access Bridge Support
      + S8210606: Improved data set handling
      + S8210610: Improved LSA authentication
      + S8210870: Libsunmscapi improved interactions
    * Fixes:
      + S6913047: Long term memory leak when using PKCS11 and JCE
      exceeds 32 bit process address space
      + S8007606: Handle realloc() failure in
      unix/native/libnet/net_util_md.c correctly
      + S8080569: java/lang/ProcessBuilder/DestroyTest.java fails
      with "Process terminated prematurely"
      + S8196568: [Graal] LongMulOverflowTest.java fails with
      "runTestOverflow() did not overflow"
      + S8198526: getAnnotatedOwnerType does not handle static nested
      classes correctly
      + S8199892: Missing landmarks when generating docs using html
      sources
      + S8202626: javadoc generates broken links to <Unnamed>
      + S8202675: Replace process-wide terminology in serial
      filtering to be consistent
      + S8203654: Improve cypher state updates
      + S8203688: [testbug] Nashorn test test/nashorn/script/
      /nosecurity/treeapi/diagnostic.js fails
      + S8205360: Choose printer defaults
      + S8207964: [TESTBUG] Change stressTime to default to 30 for
      nsk tests
      + S8208371: Provided supported mechanims to create a
      ModuleElement for an unnamed module
      + S8210392: assert(Compile::current()->live_nodes() <
      Compile::current()->max_node_limit()) failed: Live Node limit
      exceeded limit
      + S8210561: Command-line help wrong for javac --module
      + S8210624: Clean up better loading tests
      + S8211841: [testbug] sun/nio/cs/OLD/TestIBMDB.java does not
      compile (aix)
      + S8212233: javadoc fails on jdk12 with "The code being
      documented uses modules but the packages defined in $URL are
      in the unnamed module."
      + S8213249: compiler/graalunit/HotspotTest.java failed in
      ExplicitExceptionTest
      + S8213299: runtime/appcds/jigsaw/classpathtests/
      /EmptyClassInBootClassPath.java failed with
      java.lang.NoSuchMethodException
      + S8213397: Stack dump should show more clearly when a thread
      is blocked on a class initialization monitor
      + S8214271: Fast primitive to wake many threads
      + S8214418: half-closed SSLEngine status may cause application
      dead loop
      + S8214440: ldap over a TLS connection negotiate failed with
      "javax.net.ssl.SSLPeerUnverifiedException: hostname of the
      server '' does not match the hostname in the server's
      certificate"
      + S8214816: os::read() should not transition to _thread_blocked
      with safepoint check on Solaris
      + S8214827: Incorrect call
      ClassLoaders.toFileURL("jrt:/java.compiler")
      + S8215114: Fix indent and dead code in GCPolicyCounters
      + S8215155: Remove get_insert() from concurrent hashtable and
      gtests
      + S8215244: jdk/jshell/ToolBasicTest.java testHistoryReference
      failed
      + S8215299: Remove G1CMTask::should_exit_termination()'s
      undesirable side-effect
      + S8215313: [AOT] java/lang/String/Split.java fails with AOTed
      java.base
      + S8215482: check for cycles in type variables can provoke NPE
      + S8215493: String::indent inconsistency with blank lines
      + S8215544: SA: Modify ClhsdbLauncher to add sudo privileges to
      enable MacOS tests on Mach5
      + S8215549: Shenandoah deduplication cleans up table/queue twice
      + S8215648: remove equals and hashCode implementations from
      j.l.i.VarHandle
      + S8215724: Epsilon: ArrayStoreExceptionTest.java fails;
      missing arraycopy check
      + S8215729: Enhance makefiles to allow collecting code coverage
      with JCov
      + S8215754: ZGC: nmethod is not unlinked from Method before
      rendezvous handshake
      + S8215889: assert(!_unloading) failed: This oop is not
      available to unloading class loader data with ZGC
      + S8215922: jar spec is not precise when describing jar file
      re-signing
      + S8216050: Superword optimization fails with assert(0 <= i &&
      i < _len) failed: illegal index
      + S8216135: C2 assert(!had_error) failed: bad dominance
      + S8216140: Correct UnicodeDecoder U+FFFE handling
      + S8216151: [Graal] Module jdk.internal.vm.compiler.management
      has not been granted accessClassInPackage.org.graalvm.compiler.debug
      + S8216167: Update include guards to reflect correct directories
      + S8216172: File.renameTo(File dest) should check for NPE at
      the very beginning
      + S8216184: CDS/appCDS tests failed on Windows due to long path
      to a classlist file
      + S8216265: [testbug] Introduce
      Platform.sharedLibraryPathVariableName() and adapt all tests.
      + S8216278: Fix devkit and basic Jib support on WSL
      + S8216308: StackTraceElement::fill_in can use injected Class
      source-file
      + S8216316: Tests fail due to too low specified TLAB size
      + S8216319: Refactor JavadocTester to allow more on-by-default
      checkers; add A11YChecker
      + S8216355: missing NULL checks in libnet in interface
      iteration and potential resource leak in getMacAddress
      + S8216362: Better error message handling when there is an
      invalid Manifest
      + S8216376: [PPC64] Possibly unreliable stack frame resizing in
      template interpreter
      + S8216401: Allow "file:" URLs in Class-Path of local JARs
      + S8216404: Elements.getPackageOf should handle modules
      + S8216424: Remove TimeLivenessAnalysis
      + S8216426: Usage of array placement new may lead to memory
      corruption
      + S8216427: ciMethodData::load_extra_data() does not always
      unpack the last entry
      + S8216428: Remove IgnoreLibthreadGPFault
      + S8216478: Cleanup HttpResponseImpl back reference to
      HttpConnection
      + S8216480: Typo in
      test/hotspot/jtreg/compiler/graalunit/README.md
      + S8216482: Shenandoah: typo in
      ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes
      failed compilations
      + S8216486: Possibility of integer overflow in
      JfrThreadSampler::run()
      + S8216489: Issues with ModulePackages attribute generation on
      incremental build
      + S8216498: Confusing and unneeded wrapping of
      SSLHandshakeException
      + S8216529: in case of a crash, javac should print out the
      parameters passed to it
      + S8216549: Mismatched unsafe access to non escaping object
      fails
      + S8216556: Unnecessary liveness computation with JVMTI
      + S8216559: [JFR] Native libraries not correctly parsed from
      /proc/self/maps
      + S8216560: gtest build broken on PPC64 and aarch64
      + S8216563: [TESTBUG] Change stressTime to default to 30 for
      nsk tests (part 2)
      + S8216589: s390x build failures after JDK-8216167 (Update
      include guards to reflect correct directories)
      + S8216595: Fix broken builds after JDK-8216424
      + S8216973: Kick up cleanup phases in the right places
      + S8216974: HttpConnection not returned to the pool after 204
      response
      + S8216982: Assertion poison page established too early
      + S8216995: Clean up JFR command line processing
      + S8217000: Refactor Class::methodToString
      + S8217017: [TESTBUG] Tests fail to compile after JDK-8216265
      + S8217044: [aix] Launcher still adds old path to jli library
      to LIBPATH
      + S8217088: Disable JDK-6913047 fix (SunPKCS11 memory leak)
      after JDK-8216597 (SIGBUS error in getNativeKeyInfo)
      + S8217094: HttpClient SSL race if a socket IOException is
      raised before ALPN is available
      + S8217214: Recent new javadoc test needs to be updated
* Fri Jan 11 2019 Fridrich Strba <fstrba@suse.com>
  - Rename package to java-13-openjdk and switch to the jdk-13+X tags
  - Upgrade to upstream tag jdk-13+3
    * Fixes:
      + S6714324: Removing a component from a JTabbedPane does not
      clear its accessibleParent
      + S6996807: FieldReflectorKey hash code computation can be
      improved
      + S8076988: reevaluate trivial method policy
      + S8179943: Typo in javax.net.ssl.SSLSession.removeValue(String)
      method documentation
      + S8182992: Typo in DatagramPacket constructor API doc
      + S8196347: LogCompilation: generate log file on the fly for
      input to junits
      + S8196681: Java Access Bridge logging and debug flags
      dynamically controlled
      + S8208184: IllegalArgumentException while invoking code
      completion on netbeans IDE
      + S8209414: AArch64: method handle invocation does not respect
      JVMTI interp_only mode
      + S8210669: Some launcher tests assume a pre-JDK 9 run-time
      image layout
      + S8210788: Javadoc for Thread.join(long, int) should specify
      that it waits forever when both arguments are zero
      + S8211267: StackOverflowError happened by
      TextField.setFont(...)
      + S8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/
      /TestDescription.java debug agent times out
      + S8213457: serviceability/sa/ClhsdbInspect.java time out
      + S8214122: JDWP is broken on 32 bit Windows: transport library
      missing onLoad entry
      + S8214442: Improve stack walk API by adding handle marks
      + S8214461: Some unused classes may be removed
      + S8214738: javadoc should honor styles in doc-files
      + S8214862: assert(proj != __null) at compile.cpp:3251
      + S8215044: C2 crash in loopTransform.cpp with
      assert(cl->trip_count() > 0) failed: peeling a fully unrolled
      loop
      + S8215112: String::transform spec clarification
      + S8215123: Crash in runtime image built with jlink --compress=2
      + S8215200: IllegalArgumentException in
      sun.lwawt.macosx.CPlatformWindow
      + S8215265: C2: range check elimination may allow illegal out
      of bound access
      + S8215308: pandoc-html-manpage-filter.js does not work for
      [un]pack200
      + S8215330: javax.xml.catalog.CatalogResolverImpl:
      GroupEntry.matchURI fails to match
      + S8215398: -Xlog option usage => Invalid decorator
      '\temp\app_cds.log'.
      + S8215400: Warn on usage of trampolines with gcc
      + S8215412: Optimize PrintStream.println methods
      + S8215438: jshell tool: Ctrl-D causes EOF
      + S8215489: Remove String::align
      + S8215495: Set isCopy to JNI_FALSE if len == 0
      + S8215510: j.l.c.ClassDesc is accepting descriptors not
      allowed by the spec
      + S8215572: Add new Arrays micros
      + S8215575: C2 crash: assert(get_instanceKlass()->is_loaded())
      failed: must be at least loaded
      + S8215583: Exclude
      runtime/handshake/HandshakeWalkSuspendExitTest.java
      + S8215643: Microbenchmarks for KeyAgreement and Cipher
      + S8215644: Clean up globalDefinitions_<compiler>.hpp
      + S8215681: Remove compiler support for Raw String Literals
      from JDK 12
      + S8215708: ZGC: Add missing LoadBarrierNode::size_of()
      + S8215724: Epsilon: ArrayStoreExceptionTest.java fails;
      missing arraycopy check
      + S8215731: Move forward class definitions out of
      globalDefinitions.hpp
      + S8215755: ZGC: split_barrier_thru_phi: check number of inputs
      of phi
      + S8215756: Memory leaks in the AWT on macOS
      + S8215771: The jfr tool should pretty print reference chains
      + S8215773: applications/kitchensink/Kitchensink.java crash
      with "assert(ZAddress::is_marked(addr)) failed: Should be
      marked"
      + S8215791: Tiny bug in VM monitoring/management
      + S8215798: Use {@systemProperty} for definition of
      org.openjdk.java.util.stream.tripwire property
      + S8215888: Register to register spill may use AVX 512 move
      instruction on unsupported platform.
      + S8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails
      intermittently
      + S8215909: Typo in Swing ProcessMouseEvent method documentation
      + S8215910: Typo in AWT InvocationEvent Method Documentation.
      + S8215911: Various Typos in SQL Method Documentation
      + S8215912: Various Typos in java.net Method Documentation
      + S8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java
      failed on de_DE and ja_JP locale.
      + S8215947: JVM crash with -XX:+DumpSharedSpaces
      + S8215951: AArch64: jtreg test
      vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
      + S8215961: jdk/jfr/event/os/TestCPUInformation.java fails on
      AArch64
      + S8215962: Support ThreadPriorityPolicy mode 1 for non-root
      users on linux/bsd
      + S8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX
      platforms.
      + S8215985: ZGC: Simplify reference processing in light of
      JDK-8175797
      + S8215990: Avoid using reflection to create common default
      URLStreamHandlers
      + S8215991: Stop hiding exception from ArtifactResolver
      failures in tests
      + S8215994: JDK 12 l10n resource file update - msg drop 10
      + S8215995: Add specialized toArray methods to immutable
      collections
      + S8216010: Change callers of build_u2_from() to call
      Bytes::get_Java_u2() instead
      + S8216021: RunTest.gmk might set concurrency level to 1 on
      Windows
      + S8216048: Fix devkit creation in WSL
      + S8216059: nsk_jvmti_parseoptions still has dependency on
      tilde separator
      + S8216067: Unused local vars in
      windows/native/libjava/io_util_md.c
      + S8216134: (process) ProcessBuilder startPipeline does not
      hide piped streams
      + S8216154: C4819 warnings at HotSpot sources on Windows
      + S8216155: C4819 warning at libfreetype sources on Windows
      + S8216157: Enable inlining of java_lang_Class::is_primitive
      + S8216176: Clarify the singleton description in
      j.t.c.JapaneseEra class
      + S8216188: Remove expired flags in JDK 13
      + S8216189: Remove Klass::compute_is_subtype_of
      + S8216191: Remove FastSuperclassLimit
      + S8216197: Remove unused new_hash methods
      + S8216199: Local variable arg defined but never used in
      BCEscapeAnalyzer::compute_escape_for_intrinsic()
      + S8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is
      incorrect
      + S8216205: Java API documentation formatting error in
      System.getEnv
      + S8216262: Remove develop flag DelayCompilationDuringStartup
      + S8216266: ProblemList PeelingZeroTripCount.java
      + S8216267: Fix hotspot-ide-project target on WSL
      + S8216269: [s390] Debug build broken because CodeBlob has not
      been declared
      + S8216271: Make AllocateOldGenAt an unsupported option on AIX.
      + S8216275: Disable annotation processing lint warnings when
      building microbenchmarks
      + S8216285: Enable inlining of
      CollectedHeap::obj-/array-/class_allocate
      + S8216302: StackTraceElement::fill_in can use cached Class.name
      + S8216322: Missing since information in deprecation of
      constructor visitors
      + S8216335: Minor cleanups to javax.annotation.processing and
      javax.lang.model javadoc
      + S8216359: Remove develop flags TraceCompilationPolicy and
      TimeCompilationPolicy
      + S8216366: Add rationale to PER_CPU_SHARES define
      + S8216372: ZGC: Put C2 load barrier stub routines in separate
      codeblobs
      + S8216375: Revert JDK-8145579 after JDK-8076988 is resolved
      + S8216385: ZGC: Fix building without C2
      + S8216403: Allocate fewer EnumSets in JavacFileManager#list
      + S8216413: Long.parseLong() is specified to throw unless
      string contains parsable {@code int}; should be {@code long}
      + S8216423: Remove FillDelaySlots
      + S8216441: problem list
      org.graalvm.compiler.hotspot.test.ExplicitExceptionTest
* Thu Jan 10 2019 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * loadAssistiveTechnologies.patch
      + Do not crash the whole JVM if assistive technologies crash
* Thu Jan 10 2019 Fridrich Strba <fstrba@suse.com>
  - Do not resolve by default the added JavaEE modules (fixes
    bsc#1120431)
* Wed Jan 09 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-12+26
    * Fixes:
      + S8066619: Fix deprecation warnings in java.util.jar
      + S8198526: getAnnotatedOwnerType does not handle static nested
      classes correctly
      + S8202286: Allocation of old generation of Java heap on
      alternate memory devices
      + S8205505: Expire and remove remaining support for commercial
      features
      + S8206107: [x86_32] jck tests for ldc2_w bytecode fail
      + S8208184: IllegalArgumentException while invoking code
      completion on netbeans IDE
      + S8211343: nsk_jvmti_parseoptions should handle multiple
      suboptions
      + S8211424: Allocation of old generation of java heap on
      alternate memory devices - Parallel GC
      + S8211425: Allocation of old generation of java heap on
      alternate memory devices - G1 GC
      + S8213481: [REDO] Fix incorrect copy constructors in hotspot
      + S8214096: sun.security.util.SignatureUtil passes null
      parameter, so JCE validation fails
      + S8214097: Rework thread initialization and teardown logic
      + S8214180: Need better granularity for sleeping
      + S8214201: Make PtrQueueSet completed buffer list private
      + S8214532: Update RFC 2459 references in javadoc to RFC 5280
      + S8214567: Use {@systemProperty} for definitions of system
      properties
      + S8214569: Use {@systemProperty} for definitions of system
      properties
      + S8214570: Use {@systemProperty} for definitions of system
      properties
      + S8214687: Optimize Collections.nCopies().hashCode() and
      equals()
      + S8215100: AArch64: fix compareTo intrinsic with
      four-character Latin/Unicode
      + S8215202: AArch64: jtreg test
      test/jdk/sun/nio/cs/FindEncoderBugs.java fails
      + S8215291: Broken links when generating from project without
      modules
      + S8215296: do not disable c99 on Solaris
      + S8215322: add @file support to jaotc
      + S8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while
      using Swing-FX interop
      + S8215425: vmTestbase/nsk/jvmti/PopFrame should provide more
      detailed output
      + S8215445: Enable building for Windows in WSL
      + S8215487: ZGC: ZRuntimeWorkers incorrectly identify
      themselves as ZWorkers
      + S8215491: ICStubInterface::finalize finds zombie nmethod with
      ZGC concurrent class unloading
      + S8215492: Rename INTERNAL_EMPTY to something less "internal"
      + S8215500: ICRefillVerifierMark does not set the provided
      verfier as current
      + S8215516: Move JavadocTester to a named package
      + S8215547: ZGC: Fix incorrect match rule for
      loadBarrierWeakSlowRegNoVec
      + S8215548: G1PeriodicGCSystemLoadThreshold needs to be a double
      + S8215551: Missing case label in nmethod::reloc_string_for()
      + S8215555: TieredCompilation C2 threads can excessively block
      handshakes
      + S8215571: jdb does not include jdk.* in the default class
      filter
      + S8215635: Pandoc check in Docs.gmk does not work on Windows
      + S8215687: [Graal] unit test CheckGraalIntrinsics failed after
      8212043
      + S8215707: [macosx] fix pthread_getschedparam and
      pthread_setschedparam calls
      + S8215716: PopFrame() was unexpectedly done
      + S8215727: Restore JFR thread sampler loop to old / previous
      behavior
      + S8215759: [test] java/math/BigInteger/ModPow.java can throw
      an ArithmeticException
      + S8215769: Java cannot probe pkcs12 files exported by Firefox
      + S8215879: AArch64: ReservedStackAccess may leave stack guard
      in inconsistent state
      + S8215897: Build broken on zero after JDK-8211424
      + S8215898: Build broken on 32-bit after JDK-8211425
      + S8215954: [testbug] Remove unnecessary casts in
      test/hotspot/gtest/threadHelper.inline.hpp
      + S8215966: GeneratePropertyPassword.sh uses bash syntax
      + S8215977: hsdis installation documentation update
  - Upgrade to upstream tag jdk-12+25
    * Fixes:
      + S8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in
      nightly
      + S8183912: java.math.BigDecimal.movePointLeft() should return
      this if called with zero argument
      + S8201655: Add thread-enabled support for the Heap Sampling
      + S8207224: Javac compiles source code despite illegal use of
      unchecked conversions
      + S8209333: Socket reset issue for TLS 1.3 socket close
      + S8209414: AArch64: method handle invocation does not respect
      JVMTI interp_only mode
      + S8211698: Crash in C2 compiled code during execution of
      double array heavy processing code
      + S8212043: Add floating-point Math.min/max intrinsics
      + S8213134: AArch64: vector shift failed with MaxVectorSize=8
      + S8213402: [Testbug] java/lang/System/LoggerFinder/internal/
      /PlatformLoggerBridgeTest creates an invalid nest relationship
      + S8213782: NullPointerException in
      sun.security.ssl.OutputRecord.changeWriteCiphers
      + S8214077: test java/io/File/SetLastModified.java fails on
      ARM32
      + S8214329: SwingMark SubMenus 9% regression in 12-b19 on Linux
      client
      + S8214339: SSLSocketImpl erroneously wraps SocketException
      + S8214352: C1: Unnecessary "compilation bailout: block join
      failed" with JVMTI
      + S8214512: ARM32: Jtreg test compiler/c2/Test8062950.java
      fails on ARM
      + S8214583: AccessController.getContext may return wrong value
      after JDK-8212605
      + S8214946: G1: Initialize all class members on construction
      + S8215099: jshell tool: /help representation of ctrl/meta
      characters inconsistent
      + S8215205: javaVFrame much slower than vframeStream
      + S8215228: Use a constant hash table size in order to enable
      compiler optimization
      + S8215292: Back out changes for node- and link- local ipv6
      multicast address
      + S8215319: jck lang/INTF/intf049/intf04901 fails in Graal as
      JIT mode with -Xcomp and AOTed Graal
      + S8215329: Modify ZGC requirement for
      HeapMonitorThreadTest.java
      + S8215353: x86_32 build failures after JDK-8214751 (X86:
      Support for VNNI Instructions)
      + S8215366: Code quality improvements in
      com.sun.tools.javac.code.TypeAnnotations
      + S8215368: Make Check.checkOverride call diagnosticPositionFor
      lazily
      + S8215372: Incorrect nio/file/DirectoryStream/Basic.java tests
      for validating the use of a glob
      + S8215374: 32-bit build failures after JDK-8181143 (Introduce
      diagnostic flag to abort VM on too long VM operations)
      + S8215380: Backout accidental change to String::length
      + S8215395: Allow null oops in Dictionary and JNIHandle
      verification
      + S8215397: jsig.c missing classpath exception
      + S8215410: Regression test for JDK-8214994
      + S8215411: some GetByteArrayElements calls miss corresponding
      Release
      + S8215443: The use of TransportContext.fatal() leads to bad
      coding style
      + S8215449: Several tests failing when jtreg run with
    - vmoption:--illegal-access=deny
      + S8215451: JNI IsSameObject should not keep objects alive
      + S8215472: (zipfs) Cleanups in implementation classes of
      jdk.zipfs and tests
      + S8215625: javax/sql/testng/util/xxxxx.java tests compilation
      failed after JDK-8207224
  - Upgrade to upstream tag jdk-12+24
    * Security fixes:
      + S8208698, CVE-2019-2745, bsc#1141784: Improved ECC
      Implementation
    * Fixes:
      + S6516099: InputStream.skipFully(int k) to skip exactly k bytes
      + S7092821: java.security.Provider.getService() is synchronized
      and became scalability bottleneck
      + S8076190: Customizing the generation of a PKCS12 keystore
      + S8152724: Sum of eden before GC and current survivor capacity
      may be larger than heap size
      + S8159440: Move marking of promoted objects during initial
      mark into the concurrent phase
      + S8165675: Trace event for thread park has incorrect unit for
      timeout
      + S8177552: Compact Number Formatting support
      + S8181143: Introduce diagnostic flag to abort VM on too long
      VM operations
      + S8193312: Rename VM_CGC_Operation to VM_G1Concurrent
      + S8198398: Test javax/swing/JColorChooser/Test6199676.java
      fails in mach5
      + S8199394: Object.hashCode should not mention anything about
      memory addresses
      + S8200613: SA: jstack throws UnmappedAddressException with a
      CDS core file
      + S8202884: SA: Attach/detach might fail on Linux if debugee
      application create/destroy threads during attaching
      + S8204947: Port ShenandoahTaskTerminator to mainline and make
      it default
      + S8205393: Add SourceVersion.RELEASE_13
      + S8205394: Add source 13 and target 13 to javac
      + S8205421: AARCH64: StubCodeMark should be placed after
      alignment
      + S8205516: JFR tool
      + S8205626: Start of release updates for JDK 13
      + S8205645: Bump maximum recognized class file version to 57
      for JDK 13
      + S8207258: Distrust TLS server certificates anchored by
      Symantec Root CAs
      + S8207829: FlightRecorderMXBeanImpl is leaking the first
      classloader which calls it
      + S8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't
      work with 1GB LargePages
      + S8208648: ECC Field Arithmetic Enhancements
      + S8209387: Follow ups to JDK-8195100 Use a low latency
      hashtable for SymbolTable
      + S8210031: implementation for JVM Constants API
      + S8210106: sun/tools/jps/TestJps.java timed out
      + S8210107: vmTestbase/nsk/stress/network tests fail with
      Cannot assign requested address (Bind failed)
      + S8211034: OnStackReplacePercentage option checking has bugs
      + S8211093: Default logging.properties sets log level for
      com.xyz.foo
      + S8211844: [aix] ProcessBuilder: Piping between created
      processes does not work.
      + S8211882: Broken links in serialized-form.html
      + S8212137: Remove JrtFileSystem finalize method
      + S8212232: Wrong metadata for the configuration of the cutoff
      for old object sample events
      + S8212657: Implementation of JDK-8204089 Promptly Return
      Unused Committed Memory from G1
      + S8212703: Remove sun.java2d.fontpath property from java
      launcher code
      + S8212794: IBM-964 is required for AIX default charset
      + S8213009: Refactoring existing SunMSCAPI classes
      + S8213010: Supporting keys created with certmgr.exe
      + S8213049: Invalid HTML5 in javax.swing files
      + S8213127: Refactor test/java/util/ResourceBundle/Control/
      /MissingResourceCauseTest.sh to plain java tests
      + S8213183: InputMethod cannot be used after its restarting
      + S8213224: Move code related to GC threads calculation out of
      AdaptiveSizePolicy
      + S8213409: Refactor sun.text.IntHashtable:i18n shell tests to
      plain java tests
      + S8213421: Line number information for execution samples
      always 0
      + S8213617: JFR should record the PID of the recorded process
      + S8213754: PPC64: Add Intrinsics for
      isDigit/isLowerCase/isUpperCase/isWhitespace
      + S8213890: Implementation of JEP 344: Abortable Mixed
      Collections for G1
      + S8213952: Relax DNSName restriction as per RFC 1123
      + S8213966: The ZGC JFR events should be marked as experimental
      + S8213983: [macosx] Keyboard shortcut “cmd +`” stops working
      properly if popup window is displayed
      + S8214002: Cannot use italic font style if the font has
      embedded bitmap
      + S8214023: Update Graal
      + S8214052: [testbug] vmTestbase/vm/compiler/
      /CodeCacheInfoOnCompilation - wrong shell used
      + S8214074: Ghash optimization using AVX instructions
      + S8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash
      constructor check backwards.
      + S8214114: Switch expressions with try-catch statements
      + S8214128: ARM32: wrong stack alignment on
      Deoptimization::unpack_frames
      + S8214129: SSL session resumption/SNI with TLS1.2 causes
      StackOverflowError
      + S8214148: [TESTBUG] serviceability/tmtools/jstack/
      /WaitNotifyThreadTest.java is not doing what is expected
      + S8214226: Incorrect BCI and Line Number with jstack if the
      top frame is in the interpreter
      + S8214257: IC cache not clean after cleaning assertion failure
      + S8214259: Implementation: JEP 189: Shenandoah: A
      Low-Pause-Time Garbage Collector (Experimental)
      + S8214275: CondyRepeatFailedResolution asserts "Dynamic
      constant has no fixed basic type"
      + S8214310: SymbolTable: Use get and insert
      + S8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1
      out of order with lock tty_lock/0
      + S8214338: Move IC stub refilling out of IC cache transitions
      + S8214376: Don't use memset to initialize array of Bundle in
      output.cpp
      + S8214380: AwtDragSource function LoadCache misses a
      ReleaseLongArrayElements in special case
      + S8214401: [AOT] crash in ClassLoaderData::is_alive() with
      AOTed jdk.base
      + S8214427: probable bug in logic of
      ConcurrentHashMap.addCount()
      + S8214457: Miscellaneous changes imported from jsr166 CVS
      2018-12
      + S8214459: NSS source should be removed
      + S8214468: jQuery UI upgrade from 1.11.4 to 1.12.1
      + S8214491: Upgrade to JLine 3.9.0
      + S8214498: java/util/Locale/bcp47u/SystemPropertyTests.java
      wrong locale default
      + S8214514: javac @file option gives error caused by Chinese
      encoding in the path
      + S8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/
      /NonUniqueAliases.java failed with incorrect jtreg tags order
      + S8214531: HeapMonitorEventOnOffTest.java test fails with
      "Statistics should be null to begin with"
      + S8214559: Use {@systemProperty} for definitions of system
      properties
      + S8214568: Use {@systemProperty} for definitions of system
      properties
      + S8214571: -Xdoclint of array serialField gives "error: array
      type not allowed here"
      + S8214688: TLS 1.3 session resumption with hello retry request
      failed with "illegal_parameter"
      + S8214696: Module class should be filtered by core reflection
      + S8214707: Prevent GCC 8 from reporting error in
      ClassLoader::file_name_for_class_name()
      + S8214720: Add pandoc filter to improve html man page output
      + S8214741: docs/index.html has no title or copyright
      + S8214750: Unnecessary <p> tags in jfr classes
      + S8214751: X86: Support for VNNI Instructions
      + S8214773: Replace use of thread unsafe strtok
      + S8214780: Create pandoc package for Windows
      + S8214782: Add missing access barriers on CLD handle area
      + S8214784: Adjust Dictionary and JNIHandle verification
      + S8214785: Remove unused WeakHandleType::vm_string
      + S8214786: Remove unused ThreadLocalAllocBuffer::verify()
      + S8214791: Consistently name gc files containing VM operations
      + S8214795: Add safety check to dynalink inner class lookup
      + S8214805: Mark deprecated
      netscape.javascript.JSObject::getWindow API forRemoval=true
      + S8214807: Improve handling of very old class files
      + S8214817: Bad links in ImageInputStream.java &
      ImageOutputStream.java
      + S8214825: Update preview language features for start of JDK 13
      + S8214840: runtime/NMT/MallocStressTest.java timed out
      + S8214850: Rename vm_operations.?pp files to vmOperations.?pp
      files
      + S8214856: Errors with JSZip in web console after upgrade to
      3.1.5
      + S8214857: "bad trailing membar" assert failure at
      memnode.cpp:3220
      + S8214858: Improve module graph archiving
      + S8214876: Add "intermittent" key for
      imageio/stream/StreamCloserLeak/run_test.sh
      + S8214892: Delayed starting of debugging via jcmd
      + S8214896: JFR Tool left files behind
      + S8214897: ZGC: Concurrent Class Unloading
      + S8214902: Pretty-printing marker annotations add unnecessary
      parenthesis
      + S8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails
      with UnsatisfiedLinkError
      + S8214908: add ctw tests for jdk.jfr and jdk.management.jfr
      modules
      + S8214910: If pandoc is present, markdown spec files should be
      processed
      + S8214912: LogCompilation: Show the comp level
      + S8214915: CtwRunner misses export for jdk.internal.access
      + S8214917: CTW testlibrary shouldn't ignore errors raised by
      the library itself
      + S8214925: JFR tool fails to execute
      + S8214936: assert(_needs_refill == 0) failed: Forgot to handle
      a failed IC transition requiring IC stubs
      + S8214937: sun/security/tools/jarsigner/warnings/
      /NoTimestampTest.java failed due to unexpected expiration date
      + S8214943: PIT: javax/swing/JFrame/NSTexturedJFrame/
      /NSTexturedJFrame.java errors out in mac
      + S8214944: replace strerror by os::strerror
      + S8214961: AARCH64: wrong encoding for exclusive and atomic
      load/stores
      + S8214971: Replace use of string.equals("") with isEmpty()
      + S8214972: Uses of klass_holder() except GC need to apply GC
      barriers
      + S8215000: tools/launcher/JliLaunchTest.java fails on Windows
      + S8215005: Missing include of runtime/os.hpp in zError.cpp
      after JDK-8214925 breaks build without precompiled headers
      + S8215008: Clear confusion between URL/URI paths and file
      system paths
      + S8215015: [TESTBUG] remove unneeded -Xfuture option from tests
      + S8215026: Incorrect amount of memory unmapped with
      ImageFileReader::close()
      + S8215030: Disable shenandoah in Oracle builds
      + S8215034: Remove old HOTSWAP conditionals
      + S8215043: Remove declaration of parallel_worker_threads
      + S8215048: Some classloader typos
      + S8215050: [TESTBUG] serviceability/tmtools/jstack/
      /WaitNotifyThreadTest.java fails when run with flag -Xcomp
      + S8215097: Do not create NonJavaThreads before BarrierSet
      + S8215117: [JVMCI] TestResolvedJavaType.java failing after
      JDK-8210031
      + S8215120: 32-bit build failures after JDK-8212657 (Promptly
      Return Unused Committed Memory from G1)
      + S8215129: Update build documentation with Xrandr
      + S8215131: Pandoc 2.3/build documentation fixes
      + S8215133: AARCH64: disable Math.log intrinsic publishing
      + S8215140: Port missing crypto JMH micros from
      jmh-jdk-microbenchmarks
      + S8215144: PPC64: Wrong assertion "illegal object size"
      + S8215149: TestOptionsWithRangesDynamic.java fails after
      JDK-8215120
      + S8215159: Improve initial setup of system Properties
      + S8215160: Normalize spaces for remaining vmTestbase tests
      + S8215161: Normalize spaces for vmTestbase/[a-j]
      + S8215165: Improve -Xlog:class+preview message text
      + S8215175: Inconsistencies in JFR event metadata
      + S8215194: Initial size of UnicodeBlock map is incorrect
      + S8215206: VtableStubs::find_stub is not appropriately
      protected by VtableStubs_lock
      + S8215217: OpenJDK source has too many swear words
      + S8215220: Simplify Shenandoah task termination in aborted
      paths
      + S8215224: Update Graal
      + S8215237: jdk.jfr.Recording javadoc does not compile
      + S8215238: (jdeps) update jdk8_internals.txt per the removal
      of javafx, corba, EE modules
      + S8215239: Make deletes images/jdk/bin/java if something goes
      wrong
      + S8215243: JShell tests failing intermitently with \"Problem
      cleaning up the following threads:\"
      + S8215262: PPC64: FMA Vectorization on PPC64
      + S8215281: Use String.isEmpty() when applicable in java.base
      + S8215284: Reduce noise induced by periodic task getFileSize()
      + S8215300: additional changes to constants API
      + S8215301: Module-summary page is unreadably wide
      + S8215304: Make target "docs-jdk-index" has unnecessary
      dependencies
      + S8215309: Convert package.html files to package-info.java
      files
      + S8215314: [Graal] Enable
      org.graalvm.compiler.core.test.CountedLoopTest
      + S8215317: [GRAAL] unit test CheckGraalIntrinsics failed
      after 8213754
      + S8215326: Test java/util/concurrent/ConcurrentHashMap/
      /ToArray.java hangs after j.u.c updates
      + S8215342: [Zero] Build fails after JDK-8200613
      + S8215354: x86_32 build failures after JDK-8214074 (Ghash
      optimization using AVX instructions)
      + S8215356: Disable x86_32 Shenandoah build to avoid
      hotspot/tier1 failures
      + S8215362: JFR GTest JfrTestNetworkUtilization fails
      + S8215369: Jcstress pollute /var/tmp with temporary files.
      + S8215534: [testbug] some jfr test don't check @requires
      vm.hasJFR
  - Upgrade to upstream tag jdk-12+23
    * Fixes:
      + S4947890: Minimize JNI upcalls in system-properties
      initialization
      + S6849922: java/awt/Choice/ChoiceKeyEventReaction/
      /ChoiceKeyEventReaction.html fails
      + S7124298: [macosx] Nothing heard from VoiceOver when tabbing
      between a nestedtab group and a parent tab group.
      + S7124301: [macosx] When in a tab group if you arrow between
      tabs there are noVoiceOver announcements.
      + S8130264: change the mechanism by which JDK loads the
      platform-specific PrinterJob implementation
      + S8139178: Wrong fontMetrics when printing in Landscape
      (OpenJDK)
      + S8146090: java/lang/ref/ReachabilityFenceTest.java fails with
    - XX:+DeoptimizeALot
      + S8171426: java/lang/ProcessBuilder/Basic.java failed Stream
      closed
      + S8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java
      fails for JFIF
      + S8176828: jtools do not list VM process launched with the
      debugger option suspend=y
      + S8186549: move ExtendedRobot closer to tests
      + S8187364: Unable to enter zero width non-joiner (ZWNJ) symbol
      in Swing text component
      + S8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails
      with Graal in Xcomp mode
      + S8198339: Test javax/swing/border/Test6981576.java is unstable
      + S8206325: AssertionError in
      TypeSymbol.getAnnotationTypeMetadata
      + S8206962: jlink --release-info=del throws NPE if no keys are
      specified
      + S8209123: [Macosx] Maximized frame (frame state set to
      MAXIMIZED_BOTH using setExtendedState) is resizable on Mac
      but not on Windows and Ubuntu
      + S8210102: CDS tests timed out
      + S8210454: jar tool does not allow setting the module version
      without also setting the main class
      + S8210476: sun/security/mscapi/PrngSlow.java fails with Still
      too slow
      + S8210943: Hiding of inner classes not resolved properly
      + S8210985: Update the default SSL session cache size to 20480
      + S8211147: Incorrect comparator
      com.sun.beans.introspect.MethodInfo.MethodOrder
      + S8211283: Miscellaneous changes imported from jsr166 CVS
      2018-11
      + S8211301: [macos] support full window content options
      + S8211422: Reading PNG with corrupt CRC for IEND chunk throws
      IIOException
      + S8211735: Wrong heap mapper can be selected with
      UseLargePages on G1
      + S8211795: ArrayIndexOutOfBoundsException in PNGImageReader
      after JDK-6788458
      + S8211833: Javadoc cleanup of java.applet package
      + S8211842: IPv6_supported wrongly returns false when unix
      domain socket is bound to fd 0
      + S8211877: Broken links in java.util.concurrent.atomic
      + S8212116: IIOException "tEXt chunk length is not proper" on
      opening png file
      + S8212680: (JDK12b14/Solaris-sparc)
      SplashScreen::getSplashScreen call fails with ULE:
      "libsplashscreen.so: ld.so.1: java: fatal: libz.so.1: open
      failed: No such file or directory"
      + S8212870: Broken links for www.usno.navy.mil
      + S8212875: ftp: links for tiff/TTN2.draft.txt do not respond
      + S8212878: host in ftp: link not found
      + S8212882: links to tutorial should be updated to use https:
      + S8212899: java/util/concurrent/tck/JSR166TestCase.java -
      testMissedSignal_8187947(SubmissionPublisherTest): timed out
      waiting for CountDownLatch for 40 sec
      + S8213048: Invalid use of HTML5 in java.awt files
      + S8213051: Invalid use of HTML5 in javax.print files
      + S8213121: javax/swing/GraphicsConfigNotifier/StalePreferredSize.java
      fails on mac10.13
      + S8213168: Enable different look and feel tests in SwingSet3
      demo test FileChooserDemoTest
      + S8213187: Handle libwindowsaccessbridge need to access MSVCRT
      functions
      + S8213209: [REDO] Allow Klass::_subklass and _next_sibling to
      have unloaded classes
      + S8213292: Input freezes after MacOS key-selector (press&hold)
      usage on macOS Mojave
      + S8213294: Upgrade IANA LSR data
      + S8213300: jaxp/unittest/transform/CR6551600Test.java fails
      due to exception in jdk/jdk CI
      + S8213323: sa/TestJmapCoreMetaspace.java and
      sa/TestJmapCore.java fail with ZGC
      + S8213325: (props) Properties.loadFromXML does not fully
      comply with the spec
      + S8213362: [macOS] Could not find libjava.dylib error when
      initializing JVM via JNI_CreateJavaVM
      + S8213406: (fs) More than one instance of built-in FileSystem
      observed in heap
      + S8213532: add missing LocalFree calls after using
      FormatMessage(A) [windows]
      + S8213565: Crash in DependencyContext::remove_dependent_nmethod
      + S8213583: Error while opening the JFileChooser when desktop
      contains shortcuts pointing to deleted files
      + S8213614: DnD operation change feature does not work with
      64bit big endian CPU
      + S8213618: IBM970 charset has missing entry and remove
      unexpected entries
      + S8213703: LambdaConversionException: Invalid receiver type
      not a subtype of implementation type interface
      + S8213725: JShell NullPointerException due to class file with
      unexpected package
      + S8213734: SAXParser.parse(File, ..) does not close resources
      when Exception occurs.
      + S8213817: @return has already been specified (4 occurrences,
      in AWT and Swing)
      + S8213843: Changing L&F from Nimbus to Window L&F causes NPE
      in SwingSet2
      + S8213844: Typo in ProblemList updation under JDK-8213536
      + S8214014: Remove vestiges of gopher: protocol proxy support
      + S8214026: Canonicalized archive paths appearing in diagnostics
      + S8214031: Assertion error in value break statement with
      conditional operator in switch expression
      + S8214061: Buffer written into itself
      + S8214063: OpenJDK will not build on AIX while using the xlc
      13.1 compiler
      + S8214170: ResourceBundle.Control.newBundle should throw
      IllegalAccessException when constructor of the resource
      bundle is not public.
      + S8214179: Add groupname info into keytool -list and
    - genkeypair output
      + S8214195: Align stdout messages in
      test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
      + S8214229: Enable ShowRegistersOnAssert by default
      + S8214230: Classes generated by SystemModulesPlugin.java are
      not reproducable
      + S8214231: Allow concurrent cleaning of TypeStackSlotEntries
      and ReturnTypeEntry
      + S8214278: Cleanup process_completed_threshold and related
      state
      + S8214300: .attach_pid files may remain in the process cwd
      + S8214302: Allow safely calling is_unloading() on zombie
      nmethods
      + S8214309: Enhance makefiles to allow generating JCov
      instrumented build
      + S8214311: dtrace gensrc has missing dependencies
      + S8214332: Add a flag for overriding default JNI library
      search path
      + S8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed:
      elembt=byte; loadbt=void; unsigned=0
      + S8214356: Verification of class metadata unloading takes a
      long time
      + S8214377: ZGC: Don't use memset to initialize array of
      ZForwardingTableEntry
      + S8214388: CDS dumping fails with java heap fragmentation
      + S8214400: Update hotspot application/jcstress jtreg tests
      wrappers to use jcstress 0.5
      + S8214408: Migrate EventsOnOff to using the same
      allocateAndCheck method
      + S8214417: Add space after/before {} in
      vmTestbase/nsk/jvmti/[A-I] tests
      + S8214431: tests failed because can't find jdk.testlibrary.*
      in test directory or libraries
      + S8214434: Disabling ZOptimizeLoadBarriers hits assert
      + S8214443: Remove TLS v1 and v1.1 from SSLContext required
      algorithms
      + S8214444: Wrong strncat limits in dfa.cpp
      + S8214445: [test] java/net/URL/HandlerLoop has illegal
      reflective access
      + S8214451: PPC64/s390: Clean up unused CRC32 prototype and
      function
      + S8214460: MacosX build is broken because of JDK-8214014
      + S8214462: Add serviceability/sa/ClhsdbInspect.java to
      ProblemList.txt
      + S8214465: Upgrade arm-sflt minimum architecture to ARMv5TE
      for assembler
      + S8214466: Append assembler flags on ARM targets
      + S8214470: PIT: javax/swing/JPopupMenu/7154841/bug7154841.java
      errors out on mac10.13
      + S8214476: ZGC: Build ZGC by default
      + S8214484: ZGC: Exclude SA tests ClhsdbJhisto and
      TestHeapDumpFor*
      + S8214499: SA should follow 8150689
      + S8214502: Add space after/before {} in remaining vmTestbase
      tests
      + S8214513: A PKCS12 keystore from Java 8 using custom PBE
      parameters cannot be read in Java 11
      + S8214522: Last runtime locking issues for concurrent class
      unloading
      + S8214523: Fix nmethod asserts for concurrent nmethod unloading
      + S8214525: Bit rot in Nashorn Ant script
      + S8214526: Change CodeHeap State Analytics control from UL to
      Print*
      + S8214529: Exception while using Anonymous class in switch
      expression
      + S8214534: Setting of THIS_FILE in the build is broken
      + S8214541: ZGC: Refactoring from JDK-8214172 may leave
      PhaseIterGVN::_delay_transform set
      + S8214552: Resolve clash between 4947890 and 8130264
      + S8214556: Crash in
      DependencyContext::remove_dependent_nmethod still happens
      + S8214557: Filter out VM flags which don't affect AOT code
      generation
      + S8214558: bad @run tag in CheckPrinterJobSystemProperty.java
      + S8214572: [Graal] nsk/jvmti/unit/ForceEarlyReturn/earlyretbase
      should not suspend the thread when the top frame executes
      JVMCI code
      + S8214710: Fix hg log in update_copyright_year.sh
      + S8214718: Update missing copyright year in build system
      + S8214726: Typo in
      HeapShared::check_closed_archive_heap_region_object
      + S8214728: Unnecessary InstanceKlass::cast at few places
      + S8214744: Unnecessary <p> tags in java.util.zip.Deflater
      + S8214745: Bad link in coll-reference.html
      + S8214770: java/time/test/java/time/format/
      /TestNonIsoFormatter.java failed in non-english locales.
      + S8214787: Zero builds fail with "undefined
      JavaThread::thread_state()"
      + S8214794: java.specification.version should be only the major
      version number
  - Upgrade to upstream tag jdk-12+22
    * Fixes:
      + S8046500: GetIpAddrTable function failed on Pure Ipv6
      environment
      + S8150689: Thread dump report "waiting to re-lock in wait()"
      shows incorrectly
      + S8168869: jdeps: localized messages don't use proper line
      breaks
      + S8177286: AttributeSet: attempt to compare Qname and String
      + S8178317: Create man pages using pandoc from markdown sources
      + S8190312: javadoc -link doesn't work with http: -> https: URL
      redirects
      + S8200432: javadoc fails with ClassCastException on {@link
      byte[]}
      + S8202415: Incorrect time logged for monitor deflation
      + S8202621: bad test with broken links needs to be updated
      + S8203264: JNI exception pending in
      PlainDatagramSocketImpl.c:740
      + S8203277: preflow visitor used during lambda attribution
      shouldn't visit class definitions inside the lambda body
      + S8203442: String::transform
      + S8203672: JNI exception pending in PlainSocketImpl.c
      + S8203673: JNI exception pending in
      DualStackPlainDatagramSocketImpl.c:398
      + S8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out
      of java heap
      + S8211051: jdeps usage of --dot-output doesn't provide valid
      output for modular jar
      + S8211211: vmTestbase/metaspace/stressDictionary/
      /StressDictionary.java timeout
      + S8211266: [TESTBUG] ZipFSTester.java failed intermittently in
      ZipFSTester.checkRead(): bound must be positive
      + S8211975: move testlibrary/jdk/testlibrary/
      /OptimalCapacity.java to top-level library
      + S8212108: SafepointSynchronizer never ending counter (big
      enough)
      + S8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java
      crashes with SEGV in pthread_getcpuclockid+0x0
      + S8212748: ZGC: Add reentrant locking functionality
      + S8213015: Inconsistent settings between JFR.configure and
    - XX:FlightRecorderOptions
      + S8213117: adoptNode corrupts attribute values
      + S8213259: [AOT] AOTing java.base fails with
      "java.lang.AssertionError: no fingerprint for
      Ljdk/internal/event/Event"
      + S8213275: ReplaceCriticalClasses.java fails with
      jdk.internal.vm.PostVMInitHook not found
      + S8213486: SIGSEGV in
      CompiledMethod::cleanup_inline_caches_impl with AOT
      + S8213698: Improve devkit creation and add support for
      linux/ppc64/ppc64le/s390x
      + S8213716: javadoc search not working with Japanese and
      Chinese locales
      + S8213755: Let nmethods be is_unloading() outside of safepoints
      + S8213791: StringTable: Use get and insert
      + S8213819: doclint should warn against {@index} inside <a> tag
      + S8213834: JVMTI ResourceExhausted should not be posted in
      CompilerThread
      + S8213845: ARM32: Interpreter doesn't call result handler
      after native calls
      + S8213907: [JVMCI] avoid Class.getDeclared* methods when
      converting JVMCI objects to reflection objects
      + S8213909: jdeps --print-module-deps should report missing
      dependences
      + S8213911: Use example.com in java.net and other examples
      + S8213914: [TESTBUG] Several JFR VM events are not covered by
      tests
      + S8213921: Use {@systemProperty} tag for properties listed in
      "Networking Properties"
      + S8213927: G1 ignores AlwaysPreTouch when
      UseTransparentHugePages is enabled
      + S8213944: Fix AIX build after the removal of Xrandr.h and add
      a configure check for it
      + S8213956: javadoc crash using {@index} in doc-files file
      + S8213996: Remove one of the SparsePRT entry tables
      + S8213997: Remove G1HRRSUseSparseTable flag
      + S8214029: Remove dead code BasicHashtable::bulk_free_entries
      + S8214055: GC/C2 abstraction for phaseX
      + S8214056: Allow the GC to attach context information to
      CompiledMethod
      + S8214057: GC/C2 abstraction for
      Node::has_special_unique_user()
      + S8214059: Undefined behaviour in ADLC
      + S8214068: ZGC crashes with vmTestbase/nsk/jdi/ReferenceType/
      /instances/instances004/TestDescription.java
      + S8214086: [TESTBUG] Fix subgraph test cases in
      ReplaceCriticalClasses.java
      + S8214100: use of keystore probing results in unnecessary
      exception thrown
      + S8214105: [TESTBUG] Bit test is always false in
      serviceability/jvmti/StartPhase/AllowedFunctions
      + S8214108: [TESTBUG] Incorrect Function parameter lists in
      vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001
      + S8214113: Switch expressions may have constant type and may
      be skipped during write
      + S8214118: HeapRegions marked as archive even if CDS mapping
      fails
      + S8214139: Remove wrapper methods from {Base,Html}Configuration
      + S8214151: [TESTBUG] CleanProtectionDomain.java fails due to
      RuntimeException: 'protection domain unlinked' missing
      + S8214161: java.lang.IllegalAccessError: class
      jdk.internal.event.X509CertificateEvent (in module java.base)
      cannot access class jdk.jfr.internal.handlers.EventHandler
      (in module jdk.jfr) because module java.base does not read
      module jdk.jfr
      + S8214172: GC interface entry points for loop opts
      + S8214181: safepoint header cleanup
      + S8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/
      /MulExactLConstantTest.java fails on Windows x64 when run
      with -XX:-TieredCompilation
      + S8214202: DirtyCardQueueSet::get_completed_buffer should not
      clear _process_completed
      + S8214205: PPC64: Add instructions for counting trailing zeros
      + S8214206: Fix for JDK-8213419 is broken on 32-bit
      + S8214208: Nestmate package validation logging/exception
      should include classloader information
      + S8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed
      with fragmented heap
      + S8214223: tools/jdeps/listdeps/ListModuleDeps.java failed due
      to missing Lib2 file
      + S8214241: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java
      for all platforms
      + S8214242: compiler/arguments/TestScavengeRootsInCode.java
      fails because of missing UnlockDiagnosticVMOptions
      + S8214262: SunEC native code does not compile with debug on
      + S8214272: Don't use memset to initialize arrays of
      MemoryUsage in memoryManager.cpp
      + S8214276: Problemlist
      compiler/intrinsics/mathexact/MulExactLConstantTest.java
      + S8214287: SpecJbb2005StressModule got uncaught exception
      + S8214295: Populate handlers while holding streamHandlerLock
      + S8214297: testbug : missing fclose in jvmti_aod.cpp
      + S8214321: Misleading code in SSLCipher
      + S8214343: Handle the absence of Xrandr more generically
      + S8214362: C2: gc interface entry point for split if
      + S8214373: adjust usage of ReleaseLongArrayElements in
      MacosxDebuggerLocal
  - Upgrade to upstream tag jdk-12+21
    * Fixes:
      + S8061281: Microbenchmark suite build support, directory
      layout and sample benchmarks
      + S8061282: Migrate jmh-jdk-microbenchmarks into the JDK
      + S8129310: java/net/Socket/asyncClose/AsyncClose.java fails
      intermittently
      + S8148188: Enhance the security libraries to record events of
      interest
      + S8184205: Captions on tabbed tables are squashed together
      + S8191339: [JVMCI] BigInteger compiler intrinsics on Graal
      + S8201375: Add the AllowArchivingWithJavaAgent diagnostic vm
      option to allow the use of the -javaagent option during CDS
      dumping
      + S8203174: [Graal] JDI tests fail with Unexpected exception:
      com.sun.jdi.ObjectCollectedException
      + S8206475: Repeated word in error message
      + S8209923: Unicode 11.0.0.
      + S8210024: JFR calls virtual is_Java_thread from ~Thread()
      + S8210408: Refactor java.util.ResourceBundle:i18n shell tests
      to plain java tests
      + S8210722: JAXP Tests: CatalogSupport2 and CatalogSupport3
      generate incorrect messages upon failure
      + S8210742: compound var declaration type is not uniform for
      all variables
      + S8210777: Update Graal
      + S8210838: Override javax.crypto.Cipher.toString()
      + S8211106: [windows] Update OS detection code to recognize
      Windows Server 2019
      + S8211326: add OS user related information to hs_err file
      + S8211451: ~2.5% regression on compression benchmark starting
      with 12-b11
      + S8211787: javax/net/ssl/TLSCommon/TLSTest.java throws
      java.net.SocketTimeoutException: Read timed out
      + S8212003: Deprecating the default keytool -keyalg option
      + S8212070: Introduce diagnostic flag to abort VM on failed JIT
      compilation
      + S8212682: Avoid holding Compile_lock when blocking for GC in
      ObjArrayKlass::allocate_objArray_klass()
      + S8212779: ADL Parser does not check allocation return values
      in all cases
      + S8212931: HeapMonitorStatIntervalTest.java fails due average
      calculation
      + S8212982: Rule cases in switch expression accepted even if
      complete normally
      + S8212992: Change mirror accessor in Klass::verify_on() to use
      AS_NO_KEEPALIVE
      + S8213033: Archive remaining primitive box caches
      + S8213092: Add more runtime locks for concurrent class
      unloading
      + S8213202: Possible race condition in TLS 1.3 session
      resumption
      + S8213235: java/nio/channels/SocketChannel/
      /AsyncCloseChannel.java fails with threads that didn't exit
      + S8213352: Separate BufferNode allocation from PtrQueueSet
      + S8213363: X25519 private key PKCS#8 encoding/decoding is
      incorrect
      + S8213373: Bulk MarkBitMap clearing methods
      + S8213410: UseCompressedOops requirement check fails fails on
      32-bit system
      + S8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal()
      with gcc 8.2.1
      + S8213538: VM crashes when MaxVectorSize is set to 0, 1 or 2
      + S8213560: gtests might hang
      + S8213587: Speed up CDS dump time by using resizable hashtables
      + S8213615: GC/C2 abstraction for escape analysis
      + S8213616: URLPermission with query or fragment behaves
      incorrectly
      + S8213623: ZGC: Let heap iteration walk all roots
      + S8213713: Minor issues during
      MetaspaceShared::initialize_runtime_shared_and_meta_spaces
      + S8213721: [Graal] Tests vmTestbase/nsk/stress/except/except*
      may be encountering SEGV during out-of-memory conditions
      + S8213723: More Monitor/mutex initialization management
      + S8213736: Build fails with LOG=debug on F28 after JDK-8210958
      + S8213746: GC/C2 abstraction for C2 matcher
      + S8213751: ClassLoaderDataGraph::cld_do() should sometimes
      require CLDG_lock
      + S8213779: Loop opts anti dependent store detection should
      ignore uncommon trap calls
      + S8213794: ARM32: disable TypeProfiling, CriticalJNINatives,
      Serviceablity tests for ARM32
      + S8213829: Remove circular dependency between g1CollectedHeap
      and g1ConcurrentMark
      + S8213893: StringTable_lock is unused
      + S8213898: CDS dumping of springboot asserts in
      G1ArchiveAllocator::alloc_new_region
      + S8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times
      out
      + S8213906: Update arm devkits with libXrandr headers
      + S8213908: AssertionError in DeferredAttr at setOverloadKind
      + S8213910: Invalid HTML in java.net.http.HttpClient
      + S8213913: Redundant HTML in java.se/module-info.java
      + S8213916: no copyright in signature.html
      + S8213920: Use {@systemProperty} tag for properties listed in
      System.getProperties
      + S8213922: fix ctw stand-alone build
      + S8213926: WB_EnqueueInitializerForCompilation requests
      compilation for NULL
      + S8213942: URLStreamHandler initialization race
      + S8213947: ARM32: failed check_simd should set
      UsePopCountInstruction to false
      + S8213948: Solaris-X64 build fails with compact hashtable
      + S8213959: add org.graalvm.compiler.replacements.test.
      StringCompressInflateTest to graal problem list
      + S8213992: Rename and make DieOnSafepointTimeout the
      diagnostic option
      + S8214003: Limit default test jobs based on memory size
      + S8214004: Missing space between compiler thread name and task
      info in hs_err
      + S8214007: Fix sun.awt.nativedebug on X11 platforms
      + S8214025: assert(t->singleton()) failed: must be a constant
      when ScavengeRootsInCode < 2
      + S8214027: Reinstate testB_mem_imm pattern in x86_64.ad
      + S8214045: Missing explicit dependencies of
      build-microbenchmark cause intermittent build failure
      + S8214062: JDK-8167368 Leftover: get_source.sh in build
      documentation
      + S8214071: Broken msg.bug diagnostics when using the compiler
      API
      + S8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11
      platforms
      + S8214078: (fs) SecureDirectoryStream not supported on arm32
      + S8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms
      + S8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
      + S8214125: [test] Fix comparison between pointer and integer
      in test_ptrQueueBufferAllocator.cpp
      + S8214144: Remove confusing locking_enqueue_completed_buffer
      + S8214149: Move out assignments when not using NSK*VERIFY
      macros
      + S8214154: problem list HeapMonitorStatIntervalTest.java
  - Upgrade to upstream tag jdk-12+20
    * Fixes
      + S5076751: System properties documentation needed in javadocs
      + S7124293: [macosx] VoiceOver reads percentages rather than
      the actual values for sliders.
      + S8080406: VM_GetOrSetLocal doesn't check local slot type
      against requested type
      + S8160768: Add capability to custom resolve host/domain names
      within the default JNDI LDAP provider
      + S8185496: Improve performance of system properties
      initialization in initPhase1
      + S8192888: AllSwingComponentsBaselineTest fails with
      NullPointerException for NimbusLookAndFeel
      + S8198000: java/awt/List/EmptyListEventTest/
      /EmptyListEventTest.java debug assert on Windows
      + S8198001: java/awt/Menu/WrongParentAfterRemoveMenu/
      /WrongParentAfterRemoveMenu.java debug assert on Windows
      + S8198002: java/awt/Mixing/Validating.java debug assert on
      Windows
      + S8198321: javax/swing/JEditorPane/5076514/bug5076514.java
      fails
      + S8198624: java/awt/KeyboardFocusmanager/TypeAhead/
      /SubMenuShowTest/SubMenuShowTest.html fails on mac
      + S8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java
      is unstable
      + S8202285: (fs) Add a method to Files for comparing file
      contents
      + S8202886: [macos] Test
      java/awt/MenuBar/8007006/bug8007006.java fails on MacOS
      + S8204142: AWT hang occurs when sequenced events arrive out of
      sequence in multiple AppContexts
      + S8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent
      7 timed out
      + S8205574: Loop predication "assert(f <= 1 && f >= 0) failed
      Incorrect frequency"
      + S8207070: Webstart app popup on wrong screen in a one-screen
      setup changing to multi-monitor
      + S8208543: [macos] Support for apple.awt.documentModalSheet
      incomplete
      + S8208702: javax/swing/reliability/
      /HangDuringStaticInitialization.java may hang on macos
      + S8209055: c.s.t.javac.code.DeferredCompletionFailureHandler
      seems to use WeakHashMap incorrectly
      + S8209139: globalCounter bootstrap issue
      + S8209415: Fix JVMTI test failure HS202
      + S8210057: Enable different look and feels in SwingSet3 demo
      test InternalFrameDemoTest
      + S8210197: javac can't tell during speculative attribution if
      a diamond expression is creating an anonymous inner class or
      not
      + S8210493: Bind to node- or linklocal ipv6 multicast address
      fails
      + S8210776: Upgrade X Window System 6.8.2 to the latest XWD
      1.0.7
      + S8210803: Compilation failure in codeBlob.cpp for Windows
      32-bit
      + S8210863: Remove Xrandr include files from JDK sources
      + S8210886: Remove references in xwindows.md to non-existent
      files.
      + S8211403: Rename SafepointMechanism::poll(...)
      + S8211435: Exception in thread "AWT-EventQueue-1"
      java.lang.IllegalArgumentException: null source
      + S8211443: Enable different look and feels in SwingSet3 demo
      test SplitPaneDemoTest
      + S8211450: UndetVar::dup is not copying the kind field to the
      duplicated instance
      + S8211727: Adjust default concurrency settings for running
      tests on Sparc
      + S8211781: re-building fails after changing Graal sources
      + S8211810: X11 Time stamp data should be unsigned
      + S8211822: Some tests fail after JDK-8210039
      + S8211845: A new switch to control verbosity of hs-err files
      + S8211926: Catastrophic size_t underflow in BitMap::*_large
      methods
      + S8211951: Broken links in java.management files
      + S8211992: GraphicsConfiguration.getDevice().getDisplayMode()
      causes JVM crash on Mac
      + S8212221: GraalUnitTestLauncher should generate
      MX_SUBPROCESS_COMMAND_FILE
      + S8212261: Add SSLSession accessors to HttpsURLConnection and
      SecureCacheResponse
      + S8212673: jtreg/applications/runthese/RunThese30M.java fails
      in C2 with "assert(!had_error) failed: bad dominance"
      + S8212735: Compilation issue with javax.swing.InputVerifier
      example in javadoc section
      + S8212790: Javadoc cleanup of java.awt.color package
      + S8212865: Broken external link to TIFF6.pdf in ImageIO
      package-info.java
      + S8212885: TLS 1.3 resumed session does not retain peer
      certificate chain
      + S8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/
      /8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04
      LTS
      + S8212928: Assertion too strict in
      compiledVFrame::update_deferred_value on SPARC
      + S8212939: Add space after if/while/for/switch and parenthesis
      + S8213113: Dead code related to UseAdaptiveSizePolicy in
      ParNewGeneration
      + S8213116: javax/swing/JComboBox/WindowsComboBoxSize/
      /WindowsComboBoxSizeTest.java fails in Windows
      + S8213130: Update ProblemList after verification of jtreg
      tests in Win 7
      + S8213137: Remove static initialization of monitor/mutex
      instances
      + S8213138: Update ProblemList.txt for mac
      + S8213154: Update copyright headers of files in src tree that
      are missing Classpath exception
      + S8213181: Updation of ProblemList.txt for removal of passing
      swing test
      + S8213189: Make restricted headers in HTTP Client configurable
      and remove Date by default
      + S8213199: GC abstraction for
      Assembler::needs_explicit_null_check()
      + S8213213: Remove src/java.desktop/unix/classes/sun/awt/X11/
      /keysym2ucs.h
      + S8213250: CDS archive creation aborts due to metaspace object
      allocation failure
      + S8213261: test javax/swing/plaf/nimbus/
      /AllSwingComponentsBaselineTest.java fails
      + S8213307: G1 should clean up RMT with
      ClassUnloadingWithConcurrentMark
      + S8213338: Reduce the number of generated make targets
      + S8213346: Re-implement shared dictionary using
      CompactHashtable
      + S8213348: jdk.internal.vm.compiler.management service
      providers missing in module descriptor
      + S8213383: Wrap up pthread_cond_wait into a loop to workaround
      potential spurious wakeups
      + S8213400: Support choosing group name in keytool keypair
      generation
      + S8213411: JDK-8209189 incorrect for Big Endian (JVM crashes)
      + S8213418: Socket/ServerSocket supportedOptions does not work
      with custom SocketImpl
      + S8213424: VersionProps duplicate and skipped initialization
      + S8213428: Add a no precompiled header Linux build to
      builds-tier1 and jdk-submit
      + S8213436: Obsolete UseMembar
      + S8213438: Remove ClearResponsibleAtSTW
      + S8213439: Run class initialization for boot loader classes
      with registered subgraph archiving entry field during CDS
      dump time.
      + S8213440: Lingering INCLUDE_ALL_GCS in
      test_oopStorage_parperf.cpp
      + S8213473: Replace testB_mem_imm matcher with testUB_mem_imm
      + S8213478: Reduce rebinds when applying repeated filters and
      conversions
      + S8213479: Missing x86_64.ad patterns for 8-bit logical
      operators with destination in memory
      + S8213480: update internal ASM version to 7.0
      + S8213489: GC/C2 abstraction for
      Compile::final_graph_reshaping()
      + S8213490: Networking area typos and inconsistencies cleanup
      + S8213515: Improve freetype detection on
      linux/ppc64/ppc64le/s390x
      + S8213525: new unit test GetLocalVariable/LocalVars is not
      stable
      + S8213527: [testbug] Fix PrintMetaspaceDcmd test using
      UseCompressedOops for 32-bit.
      + S8213536: Update ProblemList for Linux
      + S8213563: appcds/sharedStrings/SharedStringsStress.java fails
      with 'GC triggered before VM initialization completed' error
      + S8213568: Typo in
      java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
      + S8213569: Bump minimum boot jdk to JDK 11
      + S8213570: [TESTBUG] Update JFR sanity test set
      + S8213574: Deadlock in string table expansion when dumping
      lots of CDS classes
      + S8213576: Make test AsyncCloseChannel.java run in othervm
      + S8213588: compiler/graalunit/HotspotTest.java fails after
      8213348 / 8211781 were pushed
      + S8213591: running bin/idea.sh in Cygwin: generated project
      cannot be imported
      + S8213592: Misaligned code in globals.hpp after 8211845
      + S8213596: test failure with Graal when security manager and
      policy file are used
      + S8213604: Fix missing includes after JDK-8212673
      + S8213622: Windows VS2013 build failure - "'snprintf':
      identifier not found"
      + S8213694: Test Timeout.java should run in othervm mode
      + S8213701: Add org.graalvm.compiler.debug.test.TimerKeyTest to
      problem list
      + S8213704: increase default timeout for
      vmTestbase/metaspace/stressDictionary/StressDictionary.java
      + S8213707: [TEST] vmTestbase/nsk/stress/except/except011.java
      failed due to wrong class name
      + S8213708: Different #ifdef guards cause incorrect use of
      Monitor::check_block_state()
      + S8213709: jdk/javadoc/doclet/testValueTag/
      /TestValueTagInModule.java missing modules declaration
      + S8213711: Zero build broken after JDK-8213199 (GC abstraction
      for Assembler::needs_explicit_null_check())
      + S8213718: [TEST] Wrong classname in
      vmTestbase/nsk/stress/except/except002 and except003
      + S8213741: Consolidate Object and String Stringifiers
      + S8213745: Don't use memset to initialize array of RegMask in
      matcher.cpp
      + S8213760: os::obsolete_option is obsolete and should be
      removed
      + S8213767: Remove the -Xconcurrentio flag and associated code
      + S8213795: Force explicit null check on patching placeholder
      offset
      + S8213814: build error in jtreg test jvmti/GetLocalVariable
      + S8213818: @return has already been specified
      + S8213820: unknown tag: @returns
      + S8213826: Disable ARMv6 memory barriers on ARMv5 processors
  - Upgrade to upstream tag jdk-12+19
    * Fixes:
      + S6304578: (reflect) toGenericString fails to print bounds of
      type variables on generic methods
      + S6735527: Bitmap - speed up searches
      + S8152988: [AOT] Update test batch definitions to include
      aot-ed java.base module mode into hs-comp testing
      + S8177708: Convert TestReserveMemorySpecial_test to Gtest
      + S8177711: Convert TestVirtualSpaceNode_test to GTest
      + S8198294: AARCH64 - Set flags' optimal defaults for Cavium
      Thunder X2 CPU
      + S8204521:
      compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java
      fails trying to delete temp file
      + S8206330: Revisit com/sun/jdi/RedefineCrossEvent.java
      + S8207059: Update test certificates in QuoVadisCA.java test
      + S8208519: Remove rehashable hashtable
      + S8209189: Make CompiledMethod::do_unloading more concurrent
      + S8209495: NMethodSweeper::sweep_code_cache cause severe delays
      + S8209564: runtime/appcds/CDSandJFR.java timeout on tier6 on
      sparc
      + S8209835: Aarch64: elide barriers on all volatile operations
      + S8209960: -Xlog:jfr* doesn't work with the JFR
      + S8210405: Javadoc search doesn't always consider full input
      upon Enter
      + S8210409: Refactor java.util.TimeZone:i18n shell tests to
      plain java tests
      + S8210986: Add OopStorage cleanup to ServiceThread
      + S8211013: [TESTBUG] nsk/jdb/kill/kill002 wait for message and
      prompt
      + S8211049: Second parameter of "initialize" method is not used
      + S8211122: Reduce the number of internal classes made
      accessible to jdk.unsupported
      + S8211320: Aarch64: unsafe.compareAndSetByte() and
      unsafe.compareAndSetShort() c2 intrinsics broken with negative
      expected value
      + S8211336: [TESTBUG] appcds tests with incorrect usage of
    - XX:+UseStringDeduplication
      + S8211339: NPE during SSL handshake caused by HostnameChecker
      + S8211382: ISO2022JP and GB18030 NIO converter issues
      + S8212184: Incorrect oop ref strength used for referents in
      FinalReference
      + S8212217: JGSS: Don't dispose() of creds too eagerly
      + S8212243: More gc interface tweaks for arraycopy
      + S8212585: Clean up CompiledMethod::oops_reloc_begin()
      + S8212605: Pure-Java implementation of
      AccessController.doPrivileged
      + S8212610: Fix handling of memory in
      PhaseIdealLoop::clone_loop_predicates()
      + S8212669: Add note to Cipher javadoc about using full
      transformation and not relying on defaults
      + S8212681: Refactor IC locking to use a fine grained
      CompiledICLocker
      + S8212828: (process) Provide a way for Runtime.exec to use
      posix_spawn on linux
      + S8212871: Broken links give 401-Unauthorized
      + S8212872: Broken link to Namespaces in XML Errata
      + S8212876: ftp: links for character-sets require a login
      password
      + S8212883: Setting a double manageable flag with jcmd/jinfo
      crashes the JVM
      + S8212921: ZGC: Move verification to after resurrection
      unblocked
      + S8212934: [JVMCI] do not propagate resolution error in
      HotSpotResolvedJavaFieldImpl.getType
      + S8212937: Parent class loader may not have a referred
      ClassLoaderData instance when obtained in
      Klass::class_in_module_of_loader
      + S8212989: Allow CompiledMethod ExceptionCache have unloaded
      klasses
      + S8212995: Placing the Integer.IntegerCache and cached Integer
      objects in the closed archive heap region.
      + S8212996: Use AS_NO_KEEPALIVE when accessing dead
      java.lang.invoke.CallSites during nmethod unloading
      + S8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm
      option
      + S8213014: Crash in CompileBroker::make_thread due to OOM
      + S8213046: Define Japanese new Era character
      + S8213052: HTML errors in JPDA spec
      + S8213058: remove ExecuteInternalVMTests and
      VerboseInternalVMTests flags
      + S8213085: (tz) Upgrade time-zone data to tzdata2018g
      + S8213103: RoundEnvironment.getElementsAnnotatedWith(Class)
      crashes with -source 8
      + S8213196: [ppc] [s390]: prepare code for gcc7.3.1 warning
      (int-in-bool-context)
      + S8213203: [JVMCI] adopt formatting changes from jvmci 8
      + S8213210: Change ServerSocket(SocketImpl impl) constructor to
      protected access
      + S8213227: Update jib src excludes to filter webrev and Jreg
      directories
      + S8213236: A partial removed/deleted JavaThread cannot
      transition
      + S8213237: Remove test-compile-commands from jib-profiles.js
      + S8213245: Restoring nsk/jvmti/scenarios/hotswap tests from
      ProblemList.txt
      + S8213246: Fix typo in vmTestbase failuire to failure
      + S8213256: Clarify runtime vs compile time annotations for
      RoundEnvironment.getElementsAnnotatedWith(Class)
      + S8213263: fix legal headers in test/langtools
      + S8213265: fix missing newlines at end of files
      + S8213296: Fix legal headers in test/jdk/java/net
      + S8213301: Fix legal headers in jdk logging tests
      + S8213305: Fix legal headers in test/java/math
      + S8213306: Fix legal headers in test/java/nio
      + S8213308: ProblemList runtime/appcds/jigsaw/classpathtests/
      /EmptyClassInBootClassPath.java
      + S8213321: Fix legal headers in test/jaxp
      + S8213328: Update test copyrights in test/java/util/zip and
      test/jdk/tools
      + S8213330: Fix legal headers in i18n tests
      + S8213337: windows-x64-slowdebug build is broken by 8177708
      + S8213339: Update precompiled.hpp with headers based on
      current frequency
      + S8213347: [JVMCI] remove use of reflection in JVMCI
      + S8213366: (fs) avoid handle leak in
      Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstFile0
      + S8213371: GC/C2 abstraction and cleanup to handle custom
      offset for GC memory accesses
      + S8213381: Hook to allow GC to inject Node::Ideal() calls
      + S8213384: Move G1/C2 barrier verification into G1BarrierSetC2
      + S8213414: Fix incorrect copy constructors in hotspot
      + S8213444: Missing emphasis for term being defined
      + S8213464: Fix missing include after JDK-8212243
      + S8213469: Remove/fix leftovers from JDK-8213384: Move G1/C2
      barrier verification into G1BarrierSetC2
      + S8213487: [BACKOUT] 8213414 Fix incorrect copy constructors
      in hotspot
  - Upgrade to upstream tag jdk-12+18
    * Fixes:
      + S6490394: G1: Allow heap shrinking / memory unmapping after
      reclaiming regions during Remark
      + S8017061: os_bsd.cpp contains code for UseSHM and UseHugeTLBFS
      + S8021335: Missing synchronization when reading counters for
      live threads and peak thread count
      + S8024368: private methods are allocated vtable slots
      + S8071913: Filter out entries to free/uncommitted regions
      during iteration
      + S8157728: Convert GCTimer_test to GTest
      + S8164546: Convert DirectivesParser_test to GTest
      + S8177710: Convert TestMetaspaceUtils_test to GTest
      + S8177899: Tests fail due to code cache exhaustion on machines
      with many cores
      + S8192864: defmeth tests can hide failures
      + S8195627: [Graal] nsk/jdi/VirtualMachine/redefineClasses/
      /redefineclasses026 hangs with Graal in Xcomp mode
      + S8198945: Invalid RuntimeVisibleTypeAnnotations for
      annotation on anonymous class type parameter
      + S8203629: Produce events in the JDK without a dependency on
      jdk.jfr
      + S8203953: Rename SystemDictionary::load_shared_class(Symbol*,
      Handle, TRAPS) to load_shared_boot_class().
      + S8205327: Clean up #if INCLUDE_CDS in classLoaderExt.cpp and
      classLoaderExt.hpp
      + S8205476: KeyAgreement#generateSecret is not reset for ECDH
      based algorithm
      + S8209093: JEP 340: One AArch64 Port, Not Two
      + S8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/
      /JvmtiAddPath.java timeout on tier6 on sparc
      + S8209598: Clean up how messages are printed when CDS aborts
      start-up
      + S8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh
      to plain java test
      + S8210242: vmTestbase/nsk/stress/jni/jnistress001.java crashes
      with EXCEPTION_ACCESS_VIOLATION on windows-x86
      + S8210244: {@value} should be permitted in module documentation
      + S8210808: jshell tool: only considers the first snippet of
      the external editor
      + S8210837: Add libXrandr-devel to the Linux devkits
      + S8210853: JIT: C2 doesn't skip post barrier for new allocated
      objects
      + S8210908: Refactor java/util/prefs/PrefsSpi.sh to plain java
      test
      + S8210958: Rename "make run-test" to "make test"
      + S8211388: Make OtherRegionsTable independent of the region it
      is for
      + S8211694: JShell: Redeclared variable should be reset
      + S8211743: [AOT] crash in ScopeDesc::decode_body() when JVMTI
      walks AOT frames
      + S8211883: Disable anon and NULL cipher suites
      + S8212081: AnnotatedType.toString implementation don't print
      annotations on embedded types
      + S8212129: Remove finalize methods from
      java.util.zip.ZipFIle/Inflator/Deflator
      + S8212151: jdi/ExclusiveBind.java times out due to "bind
      failed: Address already in use" on Solaris-X64
      + S8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE
      when JVMCI is absent
      + S8212173: Thread._stack_base/_stack_size initialized too late
      for new threads
      + S8212200: assert when shared java.lang.Object is redefined by
      JVMTI agent
      + S8212205: VM asserts after CDS archive has been unmapped
      + S8212481: PPC64: Enable POWER9 CPU detection
      + S8212624: remove outdated entries from langtools problem list
      + S8212694: Using Raw String Literals with align() and
      Integer.MIN_VALUE causes out of memory error
      + S8212738: Incorrectly named signature scheme
      ecdsa_secp512r1_sha512
      + S8212766: TestPromotionEventWithG1.java failed due to
      "RuntimeException: PLAB size is smaller than object size."
      + S8212770: Remove spaces before/after () for
      vmTestbase/jvmti/[s-u]
      + S8212795: ThreadInfoCompositeData.toCompositeData fails to
      map ThreadInfo to CompositeData
      + S8212827: GlobalCounter should support nested critical
      sections
      + S8212866: Broken link to schematron.com
      + S8212867: Link to DRBG test vectors is redirected to a broken
      link
      + S8212877: Restore JTREG_VERBOSE value for mach5 testing
      + S8212880: Cannot access ftp: site for fdlibm.tar
      + S8212884: Remove the assignments in ifs for vmTestbase/[a-s]
      + S8212897: Some improvements in the EditorPaneDemotest
      + S8212911: Unify and micro-optimize handling of
      non-in-collection set references in oop closures
      + S8212926: HttpClient does not retrieve files with large sizes
      over HTTP/1.1
      + S8212933: Thread-SMR: requesting a VM operation whilst
      holding a ThreadsListHandle can cause deadlocks
      + S8212941: Loosen the range of JapaneseEra
      + S8212948: Remove unused jdk.internal.misc.VMNotification
      interface
      + S8212956: [JVCMI] SpeculationReason should maintain identity
      + S8212958: Allow Klass::_subklass and _next_sibling to have
      unloaded classes
      + S8212974: Update RS Skipped cards uses wrong enum to register
      to phase
      + S8212978: Add RedefineMethodUsedByMultipleMethodHandles.java
      to problem list
      + S8212994: Links to Oracle websites should use "https:"
      + S8212997: [TESTBUG] Remove defmeth tests for class file
      versions 50 and 51
      + S8213005: Missing symbols in hs_err files on Windows after
      JDK-8212028
      + S8213007: Update the link in
      test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
      + S8213017: jspawnhelper: need to handle pipe write failure
      when sending return code
      + S8213035: Pack MethodHandleInlineStrategy coder and length
      into a long
      + S8213043: Add internal Unsafe xxxObject methods as jsr166 is
      broken
      + S8213056: Nested anchor tags in java.lang.module
      + S8213086: Compiler thread creation should be bounded by
      available space in memory and Code Cache
      + S8213100: fix test OptionSmokeTest before removing it from
      the problem list
      + S8213102: Oracle Unilinks are [301 Moved Permanently] to
      https://docs.oracle.com
      + S8213107: Make ClassLoaderDataGraph iterator skip unloaded
      CLDs
      + S8213142: Use RAII to set the scanning source in
      G1ScanEvacuatedObjClosure
      + S8213148: JDK build fails because of missing #includes
      + S8213151: [AIX] Some class library files are missing the
      Classpath exception
      + S8213172: CDS and JFR tests fail with
      assert(JdkJfrEvent::is(klass)) failed: invariant
      + S8213182: Minimal VM build failure after JDK-8212200 (assert
      when shared java.lang.Object is redefined by JVMTI agent)
      + S8213184: Revert change in jib-profiles.js from
      run-test-prebuilt to test-prebuilt
      + S8213204: ReservedStackTest and ReservedStackTestCompiler
      tests fail on windows
      + S8213211: [BACKOUT] Allow Klass::_subklass and _next_sibling
      to have unloaded classes
  - Upgrade to upstream tag jdk-12+17
    * Fixes:
      + S6821316: comment in source code of SynthStyleFactory.java
      has a self-reference
      + S6828982: UIDefaults.getUI swallows original exception
      + S6994403: Grammatical error in documentation of
      javax.swing.GroupLayout.ParallelGroup
      + S8014503: AWT Choice implementation should be made consistent
      across platforms.
      + S8061359: [macosx] Checkbox toggles on Space press but does
      not spoken by Voice Over
      + S8133713: [macosx] Accessible JTables always reported as empty
      + S8150552: Remove -XX:+AggressiveOpts
      + S8171097: Convert TestReservedSpace_test to Gtest
      + S8177709: Convert TestVirtualSpace_test to GTest
      + S8182041: File Chooser Shortcut Panel folders under on JDK 9
      8062648: FileSystemView.getDefaultDirectory() should check
      read access on Unix systems
      + S8195793: Remove GTE CyberTrust Global Root
      + S8199567: [Nestmates] Cleanup instanceKlass.cpp
      + S8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
      + S8201355: Avoid native memory allocation in
      sun.security.mscapi.PRNG.generateSeed
      + S8203281: [Windows] JComboBox change in ui when
      editor.setBorder() is called
      + S8207146: Rename jdk.internal.misc.Unsafe::xxxObject to
      xxxReference
      + S8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
      + S8208595: [parfait] Better X11 font support
      + S8208638: Instead of circle rendered in appl window, but
      ellipse is produced JEditor Pane
      + S8209087: Clean up runtime code that compares 'this' to NULL
      + S8210306: Missing closing bracket in GridBagLayout gridwidth,
      gridheight description
      + S8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
      + S8210353: Move java/util/Arrays/TimSortStackSize2.java back
      to tier1
      + S8210406: Refactor java.util.PluggableLocale:i18n shell tests
      to plain java tests
      + S8210407: Refactor java.util.Calendar:i18n shell tests to
      plain java tests
      + S8210448: Copy Java XML Digital Signature API Specification
      into java.xml.crypto javadocs
      + S8210632: Add key exchange algorithm to
      javax/net/ssl/TLSCommon/CipherSuite.java
      + S8210739: Calling JSpinner's setFont with null throws
      NullPointerException
      + S8210910: Create test for FileChooserDemo
      + S8210923: JShell: support for switch expressions
      + S8210959: JShell fails and exits when statement throws an
      exception whose message contains a '%'.
      + S8210990: [TESTBUG] Some CDS tests don't respect JVM variant
      being tested
      + S8211031: Remove un-needed qualified export to java.desktop
      from java.base on macos
      + S8211055: Provide print to a file (PDF) feature even when
      printer was not connected
      + S8211218: remove double semicolon in
      src/java.desktop/macosx/classes/sun/font/CFont.java
      + S8211300: Convert C-style array declarations in JDK client
      code
      + S8211317: avoid memory leak in
      Java_sun_awt_UNIXToolkit_load_1stock_1icon
      + S8211393: Memory leak issue on awt_InputMethod.c
      + S8211437: java.net.http.HttpClient hangs on 204 reply without
      Content-length 0
      + S8211693: Convert C-style array declarations in client demos
      and jdk.accessibility
      + S8211736: jdb doesn't print prompt when breakpoint is hit and
      suspend policy is STOP_EVENT_THREAD
      + S8211806: TLS 1.3 handshake server name indication is missing
      on a session resume
      + S8211853: Avoid additional duplicate work when a reference in
      the task queue has already been evacuated
      + S8211876: Broken links in java.base files
      (ClassLoader.html#name)
      + S8211879: Broken links in API overview
      + S8211886: Bad/broken link in synthFileFormat.html
      + S8211899: Remove the NSK_CPP_STUB macros from vmTestbase for
      jvmti/scenarios/[E-M]
      + S8211987: Menu bar gets input focus even if Alt-released
      event is consumed
      + S8212040: Compilation error due to wrong usage of
      NSPrintJobDispositionValue in mac10.12
      + S8212071: Need to set the FreeType LCD Filter to reduce
      fringing.
      + S8212098: Cleanup of ProblemList.txt for fixed swing tests
      + S8212114: Reconsider the affect on closed streams resulting
      from 8189366
      + S8212148: Remove remaining NSK_CPP_STUBs
      + S8212186: JVMTI lacks a few GC barriers/hooks
      + S8212213: All tests for splashscreen stopped worked in
      jdk12b13
      + S8212216: JGSS: Fix leak in exception cases in getJavaOID()
      + S8212220: add code to verify results to
      metaspace/stressDictionary/StressDictionary.java
      + S8212535: Remove spaces before/after () for vmTestbase/[a-j]*
      + S8212553: [TESTBUG] TestTrichotomyExpressions.java times out
      with Graal as JIT
      + S8212587: equals in MakeBase does not handle empty strings
      correctly
      + S8212595: Remove unused size_helper() in oop_oop_iterate* in
      instanceKlass.inline.hpp
      + S8212603: Need to step over GC barriers in Node::eqv_uncast()
      + S8212611: Small collection of simple changes from shenandoah
      + S8212612: Add documentation about Arguments::_exit_hook
      + S8212616: x86_32 build failures after JDK-8210498 (nmethod
      entry barriers)
      + S8212617: ARM32 build failures after JDK-7041262 (VM_Version
      should be called instead of Abstract_VM_Version so that
      overriding works)
      + S8212629: [TEST] wrong breakpoint in
      test/jdk/com/sun/jdi/DeferredStepTest
      + S8212642: Remove SystemDictionary::InitOption enum
      + S8212662: Fix javadoc typo in java.lang.ref.Cleaner
      + S8212663: Remove conservative at_safepoint assert when JFR
      writes type sets during class unloading
      + S8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) -
      unexpected. lastLine=52, minLine=52, maxLine=55
      + S8212695: Add explicit timeout to several HTTP Client tests
      + S8212698: Minor g1 #include changes and memoryService.hpp
      copyright date update
      + S8212706: nmethod jvmci_installed_code_name need to be XML
      escaped
      + S8212707: GlobalCounter padding is too optimistic
      + S8212718: Refactor some annotation processor tests to better
      use collections
      + S8212726: Replace some use of drop- and foldArguments with
      filtering argument combinator in StringConcatFactory
      + S8212752: Typo in SSL log message related to
      inactive/disabled signature scheme
      + S8212753: Improve oopDesc::forward_to_atomic
      + S8212754: Build failure: undefined
      JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
      + S8212771: Remove remaining spaces before/after () for
      vmTestbase
      + S8212774: Remove dead code touching Klass::_lower_dimension
      + S8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable
      throws InternalError
      + S8212896: AIX build breaks after 8212611
      + S8212913: (Nested)ThreadsListHandleInErrorHandlingTest need
      to disable ShowRegistersOnAssert
  - Removed patches:
    * fix-arm32-build.patch
    * fix-i586-build.patch
      + Fixed upstream

Files

/usr/lib64/jvm
/usr/lib64/jvm-private/java-13-openjdk
/usr/lib64/jvm-private/java-13-openjdk/jce
/usr/lib64/jvm-private/java-13-openjdk/jce/vanilla
/usr/lib64/jvm/java-13-openjdk-13
/usr/lib64/jvm/java-13-openjdk-13/bin
/usr/lib64/jvm/java-13-openjdk-13/bin/java
/usr/lib64/jvm/java-13-openjdk-13/bin/jfr
/usr/lib64/jvm/java-13-openjdk-13/bin/jjs
/usr/lib64/jvm/java-13-openjdk-13/bin/keytool
/usr/lib64/jvm/java-13-openjdk-13/bin/pack200
/usr/lib64/jvm/java-13-openjdk-13/bin/rmid
/usr/lib64/jvm/java-13-openjdk-13/bin/rmiregistry
/usr/lib64/jvm/java-13-openjdk-13/bin/unpack200
/usr/lib64/jvm/java-13-openjdk-13/conf
/usr/lib64/jvm/java-13-openjdk-13/conf/logging.properties
/usr/lib64/jvm/java-13-openjdk-13/conf/management
/usr/lib64/jvm/java-13-openjdk-13/conf/management/jmxremote.access
/usr/lib64/jvm/java-13-openjdk-13/conf/management/jmxremote.password.template
/usr/lib64/jvm/java-13-openjdk-13/conf/management/management.properties
/usr/lib64/jvm/java-13-openjdk-13/conf/net.properties
/usr/lib64/jvm/java-13-openjdk-13/conf/sdp
/usr/lib64/jvm/java-13-openjdk-13/conf/sdp/sdp.conf.template
/usr/lib64/jvm/java-13-openjdk-13/conf/security
/usr/lib64/jvm/java-13-openjdk-13/conf/security/java.policy
/usr/lib64/jvm/java-13-openjdk-13/conf/security/java.security
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/README.txt
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/limited
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/limited/default_US_export.policy
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/limited/default_local.policy
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/limited/exempt_local.policy
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/unlimited
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/unlimited/default_US_export.policy
/usr/lib64/jvm/java-13-openjdk-13/conf/security/policy/unlimited/default_local.policy
/usr/lib64/jvm/java-13-openjdk-13/conf/sound.properties
/usr/lib64/jvm/java-13-openjdk-13/conf/tz.properties
/usr/lib64/jvm/java-13-openjdk-13/lib
/usr/lib64/jvm/java-13-openjdk-13/lib/classlist
/usr/lib64/jvm/java-13-openjdk-13/lib/desktop
/usr/lib64/jvm/java-13-openjdk-13/lib/desktop/jconsole.desktop
/usr/lib64/jvm/java-13-openjdk-13/lib/jexec
/usr/lib64/jvm/java-13-openjdk-13/lib/jfr
/usr/lib64/jvm/java-13-openjdk-13/lib/jfr/default.jfc
/usr/lib64/jvm/java-13-openjdk-13/lib/jfr/profile.jfc
/usr/lib64/jvm/java-13-openjdk-13/lib/jrt-fs.jar
/usr/lib64/jvm/java-13-openjdk-13/lib/jspawnhelper
/usr/lib64/jvm/java-13-openjdk-13/lib/jvm.cfg
/usr/lib64/jvm/java-13-openjdk-13/lib/libawt.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libawt_headless.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libdt_socket.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libextnet.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libfontmanager.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libinstrument.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libj2gss.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libj2pcsc.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libj2pkcs11.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjaas.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjava.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjavajpeg.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjdwp.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjimage.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjli.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjsig.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libjsound.so
/usr/lib64/jvm/java-13-openjdk-13/lib/liblcms.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libmanagement.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libmanagement_agent.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libmanagement_ext.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libmlib_image.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libnet.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libnio.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libprefs.so
/usr/lib64/jvm/java-13-openjdk-13/lib/librmi.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libsctp.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libsunec.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libunpack.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libverify.so
/usr/lib64/jvm/java-13-openjdk-13/lib/libzip.so
/usr/lib64/jvm/java-13-openjdk-13/lib/modules
/usr/lib64/jvm/java-13-openjdk-13/lib/psfont.properties.ja
/usr/lib64/jvm/java-13-openjdk-13/lib/psfontj2d.properties
/usr/lib64/jvm/java-13-openjdk-13/lib/security
/usr/lib64/jvm/java-13-openjdk-13/lib/security/blacklisted.certs
/usr/lib64/jvm/java-13-openjdk-13/lib/security/default.policy
/usr/lib64/jvm/java-13-openjdk-13/lib/security/nss.cfg
/usr/lib64/jvm/java-13-openjdk-13/lib/security/public_suffix_list.dat
/usr/lib64/jvm/java-13-openjdk-13/lib/server
/usr/lib64/jvm/java-13-openjdk-13/lib/server/classes.jsa
/usr/lib64/jvm/java-13-openjdk-13/lib/server/libjsig.so
/usr/lib64/jvm/java-13-openjdk-13/lib/server/libjvm.so
/usr/lib64/jvm/java-13-openjdk-13/lib/tzdb.dat
/usr/lib64/jvm/jre-13-openjdk
/usr/share/man/man1/java-java-13-openjdk.1.gz
/usr/share/man/man1/jfr-java-13-openjdk.1.gz
/usr/share/man/man1/jjs-java-13-openjdk.1.gz
/usr/share/man/man1/keytool-java-13-openjdk.1.gz
/usr/share/man/man1/pack200-java-13-openjdk.1.gz
/usr/share/man/man1/rmid-java-13-openjdk.1.gz
/usr/share/man/man1/rmiregistry-java-13-openjdk.1.gz
/usr/share/man/man1/unpack200-java-13-openjdk.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 4 00:25:33 2023