The OpenJDK 25 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
* Mon Jan 26 2026 Fridrich Strba <fstrba@suse.com>
- Update to upstream tag jdk-25.0.2+10 (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-8023263: [TESTBUG] Test closed/java/awt/Focus/
/InactiveWindowTest/InactiveFocusRace fails due to not enough
time to initialize graphic components
+ JDK-8162380: [TEST_BUG] MouseEvent/.../
/AltGraphModifierTest.java has only "Fail" button
+ JDK-8201778: Speed up test
javax/net/ssl/DTLS/PacketLossRetransmission.java
+ JDK-8265429: Improve GCM encryption
+ JDK-8277444: Data race between
JvmtiClassFileReconstituter::copy_bytecodes and class linking
+ JDK-8279005: sun/tools/jstat tests do not check for test case
exit codes after JDK-8245129
+ JDK-8304811: vmTestbase/vm/mlvm/indy/func/jvmti/
/stepBreakPopReturn/INDIFY_Test.java fails with
JVMTI_ERROR_TYPE_MISMATCH
+ JDK-8305567: serviceability/tmtools/jstat/GcTest01.java
failed utils.JstatGcResults.assertConsistency
+ JDK-8317801: java/net/Socket/asyncClose/Race.java fails
intermittently (aix)
+ JDK-8320836: jtreg gtest runs should limit heap size
+ JDK-8325766: Extend CertificateBuilder to create trust and
end entity certificates programmatically
+ JDK-8333526: Restructure java/nio/channels/DatagramChannel/
/StressNativeSignal.java to a fail fast exception handling
policy
+ JDK-8333783: java/nio/channels/FileChannel/directio/
/DirectIOTest.java is unstable with AV software
+ JDK-8334238: Enhance AddLShortcutTest jpackage test
+ JDK-8335986: Test javax/swing/JCheckBox/4449413/
/bug4449413.java fails on Windows 11 x64 because RBMenuItem's
and CBMenuItem's checkmark on the left side are not visible
+ JDK-8341496: Improve JMX connections
+ JDK-8343218: Add option to disable allocating interface and
abstract classes in non-class metaspace
+ JDK-8343546: GHA: Cache required dependencies in master-branch
workflow
+ JDK-8345810: Custom launchers must be linked with pthread to
avoid dynamic linker issues
+ JDK-8346753: Test javax/swing/JMenuItem/RightLeftOrientation/
/RightLeftOrientation.java fails on Windows Server 2025 x64
because the icons of RBMenuItem and CBMenuItem are not visible
in Nimbus LookAndFeel
+ JDK-8346839: [TESTBUG] "java/awt/textfield/setechochartest4/
/setechochartest4.java" failed because the test frame
disappears on clicking "Click Several Times" button
+ JDK-8346884: Add since checker test to jdk.editpad
+ JDK-8346952: GetGraphicsStressTest.java fails: Native
resources unavailable
+ JDK-8347277: java/awt/Focus/ComponentLostFocusTest.java fails
intermittently
+ JDK-8349188: LineBorder does not scale correctly
+ JDK-8350621: Code cache stops scheduling GC
+ JDK-8351487: [ubsan] jvmti.h runtime error: load of value
which is not a valid value
+ JDK-8352016: Improve
java/lang/RuntimeTests/RuntimeExitLogTest.java
+ JDK-8354348: Enable Extended EVEX to REX2/REX demotion for
commutative operations with same dst and src2
+ JDK-8354415: [Ubuntu25.04] api/java_awt/GraphicsDevice/
/indexTGF.html#SetDisplayMode -
setDisplayMode_REFRESH_RATE_UNKNOWN fails: Height is different
on vnc
+ JDK-8354447: Missing test for retroactive
@SuppressWarnings("dangling-doc-comments") behavior
+ JDK-8354646: java.awt.TextField allows to identify the spaces
in a password when double clicked at the starting and end of
the text
+ JDK-8355478: DoubleActionESC.java fails intermittently
+ JDK-8356324: JVM crash (SIGSEGV at
ClassListParser::resolve_indy_impl) during -Xshare:dump
starting from 21.0.5
+ JDK-8356897: Update NSS library to 3.111
+ JDK-8357064: cds/appcds/ArchiveRelocationTest.java failed
with missing expected output
+ JDK-8357141: Update to use jtreg 7.5.2
+ JDK-8357382: runtime/cds/appcds/aotClassLinking/
/BulkLoaderTest.java#aot fails with Xcomp and C1
+ JDK-8357396: Refactor nmethod::make_not_entrant to use Enum
instead of "const char*"
+ JDK-8357691: File blocked.certs contains bad content when
boot jdk 25 is used, sun/security/lib/CheckBlockedCerts.java
failing
+ JDK-8357694: RISC-V: Several IR verification tests fail when
vlen=128
+ JDK-8357799: Improve instructions for
JFileChooser/HTMLFileName.java
+ JDK-8357816: Add test from JDK-8350576
+ JDK-8357822: C2: Multiple string optimization tests are no
longer testing string concatenation optimizations
+ JDK-8357959: (bf) ByteBuffer.allocateDirect initialization
can result in large TTSP spikes
+ JDK-8358048: java/net/httpclient/HttpsTunnelAuthTest.java
incorrectly calls Thread::stop
+ JDK-8358340: Support CDS heap archive with Generational
Shenandoah
+ JDK-8358532: JFileChooser in GTK L&F still displays HTML
filename
+ JDK-8358535: Changes in ClassValue (JDK-8351996) caused a
1-9% regression in Renaissance-PageRank
+ JDK-8358556: Assert when running with -XX:-UseLibmIntrinsic
+ JDK-8358685: [TEST] AOTLoggingTag.java failed with missing
log message
+ JDK-8358697: TextLayout/MyanmarTextTest.java passes if no
Myanmar font is found
+ JDK-8358723: jpackage signing issues: the main launcher
doesn't have entitlements
+ JDK-8358748: Large page size initialization fails with assert
"page_size must be a power of 2"
+ JDK-8358751: C2: Recursive inlining check for compiled lambda
forms is broken
+ JDK-8358813: JPasswordField identifies spaces in password via
delete shortcuts
+ JDK-8359061: Update and ProblemList manual test
java/awt/Cursor/CursorDragTest/ListDragCursor.java
+ JDK-8359104: gc/TestAlwaysPreTouchBehavior.java#<gcname>
fails on Linux
+ JDK-8359105: RISC-V: No need for acquire fence in safepoint
poll during JNI calls
+ JDK-8359127: Amend java/nio/channels/DatagramChannel/
/PromiscuousIPv6.java to use @requires for OS platform
selection
+ JDK-8359167: Remove unused test/hotspot/jtreg/vmTestbase/nsk/
/share/jpda/BindServer.java
+ JDK-8359207: Remove runtime/signal/TestSigusr2.java since it
is always skipped
+ JDK-8359423: Improve error message in case of missing jsa
shared archive
+ JDK-8359428: Test 'javax/swing/JTabbedPane/bug4499556.java'
failed because after selecting one of L&F items, the test case
automatically failed when clicking on L&F Menu button again
+ JDK-8359449: [TEST] open/test/jdk/java/io/File/SymLinks.java
Refactor extract method for Windows specific test
+ JDK-8359477: com/sun/net/httpserver/Test12.java appears to
have a temp file race
+ JDK-8359501: Enhance Handling of URIs
+ JDK-8359687: Use PassFailJFrame for
java/awt/print/Dialog/DialogType.java
+ JDK-8359690: New test TestCPUTimeSampleThrottling still fails
intermittently
+ JDK-8359735: [Ubuntu 25.10] java/lang/ProcessBuilder/
/Basic.java, java/lang/ProcessHandle/InfoTest.java fail due to
rust-coreutils
+ JDK-8359827: Test runtime/Thread/ThreadCountLimit.java need
loop increasing the limit
+ JDK-8360022: ClassRefDupInConstantPoolTest.java fails when
running in repeat
+ JDK-8360090: [TEST] RISC-V: disable some cds tests on qemu
+ JDK-8360178: TestArguments.atojulong gtest has incorrect
format string
+ JDK-8360219: [AIX] assert(locals_base >= l2) failed: bad
placement
+ JDK-8360255: runtime/jni/checked/TestLargeUTF8Length.java
fails with -XX:-CompactStrings
+ JDK-8360408: [TEST] Use @requires tag instead of exiting
based on "os.name" property value for
sun/net/www/protocol/file/FileURLTest.java
+ JDK-8360411: [TEST] open/test/jdk/java/io/File/
/MaxPathLength.java Refactor extract method to encapsulate
Windows specific test logic
+ JDK-8360518: Docker tests do not work when asan is configured
+ JDK-8360520: RISC-V: C1: Fix primitive array clone intrinsic
regression after JDK-8333154
+ JDK-8360664: Null pointer dereference in src/hotspot/share/
/prims/jvmtiTagMap.cpp in
IterateOverHeapObjectClosure::do_object()
+ JDK-8360783: CTW: Skip deoptimization between tiers
+ JDK-8360791: [ubsan] Adjust signal handling
+ JDK-8360867: CTW: Disable inline cache verification
+ JDK-8360981: Remove use of Thread.stop in
test/jdk/java/net/Socket/DeadlockTest.java
+ JDK-8361112: Use exact float -> Float16 conversion method in
Float16 tests
+ JDK-8361180: Disable CompiledDirectCall verification with
- VerifyInlineCaches
+ JDK-8361198: [AIX] fix misleading error output in
thread_cpu_time_unchecked
+ JDK-8361211: C2: Final graph reshaping generates unencodeable
klass constants
+ JDK-8361215: Add AOT test case: verification constraint
classes are excluded
+ JDK-8361253: CommandLineOptionTest library should report
observed values on failure
+ JDK-8361255: CTW: Tolerate more NCDFE problems
+ JDK-8361298: SwingUtilities/bug4967768.java fails where
character P is not underline
+ JDK-8361314: Test serviceability/jvmti/VMEvent/MyPackage/
/VMEventRecursionTest.java FATAL ERROR in native method:
Failed during the GetClassSignature call
+ JDK-8361367: AOT ExcludedClasses.java test failed with
missing constant pool logs
+ JDK-8361423: Add IPSupport::printPlatformSupport to
java/net/NetworkInterface/IPv4Only.java
+ JDK-8361449: RISC-V: Code cleanup for native call
+ JDK-8361478: GHA: Use MSYS2 from GHA runners
+ JDK-8361494: [IR Framework] Escape too much in replacement of
placeholder
+ JDK-8361497: Scoped Values: orElse and orElseThrow do not
access the cache
+ JDK-8361504: RISC-V: Make C1 clone intrinsic platform guard
more specific
+ JDK-8361520: Stabilize SystemGC benchmarks
+ JDK-8361599: [PPC64] enable missing tests via jtreg requires
+ JDK-8361711: Add library name configurability to
PKCS11Test.java
+ JDK-8361748: Enforce limits on the size of an XBM image
+ JDK-8361839: Problemlist BogusFocusableWindowState due to
failures in the CI pipeline
+ JDK-8361868: [GCC static analyzer] complains about missing
calloc - NULL checks in p11_util.c
+ JDK-8361871: [GCC static analyzer] complains about use of
uninitialized value ckpObject in p11_util.c
+ JDK-8361888: [GCC static analyzer] ProcessImpl_md.c
Java_java_lang_ProcessImpl_forkAndExec error: use of
uninitialized value '*(ChildStuff *)p.mode
+ JDK-8361892: AArch64: Incorrect matching rule leading to
improper oop instruction encoding
+ JDK-8361897: gc/z/TestUncommit.java fails with Uncommitted
too slow
+ JDK-8361948: Shenandoah: region free capacity unit mismatch
+ JDK-8361950: Update to use jtreg 8
+ JDK-8361959: [GCC static analyzer] java_props_md.c leak of
'temp' variable is reported
+ JDK-8362107: Update the Jan CPU26_01 release date in master
branch after forking Oct CPU25_10
+ JDK-8362123: ClassLoader Leak via
Executors.newSingleThreadExecutor(...)
+ JDK-8362169: Pointer passed to upcall may get wrong scope
+ JDK-8362204: test/jdk/sun/awt/font/TestDevTransform.java
fails on Ubuntu 24.04
+ JDK-8362207: Add more test cases for possible double-rounding
in fma
+ JDK-8362282: runtime/logging/StressAsyncUL.java failed with
exitValue = 134
+ JDK-8362308: Enhance Bitmap operations
+ JDK-8362379: Test serviceability/HeapDump/
/UnmountedVThreadNativeMethodAtTop.java should mark as /native
+ JDK-8362390: AIX make fails in awt_GraphicsEnv.c
+ JDK-8362482: [TESTBUG] serviceability/HeapDump/
/UnmountedVThreadNativeMethodAtTop.java: System.gc() does not
provide full GC
+ JDK-8362501: Update test/hotspot/jtreg/applications/jcstress/
/README
+ JDK-8362515: RISC-V: cleanup NativeFarCall
+ JDK-8362516: Support of GCC static analyzer (-fanalyzer)
+ JDK-8362530: VM crash with -XX:+PrintTieredEvents when
collecting AOT profiling
+ JDK-8362532: Test gc/g1/plab/* duplicate command-line options
+ JDK-8362533: Tests sun/management/jmxremote/bootstrap/*
duplicate VM flags
+ JDK-8362581: Timeouts in
java/nio/channels/SocketChannel/