Skip to content

Update JBR 25 to OpenJDK 25.0.4 - #622

Open
Sergey Chernyshev (sercher) wants to merge 234 commits into
JetBrains:jbr25from
bell-sw:update_25.0.4
Open

Update JBR 25 to OpenJDK 25.0.4#622
Sergey Chernyshev (sercher) wants to merge 234 commits into
JetBrains:jbr25from
bell-sw:update_25.0.4

Conversation

@sercher

@sercher Sergey Chernyshev (sercher) commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

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_type and PHYS_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

  • The standard jtreg tiered test groups passed
  • No regressions observed in test/jdk/jb/

SendaoYan and others added 30 commits July 15, 2026 16:36
…alker::print_statistics() are not called from PRODUCT code

Backport-of: 0e2e66b
…ails because the check icons are not aligned properly as expected

Backport-of: e45f565
…lFrame/4150591/bug4150591.java fails with GTKLookAndFeel

Backport-of: 26eed3b
…H call from Compile::process_late_inline_calls_no_inline()

Backport-of: 2735140
…ty/pkcs11/Cipher/KeyWrap

Backport-of: 9292244aef5b24d37105dbef9768db7ac423f366
Backport-of: 3a09cbd28df36ca85d69583ac37058fa2f1ff5f3
8383473: Follow on from tzdata2026b time change to include temporary hack BC time change

Reviewed-by: goetz, mbaesken
Backport-of: 3adc770
…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: c985aacc29d3e50adfa809d99ec975225f742378
Backport-of: 2eb1250babb0db7218c065fb16536526d6257278
Backport-of: 38e4cce5f7bfb45eb42a25cbedf367e94dc7d34c
Reviewed-by: alexander.zvegintsev
Backport-of: 64960020aa62b477a7832f6e45dd36c03334c090
Backport-of: 82e258ec04e945bbb12c205873422d0df5e8dfec
Backport-of: 943d64537f1141cd3044b513e682d11d19022ad3
Backport-of: b07d52c9f8d7e8a91e5b4db5a13c08ee551513d3
Backport-of: 6e948c95fcfc379326b92f28a4550d1ba1407a85
Backport-of: 96239a84aaa93b1e1ffd704799fd7cef1bf98a5e
Backport-of: 7af4aa0630d17fca1d689fcd0fe5ee18ad6c3bb9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.