Skip to content

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
wants to merge 225 commits into
base: jbr21.895
Choose a base branch
from
Open

Conversation

sercher
Copy link
Contributor

@sercher sercher commented Apr 16, 2025

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

  • The standard jtreg tiered test groups passed
  • test/jdk/jb showed no regressions

GoeLin and others added 30 commits April 16, 2025 01:45
…ion: Invalid or unrecognized bugid: @

Backport-of: 3733fe3
…ever interrupted during sleep

Reviewed-by: lucy
Backport-of: ed64994
… in nmethod unlocking

Reviewed-by: mdoerr
Backport-of: f9208fa
…4160

8343149: Cleanup os::print_tos_pc on AIX

Reviewed-by: mbaesken
Backport-of: e33dc13
…ls available memory

Reviewed-by: phh
Backport-of: 7580199
…endingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded"

Backport-of: 6938474
…ang.AssertionError: Expected [0]. Actual [1618]:

Backport-of: 1b104b6
SendaoYan and others added 30 commits April 16, 2025 01:46
…o offset to null pointer on macOS aarch64

Backport-of: 0285020
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
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.