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

java-11-openjdk-src-11.0.30.0-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: java-11-openjdk-src Distribution: openSUSE Tumbleweed
Version: 11.0.30.0 Vendor: openSUSE
Release: 1.2 Build date: Fri Jan 23 19:02:01 2026
Group: Development/Languages/Java Build host: reproducible
Size: 58216216 Source RPM: java-11-openjdk-11.0.30.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://openjdk.java.net/
Summary: OpenJDK 11 Source Bundle
The OpenJDK 11 source bundle.

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

* Fri Jan 23 2026 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.30+7 (January 2026 CPU)
    * CVEs
      + CVE-2026-21925, bsc#1257034
      + CVE-2026-21932, bsc#1257036
      + CVE-2026-21933, bsc#1257037
      + CVE-2026-21945, bsc#1257038
    * Changes
      + JDK-4895924: Strings in format #rgb not handled by
      Color.decode() (affects CSS / Swing)
      + JDK-8213781: web page background renders blue in JEditorPane
      + JDK-8224087: Compile C code for at least C99 Standard
      compliance
      + JDK-8245545: Disable TLS_RSA cipher suites
      + JDK-8257709: C1: Double assignment in
      InstructionPrinter::print_stack
      + JDK-8263622: The java.awt.color.ICC_Profile#setData invert
      the order of bytes for the "head" tag
      + JDK-8264524: jdk/internal/platform/docker/
      /TestDockerMemoryMetrics.java fails due to swapping not
      working
      + JDK-8265429: Improve GCM encryption
      + JDK-8271456: Avoid looking up standard charsets in
      "java.desktop" module
      + JDK-8274893: Update java.desktop classes to use
      try-with-resources
      + JDK-8295301: Problem list TrayIcon tests that fail on Ubuntu
      22.04
      + JDK-8299748: java/util/zip/Deinflate.java failing on s390x
      + JDK-8313083: Print 'rss' and 'cache' as part of the container
      information
      + JDK-8317970: Bump target macosx-x64 version to 11.00.00
      + JDK-8336451: [11u] GHA macos-13 and macos-15 builders are
      unable to resolve local hostname
      + JDK-8336854: CAInterop.java#actalisauthenticationrootca
      conflicted with /manual and /timeout
      + JDK-8337506: Disable "best-fit" mapping on Windows command
      line
      + JDK-8339280: jarsigner -verify performs cross-checking
      between CEN and LOC
      + JDK-8341496: Improve JMX connections
      + JDK-8341861: GHA: Use only retention mechanism to remove
      bundles
      + JDK-8341964: Add mechanism to disable different parts of TLS
      cipher suite
      + JDK-8347129: cpuset cgroups controller is required for no
      good reason
      + JDK-8347381: Upgrade jQuery UI to version 1.14.1
      + JDK-8347911: Limit the length of inflated text chunks
      + JDK-8350813: Rendering of bulky sound bank from MIDI sequence
      can cause OutOfMemoryError
      + JDK-8351933: Inaccurate masking of TC subfield decrement in
      ForkJoinPool
      + JDK-8353299: VerifyJarEntryName.java test fails
      + JDK-8354941: Build failure with glibc 2.42 due to uabs() name
      collision
      + JDK-8355528: Update HarfBuzz to 11.2.0
      + JDK-8357657: [11u][windows] cannot stat '/jdk.crypto.ec/*':
      No such file or directory
      + JDK-8358004: Delete applications/scimark/Scimark.java test
      + JDK-8359402: Test CloseDescriptors.java should throw
      SkippedException when there is no lsof/sctp
      + JDK-8359501: Enhance Handling of URIs
      + JDK-8362308: Enhance Bitmap operations
      + JDK-8362632: Improve HttpServer Request handling
      + JDK-8364214: Enhance polygon data support
      + JDK-8364597: Replace THL A29 Limited with Tencent
      + JDK-8364660: ClassVerifier::ends_in_athrow() should be removed
      + JDK-8365058: Enhance CopyOnWriteArraySet
      + JDK-8365271: Improve Swing supports
      + JDK-8366125: [11u] Test compiler/loopopts/
      /TestRangeCheckPredicatesControl.java fails OOM
      + JDK-8366359: Test should throw SkippedException when there is
      no lpstat
      + JDK-8366572: Bump update version of OpenJDK: 11.0.30
      + JDK-8367782: VerifyJarEntryName.java: Fix modifyJarEntryName
      to operate on bytes and re-introduce verifySignatureEntryName
      + JDK-8368032: Enhance Certificate Checking
      + JDK-8368192: Test java/lang/ProcessBuilder/Basic.java#id0
      fails with Exception: Stack trace
      + JDK-8368982: Test sun/security/tools/jarsigner/EC.java
      completed and timed out
      + JDK-8369226: GHA: Switch to MacOS 15
      + JDK-8372534: Update Libpng to 1.6.51
  - Removed patch:
    * jdk-8354941.patch
      + integrated in this version
* Wed Jan 14 2026 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * bsc_1255446.patch
      + OpenJDK rendering blue borders when it should not, due to
      missing the fix for JDK-6304250 from upstream (bsc#1255446)
* Wed Jan 14 2026 Fridrich Strba <fstrba@suse.com>
  - Do not depend on update-desktop-files (jsc#PED-14507)
* Wed Oct 22 2025 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.29+7 (October 2025 CPU)
    * Security fixes:
      + JDK-8360937, CVE-2025-53057, bsc#1252414: Enhance certificate
      handling
      + JDK-8356294, CVE-2025-53066, bsc#1252417: Enhance Path
      Factories
      + JDK-8352637: Enhance bytecode verification
    * Other fixes:
      + JDK-8365389: Remove static color fields from SwingUtilities3
      and WindowsMenuItemUI
      + JDK-8368308: ISO 4217 Amendment 180 Update
      + JDK-8348760: RadioButton is not shown if JRadioButtonMenuItem
      is rendered with ImageIcon in WindowsLookAndFeel
      + JDK-8365375: Method SU3.setAcceleratorSelectionForeground
      assigns to acceleratorForeground
      + JDK-8348328: Update IANA Language Subtag Registry to Version
      2025-05-15
      + JDK-8348597: Update HarfBuzz to 10.4.0
      + JDK-8319197: Exclude hb-subset and hb-style from compilation
      + JDK-8312518: [macos13] setFullScreenWindow() shows black
      screen on macOS 13 & above
      + JDK-8361212: Remove AffirmTrust root CAs
      + JDK-8365811: test/jdk/java/net/CookieHandler/B6644726.java
      failure - "Should have 5 cookies. Got only 4, expires probably
      didn't parse correctly"
      + JDK-8350540: [17u,11u] B8312065.java fails Network is
      unreachable
      + JDK-8316497: ColorConvertOp - typo for non-ICC conversions
      needs one-line fix
      + JDK-8356053: Test java/awt/Toolkit/Headless/
      /HeadlessToolkit.java fails by timeout
      + JDK-8211804: Constant AO_UNUSED_MBZ uses left shift of
      negative value
      + JDK-8355051: Problemlist java/awt/Graphics2D/CopyAreaOOB.java
      on macosx-aarch64
      + JDK-8355249: Remove the use of WMIC from the entire source
      code
      + JDK-8343618: Stack smashing in awt_InputMethod.c on Linux
      s390x
      + JDK-8274453: (sctp) com/sun/nio/sctp/SctpChannel/
      /CloseDescriptors.java test should be resilient to lsof
      warnings
      + JDK-8318605: Enable parallelism in vmTestbase/nsk/stress/stack
      tests
      + JDK-8315774: Enable parallelism in vmTestbase/gc/g1/unloading
      tests
      + JDK-8322920: Some ProcessTools.execute* functions are declared
      to throw Throwable
      + JDK-8231943: ZGC: Enable serviceability/dcmd/gc/RunGCTest
      + JDK-8247362: HeapDumpCompressedTest.java#id0 fails due to
      "Multiple garbage collectors selected"
      + JDK-8340185: Use make -k on GHA to catch more build errors
      + JDK-8363965: GHA: Switch cross-compiling sysroots to Debian
      bookworm
      + JDK-8268463: Windows 32bit build fails in
      DynamicCodeGenerated\libDynamicCodeGenerated.cpp
      + JDK-8212155: Race condition when posting
      dynamic_code_generated event leads to JVM crash
      + JDK-8352942: jdk/jfr/startupargs/TestMemoryOptions.java fails
      with 32-bit build
      + JDK-8211328: Different declaration and definition of
      ClassLoaderData::classes_do() leads to build failures
      + JDK-8360816: [11u] Use default value for ProgramFiles(x86) in
      GHA
      + JDK-8358538: Update GHA Windows runner to 2025
      + JDK-8360042: GHA: Bump MSVC to 14.44
      + JDK-8357193: [VS 2022 17.14] Warning C5287 in debugInit.c:
      enum type mismatch during build
      + JDK-8345414: Google CAInterop test failures
      + JDK-8358325: Bump update version of OpenJDK: 11.0.29
* Sat Aug 30 2025 Fridrich Strba <fstrba@suse.com>
  - Remove pack200 and unpack200 from alternatives
* Fri Aug 22 2025 Fridrich Strba <fstrba@suse.com>
  - jdk-8354941.patch: JDK-8354941: Build failure with glibc 2.42 due to
    uabs() name collision
* Mon Jul 21 2025 Fridrich Strba <fstrba@suse.com>
  - Do not embed rebuild counter (bsc#1246806)
* Fri Jul 18 2025 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.28+6 (July 2025 CPU)
    * CVEs
      + CVE-2025-30749, bsc#1246595
      + CVE-2025-30754, bsc#1246598
      + CVE-2025-30761, bsc#1246580
      + CVE-2025-50059, bsc#1246575
      + CVE-2025-50106, bsc#1246584
    * Changes
      + JDK-8026976: ECParameters, Point does not match field size
      + JDK-8211400: nsk.share.gc.Memory::getArrayLength returns wrong
      value
      + JDK-8231058: VerifyOops crashes with assert(_offset >= 0)
      failed: offset for non comment?
      + JDK-8232625: HttpClient redirect policy should be more
      conservative
      + JDK-8258483: [TESTBUG] gtest
      CollectorPolicy.young_scaled_initial_ergo_vm fails if heap is
      too small
      + JDK-8293345: SunPKCS11 provider checks on PKCS11 Mechanism are
      problematic
      + JDK-8296631: NSS tests failing on OL9 linux-aarch64 hosts
      + JDK-8301753: AppendFile/WriteFile has differences between make
      3.81 and 4+
      + JDK-8303770: Remove Baltimore root certificate expiring in May
      2025
      + JDK-8315380: AsyncGetCallTrace crash in frame::safe_for_sender
      + JDK-8327476: Upgrade JLine to 3.26.1
      + JDK-8328957: Update PKCS11Test.java to not use hardcoded path
      + JDK-8331959: Update PKCS#11 Cryptographic Token Interface to
      v3.1
      + JDK-8339300: CollectorPolicy.young_scaled_initial_ergo_vm
      gtest fails on ppc64 based platforms
      + JDK-8339728: [Accessibility,Windows,JAWS] Bug in the
      getKeyChar method of the AccessBridge class
      + JDK-8345133: Test sun/security/tools/jarsigner/
      /TsacertOptionTest.java failed: Warning found in stdout
      + JDK-8345625: Better HTTP connections
      + JDK-8346887: DrawFocusRect() may cause an assertion failure
      + JDK-8347629: Test FailOverDirectExecutionControlTest.java
      fails with -Xcomp
      + JDK-8348110: Update LCMS to 2.17
      + JDK-8348596: Update FreeType to 2.13.3
      + JDK-8348598: Update Libpng to 1.6.47
      + JDK-8348989: Better Glyph drawing
      + JDK-8349111: Enhance Swing supports
      + JDK-8349594: Enhance TLS protocol support
      + JDK-8350469: [11u] Test AbsPathsInImage.java fails
    - JDK-8239429 public clone
      + JDK-8350498: Remove two Camerfirma root CA certificates
      + JDK-8350991: Improve HTTP client header handling
      + JDK-8351099: Bump update version of OpenJDK: 11.0.28
      + JDK-8351422: Improve scripting supports
      + JDK-8352302: Test sun/security/tools/jarsigner/
      /TimestampCheck.java is failing
      + JDK-8352716: (tz) Update Timezone Data to 2025b
      + JDK-8356096: ISO 4217 Amendment 179 Update
      + JDK-8356571: Re-enable -Wtype-limits for GCC in LCMS
      + JDK-8359170: Add 2 TLS and 2 CS Sectigo roots
      + JDK-8360147: Better Glyph drawing redux
* Thu Apr 24 2025 Friedrich Haubensak <hsk17@mail.de>
  - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to
    still allow build on Leap 15.6
* Thu Apr 24 2025 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.27+6 (April 2025 CPU)
    * CVEs
      + CVE-2025-21587, bsc#1241274
      + CVE-2025-30691, bsc#1241275
      + CVE-2025-30698, bsc#1241276
    * Changes
      + JDK-8195675: Call to insertText with single character
      from custom Input Method ignored
      + JDK-8202926: Test java/awt/Focus/
      /WindowUpdateFocusabilityTest/
      /WindowUpdateFocusabilityTest.html fails
      + JDK-8216539: tools/jar/modularJar/Basic.java timed out
      + JDK-8268364: jmethod clearing should be done during
      unloading
      + JDK-8273914: Indy string concat changes order of
      operations
      + JDK-8294316: SA core file support is broken on macosx-x64
      starting with macOS 12.x
      + JDK-8306408: Fix the format of several tables in
      building.md
      + JDK-8309841: Jarsigner should print a warning if an entry
      is removed
      + JDK-8312049: runtime/logging/ClassLoadUnloadTest can be
      improved
      + JDK-8320916: jdk/jfr/event/gc/stacktrace/
      /TestParallelMarkSweepAllocationPendingStackTrace.java failed
      with "OutOfMemoryError: GC overhead limit exceeded"
      + JDK-8327650: Test java/nio/channels/DatagramChannel/
      /StressNativeSignal.java timed out
      + JDK-8328242: Add a log area to the PassFailJFrame
      + JDK-8331863: DUIterator_Fast used before it is constructed
      + JDK-8336012: Fix usages of jtreg-reserved properties
      + JDK-8337494: Clarify JarInputStream behavior
      + JDK-8337692: Better TLS connection support
      + JDK-8338430: Improve compiler transformations
      + JDK-8339560: Unaddressed comments during code review of
      JDK-8337664
      + JDK-8339810: Clean up the code in sun.tools.jar.Main to
      properly close resources and use ZipFile during extract
      + JDK-8339931: Update problem list for
      WindowUpdateFocusabilityTest.java
      + JDK-8340387: Update OS detection code to recognize
      Windows Server 2025
      + JDK-8341424: GHA: Collect hs_errs from build time failures
      + JDK-8342562: Enhance Deflater operations
      + JDK-8342704: GHA: Report truncation is broken after
      JDK-8341424
      + JDK-8343007: Enhance Buffered Image handling
      + JDK-8343474: [updates] Customize README.md to specifics
      of update project
      + JDK-8343599: Kmem limit and max values swapped when
      printing container information
      + JDK-8343786: [11u] GHA: Bump macOS and Xcode versions to
      macos-13 and XCode 14.3.1
      + JDK-8344589: Update IANA Language Subtag Registry to
      Version 2024-11-19
      + JDK-8345509: Bump update version of OpenJDK: 11.0.27
      + JDK-8346587: Distrust TLS server certificates anchored by
      Camerfirma Root CAs
      + JDK-8347427: JTabbedPane/8134116/Bug8134116.java has no
      license header
      + JDK-8347847: Enhance jar file support
      + JDK-8347965: (tz) Update Timezone Data to 2025a
      + JDK-8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25
      updates
      + JDK-8352097: (tz) zone.tab update missed in 2025a backport
      + JDK-8354087: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.27
* Wed Jan 22 2025 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.26+4 (January 2025 CPU)
    * Security fix
      + JDK-8330045, CVE-2025-21502, bsc#1236278: Enhance array
      handling
    * Changes
      + JDK-8224624: Inefficiencies in CodeStrings::add_comment cause
      timeouts
      + JDK-8225045: javax/swing/JInternalFrame/8146321/
      /JInternalFrameIconTest.java fails on linux-x64
      + JDK-8232367: Update Reactive Streams to 1.0.3 -- tests only
      + JDK-8247706: Unintentional use of new Date(year...) with
      absolute year
      + JDK-8299254: Support dealing with standard assert macro
      + JDK-8303920: Avoid calling out to python in
      DataDescriptorSignatureMissing test
      + JDK-8315936: Parallelize gc/stress/TestStressG1Humongous.java
      test
      + JDK-8316193: jdk/jfr/event/oldobject/TestListenerLeak.java
      java.lang.Exception: Could not find leak
      + JDK-8328300: Convert PrintDialogsTest.java from Applet to
      main program
      + JDK-8328642: Convert applet test
      MouseDraggedOutCauseScrollingTest.html to main
      + JDK-8334332: TestIOException.java fails if run by root
      + JDK-8335428: Enhanced Building of Processes
      + JDK-8335801: [11u] Backport of 8210988 to 11u removes gcc
      warnings
      + JDK-8335912, JDK-8337499: Add an operation mode to the jar
      command when extracting to not overwriting existing files
      + JDK-8336564: Enhance mask blit functionality redux
      + JDK-8338402: GHA: some of bundles may not get removed
      + JDK-8339082: Bump update version for OpenJDK: jdk-11.0.26
      + JDK-8339180: Enhanced Building of Processes: Follow-on Issue
      + JDK-8339470: [17u] More defensive fix for 8163921
      + JDK-8339637: (tz) Update Timezone Data to 2024b
      + JDK-8339644: Improve parsing of Day/Month in tzdata rules
      + JDK-8339803: Acknowledge case insensitive unambiguous
      keywords in tzdata files
      + JDK-8340552: Harden TzdbZoneRulesCompiler against missing
      zone names
      + JDK-8340671: GHA: Bump macOS and Xcode versions to macos-12
      and XCode 13.4.1
      + JDK-8340815: Add SECURITY.md file
      + JDK-8342426: [11u] javax/naming/module/RunBasic.java javac
      compile fails
      + JDK-8342629: [11u] Properly message out that shenandoah is
      disabled
      + JDK-8347483: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.26
* Mon Oct 28 2024 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.25+9 (October 2024 CPU)
    * Security fixes
      + JDK-8290367, JDK-8332643: Update default value and extend the
      scope of com.sun.jndi.ldap.object.trustSerialData system
      property
      + JDK-8307383: Enhance DTLS connections
      + JDK-8328286, CVE-2024-21208, bsc#1231702: Enhance HTTP client
      + JDK-8328544, CVE-2024-21210, bsc#1231711: Improve handling of
      vectorization
      + JDK-8328726: Better Kerberos support
      + JDK-8331446, CVE-2024-21217, bsc#1231716: Improve
      deserialization support
      + JDK-8332644, CVE-2024-21235, bsc#1231719: Improve graph
      optimizations
      + JDK-8335713: Enhance vectorization analysis
    * Other changes
      + JDK-7124313: [macosx] Swing Popups should overlap taskbar
      + JDK-7156347: javax/swing/JList/6462008/bug6462008.java fails
      + JDK-8078725: method adjustments can be done just once for all
      classes involved into redefinition
      + JDK-8205076: [17u] Inet6AddressImpl.c: 'lookupIfLocalHost'
      accesses 'int InetAddress.preferIPv6Address' as a boolean
      + JDK-8206440: Remove javac -source/-target 6 from jdk
      regression tests
      + JDK-8210338: Better output for GenerationTests.java
      + JDK-8211920: Close server socket and cleanups in
      test/jdk/javax/naming/module/RunBasic.java
      + JDK-8222005: ClassRedefinition crashes with: guarantee(false)
      failed: OLD and/or OBSOLETE method(s) found
      + JDK-8222884: ConcurrentClassDescLookup.java times out
      intermittently
      + JDK-8224081: SOCKS v4 tests require IPv4
      + JDK-8227122: [TESTBUG] Create Docker sidecar test cases
      + JDK-8229822: ThrowingPushPromises tests sometimes fail due to
      EOF
      + JDK-8231427: Warning cleanup in tests of java.io.Serializable
      + JDK-8236917: TestInstanceKlassSize.java fails with "The size
      computed by SA for java.lang.Object does not match"
      + JDK-8238169: BasicDirectoryModel getDirectories and
      DoChangeContents.run can deadlock
      + JDK-8240226: DeflateIn_InflateOut.java test incorrectly
      assumes size of compressed file
      + JDK-8242999: HTTP/2 client may not handle CONTINUATION frames
      correctly
      + JDK-8244966: Add .vscode to .hgignore and .gitignore
      + JDK-8249097: test/lib/jdk/test/lib/util/JarBuilder.java has a
      bad copyright
      + JDK-8249772: (ch) Improve
      sun/nio/ch/TestMaxCachedBufferSize.java
      + JDK-8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o
      bug-id
      + JDK-8251188: Update LDAP tests not to use wildcard addresses
      + JDK-8253207: enable problemlists jcheck's check
      + JDK-8255898: Test java/awt/FileDialog/FilenameFilterTest/
      /FilenameFilterTest.java fails on Mac OS
      + JDK-8255913: Decrease number of iterations in
      TestMaxCachedBufferSize
      + JDK-8255969: Improve java/io/BufferedInputStream/
      /LargeCopyWithMark.java using jtreg tags
      + JDK-8259274: Increase timeout duration in
      sun/nio/ch/TestMaxCachedBufferSize.java
      + JDK-8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/
      /MouseEventAfterStartDragTest.html test failed
      + JDK-8261433: Better pkcs11 performance for
      libpkcs11:C_EncryptInit/libpkcs11:C_DecryptInit
      + JDK-8263031: HttpClient throws Exception if it receives a
      Push Promise that is too large
      + JDK-8266149: mark hotspot compiler/startup tests which ignore
      VM flags
      + JDK-8266150: mark hotspot compiler/arguments tests which
      ignore VM flags
      + JDK-8266153: mark hotspot compiler/onSpinWait tests which
      ignore VM flags
      + JDK-8266154: mark hotspot compiler/oracle tests which ignore
      VM flags
      + JDK-8268906: gc/g1/mixedgc/TestOldGenCollectionUsage.java
      assumes that GCs take 1ms minimum
      + JDK-8269428: java/util/concurrent/ConcurrentHashMap/
      /ToArray.java timed out
      + JDK-8269616: serviceability/dcmd/framework/VMVersionTest.java
      fails with Address already in use error
      + JDK-8273135: java/awt/color/ICC_ColorSpace/
      /MTTransformReplacedProfile.java crashes in liblcms.dylib with
      NULLSeek+0x7
      + JDK-8275851: Deproblemlist open/test/jdk/javax/swing/
      /JComponent/6683775/bug6683775.java
      + JDK-8276036: The value of full_count in the message of
      insufficient codecache is wrong
      + JDK-8276306: jdk/jshell/CustomInputToolBuilder.java fails
      intermittently on storage acquisition
      + JDK-8276819: javax/print/PrintServiceLookup/
      /FlushCustomClassLoader.java fails to free
      + JDK-8279164: Disable TLS_ECDH_* cipher suites
      + JDK-8279337: The MToolkit is still referenced in a few places
      + JDK-8280392: java/awt/Focus/NonFocusableWindowTest/
      /NonfocusableOwnerTest.java failed with "RuntimeException:
      Test failed."
      + JDK-8284585: PushPromiseContinuation test fails
      intermittently in timeout
      + JDK-8286601: Mac Aarch: Excessive warnings to be ignored for
      build jdk
      + JDK-8286781: Replace the deprecated/obsolete gethostbyname
      and inet_addr calls
      + JDK-8292044: HttpClient doesn't handle 102 or 103 properly
      + JDK-8294148: Support JSplitPane for instructions and test UI
      + JDK-8294310: compare.sh fails on macos after JDK-8293550
      + JDK-8296410: HttpClient throws java.io.IOException: no
      statuscode in response for HTTP2
      + JDK-8298873: Update IllegalRecordVersion.java for changes to
      TLS implementation
      + JDK-8299058: AssertionError in sun.net.httpserver.ServerImpl
      when connection is idle
      + JDK-8299487: Test
      java/net/httpclient/whitebox/SSLTubeTestDriver.java timed out
      + JDK-8301189: validate-source fails after JDK-8298873
      + JDK-8303216: Prefer ArrayList to LinkedList in
      sun.net.httpserver.ServerImpl
      + JDK-8303965: java.net.http.HttpClient should reset the stream
      if response headers contain malformed header fields
      + JDK-8305072: Win32ShellFolder2.compareTo is inconsistent
      + JDK-8305079: Remove finalize() from compiler/c2/Test719030
      + JDK-8305081: Remove finalize() from
      test/hotspot/jtreg/compiler/runtime/Test8168712
      + JDK-8305825: getBounds API returns wrong value resulting in
      multiple Regression Test Failures on Ubuntu 23.04
      + JDK-8305906: HttpClient may use incorrect key when finding
      pooled HTTP/2 connection for IPv6 address
      + JDK-8306060: Open source few AWT Insets related tests
      + JDK-8306432: Open source several AWT Text Component related
      tests
      + JDK-8306466: Open source more AWT Drag & Drop related tests
      + JDK-8306489: Open source AWT List related tests
      + JDK-8306566: Open source several clipboard AWT tests
      + JDK-8306850: Open source AWT Modal related tests
      + JDK-8307091: A few client tests intermittently throw
      ConcurrentModificationException
      + JDK-8307779: Relax the java.awt.Robot specification
      + JDK-8308184: Launching java with large number of jars in
      classpath with java.protocol.handler.pkgs system property set
      can lead to StackOverflowError
      + JDK-8309934: Update GitHub Actions to use JDK 17 for building
      jtreg
      + JDK-8310201: Reduce verbose locale output in -XshowSettings
      launcher option
      + JDK-8311666: Disabled tests in test/jdk/sun/java2d/marlin
      + JDK-8312140: jdk/jshell tests failed with JDI socket timeouts
      + JDK-8314614: jdk/jshell/ImportTest.java failed with
      "InternalError: Failed remote listen"
      + JDK-8315422: getSoTimeout() would be in try block in
      SSLSocketImpl
      + JDK-8315437: Enable parallelism in
      vmTestbase/nsk/monitoring/stress/classload tests
      + JDK-8315442: Enable parallelism in
      vmTestbase/nsk/monitoring/stress/thread tests
      + JDK-8315804: Open source several Swing JTabbedPane JTextArea
      JTextField tests
      + JDK-8315898: Open source swing JMenu tests
      + JDK-8315965: Open source various AWT applet tests
      + JDK-8316104: Open source several Swing SplitPane and
      RadioButton related tests
      + JDK-8316211: Open source several manual applet tests
      + JDK-8316240: Open source several add/remove MenuBar manual
      tests
      + JDK-8316285: Opensource JButton manual tests
      + JDK-8316306: Open source and convert manual Swing test
      + JDK-8316328: Test jdk/jfr/event/oldobject/
      /TestSanityDefault.java times out for some heap sizes
      + JDK-8316462: sun/jvmstat/monitor/MonitoredVm/
      /MonitorVmStartTerminate.java ignores VM flags
      + JDK-8316973: GC: Make TestDisableDefaultGC use createTestJvm
      + JDK-8317039: Enable specifying the JDK used to run jtreg
      + JDK-8317228: GC: Make TestXXXHeapSizeFlags use createTestJvm
      + JDK-8317288: [macos] java/awt/Window/Grab/GrabTest.java:
      Press on the outside area didn't cause ungrab
      + JDK-8317316: G1: Make TestG1PercentageOptions use
      createTestJvm
      + JDK-8317343: GC: Make TestHeapFreeRatio use createTestJvm
      + JDK-8317358: G1: Make TestMaxNewSize use createTestJvm
      + JDK-8317807: JAVA_FLAGS removed from jtreg running in
      JDK-8317039
      + JDK-8318039: GHA: Bump macOS and Xcode versions
      + JDK-8320079: The ArabicBox.java test has no control buttons
      + JDK-8320570: NegativeArraySizeException decoding >1G UTF8
      bytes with non-ascii characters
      + JDK-8320602: Lock contention in SchemaDVFactory.getInstance()
      + JDK-8320945: problemlist tests failing on latest Windows 11
      update
      + JDK-8322330: JavadocHelperTest.java OOMEs with Parallel GC
      and ZGC
      + JDK-8323670: A few client tests intermittently throw
      ConcurrentModificationException
      + JDK-8324755: Enable parallelism in
      vmTestbase/gc/gctests/LargeObjects tests
      + JDK-8325022: Incorrect error message on client authentication
      + JDK-8325179: Race in BasicDirectoryModel.validateFileCache
      + JDK-8325862: set -XX:+ErrorFileToStderr when executing java
      in containers for some container related jtreg tests
      + JDK-8325876: crashes in docker container tests on
      Linuxppc64le Power8 machines
      + JDK-8326140: src/jdk.accessibility/windows/native/
      /libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp
      ReleaseStringChars might be missing in early returns
      + JDK-8327007: javax/swing/JSpinner/8008657/bug8008657.java
      fails
      + JDK-8327137: Add test for ConcurrentModificationException in
      BasicDirectoryModel
      + JDK-8327631: Update IANA Language Subtag Registry to Version
      2024-03-07
      + JDK-8327787: Convert javax/swing/border/Test4129681.java
      applet test to main
      + JDK-8327840: Automate javax/swing/border/Test4129681.java
      + JDK-8328011: Convert java/awt/Frame/GetBoundsResizeTest/
      /GetBoundsResizeTest.java applet test to main
      + JDK-8328110: Allow simultaneous use of PassFailJFrame with
      split UI and additional windows
      + JDK-8328115: Convert java/awt/font/TextLayout/
      /TestJustification.html applet test to main
      + JDK-8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest
      to automatic main test
      + JDK-8328218: Delete test
      java/awt/Window/FindOwner/FindOwner.html
      + JDK-8328234: Remove unused nativeUtils files
      + JDK-8328238: Convert few closed manual applet tests to main
      + JDK-8328269: NonFocusablePopupMenuTest.java should be marked
      as headful
      + JDK-8328273: sun/management/jmxremote/bootstrap/
      /RmiRegistrySslTest.java failed with
      java.rmi.server.ExportException: Port already in use
      + JDK-8328560: java/awt/event/MouseEvent/ClickDuringKeypress/
      /ClickDuringKeypress.java imports Applet
      + JDK-8328561: test java/awt/Robot/ManualInstructions/
      /ManualInstructions.java isn't used
      + JDK-8328953: JEditorPane.read throws ChangedCharSetException
      + JDK-8328999: Update GIFlib to 5.2.2
      + JDK-8329004: Update Libpng to 1.6.43
      + JDK-8329013: StackOverflowError when starting Apache Tomcat
      with signed jar
      + JDK-8329103: assert(!thread->in_asgct()) failed during
      multi-mode profiling
      + JDK-8329510: Update ProblemList for
      JFileChooser/8194044/FileSystemRootTest.java
      + JDK-8329559: Test javax/swing/JFrame/bug4419914.java failed
      because The End and Start buttons are not placed correctly and
      Tab focus does not move as expected
      + JDK-8329995: Restricted access to '/proc' can cause JFR
      initialization to crash
      + JDK-8330063: Upgrade jQuery to 3.7.1
      + JDK-8330416: Update system property for Java SE specification
      maintenance version
      + JDK-8330523: Reduce runtime and improve efficiency of
      KeepAliveTest
      + JDK-8331063: Some HttpClient tests don't report leaks
      + JDK-8331263: Bump update version for OpenJDK: jdk-11.0.25
      + JDK-8331466: Problemlist serviceability/dcmd/gc/
      /RunFinalizationTest.java on generic-all
      + JDK-8331746: Create a test to verify that the cmm id is not
      ignored
      + JDK-8331798: Remove unused arg of checkErgonomics() in
      TestMaxHeapSizeTools.java
      + JDK-8332008: Enable issuestitle check
      + JDK-8332113: Update nsk.share.Log to be always verbose
      + JDK-8332424: Update IANA Language Subtag Registry to Version
      2024-05-16
      + JDK-8332524: Instead of printing "TLSv1.3," it is showing
      "TLS13"
      + JDK-8332898: failure_handler: log directory of commands
      + JDK-8332936: Test vmTestbase/metaspace/gc/watermark_70_80/
      /TestDescription.java fails with no GC's recorded
      + JDK-8333724: Problem list security/infra/java/security/cert/
      /CertPathValidator/certification/CAInterop.java
      [#]teliasonerarootcav1
      + JDK-8333804: java/net/httpclient/ForbiddenHeadTest.java threw
      an exception with 0 failures
      + JDK-8333837: [11u] HexPrinterTest.java javac compile fails
      illegal start of expression
      + JDK-8333839: [11u] LingeredAppTest.java fails Can't find
      source file: LingeredApp.java
      + JDK-8334166: Enable binary check
      + JDK-8334335: [TESTBUG] Backport of 8279164 to 11u & 17u
      includes elements of JDK-8163327
      + JDK-8334418: Update IANA Language Subtag Registry to Version
      2024-06-14
      + JDK-8334653: ISO 4217 Amendment 177 Update
      + JDK-8334711: [TEST_BUG] Compilation failed of
      MimeFormatsTest/MimeFormatsTest.java
      + JDK-8335803: SunJCE cipher throws NPE for un-extractable RSA
      keys
      + JDK-8336301: test/jdk/java/nio/channels/
      /AsyncCloseAndInterrupt.java leaves around a FIFO file upon
      test completion
      + JDK-8336928: GHA: Bundle artifacts removal broken
      + JDK-8337664: Distrust TLS server certificates issued after
      Oct 2024 and anchored by Entrust Root CAs
      + JDK-8338139: {ClassLoading,Memory}MXBean::isVerbose methods
      are inconsistent with their setVerbose methods
      + JDK-8341057: Add 2 SSL.com TLS roots
      + JDK-8341059: Change Entrust TLS distrust date to November 12,
      2024
      + JDK-8341675: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.25
  - Added patches:
    * reproducible-directory-mtime.patch
      + if present, use SOURCE_DATE_EPOCH as timestamp for newly
      created directories
    * reproducible-search-index-files.patch
      + if present, use SOURCE_DATE_EPOCH as timestamp for the search
      index zip files created by javadoc
* Thu Jul 18 2024 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.24+8 (July 2024 CPU)
    * Security fixes:
      + JDK-8314794, CVE-2024-21131, bsc#1228046: Improve UTF8 String
      supports
      + JDK-8319859, CVE-2024-21138, bsc#1228047: Better symbol
      storage
      + JDK-8320097: Improve Image transformations
      + JDK-8320548, CVE-2024-21140, bsc#1228048: Improved loop
      handling
      + JDK-8322106, CVE-2024-21144, bsc#1228050: Enhance Pack 200
      loading
      + JDK-8323231, CVE-2024-21147, bsc#1228052: Improve array
      management
      + JDK-8323390: Enhance mask blit functionality
      + JDK-8324559, CVE-2024-21145, bsc#1228051: Improve 2D image
      handling
      + JDK-8325600: Better symbol storage
      + JDK-8327413: Enhance compilation efficiency
    * Other changes:
      + JDK-8015739: Background of JInternalFrame is located out of
      JInternalFrame
      + JDK-8042380: Test javax/swing/JFileChooser/4524490/
      /bug4524490.java fails with InvocationTargetException
      + JDK-8061729: Update java/net tests to eliminate dependency on
      sun.net.www.MessageHeader and some other internal APIs
      + JDK-8158048: Fix failure message from jtreg gtest wrapper
      + JDK-8159927: Add a test to verify JMOD files created in the
      images do not have debug symbols
      + JDK-8163921: HttpURLConnection default Accept header is
      malformed according to HTTP/1.1 RFC
      + JDK-8187759: Background not refreshed when painting over a
      transparent JFrame
      + JDK-8210988: Improved handling of compiler warnings in the
      build
      + JDK-8214400: Update hotspot application/jcstress jtreg tests
      wrappers to use jcstress 0.5
      + JDK-8218917: KeyEvent.getModifiers() returns inconsistent
      values for ALT keys
      + JDK-8220202: Simplify/standardize method naming for HtmlTree
      + JDK-8231351: Add notes for PKCS11 tests in the test doc
      + JDK-8241951: SA core file tests failed to find core file for
      signed binaries on OSX 10.15
      + JDK-8243010: Test support: Customizable Hex Printer
      + JDK-8248194: Need better support for running SA tests on core
      files
      + JDK-8248667: Need support for building native libraries
      located in the test/lib directory
      + JDK-8253980: javax/swing/plaf/synth/7158712/bug7158712.java
      fails on windows
      + JDK-8255031: Update java/util/prefs/AddNodeChangeListener.java
      to report more failure info
      + JDK-8256660: Disable DTLS 1.0
      + JDK-8261404: Class.getReflectionFactory() is not thread-safe
      + JDK-8263659: Reflow GTestResultParser for better readability
      + JDK-8263940: NPE when creating default file system when
      default file system provider is packaged as JAR file on class
      path
      + JDK-8264152: javax/net/ssl/DTLS/RespondToRetransmit.java
      timed out
      + JDK-8267796: vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/
      /hs201t002/TestDescription.java fails with NoClassDefFoundError
      + JDK-8267938: (sctp) SCTP channel factory methods should check
      platform support
      + JDK-8268974: GetJREPath() JLI function fails to locate
      libjava.so if not standard Java launcher is used
      + JDK-8269258: java/net/httpclient/ManyRequestsLegacy.java
      failed with connection timeout
      + JDK-8270199: Most SA tests are skipped on macosx-aarch64
      because all executables are signed
      + JDK-8271142: package help is not displayed for missing
      X11/extensions/Xrandr.h
      + JDK-8273153: Consolidate file_exists into os:file_exists
      + JDK-8273831: PrintServiceLookup spawns 2 threads in the
      current classloader, getting orphaned
      + JDK-8276125: RunThese24H.java SIGSEGV in
      JfrThreadGroup::thread_group_id
      + JDK-8280546: Remove hard-coded 127.0.0.1 loopback address
      + JDK-8281507: Two javac tests have bad jtreg `@clean` tags
      + JDK-8282017: sun/net/www/protocol/https/HttpsURLConnection/
      /B6216082.java fails with "SocketException: Unexpected end of
      file from server"
      + JDK-8283349: Robustness improvements to
      java/util/prefs/AddNodeChangeListener.jar
      + JDK-8286705: GCC 12 reports use-after-free potential bugs
      + JDK-8290203: ProblemList vmTestbase/nsk/jvmti/scenarios/
      /capability/CM03/cm03t001/TestDescription.java on linux-all
      + JDK-8292716: Configure should check that jtreg is of the
      required version
      + JDK-8292717: Clean up checking of testing requirements in
      configure
      + JDK-8292763: JDK-8292716 breaks configure without jtreg
      + JDK-8293563: [macos-aarch64] SA core file tests failing with
      sun.jvm.hotspot.oops.UnknownOopException
      + JDK-8293887: AArch64 build failure with GCC 12 due to
      maybe-uninitialized warning in libfdlibm k_rem_pio2.c
      + JDK-8293965: Code signing warnings after JDK-8293550
      + JDK-8294137: Review running times of java.math tests
      + JDK-8294156: Allow PassFailJFrame.Builder to create test UI
      + JDK-8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6
      and newer
      + JDK-8297082: Remove sun/tools/jhsdb/BasicLauncherTest.java
      from problem list
      + JDK-8297449: Update JInternalFrame Metal Border code
      + JDK-8297798: Timeout with DTLSOverDatagram test template
      + JDK-8299023: TestPLABResize.java and TestPLABPromotion.java
      are failing intermittently
      + JDK-8299677: Formatter.format might take a long time to
      format an integer or floating-point
      + JDK-8299858: [Metrics] Swap memory limit reported incorrectly
      when too large
      + JDK-8302069: javax/management/remote/mandatory/notif/
      /NotifReconnectDeadlockTest.java update
      + JDK-8302512: Update IANA Language Subtag Registry to Version
      2023-02-14
      + JDK-8303466: C2: failed: malformed control flow. Limit type
      made precise with MaxL/MinL
      + JDK-8304761: Update IANA Language Subtag Registry to Version
      2023-03-22
      + JDK-8305645: System Tray icons get corrupted when Windows
      primary monitor changes
      + JDK-8305874: Open source AWT Key, Text Event related tests
      + JDK-8305931: jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java
      failed with "Expected chains but found none"
      + JDK-8305942: Open source several AWT Focus related tests
      + JDK-8305943: Open source few AWT Focus related tests
      + JDK-8305962: update jcstress to 0.16
      + JDK-8306031: Update IANA Language Subtag Registry to Version
      2023-04-13
      + JDK-8306067: Open source AWT Graphics,GridBagLayout related
      tests
      + JDK-8306634: Open source AWT Event related tests
      + JDK-8306714: Open source few Swing event and AbstractAction
      tests
      + JDK-8306838: GetGraphicsTest needs to be headful
      + JDK-8306941: Open source several datatransfer and dnd AWT
      tests
      + JDK-8307083: Open source some drag and drop tests 3
      + JDK-8307955: Prefer to PTRACE_GETREGSET instead of
      PTRACE_GETREGS in method 'ps_proc.c::process_get_lwp_regs'
      + JDK-8308021: Update IANA Language Subtag Registry to Version
      2023-05-11
      + JDK-8310380: Handle problems in core-related tests on macOS
      when codesign tool does not work
      + JDK-8310818: Refactor more Locale tests to use JUnit
      + JDK-8310923: Refactor Currency tests to use JUnit
      + JDK-8312194: test/hotspot/jtreg/applications/ctw/modules/
      /jdk_crypto_ec.java cannot handle empty modules
      + JDK-8312383: Log X509ExtendedKeyManager implementation class
      name in TLS/SSL connection
      + JDK-8313206: PKCS11 tests silently skip execution
      + JDK-8313702: Update IANA Language Subtag Registry to Version
      2023-08-02
      + JDK-8314220: Configurable InlineCacheBuffer size
      + JDK-8314283: Support for NSS tests on aarch64 platforms
      + JDK-8314495: Update to use jtreg 7.3.1
      + JDK-8314552: Fix javadoc tests to work with jtreg 7
      + JDK-8314830: runtime/ErrorHandling/ tests ignore external VM
      flags
      + JDK-8315071: Modify TrayIconScalingTest.java,
      PrintLatinCJKTest.java to use new PassFailJFrame's builder
      pattern usage
      + JDK-8315117: Update Zlib Data Compression Library to Version
      1.3
      + JDK-8315609: Open source few more swing text/html tests
      + JDK-8315663: Open source misc awt tests
      + JDK-8315677: Open source few swing JFileChooser and other
      tests
      + JDK-8315726: Open source several AWT applet tests
      + JDK-8315741: Open source few swing JFormattedTextField and
      JPopupMenu tests
      + JDK-8315824: Open source several Swing Text/HTML related tests
      + JDK-8315834: Open source several Swing JSpinner related tests
      + JDK-8315889: Open source several Swing HTMLDocument  related
      tests
      + JDK-8316017: Refactor timeout handler in PassFailJFrame
      + JDK-8316053: Open some swing tests 3
      + JDK-8316138: Add GlobalSign 2 TLS root certificates
      + JDK-8316142: Enable parallelism in
      vmTestbase/nsk/monitoring/stress/lowmem tests
      + JDK-8316154: Opensource JTextArea manual tests
      + JDK-8316164: Opensource JMenuBar manual test
      + JDK-8316242: Opensource SwingGraphics manual test
      + JDK-8316608: Enable parallelism in vmTestbase/gc/vector tests
      + JDK-8317287: [macos14] InterJVMGetDropSuccessTest.java: Child
      VM: abnormal termination
      + JDK-8317507: C2 compilation fails with "Exceeded _node_regs
      array"
      + JDK-8318322: Update IANA Language Subtag Registry to Version
      2023-10-16
      + JDK-8318580: "javax/swing/MultiMonitor/MultimonVImage.java
      failing with Error. Can't find library:
      /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053
      + JDK-8318599: HttpURLConnection cache issues leading to
      crashes in JGSS w/ native GSS introduced by 8303809
      + JDK-8318727: Enable parallelism in
      vmTestbase/vm/gc/concurrent tests
      + JDK-8318809: java/util/concurrent/ConcurrentLinkedQueue/
      /WhiteBox.java shows intermittent failures on linux ppc64le
      and aarch64
      + JDK-8318854: [macos14] Running any AWT app prints Secure
      coding warning
      + JDK-8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64
      + JDK-8319136: Skip pkcs11 tests on linux-aarch64
      + JDK-8319436: Proxy.newProxyInstance throws NPE if loader is
      null and interface not visible from class loader
      + JDK-8320005: Allow loading of shared objects with .a
      extension on AIX
      + JDK-8320113: [macos14] : ShapeNotSetSometimes.java fails
      intermittently on macOS 14
      + JDK-8320129: "top" command during jtreg failure handler does
      not display CPU usage on OSX
      + JDK-8320303: Allow PassFailJFrame to accept single window
      creator
      + JDK-8320342: Use PassFailJFrame for
      TruncatedPopupMenuTest.java
      + JDK-8320943: Files/probeContentType/Basic.java fails on
      latest Windows 11 - content type mismatch
      + JDK-8321489: Update LCMS to 2.16
      + JDK-8321925: sun/security/mscapi/KeytoolChangeAlias.java
      fails with "Alias <246810> does not exist"
      + JDK-8322239: [macos] a11y : java.lang.NullPointerException is
      thrown when focus is moved on the JTabbedPane
      + JDK-8322511: [11u] JfrCheckpointThreadClosure::do_thread
      crashes when fetching thread_id
      + JDK-8322783: prioritize /etc/os-release over
      /etc/SuSE-release in hs_err/info output
      + JDK-8323717: Introduce test keyword for tests that need
      external dependencies
      + JDK-8323994: gtest runner repeats test name for every single
      gtest assertion
      + JDK-8324238: [macOS] java/awt/Frame/ShapeNotSetSometimes/
      /ShapeNotSetSometimes.java fails with the shape has not been
      applied msg
      + JDK-8324598: use mem_unit when working with sysinfo memory
      and swap related information
      + JDK-8324632: Update Zlib Data Compression Library to Version
      1.3.1
      + JDK-8324723: GHA: Upgrade some actions to avoid deprecated
      Node 16
      + JDK-8324733: [macos14] Problem list tests which fail due to
      macOS bug described in JDK-8322653
      + JDK-8325137: com/sun/management/ThreadMXBean/
      /ThreadCpuTimeArray.java can fail in Xcomp with out of
      expected range
      + JDK-8325326: [PPC64] Don't relocate in case of allocation
      failure
      + JDK-8325579: Inconsistent behavior in
      com.sun.jndi.ldap.Connection::createSocket
      + JDK-8325972: Add -x to bash for building with LOG=debug
      + JDK-8326006: Allow TEST_VM_FLAGLESS to set flagless mode
      + JDK-8326101: [PPC64] Need to bailout cleanly if creation of
      stubs fails when code cache is out of space
      + JDK-8326201: [S390] Need to bailout cleanly if creation of
      stubs fails when code cache is out of space
      + JDK-8326351: Update the Zlib version in
      open/src/java.base/share/legal/zlib.md to 1.3.1
      + JDK-8326521: JFR: CompilerPhase event test fails on windows
      32 bit
      + JDK-8326529: JFR: Test for CompilerCompile events fails due
      to time out
      + JDK-8326591: New test JmodExcludedFiles.java fails on Windows
      when --with-external-symbols-in-bundles=public is used
      + JDK-8326638: Crash in
      PhaseIdealLoop::remix_address_expressions due to unexpected
      Region instead of Loop
      + JDK-8326643: JDK server does not send a dummy
      change_cipher_spec record after HelloRetryRequest message
      + JDK-8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java
      assumes profiles were generated by LCMS
      + JDK-8326801: Bump update version for OpenJDK: jdk-11.0.24
      + JDK-8326891: Prefer RPATH over RUNPATH for $ORIGIN rpaths in
      internal JDK binaries
      + JDK-8326938: [11u] JDK-8214908 broke two CTW tests
      + JDK-8327136: javax/management/remote/mandatory/notif/
      /NotifReconnectDeadlockTest.java fails on libgraal
      + JDK-8328194: Add a test to check default rendering engine
      + JDK-8328524: [x86] StringRepeat.java failure on linux-x86:
      Could not reserve enough space for 2097152KB object heap
      + JDK-8328540: test javax/swing/JSplitPane/4885629/
      /bug4885629.java fails on windows hidpi
      + JDK-8328705: GHA: Cross-compilation jobs do not require build
      JDK
      + JDK-8328812: Update and move siphash license
      + JDK-8328825: Google CAInterop test failures
      + JDK-8331643: [11u]: Bump GHA bootstrap JDK to 11.0.23
      + JDK-8331750: [11u] JDK-8259530 is not backported correctly to
      11u
      + JDK-8331790: [11u] Remove problemlist entries after backport
      of JDK-8228649
      + JDK-8334441: Mark tests in jdk_security_infra group as manual
      + JDK-8335973: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.24
  - Modified patch:
    * reproducible-javadoc-timestamp.patch
      + rediff to changed context
* Thu Jul 04 2024 Fridrich Strba <fstrba@suse.com>
  - Require file for posttrans phase of the headless subpackage
    (bsc#1227298)
* Thu Jun 06 2024 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * reproducible-jlink.patch
      + make the timestamp in jmods reproducible
* Thu Apr 18 2024 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.23+9 (April 2024 CPU)
    * Security fixes
      + JDK-8315708, CVE-2024-21012, bsc#1222987: Enhance HTTP/2
      client usage
      + JDK-8317507, JDK-8325348, CVE-2024-21094, bsc#1222986: C2
      compilation fails with "Exceeded _node_regs array"
      + JDK-8318340: Improve RSA key implementations
      + JDK-8319851, CVE-2024-21011, bsc#1222979: Improve exception
      logging
      + JDK-8322114, CVE-2024-21085, bsc#1222984: Improve Pack 200
      handling
      + JDK-8322122, CVE-2024-21068, bsc#1222983: Enhance generation
      of addresses
    * Other changes
      + JDK-6928542: Chinese characters in RTF are not decoded
      + JDK-7132796: [macosx] closed/javax/swing/JComboBox/4517214/
      /bug4517214.java fails on MacOS
      + JDK-7148092: [macosx] When Alt+down arrow key is pressed,
      the combobox popup does not appear.
      + JDK-8054022: HttpURLConnection timeouts with Expect:
      100-Continue and no chunking
      + JDK-8054572: [macosx] JComboBox paints the border incorrectly
      + JDK-8058176: [mlvm] tests should not allow code cache
      exhaustion
      + JDK-8067651: LevelTransitionTest.java, fix trivial methods
      levels logic
      + JDK-8068225: nsk/jdi/EventQueue/remove_l/remove_l005
      intermittently times out
      + JDK-8156889: ListKeychainStore.sh fails in some virtualized
      environments
      + JDK-8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps
      timeouting
      + JDK-8166554: Avoid compilation blocking in
      OverloadCompileQueueTest.java
      + JDK-8169475: WheelModifier.java fails by timeout
      + JDK-8180266: Convert sun/security/provider/KeyStore/DKSTest.sh
      to Java Jtreg Test
      + JDK-8186610: move ModuleUtils to top-level testlibrary
      + JDK-8192864: defmeth tests can hide failures
      + JDK-8193543: Regression automated test '/open/test/jdk/java/
      /awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java'
      fails
      + JDK-8198668: MemoryPoolMBean/isUsageThresholdExceeded/
      /isexceeded001/TestDescription.java still failing
      + JDK-8202282: [TESTBUG] appcds TestCommon
      .makeCommandLineForAppCDS() can be removed
      + JDK-8202790: DnD test DisposeFrameOnDragTest.java does not
      clean up
      + JDK-8202931: [macos] java/awt/Choice/ChoicePopupLocation/
      /ChoicePopupLocation.java fails
      + JDK-8207211: [TESTBUG] Remove excessive output from
      CDS/AppCDS tests
      + JDK-8207214: Broken links in JDK API serialized-form page
      + JDK-8207855: Make applications/jcstress invoke tests in
      batches
      + JDK-8208243: vmTestbase/gc/lock/jni/jnilock002/
      /TestDescription.java fails in jdk/hs nightly
      + JDK-8208278: [mlvm] [TESTBUG] vm.mlvm.mixed.stress.java
      .findDeadlock.INDIFY_Test Deadlocked threads are not always
      detected
      + JDK-8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails
      in AUFS file system
      + JDK-8208699: remove unneeded imports from runtime tests
      + JDK-8208704: runtime/appcds/MultiReleaseJars.java timed out
      often in hs-tier7 testing
      + JDK-8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option
      is not always required for appcds tests
      + JDK-8209549: remove VMPropsExt from TEST.ROOT
      + JDK-8209595: MonitorVmStartTerminate.java timed out
      + JDK-8209946: [TESTBUG] CDS tests should use "@run driver"
      + JDK-8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java
      looks for libjsig in wrong location
      + JDK-8211978: Move  testlibrary/jdk/testlibrary/
      /SimpleSSLContext.java and testkeys to network testlibrary
      + JDK-8213622: Windows VS2013 build failure - "'snprintf':
      identifier not found"
      + JDK-8213926: WB_EnqueueInitializerForCompilation requests
      compilation for NULL
      + JDK-8213927: G1 ignores AlwaysPreTouch when
      UseTransparentHugePages is enabled
      + JDK-8214908: add ctw tests for jdk.jfr and jdk.management.jfr
      modules
      + JDK-8214915: CtwRunner misses export for jdk.internal.access
      + JDK-8216408: XMLStreamWriter setDefaultNamespace(null) throws
      NullPointerException
      + JDK-8217475: Unexpected StackOverflowError in "process
      reaper" thread
      + JDK-8218754: JDK-8068225 regression in JDIBreakpointTest
      + JDK-8219475: javap man page needs to be updated
      + JDK-8219585: [TESTBUG] sun/management/jmxremote/bootstrap/
      /JMXInterfaceBindingTest.java passes trivially when it
      shouldn't
      + JDK-8219612: [TESTBUG] compiler.codecache.stress.Helper
      .TestCaseImpl can't be defined in different runtime package as
      its nest host
      + JDK-8225471: Test utility  jdk.test.lib.util.FileUtils
      .areAllMountPointsAccessible needs to tolerate duplicates
      + JDK-8226706: (se) Reduce the number of outer loop iterations
      on Windows in java/nio/channels/Selector/RacyDeregister.java
      + JDK-8226905: unproblem list applications/ctw/modules/* tests
      on windows
      + JDK-8226910: make it possible to use jtreg's -match via
      run-test framework
      + JDK-8227438: [TESTLIB] Determine if file exists by
      Files.exists in function FileUtils.deleteFileIfExistsWithRetry
      + JDK-8231585: java/lang/management/ThreadMXBean/
      /MaxDepthForThreadInfoTest.java fails with
      java.lang.NullPointerException
      + JDK-8232839: JDI AfterThreadDeathTest.java failed due to
      "FAILED: Did not get expected IllegalThreadStateException on a
      StepRequest.enable()"
      + JDK-8233453: MLVM deoptimize stress test timed out
      + JDK-8234309: LFGarbageCollectedTest.java fails with parse
      Exception
      + JDK-8237222: [macos] java/awt/Focus/UnaccessibleChoice/
      /AccessibleChoiceTest.java fails
      + JDK-8237777: "Dumping core ..." is shown despite claiming
      that "# No core dump will be written."
      + JDK-8237834: com/sun/jndi/ldap/LdapDnsProviderTest.java
      failing with LDAP response read timeout
      + JDK-8238274: (sctp) JDK-7118373 is not fixed for SctpChannel
      + JDK-8239801: [macos] java/awt/Focus/UnaccessibleChoice/
      /AccessibleChoiceTest.java fails
      + JDK-8244679: JVM/TI GetCurrentContendedMonitor/contmon001
      failed due to "(IsSameObject#3) unexpected monitor object:
      0x000000562336DBA8"
      + JDK-8246222: Rename javac test T6395981.java to be more
      informative
      + JDK-8247818: GCC 10 warning stringop-overflow with symbol code
      + JDK-8249087: Always initialize _body[0..1] in Symbol
      constructor
      + JDK-8251349: Add TestCaseImpl to
      OverloadCompileQueueTest.java's build dependencies
      + JDK-8251904: vmTestbase/nsk/sysdict/vm/stress/btree/btree010/
      /btree010.java fails with ClassNotFoundException:
      nsk.sysdict.share.BTree0LLRLRLRRLR
      + JDK-8253543: sanity/client/SwingSet/src/
      /ButtonDemoScreenshotTest.java failed with "AssertionError:
      All pixels are not black"
      + JDK-8253739: java/awt/image/MultiResolutionImage/
      /MultiResolutionImageObserverTest.java fails
      + JDK-8253820: Save test images and dumps with timestamps from
      client sanity suite
      + JDK-8255277: randomDelay in DrainDeadlockT and
      LoggingDeadlock do not randomly delay
      + JDK-8255546: Missing coverage for
      javax.smartcardio.CardPermission and ResponseAPDU
      + JDK-8255743: Relax SIGFPE match in in
      runtime/ErrorHandling/SecondaryErrorTest.java
      + JDK-8257505: nsk/share/test/StressOptions stressTime is
      scaled in getter but not when printed
      + JDK-8259801: Enable XML Signature secure validation mode by
      default
      + JDK-8264135: UnsafeGetStableArrayElement should account for
      different JIT implementation details
      + JDK-8265349: vmTestbase/../stress/compiler/deoptimize/
      /Test.java fails with OOME due to CodeCache exhaustion.
      + JDK-8269025: jsig/Testjsig.java doesn't check exit code
      + JDK-8269077: TestSystemGC uses "require vm.gc.G1" for large
      pages subtest
      + JDK-8271094: runtime/duplAttributes/DuplAttributesTest.java
      doesn't check exit code
      + JDK-8271224: runtime/EnclosingMethodAttr/EnclMethodAttr.java
      doesn't check exit code
      + JDK-8271828: mark hotspot runtime/classFileParserBug tests
      which ignore external VM flags
      + JDK-8271829: mark hotspot runtime/Throwable tests which
      ignore external VM flags
      + JDK-8271890: mark hotspot runtime/Dictionary tests which
      ignore external VM flags
      + JDK-8272291: mark hotspot runtime/logging tests which ignore
      external VM flags
      + JDK-8272335: runtime/cds/appcds/MoveJDKTest.java doesn't
      check exit codes
      + JDK-8272551: mark hotspot runtime/modules tests which ignore
      external VM flags
      + JDK-8272552: mark hotspot runtime/cds tests which ignore
      external VM flags
      + JDK-8273803: Zero: Handle "zero" variant in
      CommandLineOptionTest.java
      + JDK-8274122: java/io/File/createTempFile/SpecialTempFile.java
      fails in Windows 11
      + JDK-8274621: NullPointerException because listenAddress[0] is
      null
      + JDK-8276796: gc/TestSystemGC.java large pages subtest fails
      with ZGC
      + JDK-8280007: Enable Neoverse N1 optimizations for Arm
      Neoverse V1 & N2
      + JDK-8281149: (fs) java/nio/file/FileStore/Basic.java  fails
      with java.lang.RuntimeException: values differ by more than
      1GB
      + JDK-8281377: Remove vmTestbase/nsk/monitoring/ThreadMXBean/
      /ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java
      from problemlist.
      + JDK-8281717: Cover logout method for several LoginModule
      + JDK-8282665: [REDO] ByteBufferTest.java: replace endless
      recursion with RuntimeException in void ck(double x, double y)
      + JDK-8284090: com/sun/security/auth/module/AllPlatforms.java
      fails to compile
      + JDK-8285756: clean up use of bad arguments for `@clean` in
      langtools tests
      + JDK-8285785: CheckCleanerBound test fails with
      PasswordCallback object is not released
      + JDK-8285867: Convert applet manual tests
      SelectionVisible.java to Frame and automate
      + JDK-8286846: test/jdk/javax/swing/plaf/aqua/
      /CustomComboBoxFocusTest.java fails on mac aarch64
      + JDK-8286969: Add a new test library API to execute kinit in
      SecurityTools.java
      + JDK-8287113: JFR: Periodic task thread uses period for method
      sampling events
      + JDK-8289511: Improve test coverage for XPath Axes: child
      + JDK-8289764: gc/lock tests failed with "OutOfMemoryError:
      Java heap space: failed reallocation of scalar replaced
      objects"
      + JDK-8289948: Improve test coverage for XPath functions: Node
      Set Functions
      + JDK-8290399: [macos] Aqua LAF does not fire an action event
      if combo box menu is displayed
      + JDK-8290909: MemoryPoolMBean/isUsageThresholdExceeded tests
      failed with "isUsageThresholdExceeded() returned false, and is
      still false, while threshold = MMMMMMM and used peak = NNNNNNN"
      + JDK-8292182: [TESTLIB] Enhance JAXPPolicyManager to setup
      required permissions for jtreg version 7 jar
      + JDK-8292946: GC lock/jni/jnilock001 test failed
      "assert(gch->gc_cause() == GCCause::_scavenge_alot ||
      !gch->incremental_collection_failed()) failed: Twice in a row"
      + JDK-8293819: sun/util/logging/PlatformLoggerTest.java failed
      with "RuntimeException: Retrieved backing PlatformLogger level
      null is not the expected CONFIG"
      + JDK-8294158: HTML formatting for PassFailJFrame instructions
      + JDK-8294254: [macOS] javax/swing/plaf/aqua/
      /CustomComboBoxFocusTest.java failure
      + JDK-8294402: Add diagnostic logging to
      VMProps.checkDockerSupport
      + JDK-8294535: Add screen capture functionality to
      PassFailJFrame
      + JDK-8296083: javax/swing/JTree/6263446/bug6263446.java fails
      intermittently on a VM
      + JDK-8296384: [TESTBUG] sun/security/provider/SecureRandom/
      /AbstractDrbg/SpecTest.java intermittently timeout
      + JDK-8299494: Test vmTestbase/nsk/stress/except/except011.java
      failed: ExceptionInInitializerError: target class not found
      + JDK-8300269: The selected item in an editable JComboBox with
      titled border is not visible in Aqua LAF
      + JDK-8300727: java/awt/List/ListGarbageCollectionTest/
      /AwtListGarbageCollectionTest.java failed with "List wasn't
      garbage collected"
      + JDK-8301310: The SendRawSysexMessage test may cause a JVM
      crash
      + JDK-8301377: adjust timeout for JLI
      GetObjectSizeIntrinsicsTest.java subtest again
      + JDK-8301846: Invalid TargetDataLine after screen lock when
      using JFileChooser or COM library
      + JDK-8302017: Allocate BadPaddingException only if it will be
      thrown
      + JDK-8302109: Trivial fixes to btree tests
      + JDK-8302149: Speed up
      compiler/jsr292/methodHandleExceptions/TestAMEnotNPE.java
      + JDK-8302607: increase timeout for
      ContinuousCallSiteTargetChange.java
      + JDK-8304074: [JMX] Add an approximation of total bytes
      allocated on the Java heap by the JVM
      + JDK-8304314: StackWalkTest.java fails after CODETOOLS-7903373
      + JDK-8304725: AsyncGetCallTrace can cause SIGBUS on M1
      + JDK-8305502: adjust timeouts in three more M&M tests
      + JDK-8305505: NPE in javazic compiler
      + JDK-8305972: Update XML Security for Java to 3.0.2
      + JDK-8306072: Open source several AWT MouseInfo related tests
      + JDK-8306076: Open source AWT misc tests
      + JDK-8306409: Open source AWT KeyBoardFocusManger,
      LightWeightComponent related tests
      + JDK-8306640: Open source several AWT TextArea related tests
      + JDK-8306652: Open source AWT MenuItem related tests
      + JDK-8306681: Open source more AWT DnD related tests
      + JDK-8306683: Open source several clipboard and color AWT tests
      + JDK-8306752: Open source several container and component AWT
      tests
      + JDK-8306753: Open source several container AWT tests
      + JDK-8306755: Open source few Swing JComponent and
      AbstractButton tests
      + JDK-8306812: Open source several AWT Miscellaneous tests
      + JDK-8306871: Open source more AWT Drag & Drop tests
      + JDK-8306996: Open source Swing MenuItem related tests
      + JDK-8307123: Fix deprecation warnings in DPrinter
      + JDK-8307130: Open source few Swing JMenu tests
      + JDK-8307299: Move more DnD tests to open
      + JDK-8307311: Timeouts on one macOS 12.6.1 host of two Swing
      JTableHeader tests
      + JDK-8307381: Open Source JFrame, JIF related Swing Tests
      + JDK-8307683: Loop Predication should not hoist range checks
      with trap on success projection by negating their condition
      + JDK-8308043: Deadlock in TestCSLocker.java due to blocking GC
      while allocating
      + JDK-8308116: jdk.test.lib.compiler.InMemoryJavaCompiler
      .compile does not close files
      + JDK-8308223: failure handler missed jcmd.vm.info command
      + JDK-8308232: nsk/jdb tests don't pass -verbose flag to the
      debuggee
      + JDK-8308245: Add -proc:full to describe current default
      annotation processing policy
      + JDK-8308336: Test java/net/HttpURLConnection/
      /HttpURLConnectionExpectContinueTest.java failed:
      java.net.BindException: Address already in use
      + JDK-8309104: [JVMCI] compiler/unsafe/
      /UnsafeGetStableArrayElement test asserts wrong values with
      Graal
      + JDK-8309119: [17u/11u] Redo JDK-8297951: C2: Create skeleton
      predicates for all If nodes in loop predication
      + JDK-8309462: [AIX] vmTestbase/nsk/jvmti/RunAgentThread/
      /agentthr001/TestDescription.java crashing due to empty while
      loop
      + JDK-8309778: java/nio/file/Files/CopyAndMove.java fails when
      using second test directory
      + JDK-8309870: Using -proc:full should be considered requesting
      explicit annotation processing
      + JDK-8310106: sun.security.ssl.SSLHandshake
      .getHandshakeProducer() incorrectly checks handshakeConsumers
      + JDK-8310238: [test bug] javax/swing/JTableHeader/6889007/
      /bug6889007.java fails
      + JDK-8310551: vmTestbase/nsk/jdb/interrupt/interrupt001/
      /interrupt001.java timed out due to missing prompt
      + JDK-8310807: java/nio/channels/DatagramChannel/Connect.java
      timed out
      + JDK-8311081: KeytoolReaderP12Test.java fail on localized
      Windows platform
      + JDK-8311511: Improve description of NativeLibrary JFR event
      + JDK-8311585: Add JRadioButtonMenuItem to bug8031573.java
      + JDK-8313081: MonitoringSupport_lock should be unconditionally
      initialized after 8304074
      + JDK-8313082: Enable CreateCoredumpOnCrash for testing in
      makefiles
      + JDK-8313164: src/java.desktop/windows/native/libawt/windows/
      /awt_Robot.cpp GetRGBPixels adjust releasing of resources
      + JDK-8313252: Java_sun_awt_windows_ThemeReader_paintBackground
      release resources in early returns
      + JDK-8313643: Update HarfBuzz to 8.2.2
      + JDK-8313816: Accessing jmethodID might lead to spurious
      crashes
      + JDK-8314144: gc/g1/ihop/TestIHOPStatic.java fails due to
      extra concurrent mark with -Xcomp
      + JDK-8314164: java/net/HttpURLConnection/
      /HttpURLConnectionExpectContinueTest.java fails intermittently
      in timeout
      + JDK-8314883:
      Java_java_util_prefs_FileSystemPreferences_lockFile0 write
      result errno in missing case
      + JDK-8315034: File.mkdirs() occasionally fails to create
      folders on Windows shared folder
      + JDK-8315042: NPE in PKCS7.parseOldSignedData
      + JDK-8315415: OutputAnalyzer.shouldMatchByLine() fails in some
      cases
      + JDK-8315499: build using devkit on Linux ppc64le RHEL puts
      path to devkit into libsplashscreen
      + JDK-8315594: Open source few headless Swing misc tests
      + JDK-8315600: Open source few more headless Swing misc tests
      + JDK-8315602: Open source swing security manager test
      + JDK-8315606: Open source few swing text/html tests
      + JDK-8315611: Open source swing text/html and tree test
      + JDK-8315680: java/lang/ref/ReachabilityFenceTest.java should
      run with -Xbatch
      + JDK-8315731: Open source several Swing Text related tests
      + JDK-8315761: Open source few swing JList and JMenuBar tests
      + JDK-8315986: [macos14] javax/swing/JMenuItem/4654927/
      /bug4654927.java: component must be showing on the screen to
      determine its location
      + JDK-8316001: GC: Make TestArrayAllocatorMallocLimit use
      createTestJvm
      + JDK-8316028: Update FreeType to 2.13.2
      + JDK-8316030: Update Libpng to 1.6.40
      + JDK-8316106: Open source few swing JInternalFrame and
      JMenuBar tests
      + JDK-8316461: Fix: make test outputs TEST SUCCESS after
      unsuccessful exit
      + JDK-8316947: Write a test to check textArea triggers
      MouseEntered/MouseExited events properly
      + JDK-8317307: test/jdk/com/sun/jndi/ldap/
      /LdapPoolTimeoutTest.java fails with ConnectException:
      Connection timed out: no further information
      + JDK-8317327: Remove JT_JAVA dead code in jib-profiles.js
      + JDK-8318154: Improve stability of WheelModifier.java test
      + JDK-8318410: jdk/java/lang/instrument/BootClassPath/
      /BootClassPathTest.sh fails on Japanese Windows
      + JDK-8318468: compiler/tiered/LevelTransitionTest.java fails
      with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1
      + JDK-8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java
      + JDK-8318607: Enable parallelism in vmTestbase/nsk/stress/jni
      tests
      + JDK-8318608: Enable parallelism in
      vmTestbase/nsk/stress/threads tests
      + JDK-8318736: com/sun/jdi/JdwpOnThrowTest.java failed with
      "transport error 202: bind failed: Address already in use"
      + JDK-8318889: C2: add bailout after assert Bad graph detected
      in build_loop_late
      + JDK-8318951: Additional negative value check in JPEG decoding
      + JDK-8318955: Add ReleaseIntArrayElements in
      Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to
      early return
      + JDK-8318971: Better Error Handling for Jar Tool When
      Processing Non-existent Files
      + JDK-8318983: Fix comment typo in PKCS12Passwd.java
      + JDK-8319124: Update XML Security for Java to 3.0.3
      + JDK-8319456: jdk/jfr/event/gc/collection/
      /TestGCCauseWith[Serial|Parallel].java : GC cause 'GCLocker
      Initiated GC' not in the valid causes
      + JDK-8319668: Fixup of jar filename typo in BadFactoryTest.sh
      + JDK-8320001: javac crashes while adding type annotations to
      the return type of a constructor
      + JDK-8320208: Update Public Suffix List to b5bf572
      + JDK-8320363: ppc64 TypeEntries::type_unknown logic looks
      wrong, missed optimization opportunity
      + JDK-8320597: RSA signature verification fails on signed data
      that does not encode params correctly
      + JDK-8320798: Console read line with zero out should zero out
      underlying buffer
      + JDK-8320884: Bump update version for OpenJDK: jdk-11.0.23
      + JDK-8320937: support latest VS2022 MSC_VER in
      abstract_vm_version.cpp
      + JDK-8321151: JDK-8294427 breaks Windows L&F on all older
      Windows versions
      + JDK-8321215: Incorrect x86 instruction encoding for VSIB
      addressing mode
      + JDK-8321408: Add Certainly roots R1 and E1
      + JDK-8321480: ISO 4217 Amendment 176 Update
      + JDK-8322178: Error. can't find jdk.testlibrary
      .SimpleSSLContext in test directory or libraries
      + JDK-8322417: Console read line with zero out should zero out
      when throwing exception
      + JDK-8322725: (tz) Update Timezone Data to 2023d
      + JDK-8322750: Test "api/java_awt/interactive/
      /SystemTrayTests.html" failed because A blue ball icon is
      added outside of the system tray
      + JDK-8322752: [11u] GetStackTraceAndRetransformTest.java is
      failing assert
      + JDK-8322772: Clean up code after JDK-8322417
      + JDK-8323008: filter out harmful -std* flags added by autoconf
      from CXX
      + JDK-8323243: JNI invocation of an abstract instance method
      corrupts the stack
      + JDK-8323515: Create test alias "all" for all test roots
      + JDK-8323640: [TESTBUG]testMemoryFailCount in jdk/internal/
      /platform/docker/TestDockerMemoryMetrics.java always fail
      because OOM killed
      + JDK-8324184: Windows VS2010 build failed with "error C2275:
      'int64_t'"
      + JDK-8324307: [11u] hotspot fails to build with GCC 12 and
      newer (non-static data member initializers)
      + JDK-8324347: Enable "maybe-uninitialized" warning for
      FreeType 2.13.1
      + JDK-8324659: GHA: Generic jtreg errors are not reported
      + JDK-8325096: Test java/security/cert/CertPathBuilder/akiExt/
      /AKISerialNumber.java is failing
      + JDK-8325150: (tz) Update Timezone Data to 2024a
      + JDK-8326109: GCC 13 reports maybe-uninitialized warnings for
      jni.cpp with dtrace enabled
      + JDK-8326503: [11u] java/net/HttpURLConnection/
      /HttpURLConnectionExpectContinueTest.java fail because of
      package org.junit.jupiter.api does not exist
      + JDK-8327391: Add SipHash attribution file
      + JDK-8329837: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.23
* Thu Mar 07 2024 Fridrich Strba <fstrba@suse.com>
  - Removed patch:
    * alternative-tzdb_dat.patch
      + Remove the possibility to use the system timezone-java. It
      creates more problems then it solves (bsc#1213470)
* Tue Feb 20 2024 Fridrich Strba <fstrba@suse.com>
  - Use %patch -P N instead of deprecated %patchN.
* Thu Jan 18 2024 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.22+7 (January 2024 CPU)
    * Security fixes
      + JDK-8308204: Enhanced certificate processing
      + JDK-8314295, CVE-2024-20919, bsc#1218903: Enhance
      verification of verifier
      + JDK-8314284, CVE-2024-20926, bsc#1218906: Enhance Nashorn
      performance
      + JDK-8314307, CVE-2024-20921, bsc#1218905: Improve loop
      handling
      + JDK-8314468, CVE-2024-20918, bsc#1218907: Improve Compiler
      loops
      + JDK-8316976, CVE-2024-20945, bsc#1218909: Improve signature
      handling
      + JDK-8317547, CVE-2024-20952, bsc#1218911: Enhance TLS
      connection support
    * Other fixes
      + JDK-6381945: (cal) Japanese calendar unit test system should
      avoid multiple static imports
      + JDK-6445283: ProgressMonitorInputStream not large file aware
      (>2GB)
      + JDK-8026393: jarsigner never shows a warning in badKeyUsage
      case
      + JDK-8041447: Test javax/swing/dnd/7171812/bug7171812.java
      fails with java.lang.RuntimeException: Test failed, scroll on
      drag doesn't work
      + JDK-8053479: (dc) DatagramChannel.read() throws exception
      instead of discarding data when buffer too small
      + JDK-8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574
      fails and perf regression
      + JDK-8153090: TAB key cannot change input focus after the
      radio button in the Color Selection dialog
      + JDK-8168408: Test java/awt/Focus/ActualFocusedWindowTest/
      /ActualFocusedWindowBlockingTest.java fails intermittentently
      on windows
      + JDK-8183374: Refactor java/lang/Runtime shell tests to java
      + JDK-8185531: [TESTBUG] Improve test configuration for shared
      strings
      + JDK-8195589: T6587786.java failed after JDK-8189997
      + JDK-8197825: [Test] Intermittent timeout with javax/swing
      JColorChooser Test
      + JDK-8205467: javax/management/remote/mandatory/connection/
      /MultiThreadDeadLockTest.java possible deadlock
      + JDK-8207166: jdk/jshell/
      /JdiHangingLaunchExecutionControlTest.java - launch timeout
      + JDK-8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1
      .code__00201m1 hangs with -noverify
      + JDK-8210265: Crash in HSpaceCounters::update_used()
      + JDK-8211045: [Testbug] Fix for 8144279 didn't define a test
      case!
      + JDK-8212997: [TESTBUG] Remove defmeth tests for class file
      versions 50 and 51
      + JDK-8213898: CDS dumping of springboot asserts in
      G1ArchiveAllocator::alloc_new_region
      + JDK-8214694: cleanup rawtypes warnings in open jndi tests
      + JDK-8217329: JTREG: Clean up, remove unused imports in gc
      folder
      + JDK-8218178: vmTestbase/vm/mlvm/mixed/stress/regression/
      /b6969574/INDIFY_Test.java fails with -Xcomp
      + JDK-8220083: Remove hard-coded 127.0.0.1 loopback address in
      JDK networking tests
      + JDK-8221396: Clean up serviceability/sa/TestUniverse.java
      + JDK-8223145: Replace wildcard address with loopback or local
      host in tests - part 1
      + JDK-8223788: [macos] JSpinner buttons in JColorChooser dialog
      may capture focus using TAB Key.
      + JDK-8224035: Replace wildcard address with loopback or local
      host in tests - part 9
      + JDK-8224204: Replace wildcard address with loopback or local
      host in tests - part 10
      + JDK-8226825: Replace wildcard address with loopback or local
      host in tests - part 19
      + JDK-8230435: Replace wildcard address with loopback or local
      host in tests - part 22
      + JDK-8230858: Replace wildcard address with loopback or local
      host in tests - part 23
      + JDK-8231556: Wrong font ligatures used when 2 versions of
      same font used
      + JDK-8231931: [TESTBUG] serviceability/sa/TestUniverse.java
      looks for wrong string with Shenandoah
      + JDK-8232135: Add diagnostic output to test
      java/util/ProcessBuilder/Basic.java
      + JDK-8232513: java/net/DatagramSocket/PortUnreachable.java
      still fails intermittently with BindException
      + JDK-8232933: Javac inferred type does not conform to equality
      constraint
      + JDK-8233000: Mark vmTestbase/vm/mlvm/meth/stress/compiler/
      /deoptimize test as stress test
      + JDK-8233847: (sctp) Flx link-local IPv6 scope handling and
      test cleanup.
      + JDK-8237858: PlainSocketImpl.socketAccept() handles EINTR
      incorrectly
      + JDK-8238740: java/net/httpclient/whitebox/FlowTestDriver.java
      should not specify a TLS protocol
      + JDK-8240235: jdk.test.lib.util.JarUtils updates jar files
      incorrectly
      + JDK-8240604: Rewrite sun/management/jmxremote/bootstrap/
      /CustomLauncherTest.java test to make binaries from source
      file
      + JDK-8240754: Instrument FlowTest.java to provide more debug
      traces.
      + JDK-8242330: Arrays should be cloned in several JAAS Callback
      classes
      + JDK-8244508: JFR: FlightRecorderOptions reset date format
      + JDK-8249812: java/net/DatagramSocket/PortUnreachable.java
      still fails intermittently with SocketTimeoutException
      + JDK-8251177: [macosx] The text "big" is truncated in
      JTabbedPane
      + JDK-8252713: jtreg time out of CtrlASCII.java seems to hang
      the Xserver.
      + JDK-8254711: Add java.security.Provider.getService JFR Event
      + JDK-8255548: Missing coverage for
      javax.xml.crypto.dom.DOMCryptoContext
      + JDK-8258914: javax/net/ssl/DTLS/RespondToRetransmit.java
      timed out
      + JDK-8259266: com/sun/jdi/JdbOptions.java failed with
      "RuntimeException: 'prop[boo] = >foo 2<' missing from
      stdout/stderr"
      + JDK-8260035: Deproblemlist few problemlisted test
      + JDK-8260431: com/sun/jdi/JdbOptions.java failed with
      "RuntimeException: 'prop[boo] = >foo<' missing from
      stdout/stderr"
      + JDK-8263530: sun.awt.X11.ListHelper.removeAll() should use
      clear()
      + JDK-8265586: [windows] last button is not shown in AWT Frame
      with BorderLayout and MenuBar set.
      + JDK-8265678: Test java/awt/Focus/ActualFocusedWindowTest/
      /ActualFocusedWindowBlockingTest.java fails intermittentently
      on windows
      + JDK-8266249: javax/swing/JPopupMenu/7156657/bug7156657.java
      fails on macOS
      + JDK-8267860: Off-by-one bug when searching arrays in
      AlpnGreaseTest
      + JDK-8268916: Tests for AffirmTrust roots
      + JDK-8271519: java/awt/event/SequencedEvent/
      /MultipleContextsFunctionalTest.java failed with
      "Total [200] - Expected [400]"
      + JDK-8273804: Platform.isTieredSupported should handle the
      no-compiler case
      + JDK-8275329: ZGC: vmTestbase/gc/gctests/SoftReference/soft004/
      /soft004.java fails with assert(_phases->length() <= 1000)
      failed: Too many recored phases?
      + JDK-8275333: Print count in "Too many recored phases?" assert
      + JDK-8278456: Define jtreg jdk_desktop test group time-based
      sub-tasks for use by headful testing.
      + JDK-8280004: DCmdArgument<jlong>::parse_value() should handle
      NULL input
      + JDK-8282143: Objects.requireNonNull should be ForceInline
      + JDK-8282404: DrawStringWithInfiniteXform.java failed with
      "RuntimeException: drawString with InfiniteXform transform
      takes long time"
      + JDK-8284331: Add sanity check for signal handler modification
      warning.
      + JDK-8285612: Remove jtreg tag manual=yesno for
      java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
      + JDK-8285687: Remove jtreg tag manual=yesno for
      java/awt/print/PrinterJob/PageRangesDlgTest.java
      + JDK-8286707: JFR: Don't commit JFR internal
      jdk.JavaMonitorWait events
      + JDK-8288325: [windows] Actual and Preferred Size of AWT
      Non-resizable frame are different
      + JDK-8288415: java/awt/PopupMenu/PopupMenuLocation.java is
      unstable in MacOS machines
      + JDK-8288993: Make AwtFramePackTest generic by removing
      @requires tag
      + JDK-8289077: Add manual tests to open
      + JDK-8289238: Refactoring changes to PassFailJFrame Test
      Framework
      + JDK-8289547: Update javax/swing/Popup/TaskbarPositionTest.java
      + JDK-8289584: (fs) Print size values in
      java/nio/file/FileStore/Basic.java when they differ by > 1GiB
      + JDK-8289745: JfrStructCopyFailed uses heap words instead of
      bytes for object sizes
      + JDK-8289917: Metadata for regionsRefilled of
      G1EvacuationStatistics event is wrong
      + JDK-8290067: Show stack dimensions in UL logging when
      attaching threads
      + JDK-8290469: Add new positioning options to PassFailJFrame
      test framework
      + JDK-8292407: Improve Weak CAS VarHandle/Unsafe tests
      resilience under spurious failures
      + JDK-8292683: Remove BadKeyUsageTest.java from Problem List
      + JDK-8292713: Unsafe.allocateInstance should be intrinsified
      without UseUnalignedAccesses
      + JDK-8293098: GHA: Harmonize GCC version handling for host and
      cross builds
      + JDK-8293107: GHA: Bump to Ubuntu 22.04
      + JDK-8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux
      ppc64le and Linux aarch64
      + JDK-8293361: GHA: dump config.log in case of configure failure
      + JDK-8293466: libjsig should ignore non-modifying sigaction
      calls
      + JDK-8293811: Provide a reason for PassFailJFrame.forceFail
      + JDK-8294281: Allow warnings to be disabled on a per-file basis
      + JDK-8294427: Check boxes and radio buttons have rendering
      issues on Windows in High DPI env
      + JDK-8294673: JFR: Add SecurityProviderService#threshold to
      TestActiveSettingEvent.java
      + JDK-8294941: GHA: Cut down cross-compilation sysroots
      + JDK-8294956: GHA: qemu-debootstrap is deprecated, use the
      regular one
      + JDK-8295213: Run GHA manually with user-specified make and
      configure arguments
      + JDK-8295885: GHA: Bump gcc versions 8313428: GHA: Bump GCC
      versions for July 2023 updates
      + JDK-8296275: Write a test to verify setAccelerator  method of
      JMenuItem
      + JDK-8297296: java/awt/Mouse/EnterExitEvents/
      /DragWindowTest.java fails with "No MouseReleased event on
      label!"
      + JDK-8297640: Increase buffer size for buf
      (insert_features_names) in
      Abstract_VM_Version::insert_features_names
      + JDK-8298905: Test "java/awt/print/PrinterJob/ImagePrinting/
      /PrintARGBImage.java" fails because the frames of instruction
      does not display
      + JDK-8299255: Unexpected round errors in FreetypeFontScaler
      + JDK-8299330: Minor improvements in MSYS2 Workflow handling
      + JDK-8300259: Add test coverage for processing of pending
      block files in signed JARs
      + JDK-8300272: Improve readability of the test
      JarWithOneNonDisabledDigestAlg
      + JDK-8300405: Screen capture for test
      JFileChooserSetLocationTest.java, failure case
      + JDK-8301065: Handle control characters in
      java_lang_String::print
      + JDK-8301167: Update VerifySignedJar to actually exercise and
      test verification
      + JDK-8301570: Test  runtime/jni/nativeStack/ needs to detach
      the native thread
      + JDK-8302017: Allocate BadPaddingException only if it will be
      thrown
      + JDK-8302525: Write a test to check various components send
      Events while mouse and key are used simultaneously
      + JDK-8303607: SunMSCAPI provider leaks memory and keys
      + JDK-8306134: Open source some AWT tests relating to Button
      and a few other classes
      + JDK-8306135: Clean up and open source some AWT tests
      + JDK-8306280: Open source several choice AWT tests
      + JDK-8306372: Open source AWT CardLayout and Checkbox tests
      + JDK-8306430: Open source some AWT tests related to
      TextComponent and Toolkit
      + JDK-8306575: Clean up and open source four Dialog related
      tests
      + JDK-8306765: Some client related jtreg problem list entries
      are malformed
      + JDK-8306883: Thread stacksize is reported with wrong units in
      os::create_thread logging
      + JDK-8307079: Update test java/awt/Choice/DragOffNoSelect.java
      + JDK-8307165: java/awt/dnd/NoFormatsDropTest/
      /NoFormatsDropTest.java timed out
      + JDK-8308592: Framework for CA interoperability testing
      + JDK-8308910: Allow executeAndLog to accept running process
      + JDK-8309095: Remove UTF-8 character from
      TaskbarPositionTest.java
      + JDK-8310265: (process) jspawnhelper should not use argv[0]
      + JDK-8310549: avoid potential leaks in KeystoreImpl.m related
      to JNU_CHECK_EXCEPTION early returns
      + JDK-8311285: report some fontconfig related environment
      variables in hs_err file
      + JDK-8311813: C1: Uninitialized PhiResolver::_loop field
      + JDK-8312065: Socket.connect does not timeout when profiling
      + JDK-8312126: NullPointerException in CertStore.getCRLs after
      8297955
      + JDK-8312489: Increase jdk.jar.maxSignatureFileSize default
      which is too low for JARs such as WhiteSource/Mend unified
      agent jar
      + JDK-8312535: MidiSystem.getSoundbank() throws unexpected
      SecurityException
      + JDK-8312573: Failure during CompileOnly parsing leads to
      ShouldNotReachHere
      + JDK-8312972: Bump update version for OpenJDK: jdk-11.0.22
      + JDK-8313576: GCC 7 reports compiler warning in bundled
      freetype 2.13.0
      + JDK-8313626: C2 crash due to unexpected exception control flow
      + JDK-8313657: com.sun.jndi.ldap.Connection.cleanup does not
      close connections on SocketTimeoutErrors
      + JDK-8313691: use close after failing os::fdopen in vmError
      and ciEnv
      + JDK-8313707: GHA: Bootstrap sysroots with --variant=minbase
      + JDK-8313792: Verify 4th party information in
      src/jdk.internal.le/share/legal/jline.md
      + JDK-8313815: The exception messages printed by jcmd
      ManagementAgent.start are corrupted on Japanese Windows
      + JDK-8314063: The socket is not closed in
      Connection::createSocket when the handshake failed for LDAP
      connection
      + JDK-8314094: java/lang/ProcessHandle/InfoTest.java fails on
      Windows when run as user with Administrator privileges
      + JDK-8314242: Update applications/scimark/Scimark.java to
      accept VM flags
      + JDK-8314262: GHA: Cut down cross-compilation sysroots deeper
      + JDK-8314263: Signed jars triggering Logger finder recursion
      and StackOverflowError
      + JDK-8314730: GHA: Drop libfreetype6-dev transitional package
      in favor of libfreetype-dev
      + JDK-8315020: The macro definition for LoongArch64 zero build
      is not accurate.
      + JDK-8315062: [GHA] get-bootjdk action should return the
      abolute path
      + JDK-8315135: Memory leak in the native implementation of
      Pack200.Unpacker.unpack()
      + JDK-8315214: Do not run sun/tools/jhsdb tests concurrently
      + JDK-8315480: [11u] Harmonize GHA cross-compilation block with
      mainline
      + JDK-8315683: Parallelize java/util/concurrent/tck/
      /JSR166TestCase.java
      + JDK-8315692: Parallelize
      gc/stress/TestStressRSetCoarsening.java test
      + JDK-8315696: SignedLoggerFinderTest.java test failed
      + JDK-8315766: Parallelize gc/stress/
      /TestStressIHOPMultiThread.java test
      + JDK-8315770: serviceability/sa/TestJmapCoreMetaspace.java
      should run with -XX:-VerifyDependencies
      + JDK-8315862: [11u] Backport 8227337: javax/management/remote/
      /mandatory/connection/ReconnectTest.java NoSuchObjectException
      no such object in table
      + JDK-8315863: [GHA] Update checkout action to use v4
      + JDK-8315937: Enable parallelism in
      vmTestbase/nsk/stress/numeric tests
      + JDK-8316087: Test SignedLoggerFinderTest.java is still failing
      + JDK-8316178: Better diagnostic header for CodeBlobs
      + JDK-8316206: Test StretchedFontTest.java fails for Baekmuk
      font
      + JDK-8316380: [11u] Backport 8170089:
      nsk/jdi/EventSet/resume/resume008: ERROR: suspendCounts don't
      match for : Common-Cleaner
      + JDK-8316514: Better diagnostic header for VtableStub
      + JDK-8316710: Exclude java/awt/font/Rotate/RotatedTextTest.java
      + JDK-8316746: Top of lock-stack does not match the unlocked
      object
      + JDK-8316906: Clarify TLABWasteTargetPercent flag
      + JDK-8317373: Add Telia Root CA v2
      + JDK-8317374: Add Let's Encrypt ISRG Root X2
      + JDK-8317920: JDWP-agent sends broken exception event with
      onthrow option
      + JDK-8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/
      /SSLEngineTestCase.java to handle default cases
      + JDK-8318669: Target OS detection in 'test-prebuilt' makefile
      target is incorrect when running on MSYS2
      + JDK-8318705: [macos] ProblemList
      java/rmi/registry/multipleRegistries/MultipleRegistries.java
      + JDK-8318759: Add four DigiCert root certificates
      + JDK-8319187: Add three eMudhra emSign roots
      + JDK-8320597: RSA signature verification fails on signed data
      that does not encode params correctly
      + JDK-8323423: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.22
* Wed Oct 18 2023 Andreas Schwab <schwab@suse.de>
  - Configure with --with-native-debug-symbols=internal to enable
    generation of debuginfo packages
* Wed Oct 18 2023 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstrem tag jdk-11.0.21+9 (October 2023 CPU)
    * Security fixes:
      + JDK-8242330: Arrays should be cloned in several JAAS Callback
      classes
      + JDK-8284910: Buffer clean in PasswordCallback
      + JDK-8286503: Enhance security classes
      + JDK-8296581: Better system proxy support
      + JDK-8297856: Improve handling of Bidi characters
      + JDK-8309966, CVE-2023-22081, bsc#1216374: Enhanced TLS
      connections
      + JDK-8305815: Update Libpng to 1.6.39
      + JDK-8306881: Update FreeType to 2.13.0
    * Other fixes:
      + JDK-6176679: Application freezes when copying an animated gif
      image to the system clipboard
      + JDK-8023980: JCE doesn't provide any class to handle RSA
      private key in PKCS#1
      + JDK-8155246: Throw error if default java.security file is
      missing
      + JDK-8158880: test/java/time/tck/java/time/format/
      /TCKDateTimeFormatterBuilder.java fail with zh_CN locale
      + JDK-8168261: Use server cipher suites preference by default
      + JDK-8181383: com/sun/jdi/OptionTest.java fails intermittently
      with bind failed: Address already in use
      + JDK-8201516: DebugNonSafepoints generates incorrect
      information
      + JDK-8209398: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh
      failed with "PKCS11Exception: CKR_ATTRIBUTE_SENSITIVE"
      + JDK-8211343: nsk_jvmti_parseoptions should handle multiple
      suboptions
      + JDK-8212045: Add back the tests that were removed from
      HashesTest.java and AddExportsTest.java
      + JDK-8216059: nsk_jvmti_parseoptions still has dependency on
      tilde separator
      + JDK-8217237: HttpClient does not deal well with multi-valued
      WWW-Authenticate challenge headers
      + JDK-8217395: Update langtools shell tests to use ${EXE_SUFFIX}
      + JDK-8217612: (CL)HSDB cannot show some JVM flags
      + JDK-8217850: CompressedClassSpaceSizeInJmapHeap fails after
      JDK-8217612
      + JDK-8218471: generate-unsafe-access-tests.sh does not
      correctly invoke build.tools.spp.Spp
      + JDK-8219628: [TESTBUG] javadoc/doclet/InheritDocForUserTags
      fails with -othervm
      + JDK-8220410: sun/security/tools/jarsigner/warnings/
      /NoTimestampTest.java failed with missing expected output
      + JDK-8221372: Test vmTestbase/nsk/jvmti/GetThreadState/
      /thrstat001/TestDescription.java times out
      + JDK-8222323: ChildAlwaysOnTopTest.java fails with
      "RuntimeException: Failed to unset alwaysOnTop"
      + JDK-8223573: Replace wildcard address with loopback or local
      host in tests - part 4
      + JDK-8223714: HTTPSetAuthenticatorTest could be made more
      resilient
      + JDK-8223783: sun/net/www/http/HttpClient/MultiThreadTest.java
      sometimes detect threads+1 connections
      + JDK-8223856: Replace wildcard address with loopback or local
      host in tests - part 8
      + JDK-8224617: (fs) java/nio/file/FileStore/Basic.java found
      filesystem twice
      + JDK-8224729: Cleanups in sun/security/provider/certpath/ldap/
      /LDAPCertStoreImpl.java
      + JDK-8224768: Test ActalisCA.java fails
      + JDK-8225012: sanity/client/SwingSet/src/ToolTipDemoTest.java
      fails on Windows
      + JDK-8226221: Update PKCS11 tests to use NSS 3.46 libs
      + JDK-8228341: SignTwice.java fails intermittently on Windows
      + JDK-8228403: SignTwice.java failed with
      java.io.FileNotFoundException: File name too long
      + JDK-8229147: Linux os::create_thread() overcounts guardpage
      size with newer glibc (>=2.27)
      + JDK-8229333: java/io/File/SetLastModified.java timed out
      + JDK-8229338: clean up
      test/jdk/java/util/RandomAccess/Basic.java
      + JDK-8229348: java/net/DatagramSocket/
      /UnreferencedDatagramSockets.java fails intermittently
      + JDK-8229481: sun/net/www/protocol/https/
      /ChunkedOutputStream.java failed with a SSLException
      + JDK-8229912: [TESTBUG] java/net/Socks/SocksIPv6Test fails
      without IPv6
      + JDK-8230132: java/net/NetworkInterface/
      /NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling
      Pseudo-Interface
      + JDK-8231037: java/net/InetAddress/ptr/Lookup.java fails
      intermittently due to reverse lookup failed
      + JDK-8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java
      fails on SLES11 using mozilla-nss-3.14
      + JDK-8231516: network QuickAckTest.java failed due to
      "SocketException: maximum number of DatagramSockets reached"
      + JDK-8232101: (sctp) Add minimal sanity tests for SCTP
      + JDK-8232195: Enable BigInteger tests: DivisionOverflow,
      SymmetricRangeTests and StringConstructorOverflow
      + JDK-8232840: java/math/BigInteger/largeMemory/
      /SymmetricRangeTests.java fails due to "OutOfMemoryError:
      Requested array size exceeds VM limit"
      + JDK-8232922: Add java/math/BigInteger/largeMemory/
      /SymmetricRangeTests.java to ProblemList-Xcomp
      + JDK-8234808: jdb quoted option parsing broken
      + JDK-8236045: [TESTBUG] MismatchedWhiteBox test fails with
      missing WhiteBox$WhiteBoxPermission.class
      + JDK-8237183: Bug ID missing for test in patch which fixed
      JDK-8230665
      + JDK-8238157: security/infra/java/security/cert/
      /CertPathValidator/certification/AmazonCA.java test failures
      because of revocation date
      + JDK-8239007: java/math/BigInteger/largeMemory/ tests should
      be disabled on 32-bit platforms
      + JDK-8239264: Clearup the legacy ObjectIdentifier constructor
      from int array
      + JDK-8239333: Mark test AmazonCA.java with intermittent key
      + JDK-8239537: cgroup MetricsTester testMemorySubsystem fails
      sometimes when testing memory.kmem.tcp.usage_in_bytes
      + JDK-8240193: loadLibrary("osxsecurity") should not be removed
      + JDK-8241097: java/math/BigInteger/largeMemory/
      /SymmetricRangeTests.java requires -XX:+CompactStrings
      + JDK-8242151: Improve OID mapping and reuse among JDK security
      providers for aliases registration
      + JDK-8242897: KeyFactory.generatePublic( x509Spec ) failed
      with java.security.InvalidKeyException
      + JDK-8243210: ClhsdbScanOops fails with NullPointerException
      in FileMapHeader.inCopiedVtableSpace
      + JDK-8244078: ProcessTools executeTestJvm and
      createJavaProcessBuilder have inconsistent handling of
      test.*.opts
      + JDK-8247895: SHA1PRNGReseed.java is calling setSeed(0)
      + JDK-8247968: test/jdk/javax/crypto/SecretKeyFactory/
      /security.properties has wrong header
      + JDK-8248001: javadoc generates invalid HTML pages whose
      ftp:// links are broken
      + JDK-8249699: java/io/ByteArrayOutputStream/MaxCapacity.java
      should use @requires instead of @ignore
      + JDK-8251517: [TESTBUG] com/sun/net/httpserver/bugs/
      /B6393710.java does not scale socket timeout
      + JDK-8252530: Fix inconsistencies in hotspot whitebox
      + JDK-8254350: CompletableFuture.get may swallow
      InterruptedException
      + JDK-8255348: NPE in PKIXCertPathValidator event logging code
      + JDK-8257993: vmTestbase/nsk/jvmti/RedefineClasses/
      /StressRedefine/TestDescription.java crash intermittently
      + JDK-8259796: timed CompletableFuture.get may swallow
      InterruptedException
      + JDK-8260274: Cipher.init(int, key) does not use highest
      priority provider for random bytes
      + JDK-8260878: com/sun/jdi/JdbOptions.java fails without jfr
      + JDK-8260934: java/lang/StringBuilder/HugeCapacity.java fails
      without Compact Strings
      + JDK-8263970: Manual test javax/swing/JTextField/
      /JapaneseReadingAttributes/JapaneseReadingAttributes.java
      failed
      + JDK-8265980: Fix systemDictionary and loaderConstraints
      printing
      + JDK-8268457: XML Transformer outputs Unicode supplementary
      character incorrectly to HTML
      + JDK-8268464: Remove dependancy of TestHttpsServer,
      HttpTransaction, HttpCallback from
      open/test/jdk/sun/net/www/protocol/https/ tests
      + JDK-8269091: javax/sound/sampled/Clip/SetPositionHang.java
      failed with ArrayIndexOutOfBoundsException: Array index out of
      range: -4
      + JDK-8270331: [TESTBUG] Error: Not a test or directory
      containing tests: java/awt/print/PrinterJob/InitToBlack.java
      + JDK-8271838: AmazonCA.java interop test fails
      + JDK-8273807: Zero: Drop incorrect test block from
      compiler/startup/NumCompilerThreadsCheck.java
      + JDK-8274205: Handle KDC_ERR_SVC_UNAVAILABLE error code from
      KDC
      + JDK-8274606: Fix jaxp/javax/xml/jaxp/unittest/transform/
      /SurrogateTest.java test
      + JDK-8275234: java/awt/GraphicsDevice/DisplayModes/
      /CycleDMImage.java is entered twice in ProblemList
      + JDK-8275303: sun/java2d/pipe/InterpolationQualityTest.java
      fails with D3D basic render driver
      + JDK-8276651: java/lang/ProcessHandle tests fail with
      "RuntimeException: Input/output error" in
      java.lang.ProcessHandleImpl$Info.info0
      + JDK-8277353: java/security/MessageDigest/
      /ThreadSafetyTest.java test times out
      + JDK-8279536: jdk/nio/zipfs/ZipFSOutputStreamTest.java timed
      out
      + JDK-8283756: (zipfs) ZipFSOutputStreamTest.testOutputStream
      should only check inflated bytes
      + JDK-8284524: Create an automated test for JDK-4422362
      + JDK-8284767: Create an automated test for JDK-4422535
      + JDK-8284772: GHA: Use GCC Major Version Dependencies Only
      + JDK-8285635: javax/swing/JRootPane/DefaultButtonTest.java
      failed with Default Button not pressed for L&F:
      com.sun.java.swing.plaf.motif.MotifLookAndFeel
      + JDK-8286172: Create an automated test for JDK-4516019
      + JDK-8286481: Exception printed to stdout on Windows when
      storing transparent image in clipboard
      + JDK-8286620: Create regression test for verifying setMargin()
      of JRadioButton
      + JDK-8289508: Improve test coverage for XPath Axes: ancestor,
      ancestor-or-self, preceding, and preceding-sibling
      + JDK-8289748: C2 compiled code crashes with SIGFPE with
    - XX:+StressLCM and -XX:+StressGCM
      + JDK-8291444: GHA builds/tests won't run manually if disabled
      from automatic running
      + JDK-8291830: jvmti/RedefineClasses/StressRedefine failed:
      assert(!is_null(v)) failed: narrow klass value can never be
      zero
      + JDK-8292033: Move jdk.X509Certificate event logic to JCA layer
      + JDK-8292297: Fix up loading of override java.security
      properties file
      + JDK-8292443: Weak CAS VarHandle/Unsafe tests should test
      always-failing cases
      + JDK-8293180: JQuery UI license file not updated
      + JDK-8293562: KeepAliveCache Blocks Threads while Closing
      Connections
      + JDK-8293657: sun/management/jmxremote/bootstrap/
      /RmiBootstrapTest.java#id1 failed with "SSLHandshakeException:
      Remote host terminated the handshake"
      + JDK-8293858: Change PKCS7 code to use default SecureRandom
      impl instead of SHA1PRNG
      + JDK-8295737: macOS: Print content cut off when width > height
      with portrait orientation
      + JDK-8295894: Remove SECOM certificate that is expiring in
      September 2023
      + JDK-8296084: javax/swing/JSpinner/4788637/bug4788637.java
      fails intermittently on a VM
      + JDK-8297437: javadoc cannot link to old docs (with old style
      anchors)
      + JDK-8297523: Various GetPrimitiveArrayCritical miss result -
      NULL check
      + JDK-8297587: Upgrade JLine to 3.22.0
      + JDK-8297681: Unnecessary color conversion during
      4BYTE_ABGR_PRE to INT_ARGB_PRE blit
      + JDK-8297730: C2: Arraycopy intrinsic throws incorrect
      exception
      + JDK-8297887: Update Siphash
      + JDK-8297923: java.awt.ScrollPane broken after multiple scroll
      up/down
      + JDK-8297955: LDAP CertStore should use LdapName and not
      String for DNs
      + JDK-8298921: Create a regression test for JDK-8139581
      + JDK-8298974: Add ftcolor.c to imported freetype sources
      + JDK-8299424: containers/docker/TestMemoryWithCgroupV1.java
      fails on SLES12 ppc64le when testing Memory and Swap Limit
      + JDK-8299658: C1 compilation crashes in
      LinearScan::resolve_exception_edge
      + JDK-8299713: Test javax/swing/JTableHeader/6889007/
      /bug6889007.java failed: Wrong type of cursor
      + JDK-8300098: java/util/concurrent/ConcurrentHashMap/
      /ConcurrentAssociateTest.java fails with internal timeout when
      executed with TieredCompilation1/3
      + JDK-8300659: Refactor TestMemoryAwareness to use WhiteBox api
      for host values
      + JDK-8300751: [17u] Remove duplicate entry in javac.properties
      + JDK-8301269: Update Commons BCEL to Version 6.7.0
      + JDK-8301491: C2: java.lang.StringUTF16::indexOfChar intrinsic
      called with negative character argument
      + JDK-8301700: Increase the default TLS Diffie-Hellman group
      size from 1024-bit to 2048-bit
      + JDK-8301959: Compile command in
      compiler.loopopts.TestRemoveEmptyCountedLoop does not work
      + JDK-8302161: Upgrade jQuery UI to version 1.13.2
      + JDK-8302182: Update Public Suffix List to 88467c9
      + JDK-8303511: C2: assert(get_ctrl(n) == cle_out) during
      unrolling
      + JDK-8303809: Dispose context in SPNEGO NegotiatorImpl
      + JDK-8304054: Linux: NullPointerException from
      FontConfiguration.getVersion in case no fonts are installed
      + JDK-8304498: JShell does not switch to raw mode when there is
      no /bin/test
      + JDK-8304867: Explicitly disable dtrace for ppc builds
      + JDK-8305074: ProblemList
      javax/net/ssl/DTLS/RespondToRetransmit.java
      + JDK-8305421: Work around JDK-8305420 in CDSJDITest.java
      + JDK-8305763: Parsing a URI with an underscore goes through a
      silent exception, negatively impacting performance
      + JDK-8305766: ProblemList runtime/CompressedOops/
      /CompressedClassPointers.java
      + JDK-8305950: Have -XshowSettings option display tzdata version
      + JDK-8306133: Open source few AWT Drag & Drop related tests
      + JDK-8306137: Open source several AWT ScrollPane related tests
      + JDK-8306484: Open source several AWT Choice jtreg tests
      + JDK-8306636: Disable compiler/c2/Test6905845.java with
    - XX:TieredStopAtLevel=3
      + JDK-8306638: Open source some AWT tests related to
      datatransfer and Toolkit
      + JDK-8306682: Open source a few more AWT Choice tests
      + JDK-8306718: Optimize and opensource some old AWT tests
      + JDK-8306954: Open source five Focus related tests
      + JDK-8306955: Open source several JComboBox jtreg tests
      + JDK-8307078: Opensource and clean up five more AWT Focus
      related tests
      + JDK-8307080: Open source some more JComboBox jtreg tests
      + JDK-8307128: Open source some drag and drop tests 4
      + JDK-8307133: Open source some JTable jtreg tests
      + JDK-8307135: java/awt/dnd/NotReallySerializableTest/
      /NotReallySerializableTest.java failed
      + JDK-8307301: Update HarfBuzz to 7.2.0
      + JDK-8307569: Build with gcc8 is broken after JDK-8307301
      + JDK-8307572: AArch64: Vector registers are clobbered by some
      macroassemblers
      + JDK-8307603: [AIX] Broken build after JDK-8307301
      + JDK-8307604: gcc12 based Alpine build broken build after
      JDK-8307301
      + JDK-8307799: Newly added java/awt/dnd/MozillaDnDTest.java has
      invalid jtreg `@requires` clause
      + JDK-8308156: VerifyCACerts.java misses blank in error output
      + JDK-8309088: security/infra/java/security/cert/
      /CertPathValidator/certification/AmazonCA.java fails
      + JDK-8309108: Bump update version for OpenJDK: jdk-11.0.21
      + JDK-8309138: Fix container tests for jdks with symlinked conf
      dir
      + JDK-8310054: ScrollPane insets are incorrect
      + JDK-8310176: JDK 11 G1 crash during full GC with
      +UseStringDeduplication
      + JDK-8310620: [11u] Problemlist failing aot tests on macos x64
      + JDK-8311033: [macos] PrinterJob does not take into account
      Sides attribute
      + JDK-8311689: Wrong visible amount in Adjustable of ScrollPane
      + JDK-8312138: jcmd VM.metaspace vslist has no newline
      character before the Class: label.
      + JDK-8312555: Ideographic characters aren't stretched by
      AffineTransform.scale(2, 1)
      + JDK-8313159: [11u] Fix test SSLEngineKeyLimit.java after
      Merge error
      + JDK-8313765: Invalid CEN header (invalid zip64 extra data
      field size)
      + JDK-8313796: AsyncGetCallTrace crash on unreadable
      interpreter method pointer
      + JDK-8313803: [11u] Exclude jdk/jfr/event/sampling/
      /TestStackFrameLineNumbers.java
      + JDK-8313878: Exclude two compiler/rtm/locking tests on ppc64le
      + JDK-8314086: [11u] A typo in the fix for JDK-8312462 is
      causing test failure in ChildAlwaysOnTopTest.java
      + JDK-8314950: CMS may miss NMT tag after mark stack expansion
      + JDK-8314960: Add Certigna Root CA - 2
      + JDK-8315135: Memory leak in the native implementation of
      Pack200.Unpacker.unpack()
      + JDK-8315529: [11u] Exclude some failing Z-GC tests
      + JDK-8317040: Exclude cleaner test failing on older releases
      + JDK-8317644: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.21
  - Modified patches:
    * adlc-parser.patch
      + extend to initialize all the members to NULL
    * fips.patch
    * nss-security-provider.patch
    * reproducible-javadoc-timestamp.patch
      + rediff
* Wed Oct 18 2023 Fridrich Strba <fstrba@suse.com>
  - Compiler flags to realign stack on ix86 (bsc#1214790)
* Thu Sep 14 2023 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * reproducible-properties.patch
      + use SOURCE_DATE_EPOCH for timestamp in the generated
      properties files
* Wed Aug 23 2023 Fridrich Strba <fstrba@suse.com>
  - Update to upstream tag jdk-11.0.20.1+1 (August 2023 emergency
    release fixing a regression in July 2023 CPU)
    * Changes:
      + JDK-8313765: Invalid CEN header (invalid zip64 extra data
      field size)
      + JDK-8314678: Bump update version for OpenJDK: jdk-11.0.20.1
* Fri Aug 04 2023 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * reproducible-javadoc-timestamp.patch
      + use SOURCE_DATE_EPOCH in javadoc and make the javadoc
      generation more reproducible
* Tue Jul 25 2023 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.20+8 (July 2023 CPU)
    * CVEs
      + CVE-2023-22006, bsc#1213473
      + CVE-2023-22036, bsc#1213474
      + CVE-2023-22041, bsc#1213475
      + CVE-2023-22044, bsc#1213479
      + CVE-2023-22045, bsc#1213481
      + CVE-2023-22049, bsc#1213482
      + CVE-2023-25193, bsc#1207922
    * Security fixes
      + JDK-8298676: Enhanced Look and Feel
      + JDK-8300285: Enhance TLS data handling
      + JDK-8300596: Enhance Jar Signature validation
      + JDK-8301998, JDK-8302084: Update HarfBuzz to 7.0.1
      + JDK-8302475: Enhance HTTP client file downloading
      + JDK-8302483: Enhance ZIP performance
      + JDK-8303376: Better launching of JDI
      + JDK-8304468: Better array usages
      + JDK-8305312: Enhanced path handling
      + JDK-8308682: Enhance AES performance
    * Other changes
      + JDK-8171426: java/lang/ProcessBuilder/Basic.java failed with
      Stream closed
      + JDK-8178806: Better exception logging in crypto code
      + JDK-8187522: test/sun/net/ftp/FtpURLConnectionLeak.java timed
      out
      + JDK-8209167: Use CLDR's time zone mappings for Windows
      + JDK-8209546: Make sun/security/tools/keytool/autotest.sh to
      support macosx
      + JDK-8209880: tzdb.dat is not reproducibly built
      + JDK-8213531: Test javax/swing/border/TestTitledBorderLeak.java
      fails
      + JDK-8214459: NSS source should be removed
      + JDK-8214807: Improve handling of very old class files
      + JDK-8215015: [TESTBUG] remove unneeded -Xfuture option from
      tests
      + JDK-8215575: C2 crash: assert(get_instanceKlass()->is_loaded())
      failed: must be at least loaded
      + JDK-8220093: Change to GCC 8.2 for building on Linux at Oracle
      + JDK-8227257: javax/swing/JFileChooser/4847375/bug4847375.java
      fails with AssertionError
      + JDK-8232853: AuthenticationFilter.Cache::remove may throw
      ConcurrentModificationException
      + JDK-8243936: NonWriteable system properties are actually
      writeable
      + JDK-8246383: NullPointerException in
      JceSecurity.getVerificationResult when using Entrust provider
      + JDK-8248701: On Windows generated modules-deps.gmk can
      contain backslash-r (CR) characters
      + JDK-8257856: Make ClassFileVersionsTest.java robust to JDK
      version updates
      + JDK-8259530: Generated docs contain MIT/GPL-licenced works
      without reproducing the licence
      + JDK-8263420: Incorrect function name in
      NSAccessibilityStaticText native peer implementation
      + JDK-8264290: Create implementation for
      NSAccessibilityComponentGroup protocol peer
      + JDK-8264304: Create implementation for NSAccessibilityToolbar
      protocol peer
      + JDK-8265486: ProblemList javax/sound/midi/Sequencer/
      /Recording.java on macosx-aarch64
      + JDK-8268558: [TESTBUG] Case 2 in
      TestP11KeyFactoryGetRSAKeySpec is skipped
      + JDK-8269746: C2: assert(!in->is_CFG()) failed: CFG Node with
      no controlling input?
      + JDK-8274864: Remove Amman/Cairo hacks in ZoneInfoFile
      + JDK-8275233: Incorrect line number reported in exception
      stack trace thrown from a lambda expression
      + JDK-8275721: Name of UTC timezone in a locale changes
      depending on previous code
      + JDK-8275735: [linux] Remove deprecated Metrics api (kernel
      memory limit)
      + JDK-8276880: Remove java/lang/RuntimeTests/exec/ExecWithDir
      as unnecessary
      + JDK-8277775: Fixup bugids in RemoveDropTargetCrashTest.java -
      add 4357905
      + JDK-8278434: timeouts in test java/time/test/java/time/format/
      /TestZoneTextPrinterParser.java
      + JDK-8280703: CipherCore.doFinal(...) causes potentially
      massive byte[] allocations during decryption
      + JDK-8282077: PKCS11 provider C_sign() impl should handle
      CKR_BUFFER_TOO_SMALL error
      + JDK-8282201: Consider removal of expiry check in
      VerifyCACerts.java test
      + JDK-8282467: add extra diagnostics for JDK-8268184
      + JDK-8282600: SSLSocketImpl should not use user_canceled
      workaround when not necessary
      + JDK-8283059: Uninitialized warning in check_code.c with GCC
      11.2
      + JDK-8285497: Add system property for Java SE specification
      maintenance version
      + JDK-8286398: Address possibly lossy conversions in
      jdk.internal.le
      + JDK-8287007: [cgroups] Consistently use stringStream
      throughout parsing code
      + JDK-8287246: DSAKeyValue should check for missing params
      instead of relying on KeyFactory provider
      + JDK-8287876: The recently de-problemlisted
      TestTitledBorderLeak test is unstable
      + JDK-8287897: Augment src/jdk.internal.le/share/legal/jline.md
      with information on 4th party dependencies
      + JDK-8289301: P11Cipher should not throw out of bounds
      exception during padding
      + JDK-8289735: UTIL_LOOKUP_PROGS fails on pathes with space
      + JDK-8291226: Create Test Cases to cover scenarios for
      JDK-8278067
      + JDK-8291637: HttpClient default keep alive timeout not
      followed if server sends invalid value
      + JDK-8291638: Keep-Alive timeout of 0 should close connection
      immediately
      + JDK-8292206: TestCgroupMetrics.java fails as getMemoryUsage()
      is lower than expected
      + JDK-8293232: Fix race condition in pkcs11 SessionManager
      + JDK-8293815: P11PSSSignature.engineUpdate should not print
      debug messages during normal operation
      + JDK-8294548: Problem list SA core file tests on macosx-x64
      due to JDK-8294316
      + JDK-8294906: Memory leak in PKCS11 NSS TLS server
      + JDK-8295974: jni_FatalError and Xcheck:jni warnings should
      print the native stack when there are no Java frames
      + JDK-8296934: Write a test to verify whether Undecorated Frame
      can be iconified or not
      + JDK-8297000: [jib] Add more friendly warning for proxy issues
      + JDK-8297450: ScaledTextFieldBorderTest.java fails when run
      with -show parameter
      + JDK-8298887: On the latest macOS+XCode the Robot API may
      report wrong colors
      + JDK-8299259: C2: Div/Mod nodes without zero check could be
      split through iv phi of loop resulting in SIGFPE
      + JDK-8300079: SIGSEGV in LibraryCallKit::inline_string_copy
      due to constant NULL src argument
      + JDK-8300205: Swing test bug8078268 make latch timeout
      configurable
      + JDK-8300490: Spaces in name of MacOS Code Signing Identity
      are not correctly handled after JDK-8293550
      + JDK-8301119: Support for GB18030-2022
      + JDK-8301170: perfMemory_windows.cpp add free_security_attr to
      early returns
      + JDK-8301401: Allow additional characters for GB18030-2022
      support
      + JDK-8302151: BMPImageReader throws an exception reading BMP
      images
      + JDK-8302791: Add specific ClassLoader object to Proxy
      IllegalArgumentException message
      + JDK-8303102: jcmd: ManagementAgent.status truncates the text
      longer than O_BUFLEN
      + JDK-8303354: addCertificatesToKeystore in KeystoreImpl.m
      needs CFRelease call in early potential CHECK_NULL return
      + JDK-8303432: Bump update version for OpenJDK: jdk-11.0.20
      + JDK-8303440: The "ZonedDateTime.parse" may not accept the
      "UTC+XX" zone id
      + JDK-8303465: KeyStore of type KeychainStore, provider Apple
      does not show all trusted certificates
      + JDK-8303476: Add the runtime version in the release file of a
      JDK image
      + JDK-8303482: Update LCMS to 2.15
      + JDK-8303564: C2: "Bad graph detected in build_loop_late"
      after a CMove is wrongly split thru phi
      + JDK-8303576: addIdentitiesToKeystore in KeystoreImpl.m needs
      CFRelease call in early potential CHECK_NULL return
      + JDK-8303822: gtestMain should give more helpful output
      + JDK-8303861: Error handling step timeouts should never be
      blocked by OnError and others
      + JDK-8303937: Corrupted heap dumps due to missing retries for
      os::write()
      + JDK-8304134: jib bootstrapper fails to quote filename when
      checking download filetype
      + JDK-8304291: [AIX] Broken build after JDK-8301998
      + JDK-8304295: harfbuzz build fails with GCC 7 after JDK-8301998
      + JDK-8304350: Font.getStringBounds calculates wrong width for
      TextAttribute.TRACKING other than 0.0
      + JDK-8304760: Add 2 Microsoft TLS roots
      + JDK-8305113: (tz) Update Timezone Data to 2023c
      + JDK-8305400: ISO 4217 Amendment 175 Update
      + JDK-8305528: [11u] Backport of JDK-8259530 breaks build with
      JDK10 bootstrap VM
      + JDK-8305682: Update the javadoc in the Character class to
      state support for GB 18030-2022 Implementation Level 2
      + JDK-8305711: Arm: C2 always enters slowpath for monitorexit
      + JDK-8305721: add `make compile-commands` artifacts to
      .gitignore
      + JDK-8305975: Add TWCA Global Root CA
      + JDK-8306543: GHA: MSVC installation is failing
      + JDK-8306658: GHA: MSVC installation could be optional since
      it might already be pre-installed
      + JDK-8306664: GHA: Update MSVC version to latest stepping
      + JDK-8306768: CodeCache Analytics reports wrong threshold
      + JDK-8306976: UTIL_REQUIRE_SPECIAL warning on grep
      + JDK-8307134: Add GTS root CAs
      + JDK-8307811: [TEST] compilation of TimeoutInErrorHandlingTest
      fails after backport of JDK-8303861
      + JDK-8308006: Missing NMT memory tagging in CMS
      + JDK-8308884: [17u/11u] Backout JDK-8297951
      + JDK-8309476: [11u] tools/jmod/hashes/HashesOrderTest.java
      fails intermittently
      + JDK-8311465: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.20
  - Removed patch:
    * system-crypto-policy.patch
      + folded into modified fips.patch
  - Modified patch:
    * fips.patch
      + fold in the system-crypto-policy.patch
      + regenerate to changed context
* Wed Apr 26 2023 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upsteam tag jdk-11.0.19+7 (April 2023 CPU)
    * Security fixes:
      + JDK-8287404: Improve ping times
      + JDK-8288436: Improve Xalan supports
      + JDK-8294474, CVE-2023-21930, bsc#1210628: Better AES support
      + JDK-8295304, CVE-2023-21938, bsc#1210632: Runtime support
      improvements
      + JDK-8296676, CVE-2023-21937, bsc#1210631: Improve String
      platform support
      + JDK-8296684, CVE-2023-21937, bsc#1210631: Improve String
      platform support
      + JDK-8296692, CVE-2023-21937, bsc#1210631: Improve String
      platform support
      + JDK-8296832, CVE-2023-21939, bsc#1210634: Improve Swing
      platform support
      + JDK-8297371: Improve UTF8 representation redux
      + JDK-8298191, CVE-2023-21954, bsc#1210635: Enhance object
      reclamation process
      + JDK-8298310, CVE-2023-21967, bsc#1210636: Enhance TLS session
      negotiation
      + JDK-8298667, CVE-2023-21968, bsc#1210637: Improved path
      handling
      + JDK-8299129: Enhance NameService lookups
    * Fixes:
      + JDK-6528710: sRGB-ColorSpace to sRGB-ColorSpace Conversion
      + JDK-7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/
      /Receiver/bug6186488.java fails
      + JDK-8035787: SourcePositions are wrong for Strings
      concatenated with '+' operator
      + JDK-8065097: [macosx] javax/swing/Popup/
      /TaskbarPositionTest.java fails because Popup is one pixel off
      + JDK-8065422: Trailing dot in hostname causes TLS handshake to
      fail with SNI disabled
      + JDK-8129315: java/net/Socket/LingerTest.java and
      java/net/Socket/ShutdownBoth.java timeout intermittently
      + JDK-8144030: [macosx] test java/awt/Frame/
      /ShapeNotSetSometimes/ShapeNotSetSometimes.java fails (again)
      + JDK-8170705: sun/net/www/protocol/http/StackTraceTest.java
      fails intermittently with Invalid Http response
      + JDK-8171405: java/net/URLConnection/ResendPostBody.java
      failed with "Error while cleaning up threads after test"
      + JDK-8179317: [TESTBUG] rewrite runtime shell tests in java
      + JDK-8247741: Test  test/hotspot/jtreg/runtime/7162488/
      /TestUnrecognizedVmOption.java fails when
    - XX:+IgnoreUnrecognizedVMOptions is set
      + JDK-8190492: Remove SSLv2Hello and SSLv3 from default enabled
      TLS protocols
      + JDK-8192931: Regression test java/awt/font/TextLayout/
      /CombiningPerf.java fails
      + JDK-8195057: java/util/concurrent/CountDownLatch/Basic.java
      failed w/ Xcomp
      + JDK-8195716: BootstrapLoggerTest : Executor still alive
      + JDK-8202621: bad test with broken links needs to be updated
      + JDK-8207248: Reduce incidence of
      compiler.warn.source.no.bootclasspath in javac tests
      + JDK-8208077: File.listRoots performance degradation
      + JDK-8209023: fix 2 compiler tests to avoid JDK-8208690
      + JDK-8209115: adjust libsplashscreen linux ppc64le builds for
      easier libpng update
      + JDK-8209774: Refactor shell test
      javax/xml/jaxp/common/8035437/run.sh to java
      + JDK-8209935: Test to cover CodeSource.getCodeSigners()
      + JDK-8210373: Deadlock in libj2gss.so when loading "j2gss" and
      "net" libraries in parallel.
      + JDK-8212165: JGSS: Fix cut/paste error in NativeUtil.c
      + JDK-8212216: JGSS: Fix leak in exception cases in getJavaOID()
      + JDK-8213130: Update ProblemList after verification of jtreg
      tests in Win 7
      + JDK-8213265: fix missing newlines at end of files
      + JDK-8213932: [TESTBUG] assertEquals is invoked with the
      arguments in the wrong order
      + JDK-8214445: [test] java/net/URL/HandlerLoop has illegal
      reflective access
      + JDK-8215372: test/jdk/java/nio/file/DirectoryStream/Basic.java
      not correct when using a glob
      + JDK-8215759: [test] java/math/BigInteger/ModPow.java can
      throw an ArithmeticException
      + JDK-8217353: java/util/logging/LogManager/Configuration/
      /updateConfiguration/HandlersOnComplexResetUpdate.java fails
      with Unexpected reference: java.lang.ref.WeakReference
      + JDK-8217730: Split up MakeBase.gmk
      + JDK-8218133: sun/net/www/protocol/http/ProtocolRedirect.java
      failed with "java.net.ConnectException"
      + JDK-8218431: Improved platform checking in makefiles
      + JDK-8221098: Run java/net/URL/HandlerLoop.java in othervm mode
      + JDK-8221168: java/util/concurrent/CountDownLatch/Basic.java
      fails
      + JDK-8221351: Crash in
      KlassFactory::check_shared_class_file_load_hook
      + JDK-8221621: FindTests.gmk cannot handle "=" in TEST.groups
      comments
      + JDK-8222430: Add tests for ElementKind predicates
      + JDK-8223463: Replace wildcard address with loopback or local
      host in tests - part 2
      + JDK-8223716: sun/net/www/http/HttpClient/MultiThreadTest.java
      should be more resilient to unexpected traffic
      + JDK-8223736: jvmti/scenarios/contention/TC04/tc04t001/
      /TestDescription.java fails due to wrong number of
      MonitorContendedEntered events
      + JDK-8224024: java/util/concurrent/BlockingQueue/
      /DrainToFails.java testBounded fails intermittently
      + JDK-8226595: jvmti/scenarios/contention/TC04/tc04t001/
      /TestDescription.java still fails due to wrong number of
      MonitorContendedEntered events
      + JDK-8226917: jvmti/scenarios/contention/TC04/tc04t001/
      /TestDescription.java fails on jvmti->InterruptThread
      (JVMTI_ERROR_THREAD_NOT_ALIVE)
      + JDK-8227422: sun/net/www/protocol/file/
      /DirPermissionDenied.java failed on Windows 2016 because
      DirPermissionDenied directory has no read permission
      + JDK-8230374: maxOutputSize, instead of
      javatest.maxOutputSize, should be used in TEST.properties
      + JDK-8230731: SA tests fail with "Windbg Error: ReadVirtual
      failed"
      + JDK-8231595: [TEST] develop a test case for SuspendThreadList
      including current thread
      + JDK-8233462: serviceability/tmtools/jstat tests times out
      with -Xcomp
      + JDK-8235448: code cleanup in SSLContextImpl.java
      + JDK-8238936: The crash in XRobotPeer when the custom
      GraphicsDevice is used
      + JDK-8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java
      is unstable
      + JDK-8244592: Start supporting SOURCE_DATE_EPOCH
      + JDK-8245245: WebSocket can lose the URL encoding of URI query
      parameters
      + JDK-8298588: WebSockets: HandshakeUrlEncodingTest
      unnecessarily depends on a response body
      + JDK-8245654: Add Certigna Root CA
      + JDK-8248306: gc/stress/gclocker/
      /TestExcessGCLockerCollections.java does not compile
      + JDK-8249691: jdk/lambda/vm/StrictfpDefault.java file can be
      removed
      + JDK-8252401: Introduce Utils.TEST_NATIVE_PATH
      + JDK-8252532: use Utils.TEST_NATIVE_PATH instead of
      System.getProperty("test.nativepath")
      + JDK-8252715: Problem list java/awt/event/KeyEvent/KeyTyped/
      /CtrlASCII.java on Linux
      + JDK-8254267: javax/xml/crypto/dsig/LogParameters.java failed
      with "RuntimeException: Unexpected log output:"
      + JDK-8255710: Opensource unit/regression tests for CMM
      + JDK-8256110: Create implementation for NSAccessibilityStepper
      protocol
      + JDK-8256111: Create implementation for
      NSAccessibilityStaticText protocol
      + JDK-8256126: Create implementation for NSAccessibilityImage
      protocol peer
      + JDK-8256240: Reproducible builds should turn on the
      "deterministic" flag for Visual Studio
      + JDK-8281262: Windows builds in different directories are not
      fully reproducible
      + JDK-8256934: C2: assert(C->live_nodes() <=
      C->max_node_limit()) failed: Live Node limit exceeded limit
      + JDK-8257928: Test image build failure with clang-10 due to
    - Wmisleading-indentation
      + JDK-8258005: JDK build fails with incorrect fixpath script
      + JDK-8259265: Refactor UncaughtExceptions shell test as java
      test.
      + JDK-8259267: Refactor LoaderLeak shell test as java test.
      + JDK-8225648: [TESTBUG] java/lang/annotation/loaderLeak/
      /Main.java fails with -Xcomp
      + JDK-8260576: Typo in compiler/runtime/safepoints/
      /TestRegisterRestoring.java
      + JDK-8261270: MakeMethodNotCompilableTest fails with
    - XX:TieredStopAtLevel={1,2,3}
      + JDK-8261279: sun/util/resources/cldr/TimeZoneNamesTest.java
      timed out
      + JDK-8261350: Create implementation for
      NSAccessibilityCheckBox protocol peer
      + JDK-8261351: Create implementation for
      NSAccessibilityRadioButton protocol
      + JDK-8261352: Create implementation for component peer for all
      the components who should be ignored in a11y interactions
      + JDK-8262060: compiler/whitebox/BlockingCompilation.java timed
      out
      + JDK-8264200: java/nio/channels/DatagramChannel/SRTest.java
      fails intermittently
      + JDK-8264299: Create implementation of native accessibility
      peer for ScrollPane and ScrollBar Java Accessibility roles
      + JDK-8264512: jdk/test/jdk/java/util/prefs/ExportNode.java
      relies on default platform encoding
      + JDK-8266974: duplicate property key in java.sql.rowset
      resource bundle
      + JDK-8267038: Update IANA Language Subtag Registry to Version
      2022-03-02
      + JDK-8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java
      does not show instruction
      + JDK-8271323: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java
      fails with -XX:TieredStopAtLevel=1
      + JDK-8271506: Add ResourceHashtable support for deleting
      selected entries
      + JDK-8272985: Reference discovery is confused about atomicity
      and degree of parallelism
      + JDK-8273497: building.md should link to both md and html
      + JDK-8273806: compiler/cpuflags/TestSSE4Disabled.java should
      test for CPU feature explicitly
      + JDK-8273895: compiler/ciReplay/TestVMNoCompLevel.java fails
      due to wrong data size with TieredStopAtLevel=2,3
      + JDK-8274939: Incorrect size of the pixel storage is used by
      the robot on macOS
      + JDK-8277346: ProblemList 7 serviceability/sa tests on
      macosx-x64
      + JDK-8277351: ProblemList runtime/jni/checked/
      /TestPrimitiveArrayCriticalWithBadParam.java on macosx-x64
      + JDK-8279614: The left line of the TitledBorder is not painted
      on 150 scale factor
      + JDK-8279662: serviceability/sa/ClhsdbScanOops.java can fail
      due to unexpected GC
      + JDK-8279941: sun/security/pkcs11/Signature/
      /TestDSAKeyLength.java fails when NSS version detection fails
      + JDK-8280048: Missing comma in copyright header
      + JDK-8280391: NMT: Correct NMT tag on CollectedHeap
      + JDK-8280401: [sspi] gss_accept_sec_context leaves
      output_token uninitialized
      + JDK-8280896: java/nio/file/Files/probeContentType/Basic.java
      fails on Windows 11
      + JDK-8282036: Change java/util/zip/ZipFile/DeleteTempJar.java
      to stop HttpServer cleanly in case of exceptions
      + JDK-8282219: jdk/java/lang/ProcessBuilder/Basic.java fails on
      AIX
      + JDK-8282398: EndingDotHostname.java test fails because SSL
      cert expired
      + JDK-8282511: Use fixed certificate validation date in
      SSLExampleCert template
      + JDK-8282958: Rendering Issues with Borders on Windows
      High-DPI systems
      + JDK-8283606: Tests may fail with zh locale on MacOS
      + JDK-8283717: vmTestbase/nsk/jdi/ThreadStartEvent/thread/
      /thread001 failed due to SocketTimeoutException
      + JDK-8283719: java/util/logging/CheckZombieLockTest.java
      failing intermittently
      + JDK-8283870: jdeprscan --help causes an exception when the
      locale is ja, zh_CN or de
      + JDK-8284023: java.sun.awt.X11GraphicsDevice
      .getDoubleBufferVisuals() leaks XdbeScreenVisualInfo
      + JDK-8284165: Add pid to process reaper thread name
      + JDK-8285093: Introduce UTIL_ARG_WITH
      + JDK-8285755: JDK-8285093 changed the default for
    - -with-output-sync
      + JDK-8285919: Remove debug printout from JDK-8285093
      + JDK-8285399: JNI exception pending in awt_GraphicsEnv.c:1432
      + JDK-8285690: CloneableReference subtest should not throw
      CloneNotSupportedException
      + JDK-8285835: SIGSEGV in
      PhaseIdealLoop::build_loop_late_post_work
      + JDK-8286030: Avoid JVM crash when containers share the same
      /tmp dir
      + JDK-8286800: Assert in PhaseIdealLoop::dump_real_LCA is too
      strong
      + JDK-8286962: java/net/httpclient/ServerCloseTest.java failed
      once with ConnectException
      + JDK-8287011: Improve container information
      + JDK-8287180: Update IANA Language Subtag Registry to Version
      2022-08-08
      + JDK-8287906: Rewrite of GitHub Actions (GHA) sanity tests
      + JDK-8288499: Restore cancel-in-progress in GHA
      + JDK-8288332: Tier1 validate-source fails after 8279614
      + JDK-8289562: Change bugs.java.com and bugreport.java.com
      URL's to https
      + JDK-8289695: [TESTBUG] TestMemoryAwareness.java fails on
      cgroups v2 and crun
      + JDK-8290197: test/jdk/java/nio/file/Files/probeContentType/
      /Basic.java fails on some systems for the ".rar" extension
      + JDK-8290899: java/lang/String/StringRepeat.java test requests
      too much heap on windows x86
      + JDK-8290920: sspi_bridge.dll not built if BUILD_CRYPTO is
      false
      + JDK-8290964: C2 compilation fails with assert "non-reduction
      loop contains reduction nodes"
      + JDK-8292863: assert(_print_inlining_stream->size() > 0)
      failed: missing inlining msg
      + JDK-8292877: java/util/concurrent/atomic/Serial.java uses
      {Double,Long}Accumulator incorrectly
      + JDK-8293550: Optionally add get-task-allow entitlement to
      macos binaries
      + JDK-8293767: AWT test TestSinhalaChar.java has old SCCS
      markings
      + JDK-8293996: C2: fix and simplify
      IdealLoopTree::do_remove_empty_loop
      + JDK-8294378: URLPermission constructor exception when using
      tr locale
      + JDK-8294580: frame::interpreter_frame_print_on() crashes if
      free BasicObjectLock exists in frame
      + JDK-8294705: Disable an assertion in
      test/jdk/java/util/DoubleStreamSums/CompensatedSums.java
      + JDK-8294947: Use 64bit atomics in patch_verified_entry on
      x86_64
      + JDK-8295116: C2: assert(dead->outcnt() == 0 &&
      !dead->is_top()) failed: node must be dead
      + JDK-8295211: Fix autoconf 2.71 warning "AC_CHECK_HEADERS: you
      should use literals"
      + JDK-8295405: Add cause in a couple of
      IllegalArgumentException and InvalidParameterException shown
      by sun/security/pkcs11 tests
      + JDK-8295412: support latest VS2022 MSC_VER in
      abstract_vm_version.cpp
      + JDK-8295530: Update Zlib Data Compression Library to Version
      1.2.13
      + JDK-8295685: Update Libpng to 1.6.38
      + JDK-8295774: Write a test to verify List sends
      ItemEvent/ActionEvent
      + JDK-8295777: java/net/httpclient/ConnectExceptionTest.java
      should not rely on system resolver
      + JDK-8295788: C2 compilation hits "assert((mode ==
      ControlAroundStripMined && use == sfpt) ||
      !use->is_reachable_from_root()) failed: missed a node"
      + JDK-8296239: ISO 4217 Amendment 174 Update
      + JDK-8296611: Problemlist several sun/security tests until
      + JDK-8295343 is resolved
      + JDK-8296619: Upgrade jQuery to 3.6.1
      + JDK-8296675: Exclude linux-aarch64 in NSS tests
      + JDK-8296878: Document Filter attached to JPasswordField and
      setText("") is not cleared instead inserted characters
      replaced with unicode null characters
      + JDK-8296904: Improve handling of macos xcode toolchain
      + JDK-8296912: C2: CreateExNode::Identity fails with assert(i <
      _max) failed: oob: i=1, _max=1
      + JDK-8296924: C2:
      assert(is_valid_AArch64_address(dest.target())) failed: bad
      address
      + JDK-8297088: Update LCMS to 2.14
      + JDK-8297257: Bump update version for OpenJDK: jdk-11.0.19
      + JDK-8297264: C2: Cast node is not processed again in CCP and
      keeps a wrong too narrow type which is later replaced by top
      + JDK-8297480: GetPrimitiveArrayCritical in imageioJPEG misses
      result - NULL check
      + JDK-8297489: Modify TextAreaTextEventTest.java as to verify
      the content change of TextComponent sends TextEvent
      + JDK-8297569: URLPermission constructor throws
      IllegalArgumentException: Invalid characters in hostname
      after JDK-8294378
      + JDK-8297951: C2: Create skeleton predicates for all If nodes
      in loop predication
      + JDK-8297963: Partially fix string expansion issues in
      UTIL_DEFUN_NAMED and related macros
      + JDK-8298027: Remove SCCS id's from awt jtreg tests
      + JDK-8298073: gc/metaspace/
      /CompressedClassSpaceSizeInJmapHeap.java causes test task
      timeout on macosx
      + JDK-8241293: CompressedClassSpaceSizeInJmapHeap.java time out
      after 8 minutes
      + JDK-8298093: improve cleanup and error handling of
      awt_parseColorModel in awt_parseImage.c
      + JDK-8298108: Add a regression test for JDK-8297684
      + JDK-8298129: Let checkpoint event sizes grow beyond u4 limit
      + JDK-8298271: java/security/SignedJar/spi-calendar-provider/
      /TestSPISigned.java failing on Windows
      + JDK-8298459: Fix msys2 linking and handling out of tree build
      directory for source zip creation
      + JDK-8298527: Cygwin's uname -m returns different string than
      before
      + JDK-8299194: CustomTzIDCheckDST.java may fail at future date
      + JDK-8299296: Write a test to verify the components selection
      sends ItemEvent
      + JDK-8299439: java/text/Format/NumberFormat/CurrencyFormat.java
      fails for hr_HR
      + JDK-8299483: ProblemList java/text/Format/NumberFormat/
      /CurrencyFormat.java
      + JDK-8299445: EndingDotHostname.java fails because of
      compilation errors
      + JDK-8299520: TestPrintXML.java output error messages in case
      compare fails
      + JDK-8299596: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.19
      + JDK-8299616: [11u] Bootcycle build fails after JDK-8257679
      backport
      + JDK-8299789: Compilation of gtest causes build to fail if
      runtime libraries are in different dirs
      + JDK-8300119: CgroupMetrics.getTotalMemorySize0() can report
      invalid results on 32 bit systems
      + JDK-8300424: [11u] Chunk lost in backport of 8297569
      + JDK-8300642: [17u,11u] Fix DEFAULT_PROMOTED_VERSION_PRE=ea
      for -dev
      + JDK-8300742: jstat's CGCT is 5 percent higher than the pause
      time in -Xlog:gc.
      + JDK-8300773: Address the inconsistency between the constant
      array and pool size
      + JDK-8301397: [11u, 17u] Bump jtreg to fix issue with build
      JDK 11.0.18
      + JDK-8301760: Fix possible leak in SpNegoContext dispose
      + JDK-8301842: JFR: increase checkpoint event size for
      stacktrace and string pool
      + JDK-8302000: [11u] A subtle race condition during jdk11u
      build
      + JDK-8218460: Test generation scripts do not invoke stream
      preprocessor correctly
      + JDK-8302657: [11u] Add missing '(' in makefile after backport
      of 8218431
      + JDK-8302694: [11u] Update GHA Boot JDK to 11.0.18
      + JDK-8302903: [11u] Add modified test snippet after backport
      of JDK-8221871
      + JDK-8303075: [11u] Add CompileClassWithDebugTest to
      ProblemList for 8303074
      + JDK-8304389: [11u] Crash on Windows in C2 compiled code after
      8248238 and 8218431
  - Modified patch:
    * fips.patch
      + adapt to changed context
* 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
* Tue Feb 07 2023 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag jdk-11.0.18+10 (January 2023 CPU)
    * CVEs
      + CVE-2023-21835, bsc#1207246
      + CVE-2023-21843, bsc#1207248
    * Security fixes
      + JDK-8286070: Improve UTF8 representation
      + JDK-8286496: Improve Thread labels
      + JDK-8287411: Enhance DTLS performance
      + JDK-8288516: Enhance font creation
      + JDK-8289350: Better media supports
      + JDK-8293554: Enhanced DH Key Exchanges
      + JDK-8293598: Enhance InetAddress address handling
      + JDK-8293717: Objective view of ObjectView
      + JDK-8293734: Improve BMP image handling
      + JDK-8293742: Better Banking of Sounds
      + JDK-8295687: Better BMP bounds
    * Other changes
      + JDK-4819544: SwingSet2 JTable Demo throws NullPointerException
      + JDK-6782021: It is not possible to read local computer
      certificates with the SunMSCAPI provider
      + JDK-6829250: Reg test:
      java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails
      in Windows
      + JDK-7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
      + JDK-8022403: sun/java2d/DirectX/OnScreenRenderingResizeTest/
      /OnScreenRenderingResizeTest.java fails
      + JDK-8028998: [TEST_BUG] [macosx] java/awt/dnd/
      /DropTargetEnterExitTest/MissedDragExitTest.java failed
      + JDK-8029633: Raw inner class constructor ref should not
      perform diamond inference
      + JDK-8030121: java/awt/dnd/MissingDragExitEventTest/
      /MissingDragExitEventTest.java fails
      + JDK-8079267: [TEST_BUG] Test java/awt/Frame/MiscUndecorated/
      /RepaintTest.java fails
      + JDK-8129827: [TEST_BUG] Test java/awt/Robot/RobotWheelTest/
      /RobotWheelTest.java fails
      + JDK-8159599: [TEST_BUG] java/awt/Modal/
      /ModalInternalFrameTest/ModalInternalFrameTest.java
      + JDK-8169187: [macosx] Aqua: java/awt/image/multiresolution/
      /MultiresolutionIconTest.java
      + JDK-8172269: When checking the default behaviour for a scroll
      tab layout and checking the 'opaque' checkbox, the area behind
      tabs is not red.
      + JDK-8178698: javax/sound/midi/Sequencer/MetaCallback.java
      failed with timeout
      + JDK-8193942: Regression automated test '/open/test/jdk/javax/
      /swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails
      + JDK-8194126: Regression automated Test '/open/test/jdk/javax/
      /swing/JColorChooser/Test7194184.java' fails
      + JDK-8198343: Test java/awt/print/PrinterJob/
      /TestPgfmtSetMPA.java may fail w/o printer
      + JDK-8199290: [TESTBUG]
      sun.hotspot.WhiteBox$WhiteBoxPermission is not copied
      + JDK-8202836: [macosx] test
      java/awt/Graphics/TextAAHintsTest.java fails
      + JDK-8206125: [windows] cannot pass relative path to
    - -with-boot-jdk
      + JDK-8210047: some pages contain content outside of landmark
      region
      + JDK-8211002: test/jdk/java/lang/Math/PowTests.java skips
      testing for non-corner-case values
      + JDK-8212096: javax/net/ssl/ServerName/
      /SSLEngineExplorerMatchedSNI.java failed intermittently due
      to SSLException: Tag mismatch
      + JDK-8213239: Configure cannot handle command overrides with
      arguments
      + JDK-8215571: jdb does not include jdk.* in the default class
      filter
      + JDK-8217032: Check pandoc capabilities in configure
      + JDK-8222091: Javadoc does not handle package annotations
      correctly on package-info.java
      + JDK-8222251: preflow visitor is not visiting lambda
      expressions
      + JDK-8226236: win32: gc/metaspace/
      /TestCapacityUntilGCWrapAround.java fails
      + JDK-8227179: Test for new gc+metaspace=info output format
      + JDK-8227651: Tests fail with SSLProtocolException: Input
      record too big
      + JDK-8228672: [TESTBUG] gc/metaspace/TestSizeTransitions.java
      fails on 32-bit platforms
      + JDK-8233557: [TESTBUG] DoubleClickTitleBarTest.java fails on
      macOs
      + JDK-8233558: [TESTBUG] WindowOwnedByEmbeddedFrameTest.java
      fails on macos
      + JDK-8233565: [TESTBUG] NullModalityDialogTest.java fails on
      MacOS
      + JDK-8233648: [TESTBUG] DefaultMenuBarTest.java failing on
      macos
      + JDK-8239708: Split basics.m4 into basic.m4 and util.m4
      + JDK-8240281: Remove failing assertion code when selecting
      first memory state in SuperWord::co_locate_pack
      + JDK-8242468: VS2019 build missing vcruntime140_1.dll
      + JDK-8243565: some gc tests use 'test.java.opts' and not
      'test.vm.opts'
      + JDK-8243568: serviceability/logging/TestLogRotation.java uses
      'test.java.opts' and not 'test.vm.opts'
      + JDK-8244010: Simplify usages of
      ProcessTools.createJavaProcessBuilder in our tests
      + JDK-8244557: test/jdk/javax/swing/JTabbedPane/
      /TestBackgroundScrollPolicy.java failed
      + JDK-8247676: vcruntime140_1.dll is not needed on 32-bit
      Windows
      + JDK-8249694: java/lang/StringBuffer/HugeCapacity.java and
      j/l/StringBuilder/HugeCapacity.java tests shouldn't be
      @ignore-d
      + JDK-8253877: gc/g1/TestGCLogMessages.java fails - missing
      "Evacuation failure" message
      + JDK-8254874: ZGC: JNIHandleBlock verification failure in
      stack watermark processing
      + JDK-8254976: Re-enable swing jtreg tests which were broken
      due to samevm mode
      + JDK-8255439: System Tray icons get corrupted when Windows
      scaling changes
      + JDK-8256109: Create implementation for NSAccessibilityButton
      protocol
      + JDK-8257679: Improved unix compatibility layer in Windows
      build (winenv)
      + JDK-8257722: Improve "keytool -printcert -jarfile" output
      + JDK-8258005: JDK build fails with incorrect fixpath script
      + JDK-8259485: Document need for short paths when building on
      Windows
      + JDK-8260272: bash configure --prefix does not work after
      JDK-8257679
      + JDK-8261336: IGV: enhance default filters
      + JDK-8261445: Use memory_order_relaxed for os::random().
      + JDK-8261758: [TESTBUG] gc/g1/TestGCLogMessages.java fails if
      ergonomics detect too small InitialHeapSize
      + JDK-8263326: Remove ReceiverTypeData check from
      serviceability/sa/TestPrintMdo.java
      + JDK-8263871: On sem_destroy() failing we should assert
      + JDK-8264593: debug.cpp utilities should be available in
      product builds.
      + JDK-8264666: Change implementation of safeAdd/safeMult in the
      LCMSImageLayout class
      + JDK-8266082: AssertionError in Annotate.fromAnnotations with
    - Xdoclint
      + JDK-8266967: debug.cpp utility find() should print Java
      Object fields.
      + JDK-8268361: Fix the infinite loop in next_line
      + JDK-8268860: Windows-Aarch64 build is failing in GitHub
      actions
      + JDK-8268893: jcmd to trim the glibc heap
      + JDK-8269029: compiler/codegen/TestCharVect2.java fails for
      client VMs
      + JDK-8269873: serviceability/sa/Clhsdb tests are using a C2
      specific VMStruct field
      + JDK-8272123: Problem list 4 jtreg tests which regularly fail
      on macos-aarch64
      + JDK-8273236: keytool does not accurately warn about
      algorithms that are disabled but have additional constraints
      + JDK-8273553: sun.security.ssl.SSLEngineImpl.closeInbound also
      has similar error of JDK-8253368
      + JDK-8273578: javax/swing/JMenu/4515762/bug4515762.java fails
      on macOS 12
      + JDK-8273685: Remove jtreg tag manual=yesno for
      java/awt/Graphics/LCDTextAndGraphicsState.java & show test
      instruction
      + JDK-8274029: Remove jtreg tag manual=yesno for  java/awt/
      /print/Dialog/DialogOrient.java
      + JDK-8274032: Remove jtreg tag manual=yesno for java/awt/print/
      /PrinterJob/ImagePrinting/ImageTypes.java & show test UI
      + JDK-8274296: Update or Problem List tests which may fail with
      uiScale=2 on macOS
      + JDK-8274456: Remove jtreg tag manual=yesno
      java/awt/print/PrinterJob/PageDialogTest.java
      + JDK-8274563: jfr/event/oldobject/TestClassLoaderLeak.java
      fails when GC cycles are not happening
      + JDK-8274597: Some of the dnd tests time out and fail
      intermittently
      + JDK-8275170: Some jtreg sound tests should be marked with
      sound keyword
      + JDK-8275535: Retrying a failed authentication on multiple
      LDAP servers can lead to users blocked
      + JDK-8276841: Add support for Visual Studio 2022
      + JDK-8277159: Fix java/nio/file/FileStore/Basic.java test by
      ignoring /run/user/* mount points
      + JDK-8277497: Last column cell in the JTable row is read as
      empty cell
      + JDK-8277881: Missing SessionID in TLS1.3 resumption in
      compatibility mode
      + JDK-8277970: Test jdk/sun/security/ssl/SSLSessionImpl/
      /NoInvalidateSocketException.java fails with "tag mismatch"
      + JDK-8279066: entries.remove(entry) is useless in
      PKCS12KeyStore
      + JDK-8279695: [TESTBUG] modify compiler/loopopts/
      /TestSkeletonPredicateNegation.java to run on C1 also
      + JDK-8280158: New test from JDK-8274736 failed with/without
      patch in JDK11u
      + JDK-8280550: SplittableRandom#nextDouble(double,double) can
      return result >= bound
      + JDK-8280863: Update build README to reflect that MSYS2 is
      supported
      + JDK-8280890: Cannot use '-Djava.system.class.loader' with
      class loader in signed JAR
      + JDK-8280948: Write a regression test for JDK-4659800
      + JDK-8280950: RandomGenerator:NextDouble() default behavior
      non conformant after JDK-8280550 fix
      + JDK-8281183: RandomGenerator:NextDouble() default behavior
      partially fixed by JDK-8280950
      + JDK-8281296: Create a regression test for JDK-4515999
      + JDK-8281297: TestStressG1Humongous fails with
      guarantee(is_range_uncommitted)
      + JDK-8282046: Create a regression test for JDK-8000326
      + JDK-8282276: Problem list failing two Robot Screen Capture
      tests
      + JDK-8282306: os::is_first_C_frame(frame*) crashes on invalid
      link access
      + JDK-8282345: handle latest VS2022 in abstract_vm_version
      + JDK-8282402: Create a regression test for JDK-4666101
      + JDK-8282640: Create a test for JDK-4740761
      + JDK-8282642: vmTestbase/gc/gctests/LoadUnloadGC2/
      /LoadUnloadGC2.java fails intermittently with exit code 1
      + JDK-8282730: LdapLoginModule throw NPE from logout method
      after login failure
      + JDK-8282777: Create a Regression test for JDK-4515031
      + JDK-8282778: Create a regression test for JDK-4699544
      + JDK-8282857: Create a regression test for JDK-4702690
      + JDK-8282936: Write a regression test for JDK-4615365
      + JDK-8282937: Write a regression test for JDK-4820080
      + JDK-8283199: Linux os::cpu_microcode_revision() stalls cold
      startup
      + JDK-8283422: Create a new test for JDK-8254790
      + JDK-8284294: Create an automated regression test for RFE
      4138746
      + JDK-8284358: Unreachable loop is not removed from C2 IR,
      leading to a broken graph
      + JDK-8284521: Write an automated regression test for RFE
      4371575
      + JDK-8284690: [macos] VoiceOver : Getting
      java.lang.IllegalArgumentException: Invalid location on
      Editable JComboBox
      + JDK-8284732: FFI_GO_CLOSURES macro not defined but required
      for zero build on Mac OS X
      + JDK-8284752: Zero does not build on Mac OS X due to missing
      os::current_thread_enable_wx implementation
      + JDK-8284771: java/util/zip/CloseInflaterDeflaterTest.java
      failed with "AssertionError: Expected IOException to be
      thrown, but nothing was thrown"
      + JDK-8284884: Replace polling with waiting in
      javax/swing/text/html/parser/Parser/8078268/bug8078268.java
      + JDK-8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile
      fails when named value doesn't exist
      + JDK-8285305: Create an automated test for JDK-4495286
      + JDK-8285373: Create an automated test for JDK-4702233
      + JDK-8285604: closed sun/java2d/GdiRendering/
      /ClipShapeRendering.java failed with "Incorrect color ffeeeeee
      instead of ff0000ff in pixel (100, 100)"
      + JDK-8285617: Fix java/awt/print/PrinterJob/ImagePrinting/
      /PrintARGBImage.java manual test
      + JDK-8285698: Create a test to check the focus stealing of
      JPopupMenu from JComboBox
      + JDK-8285794: AsyncGetCallTrace might acquire a lock via
      JavaThread::thread_from_jni_environment
      + JDK-8285836: sun/net/www/http/KeepAliveCache/
      /KeepAliveProperty.java failed with "RuntimeException: Failed
      in server"
      + JDK-8285921: serviceability/dcmd/jvmti/AttachFailed/
      /AttachReturnError.java fails on Alpine
      + JDK-8286624: Regression Test CoordinateTruncationBug.java
      fails on OL8.3
      + JDK-8286663: Resolve IDE warnings in WTrayIconPeer and
      SystemTray
      + JDK-8286772: java/awt/dnd/DropTargetInInternalFrameTest/
      /DropTargetInInternalFrameTest.html times out and fails in
      Windows
      + JDK-8286872: Refactor add/modify notification icon (TrayIcon)
      + JDK-8287076: Document.normalizeDocument() produces different
      results
      + JDK-8287091: aarch64 : guarantee(val < (1ULL << nbits))
      failed: Field too big for insn
      + JDK-8287425: Remove unnecessary register push for
      MacroAssembler::check_klass_subtype_slow_path
      + JDK-8287609: macOS: SIGSEGV at [CoreFoundation]
      CFArrayGetCount / sun.font.CFont.getTableBytesNative
      + JDK-8287724: Fix various issues with msys2
      + JDK-8287826: javax/accessibility/4702233/
      /AccessiblePropertiesTest.java fails to compile
      + JDK-8287895: Some langtools tests fail on msys2
      + JDK-8287896: PropertiesTest.sh fail on msys2
      + JDK-8287902: UnreadableRB case in MissingResourceCauseTest is
      not working reliably on Windows
      + JDK-8287917: System.loadLibrary does not work on Big Sur if
      JDK is built with macOS SDK 10.15 and earlier
      + JDK-8288132: Update test artifacts in QuoVadis CA interop
      tests
      + JDK-8288302: Shenandoah: SIGSEGV in vm maybe related to jit
      compiling xerces
      + JDK-8288377: [REDO] DST not applying properly with zone id
      offset set with TZ env variable
      + JDK-8288445: AArch64: C2 compilation fails with
      guarantee(!true || (true && (shift != 0))) failed: impossible
      encoding
      + JDK-8288599: com/sun/management/OperatingSystemMXBean/
      /TestTotalSwap.java: Expected total swap size ... but
      getTotalSwapSpaceSize returned ...
      + JDK-8288985: P11TlsKeyMaterialGenerator should work with
      ChaCha20-Poly1305
      + JDK-8289043: C2: Vector constant materialization attempt
      + JDK-8289146: containers/docker/TestMemoryWithCgroupV1.java
      fails on linux ppc64le machine with missing Memory and Swap
      Limit output
      + JDK-8290207: Missing notice in dom.md
      + JDK-8290209: jcup.md missing additional text
      + JDK-8290451: Incorrect result when switching to C2 OSR
      compilation from C1
      + JDK-8290529: C2: assert(BoolTest(btest).is_canonical())
      failure
      + JDK-8290705: StringConcat::validate_mem_flow asserts with
      "unexpected user: StoreI"
      + JDK-8290711: assert(false) failed: infinite loop in
      PhaseIterGVN::optimize
      + JDK-8290781: Segfault at
      PhaseIdealLoop::clone_loop_handle_data_uses
      + JDK-8291459: JVM crash with GenerateOopMap::error_work(char
      const*, __va_list_tag*)
      + JDK-8291461: assert(false) failed: bad AD file
      + JDK-8292083: Detected container memory limit may exceed
      physical machine memory
      + JDK-8292158: AES-CTR cipher state corruption with AVX-512
      + JDK-8292541: [Metrics] Reported memory limit may exceed
      physical machine memory
      + JDK-8292682: Code change of JDK-8282730 not updated to
      reflect CSR update
      + JDK-8292778: EncodingSupport_md.c convertUtf8ToPlatformString
      wrong placing of free
      + JDK-8292866:
      Java_sun_awt_shell_Win32ShellFolder2_getLinkLocation check
      MultiByteToWideChar return value for failures
      + JDK-8292887: Bump update version for OpenJDK: jdk-11.0.18
      + JDK-8292899: CustomTzIDCheckDST.java testcase failed on AIX
      platform
      + JDK-8293044: C1: Missing access check on non-accessible class
      + JDK-8293472: Incorrect container resource limit detection if
      manual cgroup fs mounts present
      + JDK-8293540: [Metrics] Incorrectly detected resource limits
      with additional cgroup fs mounts
      + JDK-8293578: Duplicate ldc generated by javac
      + JDK-8293672: Update freetype md file
      + JDK-8293816: CI: ciBytecodeStream::get_klass() is not
      consistent
      + JDK-8293826: Closed test fails after JDK-8276108 on aarch64
      + JDK-8293828: JFR: jfr/event/oldobject/TestClassLoaderLeak.java
      still fails when GC cycles are not happening
      + JDK-8293834: Update CLDR data following tzdata 2022c update
      + JDK-8293998: [PPC64] JfrGetCallTrace: assert(_pc != nullptr)
      failed: must have PC
      + JDK-8294138: [11u] Revert change from JDK-8210962 in basic.m4
      + JDK-8294307: ISO 4217 Amendment 173 Update
      + JDK-8294357: (tz) Update Timezone Data to 2022d
      + JDK-8294578: [PPC64] C2: Missing is_oop information when
      using disjoint compressed oops mode
      + JDK-8294740: Add cgroups keyword to TestDockerBasic.java
      + JDK-8295173: (tz) Update Timezone Data to 2022e
      + JDK-8295288: Some vm_flags tests associate with a wrong BugID
      + JDK-8295322: Tests for JDK-8271459 were not backported to 11u
      + JDK-8295429: Update harfbuzz md file
      + JDK-8295469: S390X: Optimized builds are broken
      + JDK-8295554: Move the "sizecalc.h" to the correct location
      + JDK-8295641: Fix DEFAULT_PROMOTED_VERSION_PRE=ea for -dev
      + JDK-8295714: GHA ::set-output is deprecated and will be
      removed
      + JDK-8295723: security/infra/wycheproof/RunWycheproof.java
      fails with Assertion Error
      + JDK-8295872: [PPC64] JfrGetCallTrace: Need pc == nullptr
      check before frame constructor
      + JDK-8295952: Problemlist existing compiler/rtm tests also on
      x86
      + JDK-8296108: (tz) Update Timezone Data to 2022f
      + JDK-8296239: ISO 4217 Amendment 174 Update
      + JDK-8296480: java/security/cert/pkix/policyChanges/
      /TestPolicy.java is failing
      + JDK-8296485: BuildEEBasicConstraints.java test fails with
      SunCertPathBuilderException
      + JDK-8296496: Overzealous check in sizecalc.h prevents large
      memory allocation
      + JDK-8296632: Write a test to verify the content change of
      TextArea sends TextEvent
      + JDK-8296652: Restore windows aarch64 fixpath patch that was
      removed in 8239708
      + JDK-8296715: CLDR v42 update for tzdata 2022f
      + JDK-8296957: One more cast in SAFE_SIZE_NEW_ARRAY2
      + JDK-8297147: UnexpectedSourceImageSize test times out on slow
      machines when fastdebug is used
      + JDK-8297153: sun/java2d/DirectX/OnScreenRenderingResizeTest/
      /OnScreenRenderingResizeTest.java fails again
      + JDK-8297241: Update sun/java2d/DirectX/
      /OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java
      + JDK-8297481: Create a regression test for JDK-4424517
      + JDK-8297656: AArch64: Enable AES/GCM Intrinsics
      + JDK-8297804: (tz) Update Timezone Data to 2022g
      + JDK-8298737: 8296772 backport to jdk11u caused build error on
      sparc
      + JDK-8299393: [11u] Remove designator
      DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.18
      + JDK-8299439: java/text/Format/NumberFormat/CurrencyFormat.java
      fails for hr_HR
      + JDK-8299483: ProblemList java/text/Format/NumberFormat/
      /CurrencyFormat.java
      + JDK-8299616: [11u] Bootcycle build fails after JDK-8257679
      backport

Files

/usr/lib64/jvm/java-11-openjdk-11/lib/src.zip


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Mar 13 00:09:45 2026