From 7c8c8d100c0289148deee0eafdd91128308b4f3815424252f87e2db9ad34a10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 25 Feb 2025 19:26:10 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main java-17-openjdk revision cbc45933fb818fc9e82dfcb3c6db0fe6 --- JDK-8282944.patch | 78 -- java-17-openjdk.changes | 1073 ++++++++++++++++++++++++++++ java-17-openjdk.spec | 8 +- jdk-17.0.12+7.tar.gz | 3 - jdk-17.0.14+7.tar.gz | 3 + reproducible-directory-mtime.patch | 15 + 6 files changed, 1095 insertions(+), 85 deletions(-) delete mode 100644 JDK-8282944.patch delete mode 100644 jdk-17.0.12+7.tar.gz create mode 100644 jdk-17.0.14+7.tar.gz create mode 100644 reproducible-directory-mtime.patch diff --git a/JDK-8282944.patch b/JDK-8282944.patch deleted file mode 100644 index 8ded7b0..0000000 --- a/JDK-8282944.patch +++ /dev/null @@ -1,78 +0,0 @@ ---- a/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java -+++ b/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java -@@ -1015,6 +1015,9 @@ public class HtmlDocletWriter { - // @see reference label... - label = ref.subList(1, ref.size()); - } -+ case ERRONEOUS -> { -+ return HtmlTree.SPAN(Text.of(resources.getText("doclet.tag.invalid_input", seeText))); -+ } - default -> - throw new IllegalStateException(ref.get(0).getKind().toString()); - } ---- a/test/langtools/jdk/javadoc/doclet/testSeeTag/TestSeeTag.java -+++ b/test/langtools/jdk/javadoc/doclet/testSeeTag/TestSeeTag.java -@@ -23,15 +23,19 @@ - - /* - * @test -- * @bug 8017191 8182765 8200432 8239804 8250766 8262992 -+ * @bug 8017191 8182765 8200432 8239804 8250766 8262992 8281944 - * @summary Javadoc is confused by at-link to imported classes outside of the set of generated packages -- * @library ../../lib -+ * @library /tools/lib ../../lib - * @modules jdk.javadoc/jdk.javadoc.internal.tool -- * @build javadoc.tester.* -+ * @build toolbox.ToolBox javadoc.tester.* - * @run main TestSeeTag - */ - - import javadoc.tester.JavadocTester; -+import toolbox.ToolBox; -+ -+import java.io.IOException; -+import java.nio.file.Path; - - public class TestSeeTag extends JavadocTester { - -@@ -105,4 +109,40 @@ public class TestSeeTag extends JavadocTester { - - """); - } -+ -+ ToolBox tb = new ToolBox(); -+ -+ @Test -+ public void testErroneous() throws IOException { -+ Path src = Path.of("erroneous", "src"); -+ tb.writeJavaFiles(src, """ -+ package erroneous; -+ /** -+ * Comment. -+ * @see -+
See Also:
-+
-+
    -+
  • invalid input: '<a href="'
  • -+
-+
-+ -+ """); -+ -+ } - } diff --git a/java-17-openjdk.changes b/java-17-openjdk.changes index e1f4ef4..5000c59 100644 --- a/java-17-openjdk.changes +++ b/java-17-openjdk.changes @@ -1,3 +1,1076 @@ +------------------------------------------------------------------- +Wed Jan 22 12:07:16 UTC 2025 - Fridrich Strba + +- Update to upstream tag jdk-17.0.14+7 (January 2025 CPU) + * Security update + + JDK-8330045, CVE-2025-21502, bsc#1236278: Enhance array + handling + * Changes + + JDK-7093691: Nimbus LAF: disabled JComboBox using renderer + has bad font color + + JDK-8028127: Regtest java/security/Security/ + /SynchronizedAccess.java is incorrect + + JDK-8071693: Introspector ignores default interface methods + + JDK-8195675: Call to insertText with single character from + custom Input Method ignored + + JDK-8202926: Test java/awt/Focus/WindowUpdateFocusabilityTest/ + /WindowUpdateFocusabilityTest.html fails + + JDK-8207908: JMXStatusTest.java fails assertion intermittently + + JDK-8225220: When the Tab Policy is checked,the scroll button + direction displayed incorrectly. + + JDK-8240343: JDI stopListening/stoplis001 "FAILED: listening + is successfully stopped without starting listening" + + JDK-8254759: [TEST_BUG] [macosx] javax/swing/JInternalFrame/ + /4202966/IntFrameCoord.html fails + + JDK-8258734: jdk/jfr/event/oldobject/TestClassLoaderLeak.java + failed with "RuntimeException: Could not find class leak" + + JDK-8268364: jmethod clearing should be done during unloading + + JDK-8269770: nsk tests should start IOPipe channel before + launch debuggee - Debugee.prepareDebugee + + JDK-8271003: hs_err improvement: handle CLASSPATH env setting + longer than O_BUFLEN + + JDK-8271456: Avoid looking up standard charsets in + "java.desktop" module + + JDK-8271821: mark hotspot runtime/MinimalVM tests which + ignore external VM flags + + JDK-8271825: mark hotspot runtime/LoadClass tests which + ignore external VM flags + + JDK-8271836: runtime/ErrorHandling/ClassPathEnvVar.java fails + with release VMs + + JDK-8272746: ZipFile can't open big file + (NegativeArraySizeException) + + JDK-8273914: Indy string concat changes order of operations + + JDK-8274170: Add hooks for custom makefiles to augment jtreg + test execution + + JDK-8274505: Too weak variable type leads to unnecessary cast + in java.desktop + + JDK-8276763: java/nio/channels/SocketChannel/ + /AdaptorStreams.java fails with "SocketTimeoutException: Read + timed out" + + JDK-8278527: java/util/concurrent/tck/JSR166TestCase.java + fails nanoTime test + + JDK-8280131: jcmd reports "Module jdk.jfr not found." when + "jdk.management.jfr" is missing + + JDK-8281379: Assign package declarations to all jtreg test + cases under gc + + JDK-8282578: AIOOBE in javax.sound.sampled.Clip + + JDK-8283214: [macos] Screen magnifier does not show the + magnified text for JComboBox + + JDK-8283222: improve diagnosability of + runtime/8176717/TestInheritFD.java timeouts + + JDK-8284291: sun/security/krb5/auto/Renew.java fails + intermittently on Windows 11 + + JDK-8284874: Add comment to ProcessHandle/OnExitTest to + describe zombie problem + + JDK-8286160: (fs) Files.exists returns unexpected results + with C:\pagefile.sys because it's not readable + + JDK-8287003: InputStreamReader::read() can return zero + despite writing a char in the buffer + + JDK-8288976: classfile parser 'wrong name' error message has + the names the wrong way around + + JDK-8289184: runtime/ClassUnload/DictionaryDependsTest.java + failed with "Test failed: should be unloaded" + + JDK-8290023: Remove use of IgnoreUnrecognizedVMOptions in gc + tests + + JDK-8290269: gc/shenandoah/TestVerifyJCStress.java fails due + to invalid tag: required after JDK-8290023 + + JDK-8292309: Fix "java/awt/PrintJob/ConstrainedPrintingTest/ + /ConstrainedPrintingTest.java" test + + JDK-8293061: Combine CDSOptions and AppCDSOptions test + utility classes + + JDK-8293877: Rewrite MineField test + + JDK-8294193: Files.createDirectories throws + FileAlreadyExistsException for a symbolic link whose target is + an existing directory + + JDK-8294726: Update URLs in minefield tests + + JDK-8295239: Refactor java/util/Formatter/Basic script into a + Java native test launcher + + JDK-8295344: Harden runtime/StackGuardPages/ + /TestStackGuardPages.java + + JDK-8295859: Update Manual Test Groups + + JDK-8296709: WARNING: JNI call made without checking + exceptions + + JDK-8296718: Refactor bootstrap Test Common Functionalities + to test/lib/Utils + + JDK-8296787: Unify debug printing format of X.509 cert serial + numbers + + JDK-8296972: [macos13] java/awt/Frame/MaximizedToIconified/ + /MaximizedToIconified.java: getExtendedState() != 6 as + expected. + + JDK-8298513: vmTestbase/nsk/jdi/EventSet/suspendPolicy/ + /suspendpolicy009/TestDescription.java fails with usage + tracker + + JDK-8300416: java.security.MessageDigestSpi clone can result + in thread-unsafe clones + + JDK-8301379: Verify TLS_ECDH_* cipher suites cannot be + negotiated + + JDK-8302225: SunJCE Provider doesn't validate key sizes when + using 'constrained' transforms for AES/KW and AES/KWP + + JDK-8303697: ProcessTools doesn't print last line of process + output + + JDK-8303705: Field sleeper.started should be volatile + JdbLockTestTarg.java + + JDK-8303742: CompletableFuture.orTimeout leaks if the future + completes exceptionally + + JDK-8304020: Speed up test/jdk/java/util/zip/ZipFile/ + /TestTooManyEntries.java and clarify its purpose + + JDK-8304557: java/util/concurrent/CompletableFuture/ + /CompletableFutureOrTimeoutExceptionallyTest.java times out + + JDK-8306015: Update sun.security.ssl TLS tests to use + SSLContextTemplate or SSLEngineTemplate + + JDK-8307297: Move some DnD tests to open + + JDK-8307408: Some jdk/sun/tools/jhsdb tests don't pass test + JVM args to the debuggee JVM + + JDK-8309109: AArch64: [TESTBUG] compiler/intrinsics/sha/cli/ + /TestUseSHA3IntrinsicsOptionOnSupportedCPU.java fails on + Neoverse N2 and V1 + + JDK-8309303: jdk/internal/misc/VM/RuntimeArguments test + ignores jdk/internal/vm/options + + JDK-8309532: java/lang/Class/getDeclaredField/ + /FieldSetAccessibleTest should filter modules that depend on + JVMCI + + JDK-8310072: JComboBox/DisabledComboBoxFontTestAuto: Enabled + and disabled ComboBox does not match in these LAFs: GTK+ + + JDK-8310731: Configure a javax.net.ssl.SNIMatcher for the + HTTP/1.1 test servers in java/net/httpclient tests + + JDK-8312111: open/test/jdk/java/awt/Robot/ModifierRobotKey/ + /ModifierRobotKeyTest.java fails on ubuntu 23.04 + + JDK-8313374: --enable-ccache's CCACHE_BASEDIR breaks builds + + JDK-8313638: Add test for dump of resolved references + + JDK-8313854: Some tests in serviceability area fail on + localized Windows platform + + JDK-8313878: Exclude two compiler/rtm/locking tests on ppc64le + + JDK-8314333: Update com/sun/jdi/ProcessAttachTest.java to use + ProcessTools.createTestJvm(..) + + JDK-8314824: Fix serviceability/jvmti/8036666/ + /GetObjectLockCount.java to use vm flags + + JDK-8314829: serviceability/sa/jmap-hprof/ + /JMapHProfLargeHeapTest.java ignores vm flags + + JDK-8314831: NMT tests ignore vm flags + + JDK-8315097: Rename createJavaProcessBuilder + + JDK-8315406: [REDO] serviceability/jdwp/ + /AllModulesCommandTest.java ignores VM flags + + JDK-8315988: Parallel: Make TestAggressiveHeap use + createTestJvm + + JDK-8316410: GC: Make TestCompressedClassFlags use + createTestJvm + + JDK-8316446: 4 sun/management/jdp tests ignore VM flags + + JDK-8316447: 8 sun/management/jmxremote tests ignore VM flags + + JDK-8316464: 3 sun/tools tests ignore VM flags + + JDK-8316562: serviceability/sa/jmap-hprof/ + /JMapHProfLargeHeapTest.java times out after JDK-8314829 + + JDK-8316581: Improve performance of Symbol::print_value_on() + + JDK-8317042: G1: Make TestG1ConcMarkStepDurationMillis use + createTestJvm + + JDK-8317116: Provide layouts for multiple test UI in + PassFailJFrame + + JDK-8317188: G1: Make TestG1ConcRefinementThreads use + createTestJvm + + JDK-8317218: G1: Make TestG1HeapRegionSize use createTestJvm + + JDK-8317347: Parallel: Make TestInitialTenuringThreshold use + createTestJvm + + JDK-8317738: CodeCacheFullCountTest failed with + "VirtualMachineError: Out of space in CodeCache for method + handle intrinsic" + + JDK-8318964: Fix build failures caused by 8315097 + + JDK-8319574: Exec/process tests should be marked as flagless + + JDK-8319640: ClassicFormat::parseObject (from + DateTimeFormatter) does not conform to the javadoc and may + leak DateTimeException + + JDK-8319651: Several network tests ignore vm flags when start + java process + + JDK-8319817: Charset constructor should make defensive copy + of aliases + + JDK-8320586: update manual test/jdk/TEST.groups + + JDK-8320665: update jdk_core at open/test/jdk/TEST.groups + + JDK-8320673: PageFormat/CustomPaper.java has no Pass/Fail + buttons; multiple instructions + + JDK-8320675: PrinterJob/SecurityDialogTest.java hangs + + JDK-8321163: [test] OutputAnalyzer.getExitValue() + unnecessarily logs even when process has already completed + + JDK-8321299: runtime/logging/ClassLoadUnloadTest.java doesn't + reliably trigger class unloading + + JDK-8321470: ThreadLocal.nextHashCode can be static final + + JDK-8321543: Update NSS to version 3.96 + + JDK-8321616: Retire binary test vectors in + test/jdk/java/util/zip/ZipFile + + JDK-8322754: click JComboBox when dialog about to close + causes IllegalComponentStateException + + JDK-8322766: Micro bench SSLHandshake should use default + algorithms + + JDK-8322809: SystemModulesMap::classNames and moduleNames + arrays do not match the order + + JDK-8322830: Add test case for ZipFile opening a ZIP with no + entries + + JDK-8323562: SaslInputStream.read() may return wrong value + + JDK-8323688: C2: Fix UB of jlong overflow in + PhaseIdealLoop::is_counted_loop() + + JDK-8324808: Manual printer tests have no Pass/Fail buttons, + instructions close set 3 + + JDK-8324841: PKCS11 tests still skip execution + + JDK-8325038: runtime/cds/appcds/ProhibitedPackage.java can + fail with UseLargePages + + JDK-8325525: Create jtreg test case for JDK-8325203 + + JDK-8325587: Shenandoah: ShenandoahLock should allow blocking + in VM + + JDK-8325610: CTW: Add StressIncrementalInlining to stress + options + + JDK-8325616: JFR ZGC Allocation Stall events should record + stack traces + + JDK-8325762: Use PassFailJFrame.Builder.splitUI() in + PrintLatinCJKTest.java + + JDK-8325851: Hide PassFailJFrame.Builder constructor + + JDK-8326100: DeflaterDictionaryTests should use + Deflater.getBytesWritten instead of Deflater.getTotalOut + + JDK-8326121: vmTestbase/gc/g1/unloading/tests/ + /unloading_keepRef_rootClass_inMemoryCompilation_keep_cl + failed with Full gc happened. Test was useless. + + JDK-8326611: Clean up vmTestbase/nsk/stress/stack tests + + JDK-8326898: NSK tests should listen on loopback addresses + only + + JDK-8326948: Force English locale for timeout formatting + + JDK-8327401: Some jtreg tests fail on Wayland without any + tracking bug + + JDK-8327474: Review use of java.io.tmpdir in jdk tests + + JDK-8327924: Simplify TrayIconScalingTest.java + + JDK-8328021: Convert applet test java/awt/List/SetFontTest/ + /SetFontTest.html to main program + + JDK-8328242: Add a log area to the PassFailJFrame + + JDK-8328303: 3 JDI tests timed out with UT enabled + + JDK-8328379: Convert URLDragTest.html applet test to main + + JDK-8328402: Implement pausing functionality for the + PassFailJFrame + + JDK-8328619: sun/management/jmxremote/bootstrap/ + /SSLConfigFilePermissionTest.java failed with BindException: + Address already in use + + JDK-8328697: SubMenuShowTest and SwallowKeyEvents tests + stabilization + + JDK-8328723: IP Address error when client enables HTTPS + endpoint check on server socket + + JDK-8328957: Update PKCS11Test.java to not use hardcoded path + + JDK-8330278: Have SSLSocketTemplate.doClientSide use loopback + address + + JDK-8330464: hserr generic events - add entry for the + before_exit calls + + JDK-8330621: Make 5 compiler tests use + ProcessTools.executeProcess + + JDK-8330814: Cleanups for KeepAliveCache tests + + JDK-8331142: Add test for number of loader threads in + BasicDirectoryModel + + JDK-8331391: Enhance the keytool code by invoking the + buildTrustedCerts method for essential options + + JDK-8331405: Shenandoah: Optimize ShenandoahLock with TTAS + + JDK-8331411: Shenandoah: Reconsider spinning duration in + ShenandoahLock + + JDK-8331495: Limit BasicDirectoryModel/LoaderThreadCount.java + to Windows only + + JDK-8331626: unsafe.cpp:162:38: runtime error in + index_oop_from_field_offset_long - applying non-zero offset + 4563897424 to null pointer + + JDK-8331789: ubsan: deoptimization.cpp:403:29: runtime error: + load of value 208, which is not a valid value for type 'bool' + + JDK-8331863: DUIterator_Fast used before it is constructed + + JDK-8331864: Update Public Suffix List to 1cbd6e7 + + JDK-8331999: BasicDirectoryModel/LoaderThreadCount.java + frequently fails on Windows in CI + + JDK-8332340: Add JavacBench as a test case for CDS + + JDK-8332473: ubsan: growableArray.hpp:290:10: runtime error: + null pointer passed as argument 1, which is declared to never + be null + + JDK-8332589: ubsan: unix/native/libjava/ + /ProcessImpl_md.c:562:5: runtime error: null pointer passed as + argument 2, which is declared to never be null + + JDK-8332720: ubsan: instanceKlass.cpp:3550:76: runtime error: + member call on null pointer of type 'struct Array' + + JDK-8332724: x86 MacroAssembler may over-align code + + JDK-8332777: Update JCStress test suite + + JDK-8332825: ubsan: guardedMemory.cpp:35:11: runtime error: + null pointer passed as argument 2, which is declared to never + be null + + JDK-8332866: Crash in ImageIO JPEG decoding when MEM_STATS in + enabled + + JDK-8332901: Select{Current,New}ItemTest.java for Choice + don't open popup on macOS + + JDK-8332903: ubsan: opto/output.cpp:1002:18: runtime error: + load of value 171, which is not a valid value for type 'bool' + + JDK-8332904: ubsan ppc64le: c1_LIRGenerator_ppc.cpp:581:21: + runtime error: signed integer overflow: 9223372036854775807 + + 1 cannot be represented in type 'long int' + + JDK-8332935: Crash: assert(*lastPtr != 0) failed: Mismatched + JNINativeInterface tables, check for new entries + + JDK-8333317: Test sun/security/pkcs11/sslecc/ + /ClientJSSEServerJSSE.java failed with: Invalid ECDH + ServerKeyExchange signature + + JDK-8333824: Unused ClassValue in VarHandles + + JDK-8334057: JLinkReproducibleTest.java support receive + test.tool.vm.opts + + JDK-8334405: java/nio/channels/Selector/ + /SelectWithConsumer.java#id0 failed in testWakeupDuringSelect + + JDK-8334562: Automate com/sun/security/auth/callback/ + /TextCallbackHandler/Default.java test + + JDK-8334567: [test] runtime/os/TestTracePageSizes move ppc + handling + + JDK-8335142: compiler/c1/TestTraceLinearScanLevel.java + occasionally times out with -Xcomp + + JDK-8335267: [XWayland] move screencast tokens from .awt to + .java folder + + JDK-8335344: test/jdk/sun/security/tools/keytool/NssTest.java + fails to compile + + JDK-8335428: Enhanced Building of Processes + + JDK-8335449: runtime/cds/DeterministicDump.java fails with + File content different at byte ... + + JDK-8335493: check_gc_overhead_limit should reset + SoftRefPolicy::_should_clear_all_soft_refs + + JDK-8335530: Java file extension missing in AuthenticatorTest + + JDK-8335709: C2: assert(!loop->is_member(get_loop(useblock))) + failed: must be outside loop + + JDK-8335904: Fix invalid comment in ShenandoahLock + + JDK-8335912, JDK-8337499: Add an operation mode to the jar + command when extracting to not overwriting existing files + + JDK-8336240: Test com/sun/crypto/provider/Cipher/DES/ + /PerformanceTest.java fails with java.lang.ArithmeticException + + JDK-8336257: Additional tests in jmxremote/startstop to match + on PID not app name + + JDK-8336315: tools/jpackage/windows/WinChildProcessTest.java + Failed: Check is calculator process is alive + + JDK-8336342: Fix known X11 library locations in sysroot + + JDK-8336343: Add more known sysroot library locations for ALSA + + JDK-8336413: gtk headers : Fix typedef redeclaration of + GMainContext and GdkPixbuf + + JDK-8336564: Enhance mask blit functionality redux + + JDK-8336854: CAInterop.java#actalisauthenticationrootca + conflicted with /manual and /timeout + + JDK-8337066: Repeated call of StringBuffer.reverse with + double byte string returns wrong result + + JDK-8337320: Update ProblemList.txt with tests known to fail + on XWayland + + JDK-8337410: The makefiles should set problemlist and adjust + timeout basing on the given VM flags + + JDK-8337780: RISC-V: C2: Change C calling convention for sp + to NS + + JDK-8337810: ProblemList + BasicDirectoryModel/LoaderThreadCount.java on Windows + + JDK-8337851: Some tests have name which confuse jtreg + + JDK-8337966: (fs) Files.readAttributes fails with Operation + not permitted on older docker releases + + JDK-8338058: map_or_reserve_memory_aligned Windows enhance + remap assertion + + JDK-8338101: remove old remap assertion in + map_or_reserve_memory_aligned after JDK-8338058 + + JDK-8338109: java/awt/Mouse/EnterExitEvents/ + /ResizingFrameTest.java duplicate in ProblemList + + JDK-8338286: GHA: Demote x86_32 to hotspot build only + + JDK-8338380: Update TLSCommon/interop/AbstractServer to + specify an interface to listen for connections + + JDK-8338402: GHA: some of bundles may not get removed + + JDK-8338748: [17u,21u] Test Disconnect.java compile error: + cannot find symbol after JDK-8299813 + + JDK-8338751: ConfigureNotify behavior has changed in KWin 6.2 + + JDK-8338759: Add extra diagnostic to + java/net/InetAddress/ptr/Lookup.java + + JDK-8339081: Bump update version for OpenJDK: jdk-17.0.14 + + JDK-8339180: Enhanced Building of Processes: Follow-on Issue + + JDK-8339248: RISC-V: Remove li64 macro assembler routine and + related code + + JDK-8339384: Unintentional IOException in jdk.jdi module when + JDWP end of stream occurs + + JDK-8339470: [17u] More defensive fix for 8163921 + + JDK-8339487: ProcessHandleImpl os_getChildren sysctl call - + retry in case of ENOMEM and enhance exception message + + JDK-8339548: GHA: RISC-V: Use Debian snapshot archive for + bootstrap + + JDK-8339560: Unaddressed comments during code review of + JDK-8337664 + + JDK-8339591: Mark jdk/jshell/ExceptionMessageTest.java + intermittent + + JDK-8339637: (tz) Update Timezone Data to 2024b + + JDK-8339644: Improve parsing of Day/Month in tzdata rules + + JDK-8339731: java.desktop/share/classes/javax/swing/text/html/ + /default.css typo in margin settings + + JDK-8339741: RISC-V: C ABI breakage for integer on stack + + JDK-8339787: Add some additional diagnostic output to + java/net/ipv6tests/UdpTest.java + + JDK-8339803: Acknowledge case insensitive unambiguous + keywords in tzdata files + + JDK-8339892: Several security shell tests don't set + TESTJAVAOPTS + + JDK-8339931: Update problem list for + WindowUpdateFocusabilityTest.java + + JDK-8340007: Refactor KeyEvent/FunctionKeyTest.java + + JDK-8340008: KeyEvent/KeyTyped/Numpad1KeyTyped.java has 15 + seconds timeout + + JDK-8340210: Add positionTestUI() to PassFailJFrame.Builder + + JDK-8340230: Tests crash: assert(is_in_encoding_range || + k->is_interface() || k->is_abstract()) failed: sanity + + JDK-8340306: Add border around instructions in PassFailJFrame + + JDK-8340308: PassFailJFrame: Make rows default to number of + lines in instructions + + JDK-8340365: Position the first window of a window list + + JDK-8340387: Update OS detection code to recognize Windows + Server 2025 + + JDK-8340418: GHA: MacOS AArch64 bundles can be removed + prematurely + + JDK-8340461: Amend description for logArea + + JDK-8340466: Add description for PassFailJFrame constructors + + JDK-8340552: Harden TzdbZoneRulesCompiler against missing + zone names + + JDK-8340632: ProblemList java/nio/channels/DatagramChannel/ + for Macos + + JDK-8340657: [PPC64] SA determines wrong unextendedSP + + JDK-8340684: Reading from an input stream backed by a closed + ZipFile has no test coverage + + JDK-8340785: Update description of PassFailJFrame and samples + + JDK-8340799: Add border inside instruction frame in + PassFailJFrame + + JDK-8340812: LambdaForm customization via + MethodHandle::updateForm is not thread safe + + JDK-8340815: Add SECURITY.md file + + JDK-8340899: Remove wildcard bound in + PositionWindows.positionTestWindows + + JDK-8341146: RISC-V: Unnecessary fences used for load-acquire + in template interpreter + + JDK-8341235: Improve default instruction frame title in + PassFailJFrame + + JDK-8341562: RISC-V: Generate comments in + -XX:+PrintInterpreter to link to source code + + JDK-8341635: [17u] runtime/ErrorHandling/ClassPathEnvVar test + ignores external VM flags + + JDK-8341688: Aarch64: Generate comments in + -XX:+PrintInterpreter to link to source code + + JDK-8341806: Gcc version detection failure on Alinux3 + + JDK-8341927: Replace hardcoded security providers with new + test.provider.name system property + + JDK-8341997: Tests create files in src tree instead of + scratch dir + + JDK-8342181: Update tests to use stronger Key and Salt size + + JDK-8342183: Update tests to use stronger algorithms and keys + + JDK-8342188: Update tests to use stronger key parameters and + certificates + + JDK-8342496: C2/Shenandoah: SEGV in compiled code when + running jcstress + + JDK-8342578: GHA: RISC-V: Bootstrap using Debian snapshot is + still failing + + JDK-8342669: [21u] Fix TestArrayAllocatorMallocLimit after + backport of JDK-8315097 + + JDK-8342681: TestLoadBypassesNullCheck.java fails improperly + specified VM option + + JDK-8342701: [PPC64] TestOSRLotsOfLocals.java crashes + + JDK-8342962: [s390x] TestOSRLotsOfLocals.java crashes + + JDK-8343285: java.lang.Process is unresponsive and CPU usage + spikes to 100% + + JDK-8343474: [updates] Customize README.md to specifics of + update project + + JDK-8343687: [17u] TestAntiDependencyForPinnedLoads requires + UTF-8 + + JDK-8343848: Fix typo of property name in TestOAEPPadding + after 8341927 + + JDK-8343877: Test AsyncClose.java intermittent fails - + Socket.getInputStream().read() wasn't preempted + + JDK-8343923: GHA: Switch to Xcode 15 on MacOS AArch64 runners + + JDK-8347011: [17u] Remove designator + DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.14 +- Added patch + * reproducible-directory-mtime.patch + + reproducible modification times for directory creation + +------------------------------------------------------------------- +Fri Nov 1 11:13:53 UTC 2024 - Fridrich Strba + +- Update to upstream tag jdk-17.0.13+11 (October 2024 CPU) + * Security fixes + + JDK-8307383: Enhance DTLS connections + + JDK-8290367, JDK-8332643: Update default value and extend the + scope of com.sun.jndi.ldap.object.trustSerialData system + property + + 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-7022325: TEST_BUG: test/java/util/zip/ZipFile/ + /ReadLongZipFileName.java leaks files if it fails + + JDK-7026262: HttpServer: improve handling of finished HTTP + exchanges + + JDK-7124313: [macosx] Swing Popups should overlap taskbar + + JDK-8005885: enhance PrintCodeCache to print more data + + JDK-8051959: Add thread and timestamp options to + java.security.debug system property + + JDK-8170817: G1: Returning MinTLABSize from + unsafe_max_tlab_alloc causes TLAB flapping + + JDK-8183227: read/write APIs in class os shall return ssize_t + + JDK-8193547: Regression automated test '/open/test/jdk/java/ + /awt/Toolkit/DesktopProperties/rfe4758438.java' fails + + JDK-8222884: ConcurrentClassDescLookup.java times out + intermittently + + JDK-8233725: ProcessTools.startProcess() has output issues + when using an OutputAnalyzer at the same time + + JDK-8238169: BasicDirectoryModel getDirectories and + DoChangeContents.run can deadlock + + JDK-8241550: [macOS] SSLSocketImpl/ReuseAddr.java failed due + to "BindException: Address already in use" + + JDK-8255898: Test java/awt/FileDialog/FilenameFilterTest/ + /FilenameFilterTest.java fails on Mac OS + + JDK-8256291: RunThese30M fails "assert(_class_unload ? true : + ((((JfrTraceIdBits::load(class_loader_klass)) & + ((1 << 4) << 8)) != 0))) failed: invariant" + + JDK-8257540: javax/swing/JFileChooser/8041694/bug8041694.java + failed with "RuntimeException: The selected directory name is + not the expected 'd ' but 'D '." + + JDK-8259866: two java.util tests failed with "IOException: + There is not enough space on the disk" + + 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-8265919: RunThese30M fails + "assert((!(((((JfrTraceIdBits::load(value)) & ((1 << 4) << 8)) + != 0))))) failed: invariant" + + JDK-8269428: java/util/concurrent/ConcurrentHashMap/ + /ToArray.java timed out + + JDK-8269657: Test java/nio/channels/DatagramChannel/ + /Loopback.java failed: Unexpected message + + JDK-8272232: javax/swing/JTable/4275046/bug4275046.java + failed with "Expected value in the cell: 'rededited' but found + 'redEDITED'." + + JDK-8272558: IR Test Framework README misses some flags + + JDK-8272777: Clean up remaining AccessController warnings in + test library + + JDK-8273216: JCMD does not work across container boundaries + with Podman + + JDK-8273430: Suspicious duplicate condition in + java.util.regex.Grapheme#isExcludedSpacingMark + + JDK-8273541: Cleaner Thread creates with normal priority + instead of MAX_PRIORITY - 2 + + JDK-8275851: Deproblemlist open/test/jdk/javax/swing/ + /JComponent/6683775/bug6683775.java + + JDK-8276660: Scalability bottleneck in + java.security.Provider.getService() + + JDK-8277042: add test for 8276036 to compiler/codecache + + JDK-8279068: IGV: Update to work with JDK 16 and 17 + + JDK-8279164: Disable TLS_ECDH_* cipher suites + + JDK-8279222: Incorrect legacyMap.get in + java.security.Provider after JDK-8276660 + + JDK-8279337: The MToolkit is still referenced in a few places + + JDK-8279641: Create manual JTReg tests for Swing accessibility + + JDK-8279878: java/awt/font/JNICheck/JNICheck.sh test fails on + Ubuntu 21.10 + + JDK-8280034: ProblemList jdk/jfr/api/consumer/recordingstream/ + /TestOnEvent.java on linux-x64 + + JDK-8280392: java/awt/Focus/NonFocusableWindowTest/ + /NonfocusableOwnerTest.java failed with "RuntimeException: + Test failed." + + JDK-8280970: Cleanup dead code in java.security.Provider + + JDK-8280982: [Wayland] [XWayland] java.awt.Robot taking + screenshots + + JDK-8280988: [XWayland] Click on title to request focus test + failures + + JDK-8280990: [XWayland] XTest emulated mouse click does not + bring window to front + + JDK-8280993: [XWayland] Popup is not closed on click outside + of area controlled by XWayland + + JDK-8280994: [XWayland] Drag and Drop does not work in java + -> wayland app direction + + JDK-8281944: JavaDoc throws java.lang.IllegalStateException: + ERRONEOUS + + JDK-8282354: Remove dependancy of TestHttpServer, + HttpTransaction, HttpCallback from open/test/jdk/ tests + + JDK-8282526: Default icon is not painted properly + + JDK-8283728: jdk.hotspot.agent: Wrong location for + RISCV64ThreadContext.java + + JDK-8284316: Support accessibility ManualTestFrame.java for + non SwingSet tests + + JDK-8284585: PushPromiseContinuation test fails + intermittently in timeout + + JDK-8285497: Add system property for Java SE specification + maintenance version + + JDK-8288568: Reduce runtime of java.security microbenchmarks + + JDK-8289182: NMT: MemTracker::baseline should return void + + JDK-8290966: G1: Record number of PLAB filled and number of + direct allocations + + JDK-8291760: PipelineLeaksFD.java still fails: More or fewer + pipes than expected + + JDK-8292044: HttpClient doesn't handle 102 or 103 properly + + JDK-8292739: Invalid legacy entries may be returned by + Provider.getServices() call + + JDK-8292948: JEditorPane ignores font-size styles in external + linked css-file + + JDK-8293862: javax/swing/JFileChooser/8046391/bug8046391.java + failed with 'Cannot invoke + "java.awt.Image.getWidth(java.awt.image.ImageObserver)" + because "retVal" is null' + + JDK-8293872: Make runtime/Thread/ThreadCountLimit.java more + robust + + JDK-8294148: Support JSplitPane for instructions and test UI + + JDK-8294691: dynamicArchive/RelativePath.java is running + other test case + + JDK-8294994: Update Jarsigner and Keytool i18n tests to + validate i18n compliance + + JDK-8295111: dpkg appears to have problems resolving + symbolically linked native libraries + + JDK-8296410: HttpClient throws java.io.IOException: no + statuscode in response for HTTP2 + + JDK-8296812: sprintf is deprecated in Xcode 14 + + JDK-8297878: KEM: Implementation + + JDK-8298381: Improve handling of session tickets for multiple + SSLContexts + + JDK-8298596: vmTestbase/nsk/sysdict/vm/stress/chain/chain008/ + /chain008.java fails with "NoClassDefFoundError: Could not + initialize class java.util.concurrent.ThreadLocalRandom" + + JDK-8298809: Clean up vm/compiler/InterfaceCalls JMH + + JDK-8299058: AssertionError in sun.net.httpserver.ServerImpl + when connection is idle + + JDK-8299254: Support dealing with standard assert macro + + JDK-8299378: sprintf is deprecated in Xcode 14 + + JDK-8299395: Remove metaprogramming/removeCV.hpp + + JDK-8299396: Remove metaprogramming/removeExtent.hpp + + JDK-8299397: Remove metaprogramming/isFloatingPoint.hpp + + JDK-8299398: Remove metaprogramming/isConst.hpp + + JDK-8299399: Remove metaprogramming/isArray.hpp + + JDK-8299402: Remove metaprogramming/isVolatile.hpp + + JDK-8299479: Remove metaprogramming/decay.hpp + + JDK-8299481: Remove metaprogramming/removePointer.hpp + + JDK-8299482: Remove metaprogramming/isIntegral.hpp + + JDK-8299487: Test java/net/httpclient/whitebox/ + /SSLTubeTestDriver.java timed out + + JDK-8299635: Hotspot update for deprecated sprintf in Xcode 14 + + JDK-8299779: Test tools/jpackage/share/jdk/jpackage/tests/ + /MainClassTest.java timed out + + JDK-8299813: java/nio/channels/DatagramChannel/Disconnect.java + fails with jtreg test timeout due to lost datagram + + JDK-8299971: Remove metaprogramming/conditional.hpp + + JDK-8299972: Remove metaprogramming/removeReference.hpp + + JDK-8300169: Build failure with clang-15 + + JDK-8300260: Remove metaprogramming/isSame.hpp + + JDK-8300264: Remove metaprogramming/isPointer.hpp + + JDK-8300265: Remove metaprogramming/isSigned.hpp + + JDK-8300806: Update googletest to v1.13.0 + + JDK-8300910: Remove metaprogramming/integralConstant.hpp + + JDK-8301132: Test update for deprecated sprintf in Xcode 14 + + JDK-8301200: Don't scale timeout stress with timeout factor + + JDK-8301274: update for deprecated sprintf for security + components + + JDK-8301279: update for deprecated sprintf for management + components + + JDK-8301686: TLS 1.3 handshake fails if server_name doesn't + match resuming session + + JDK-8301704: Shorten the number of GCs in UnloadingTest.java + to verify a class loader not being unloaded + + JDK-8302495: update for deprecated sprintf for java.desktop + + JDK-8302800: Augment NaN handling tests of FDLIBM methods + + JDK-8303216: Prefer ArrayList to LinkedList in + sun.net.httpserver.ServerImpl + + JDK-8303466: C2: failed: malformed control flow. Limit type + made precise with MaxL/MinL + + JDK-8303527: update for deprecated sprintf for + jdk.hotspot.agent + + JDK-8303617: update for deprecated sprintf for jdk.jdwp.agent + + JDK-8303830: update for deprecated sprintf for + jdk.accessibility + + JDK-8303891: Speed up Zip64SizeTest using a small ZIP64 file + + JDK-8303920: Avoid calling out to python in + DataDescriptorSignatureMissing test + + JDK-8303942: os::write should write completely + + JDK-8303965: java.net.http.HttpClient should reset the stream + if response headers contain malformed header fields + + JDK-8304375: jdk/jfr/api/consumer/filestream/TestOrdered.java + failed with "Expected at least some events to be out of order! + Reuse = false" + + JDK-8304962: sun/net/www/http/KeepAliveCache/B5045306.java: + java.lang.RuntimeException: Failed: Initial Keep Alive + Connection is not being reused + + JDK-8304963: HttpServer closes connection after processing + HEAD after JDK-7026262 + + 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-8305959: x86: Improve itable_stub + + JDK-8306583: Add JVM crash check in CDSTestUtils.executeAndLog + + JDK-8306929: Avoid CleanClassLoaderDataMetaspaces safepoints + when previous versions are shared + + JDK-8306946: jdk/test/lib/process/ + /ProcessToolsStartProcessTest.java fails with "wrong number of + lines in OutputAnalyzer output" + + JDK-8307091: A few client tests intermittently throw + ConcurrentModificationException + + JDK-8307193: Several Swing jtreg tests use class.forName on + L&F classes + + JDK-8307352: AARCH64: Improve itable_stub + + JDK-8307448: Test RedefineSharedClassJFR fail due to wrong + assumption + + JDK-8307779: Relax the java.awt.Robot specification + + JDK-8307848: update for deprecated sprintf for jdk.attach + + JDK-8307850: update for deprecated sprintf for jdk.jdi + + JDK-8308022: update for deprecated sprintf for java.base + + JDK-8308144: Uncontrolled memory consumption in + SSLFlowDelegate.Reader + + JDK-8308184: Launching java with large number of jars in + classpath with java.protocol.handler.pkgs system property set + can lead to StackOverflowError + + JDK-8308801: update for deprecated sprintf for libnet in + java.base + + JDK-8308891: TestCDSVMCrash.java needs @requires vm.cds + + JDK-8309241: ClassForNameLeak fails intermittently as the + class loader hasn't been unloaded + + JDK-8309621: [XWayland][Screencast] screen capture failure + with sun.java2d.uiScale other than 1 + + JDK-8309703: AIX build fails after JDK-8280982 + + JDK-8309756: Occasional crashes with pipewire screen capture + on Wayland + + JDK-8309934: Update GitHub Actions to use JDK 17 for building + jtreg + + JDK-8310070: Test: + javax/net/ssl/DTLS/DTLSWontNegotiateV10.java timed out + + JDK-8310108: Skip ReplaceCriticalClassesForSubgraphs when + EnableJVMCI is specified + + JDK-8310201: Reduce verbose locale output in -XshowSettings + launcher option + + JDK-8310334: [XWayland][Screencast] screen capture error + message in debug + + JDK-8310628: GcInfoBuilder.c missing JNI Exception checks + + JDK-8310683: Refactor StandardCharset/standard.java to use + JUnit + + JDK-8311208: Improve CDS Support + + JDK-8311666: Disabled tests in test/jdk/sun/java2d/marlin + + JDK-8312049: runtime/logging/ClassLoadUnloadTest can be + improved + + JDK-8312140: jdk/jshell tests failed with JDI socket timeouts + + JDK-8312229: Crash involving yield, switch and anonymous + classes + + JDK-8313256: Exclude failing multicast tests on AIX + + JDK-8313394: Array Elements in OldObjectSample event has the + incorrect description + + JDK-8313674: (fc) java/nio/channels/FileChannel/ + /BlockDeviceSize.java should test for more block devices + + JDK-8313697: [XWayland][Screencast] consequent getPixelColor + calls are slow + + JDK-8313873: java/nio/channels/DatagramChannel/ + /SendReceiveMaxSize.java fails on AIX due to small default + RCVBUF size and different IPv6 Header interpretation + + JDK-8313901: [TESTBUG] test/hotspot/jtreg/compiler/codecache/ + /CodeCacheFullCountTest.java fails with + java.lang.VirtualMachineError + + JDK-8314476: TestJstatdPortAndServer.java failed with + "java.rmi.NoSuchObjectException: no such object in table" + + JDK-8314614: jdk/jshell/ImportTest.java failed with + "InternalError: Failed remote listen" + + JDK-8314837: 5 compiled/codecache tests ignore VM flags + + JDK-8315024: Vector API FP reduction tests should not test + for exact equality + + JDK-8315362: NMT: summary diff reports threads count + incorrectly + + 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-8315559: Delay TempSymbol cleanup to avoid symbol table + churn + + JDK-8315576: compiler/codecache/CodeCacheFullCountTest.java + fails after JDK-8314837 + + JDK-8315651: Stop hiding AIX specific multicast socket errors + via NetworkConfiguration (aix) + + JDK-8315684: Parallelize + sun/security/util/math/TestIntegerModuloP.java + + JDK-8315774: Enable parallelism in vmTestbase/gc/g1/unloading + tests + + JDK-8315804: Open source several Swing JTabbedPane JTextArea + JTextField tests + + JDK-8315936: Parallelize gc/stress/TestStressG1Humongous.java + test + + JDK-8315965: Open source various AWT applet tests + + JDK-8316104: Open source several Swing SplitPane and + RadioButton related tests + + JDK-8316193: jdk/jfr/event/oldobject/TestListenerLeak.java + java.lang.Exception: Could not find leak + + 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-8316387: Exclude more failing multicast tests on AIX + after JDK-8315651 + + JDK-8316389: Open source few AWT applet tests + + JDK-8316468: os::write incorrectly handles partial write + + JDK-8316973: GC: Make TestDisableDefaultGC use createTestJvm + + JDK-8317112: Add screenshot for Frame/DefaultSizeTest.java + + 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-8317360: Missing null checks in JfrCheckpointManager and + JfrStringPool initialization routines + + JDK-8317372: Refactor some NumberFormat tests to use JUnit + + JDK-8317635: Improve GetClassFields test to verify + correctness of field order + + JDK-8317831: compiler/codecache/CheckLargePages.java fails on + OL 8.8 with unexpected memory string + + JDK-8318039: GHA: Bump macOS and Xcode versions + + JDK-8318089: Class space not marked as such with NMT when CDS + is off + + JDK-8318474: Fix memory reporter for thread_count + + JDK-8318479: [jmh] the test security.CacheBench failed for + multiple threads run + + JDK-8318605: Enable parallelism in + vmTestbase/nsk/stress/stack tests + + JDK-8318696: Do not use LFS64 symbols on Linux + + JDK-8318986: Improve GenericWaitBarrier performance + + JDK-8319103: Popups that request focus are not shown on Linux + with Wayland + + JDK-8319197: Exclude hb-subset and hb-style from compilation + + JDK-8319406: x86: Shorter movptr(reg, imm) for 32-bit + immediates + + JDK-8319713: Parallel: Remove + PSAdaptiveSizePolicy::should_full_GC + + JDK-8320079: The ArabicBox.java test has no control buttons + + JDK-8320379: C2: Sort spilling/unspilling sequence for better + ld/st merging into ldp/stp on AArch64 + + JDK-8320602: Lock contention in SchemaDVFactory.getInstance() + + JDK-8320608: Many jtreg printing tests are missing the + @printer keyword + + JDK-8320655: awt screencast robot spin and sync issues with + native libpipewire api + + JDK-8320692: Null icon returned for .exe without custom icon + + JDK-8320945: problemlist tests failing on latest Windows 11 + update + + JDK-8321025: Enable Neoverse N1 optimizations for Neoverse V2 + + JDK-8321176: [Screencast] make a second attempt on screencast + failure + + JDK-8321220: JFR: RecordedClass reports incorrect modifiers + + JDK-8322008: Exclude some CDS tests from running with + -Xshare:off + + JDK-8322330: JavadocHelperTest.java OOMEs with Parallel GC + and ZGC + + JDK-8322726: C2: Unloaded signature class kills argument value + + JDK-8322971: KEM.getInstance() should check if a 3rd-party + security provider is signed + + JDK-8323122: AArch64: Increase itable stub size estimate + + JDK-8323584: AArch64: Unnecessary ResourceMark in + NativeCall::set_destination_mt_safe + + JDK-8323670: A few client tests intermittently throw + ConcurrentModificationException + + JDK-8323801: tag doesn't strikethrough the text + + JDK-8324577: [REDO] - [IMPROVE] OPEN_MAX is no longer the max + limit on macOS >= 10.6 for RLIMIT_NOFILE + + JDK-8324646: Avoid Class.forName in SecureRandom constructor + + JDK-8324648: Avoid NoSuchMethodError when instantiating + NativePRNG + + JDK-8324668: JDWP process management needs more efficient + file descriptor handling + + JDK-8324753: [AIX] adjust os_posix after JDK-8318696 + + JDK-8324755: Enable parallelism in + vmTestbase/gc/gctests/LargeObjects tests + + JDK-8324933: ConcurrentHashTable::statistics_calculate + synchronization is expensive + + JDK-8325022: Incorrect error message on client authentication + + JDK-8325179: Race in BasicDirectoryModel.validateFileCache + + JDK-8325194: GHA: Add macOS M1 testing + + JDK-8325384: sun/security/ssl/SSLSessionImpl/ + /ResumptionUpdateBoundValues.java failing intermittently when + main thread is a virtual thread + + JDK-8325444: GHA: JDK-8325194 causes a regression + + JDK-8325567: jspawnhelper without args fails with segfault + + JDK-8325620: HTMLReader uses ConvertAction instead of + specified CharacterAction for , , + + JDK-8325621: Improve jspawnhelper version checks + + JDK-8325754: Dead AbstractQueuedSynchronizer$ConditionNodes + survive minor garbage collections + + JDK-8326106: Write and clear stack trace table outside of + safepoint + + JDK-8326332: Unclosed inline tags cause misalignment in + summary tables + + JDK-8326446: The User and System of jdk.CPULoad on Apple M1 + are inaccurate + + JDK-8326734: text-decoration applied to lost when + mixed with or + + JDK-8327007: javax/swing/JSpinner/8008657/bug8008657.java + fails + + JDK-8327137: Add test for ConcurrentModificationException in + BasicDirectoryModel + + JDK-8327312: [17u] Problem list + ReflectionCallerCacheTest.java due to 8324978 + + JDK-8327424: ProblemList serviceability/sa/TestJmapCore.java + on all platforms with ZGC + + JDK-8327650: Test java/nio/channels/DatagramChannel/ + /StressNativeSignal.java timed out + + 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-8328075: Shenandoah: Avoid forwarding when objects don't + move in full-GC + + 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-8328642: Convert applet test + MouseDraggedOutCauseScrollingTest.html to main + + JDK-8328647: TestGarbageCollectorMXBean.java fails with + C1-only and -Xcomp + + JDK-8328896: Fontmetrics for large Fonts has zero width + + JDK-8328953: JEditorPane.read throws ChangedCharSetException + + JDK-8328999: Update GIFlib to 5.2.2 + + JDK-8329004: Update Libpng to 1.6.43 + + JDK-8329103: assert(!thread->in_asgct()) failed during + multi-mode profiling + + JDK-8329109: Threads::print_on() tries to print CPU time for + terminated GC threads + + JDK-8329126: No native wrappers generated anymore with + -XX:-TieredCompilation after JDK-8251462 + + JDK-8329134: Reconsider TLAB zapping + + 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-8329605: hs errfile generic events - move memory + protections and nmethod flushes to separate sections + + JDK-8329663: hs_err file event log entry for thread + adding/removing should print current thread + + JDK-8329667: [macos] Issue with JTree related fix for + JDK-8317771 + + JDK-8329995: Restricted access to `/proc` can cause JFR + initialization to crash + + JDK-8330063: Upgrade jQuery to 3.7.1 + + JDK-8330524: Linux ppc64le compile warning with clang in + os_linux_ppc.cpp + + JDK-8330611: AES-CTR vector intrinsic may read out of bounds + (x86_64, AVX-512) + + JDK-8330615: avoid signed integer overflows in zip_util.c + readCen / hashN + + JDK-8331011: [XWayland] TokenStorage fails under Security + Manager + + JDK-8331063: Some HttpClient tests don't report leaks + + JDK-8331077: nroff man page update for jar tool + + JDK-8331164: createJMHBundle.sh download jars fail when url + needed to be redirected + + JDK-8331265: Bump update version for OpenJDK: jdk-17.0.13 + + JDK-8331331: :tier1 target explanation in doc/testing.md is + incorrect + + JDK-8331466: Problemlist serviceability/dcmd/gc/ + /RunFinalizationTest.java on generic-all + + JDK-8331605: + jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java test + failure + + 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-8331885: C2: meet between unloaded and speculative types + is not symmetric + + JDK-8332008: Enable issuestitle check + + JDK-8332113: Update nsk.share.Log to be always verbose + + JDK-8332174: Remove 2 (unpaired) RLO Unicode characters in + ff_Adlm.xml + + JDK-8332248: (fc) java/nio/channels/FileChannel/ + /BlockDeviceSize.java failed with RuntimeException + + 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-8333270: HandlersOnComplexResetUpdate and + HandlersOnComplexUpdate tests fail with "Unexpected reference" + if timeoutFactor is less than 1/3 + + JDK-8333353: Delete extra empty line in CodeBlob.java + + JDK-8333398: Uncomment the commented test in test/jdk/java/ + /util/jar/JarFile/mrjar/MultiReleaseJarAPI.java + + JDK-8333477: Delete extra empty spaces in Makefiles + + JDK-8333698: [17u] TestJstatdRmiPort fails after JDK-8333667 + + JDK-8333716: Shenandoah: Check for disarmed method before + taking the nmethod lock + + 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-8334166: Enable binary check + + JDK-8334297: (so) java/nio/channels/SocketChannel/OpenLeak.java + should not depend on SecurityManager + + JDK-8334332: TestIOException.java fails if run by root + + JDK-8334333: MissingResourceCauseTestRun.java fails if run by + root + + JDK-8334335: [TESTBUG] Backport of 8279164 to 11u & 17u + includes elements of JDK-8163327 + + JDK-8334339: Test java/nio/file/attribute/ + /BasicFileAttributeView/CreationTime.java fails on alinux3 + + JDK-8334418: Update IANA Language Subtag Registry to Version + 2024-06-14 + + JDK-8334482: Shenandoah: Deadlock when safepoint is pending + during nmethods iteration + + JDK-8334600: TEST java/net/MulticastSocket/IPMulticastIF.java + fails on linux-aarch64 + + JDK-8334653: ISO 4217 Amendment 177 Update + + JDK-8334769: Shenandoah: Move CodeCache_lock close to its use + in ShenandoahConcurrentNMethodIterator + + JDK-8335536: Fix assertion failure in IdealGraphPrinter when + append is true + + JDK-8335775: Remove extraneous 's' in comment of + rawmonitor.cpp test file + + JDK-8335808: update for deprecated sprintf for jfrTypeSetUtils + + JDK-8335918: update for deprecated sprintf for jvmti + + JDK-8335967: "text-decoration: none" does not work with "A" + HTML tags + + 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-8337038: Test java/nio/file/attribute/ + /BasicFileAttributeView/CreationTime.java shoud set as /native + + JDK-8337283: configure.log is truncated when build dir is on + different filesystem + + JDK-8337664: Distrust TLS server certificates issued after + Oct 2024 and anchored by Entrust Root CAs + + JDK-8337669: [17u] Backport of JDK-8284047 missed to delete a + file + + JDK-8338139: {ClassLoading,Memory}MXBean::isVerbose methods + are inconsistent with their setVerbose methods + + JDK-8338696: (fs) BasicFileAttributes.creationTime() falls + back to epoch if birth time is unavailable (Linux) + + JDK-8339869: [21u] Test CreationTime.java fails with + UnsatisfiedLinkError after 8334339 + + JDK-8341057: Add 2 SSL.com TLS roots + + JDK-8341059: Change Entrust TLS distrust date to November 12, + 2024 + + JDK-8341673: [17u] Remove designator + DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.13 +- Removed patch: + * JDK-8282944.patch + + fixed in this version differently + ------------------------------------------------------------------- Thu Jul 18 04:44:09 UTC 2024 - Fridrich Strba diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 5fe774f..418cd0d 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -1,7 +1,7 @@ # # spec file for package java-17-openjdk # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ # Standard JPackage naming and versioning defines. %global featurever 17 %global interimver 0 -%global updatever 12 +%global updatever 14 %global buildver 7 %global openjdk_repo jdk17u %global openjdk_tag jdk-%{featurever}.%{interimver}.%{updatever}%{?patchver:.%{patchver}}+%{buildver} @@ -170,12 +170,12 @@ Patch17: reproducible-jlink.patch Patch20: loadAssistiveTechnologies.patch # Patch21: reproducible-javadoc-timestamp.patch +Patch22: reproducible-directory-mtime.patch # # OpenJDK specific patches # Patch200: ppc_stack_overflow_fix.patch # -Patch300: JDK-8282944.patch Patch301: JDK-8303509.patch Patch302: disable-doclint-by-default.patch Patch303: unsigned-sni-server-name.patch @@ -416,10 +416,10 @@ rm -rvf src/java.desktop/share/native/liblcms/lcms2* %patch -P 20 -p1 %patch -P 21 -p1 +%patch -P 22 -p1 %patch -P 200 -p1 -%patch -P 300 -p1 %patch -P 301 -p1 %patch -P 302 -p1 %patch -P 303 -p1 diff --git a/jdk-17.0.12+7.tar.gz b/jdk-17.0.12+7.tar.gz deleted file mode 100644 index 2d21aad..0000000 --- a/jdk-17.0.12+7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb7d37c24f9f5808f9d25419d93680570dc600f292e68944032338cb4b2c51e -size 106583944 diff --git a/jdk-17.0.14+7.tar.gz b/jdk-17.0.14+7.tar.gz new file mode 100644 index 0000000..bb45e9c --- /dev/null +++ b/jdk-17.0.14+7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a6eb04bf7067ea040c0e1fa068845db822bf3f9ca686436327a834fa796f30 +size 107396067 diff --git a/reproducible-directory-mtime.patch b/reproducible-directory-mtime.patch new file mode 100644 index 0000000..e6a456e --- /dev/null +++ b/reproducible-directory-mtime.patch @@ -0,0 +1,15 @@ +--- a/src/java.base/share/classes/java/io/File.java ++++ b/src/java.base/share/classes/java/io/File.java +@@ -1376,7 +1376,11 @@ public class File + if (isInvalid()) { + return false; + } +- return fs.createDirectory(this); ++ boolean result = fs.createDirectory(this); ++ if ( result && System.getenv("SOURCE_DATE_EPOCH") != null ) { ++ fs.setLastModifiedTime(this, 1000 * Long.parseLong(System.getenv("SOURCE_DATE_EPOCH"))); ++ } ++ return result; + } + + /**