-
Notifications
You must be signed in to change notification settings - Fork 219
Update JBR 21.0.7_895 #532
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
225
commits into
JetBrains:jbr21.895
Choose a base branch
from
sercher:update_21.0.7_895
base: jbr21.895
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
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
Reviewed-by: mdoerr, sgehwolf
…lable.java Backport-of: f927c12
…s with LM_MONITOR Backport-of: ed68096
…ion: Invalid or unrecognized bugid: @ Backport-of: 3733fe3
…ever interrupted during sleep Reviewed-by: lucy Backport-of: ed64994
…t test for GTK L&F Backport-of: b8e8e96
…Exception: NotBefore validation Backport-of: a505a1d
…t.java Backport-of: 1447967
…be more robust Backport-of: e94e3bb
… in nmethod unlocking Reviewed-by: mdoerr Backport-of: f9208fa
…as flagless Backport-of: 470701f
…4160 8343149: Cleanup os::print_tos_pc on AIX Reviewed-by: mbaesken Backport-of: e33dc13
…ls available memory Reviewed-by: phh Backport-of: 7580199
Reviewed-by: phh Backport-of: 6a9a867
…hmetic Reviewed-by: phh Backport-of: df599db
…l must not be back in the loop Backport-of: e203df4
Reviewed-by: phh Backport-of: 4fc6d41
…missing aggregate Backport-of: 1230aed
…ests Backport-of: 9e451aa
…age tests into single java file Backport-of: 00fe9f7
…ecording any events Reviewed-by: mdoerr
…endingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded" Backport-of: 6938474
…ang.AssertionError: Expected [0]. Actual [1618]: Backport-of: 1b104b6
Backport-of: cf28fd4
…o offset to null pointer on macOS aarch64 Backport-of: 0285020
…ro offset 1 to null pointer Backport-of: 82e16ba
…n by zero Backport-of: 5e92a4c
…t to main Backport-of: 4047a36
…PrintTextTest.java Backport-of: 84c99fb
Backport-of: 47ebf8d
… the AccessBridge class Backport-of: ecdc322
…che GC Backport-of: dab2a0b
…4Decode Backport-of: 7458952
…n CI Backport-of: 9fafd63
Reviewed-by: goetz
Reviewed-by: mdoerr Backport-of: aaa90b3
…zeTest.java creates tmp file in src dir 8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir Backport-of: 02ea4b5
…h java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: f6e7713
… on macOS Reviewed-by: mbaesken Backport-of: 0d30b86
Reviewed-by: serb, dcherepanov
Reviewed-by: yan Backport-of: bdfb41f
…r 8343144: UpcallLinker::on_entry racingly clears pending exception with GC safepoints 8286875: ProgrammableUpcallHandler::on_entry/on_exit access thread fields from native Backport-of: 461ffaf
Backport-of: 353f6e90bec7248016b2c733bae52ed6ca06fc20
Backport-of: f06ecf8072b39ffb9eedfc629f181bd805115e0e
Backport-of: 456be5090b6a181afb85d72ac8473e4df3398032
…sources and use ZipFile during extract Reviewed-by: andrew Backport-of: 8fce527
Backport-of: 17f7df55fb762488c1054985830ea13840489df2
Backport-of: e95aaf16aa202b49892ccb05ded783114b2d8534
Backport-of: 013d9f988559bc7e29449967c4d35b80d692ef11 Reviewed-by:
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/jbr21.895 branch with OpenJDK release version 21.0.7 (jdk-21.0.7-ga). This branch is a clean rebase of update_21.0.7 onto jbr21.895.
All changes applied cleanly except for 5 cases, that did not apply partially or in full. Please see the summary below.
JDK-8317919: pthread_attr_init handle return value and destroy pthread_attr_t object
The patch is combined with JBR-5965 Wayland: implement SplashScreen (825eb90), a fragment in SplashCreateThread() applied to splashscreen_sys_common.c rather than to splashscreen_sys.c, compared to the original patch.
JDK-8339475: Clean up return code handling for pthread calls in library coding
The patch is again combined with JBR-5965, the variable being cleaned up does not exist in post JBR-5965 code, while the return value of pthread_create still has to be acted upon.
JDK-8348625: [21u, 17u] Revert JDK-8185862 to restore old java.awt.headless behavior on Windows
Already applied by JBR-7683 (revert 8185862).
JDK-8342602: Remove JButton/PressedButtonRightClickTest test
The test has to be deleted from TEST.groups file (after JBR-5989), otherwise fails to run JTREG framework
JDK-8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main
The test has to be renamed also in TEST.groups file (after base part of JBR-5989 ), otherwise JTREG framework fails to run the tests
TESTING