Update JBR 25 to OpenJDK 25.0.4 - #622
Open
Sergey Chernyshev (sercher) wants to merge 234 commits into
Open
Conversation
Reviewed-by: mbaesken
…ong package name Backport-of: b7d0cb5
…alker::print_statistics() are not called from PRODUCT code Backport-of: 0e2e66b
Backport-of: 4c9103f
…ianness of the underlying platform Backport-of: 0740384
…t and unattached debugger Backport-of: 17244c6
…ails because the check icons are not aligned properly as expected Backport-of: e45f565
… in missing pages Backport-of: 5ba91fe
…ws L&F Backport-of: 9a10cce
…ling with OOME Backport-of: 12570be
…r stress flags Reviewed-by: phh Backport-of: d25b9be
…lFrame/4150591/bug4150591.java fails with GTKLookAndFeel Backport-of: 26eed3b
…0809216 > free space 14912244940 Backport-of: 5091057
…H call from Compile::process_late_inline_calls_no_inline() Backport-of: 2735140
…ty/pkcs11/Cipher/KeyWrap Backport-of: 9292244aef5b24d37105dbef9768db7ac423f366
…f SP == _cont_fastpath Backport-of: 5664d91
Backport-of: 3a09cbd28df36ca85d69583ac37058fa2f1ff5f3
Reviewed-by: rrich Backport-of: d5d94db
…ffunction-sections Backport-of: 7c4c044
8383473: Follow on from tzdata2026b time change to include temporary hack BC time change Reviewed-by: goetz, mbaesken Backport-of: 3adc770
Reviewed-by: sgehwolf, andrew Backport-of: deccad2
Backport-of: f8ad81c
Reviewed-by: mdoerr Backport-of: 02ff38f
Backport-of: 7145bf0
Backport-of: 7757684
…pressedOops::narrow_oop_cast Reviewed-by: mdoerr Backport-of: 70669d0
…Expressions.java fails with ArithmeticException: / by zero - forgot to respect Expression.info Backport-of: 5dfe115
…toSizes.java in Xcomp configs 8369132: Disable vmTestbase/gc/vector/CircularListLow and LinearListLow with SerialGC 8369133: Disable gc/g1/TestShrinkAuxiliaryDataRunner.java with UseLargePages option Reviewed-by: mbaesken Backport-of: 837f634
Backport-of: ab33d9d
Backport-of: c985aacc29d3e50adfa809d99ec975225f742378
Backport-of: 2eb1250babb0db7218c065fb16536526d6257278
Backport-of: 38e4cce5f7bfb45eb42a25cbedf367e94dc7d34c
Reviewed-by: alexander.zvegintsev Backport-of: 64960020aa62b477a7832f6e45dd36c03334c090
Reviewed-by: dfuchs
Backport-of: 82e258ec04e945bbb12c205873422d0df5e8dfec
Backport-of: 943d64537f1141cd3044b513e682d11d19022ad3
Backport-of: b07d52c9f8d7e8a91e5b4db5a13c08ee551513d3
Backport-of: 6e948c95fcfc379326b92f28a4550d1ba1407a85
Backport-of: 96239a84aaa93b1e1ffd704799fd7cef1bf98a5e
Backport-of: 7af4aa0630d17fca1d689fcd0fe5ee18ad6c3bb9
…release 25.0.4 Reviewed-by: goetz
This was referenced Jul 24, 2026
Sergey Chernyshev (sercher)
marked this pull request as ready for review
July 25, 2026 11:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Here's an update to JBR/jbr25 branch with OpenJDK release version 25.0.4 (jdk-25.0.4-ga). The PR has 234 commits from July CPU Release.
All changes applied cleanly except for the cases listed below, that have been skipped or applied with modifications.
JDK-8357086: os::xxx functions returning memory size should return size_t
JBR-5183 (9cf509f2) and JBR-6742 (d2ce7bfb) introduces more usages of
os::available_memory(). Combined patch have additional fragments in vmError.cpp, jvmtiEnhancedRedefineClasses.cpp. Other fragments applied cleanly.JDK-8367485: os::physical_memory is broken in 32-bit JVMs when running on 64-bit OSes
The same fragments in vmError.cpp, jvmtiEnhancedRedefineClasses.cpp as in JDK-8357086 were updated to use
physical_memory_size_typeandPHYS_MEM_TYPE_FORMAT. Other fragments applied cleanly.JDK-8378201: [OGL] glXMakeContextCurrent() drops the buffers of the unbound drawable
JDK-8355904 was ported to JBR 25 (e31e6fdf) and does not exist in JDK 25, which was the reason for minor context conflict in GLXSurfaceData.c that does not affect the functionality of the patch.
JDK-8376684: Compile OpenJDK in headless mode without required X11 libraries
The patch was combined with JBR-7251 (95879268), JBR-4170 (6c4d19eb) and Initial version of WLToolkit and Vulkan support (0fdb2bf5). All conflicts are in the context of the change (build system).
JDK-8382090: Remove .rej and .orig from .gitignore
The patch applied with a context change.
TESTING