-
Notifications
You must be signed in to change notification settings - Fork 254
Update JBR to OpenJDK 25.0.2 #585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sercher
wants to merge
311
commits into
JetBrains:jbr25
Choose a base branch
from
bell-sw:update_25.0.2
base: jbr25
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+16,681
−10,390
Conversation
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
Backport-of: bc74f4a552f4bec37ee3cd870bacef4a0b186c53
Reviewed-by: robm
…ails with Xcomp and C1 Backport-of: 4291582
Reviewed-by: rhalade Backport-of: cabd7c1
…uld have 5 cookies. Got only 4, expires probably didn't parse correctly" Backport-of: b453eb6
…ses in non-class metaspace Backport-of: da3a5da
…ckTest.java Backport-of: 3263361
…e" property value for sun/net/www/protocol/file/FileURLTest.java Backport-of: d470594
…ls Thread::stop Backport-of: d288ca2
…Windows 11 x64 because RBMenuItem's and CBMenuItem's checkmark on the left side are not visible Backport-of: c51bed7
… string concatenation optimizations Backport-of: 6c616c7
Reviewed-by: shade Backport-of: 001aaa1
Backport-of: 391ea15
Reviewed-by: shade Backport-of: 2292246
…outs Backport-of: f8c8bcf
… is used Backport-of: 41c94ee
…o file Backport-of: 812bd8e
…Windows Backport-of: 15e8609
…after JDK-8245129 Backport-of: c90c31b
… without Zvfh Backport-of: 2e06a91
Reviewed-by: robm
Reviewed-by: robm
Backport-of: 3a925dcd8a7628ea9ad9092a9019198fa7a6f00d
…of race printing to stdout Reviewed-by: shade Backport-of: c56fb0b
…time Backport-of: e3aeebe
…n pool Reviewed-by: alanb Backport-of: b5b8324
…must be a power of 2" Reviewed-by: ayang, dholmes Backport-of: 40bc083
Reviewed-by: jwilhelm, dlong, rhalade Backport-of: 1bd814c
…root user Backport-of: b03b6f5
Backport-of: bd25db1
…th stripped pdb files Backport-of: 98e1d2f
Backport-of: 7daf981
…lue when compareExchange fails Backport-of: 5609ee1
…edException Backport-of: c0815e4
…g/ProcessHandle/InfoTest.java fail due to rust-coreutils Reviewed-by: rriggs Backport-of: c6ab63d
…erations with same dst and src2 Backport-of: c41add8
Reviewed-by: jwilhelm
…lized results list Backport-of: 9b1633d
…-512) Backport-of: 7bb490c
Reviewed-by: aivanov Backport-of: 0555f62
Reviewed-by: sgehwolf, shade
…d out Backport-of: b0721e2
…887 on linux Backport-of: 46b5e58
…app image Backport-of: 44c11c754e3612f83ca4027ad3d43b90d33e86c5
Backport-of: 8747d00ad14838d5a2e3403b807a60a722044374
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.2 (jdk-25.0.2-ga).
All changes applied cleanly except for the cases listed below, that have been skipped or applied with modifications.
JDK-8361748: Enforce limits on the size of an XBM image
The patch was not included in this PR due to P3 regression, please see https://bugs.openjdk.org/browse/JDK-8373727
It's backed out in LTS versions 17 and 21, it can be recommendable to avoid merging it to 25.0.2 as it affects java.desktop image processing, until the fix comes in April release.
JDK-8343546: GHA: Cache required dependencies in master-branch workflow
Conflicts with JBR-5318 in main.yml. The patch does not skip the workflow completely for master and stabilization branches (jdk*), and does the dry-run instead. As 'master' and 'main' (instead of jdk*) were skipped in JBR25, they will trigger the dry-run in JBR. The patch applied with respect to the downstream changes.
JDK-8343218: Add option to disable allocating interface and abstract classes in non-class metaspace
Context conflict with JBR-5183 as dcevm-23 base in globals.hpp. The patch applied after JBR-5183.
JDK-8367017: Remove legacy checks from WrappedToolkitTest and convert from bash
The patch applied cleanly, but required to modify the test/jdk/TEST.groups additionally, otherwise JTREG would be broken. The applied patch includes an additional fragment.
JDK-8359061: Update and ProblemList manual test java/awt/Cursor/CursorDragTest/ListDragCursor.java
Minor context conflict in ProblemList.txt. The rest of the patch applied cleanly.
JDK-8362533: Tests sun/management/jmxremote/bootstrap/* duplicate VM flags
Manually merged with JDK-8341496, that merged from a separate branch to JDK 25 master and that modified jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java in the same place. The patch applied with respect to JDK-8341496 (that applied earlier in this PR).
JDK-8346952: GetGraphicsStressTest.java fails: Native resources unavailable
Minor context conflict in ProblemList.txt. The rest of the patch applied cleanly.
JDK-8365823: Revert storing abstract and interface Klasses to non-class metaspace
Conflicted with JBR-6419, applied with respect to the downstream version.
JDK-8358748: Large page size initialization fails with assert "page_size must be a power of 2"
Context conflicts with JBR-5183 as dcevm-23 base in klass.hpp, globals.hpp. The patch applied with respect to JBR-5183 changes.
TESTING