Merge upstream changes - #71
Merged
snake66 merged 247 commits intoAug 10, 2026
Merged
Conversation
…on Zero VM with expected [true] but found [false] Reviewed-by: mcimadamore, vlivanov
Reviewed-by: kdnilsen, xpeng
…e(chk == -1 || chk == 0) failed: Field too big for insn Reviewed-by: eastigeevich, dlong
Reviewed-by: wkemper, xpeng, stuefe
Reviewed-by: dlong
…vectmask() == nullptr)) failed: Both BVectMask, or both NVectMask, or both PVectMask Reviewed-by: chagedorn, thartmann, vlivanov
…eptions Reviewed-by: dfuchs
Reviewed-by: fyang, gcao
Reviewed-by: galder, epeter, kvn
8377034: Enable full JSR166TestCase.java test for s390x 8380035: compiler/intrinsics/TestReturnOopSetForJFRWriteCheckpoint.java crashes on s390x 8335163: [s390x] test failure - PrintClasses.java Co-authored-by: Andrew Haley <aph@openjdk.org> Co-authored-by: Richard Reingruber <rrich@openjdk.org> Reviewed-by: rrich, aph, pchilanomate
Reviewed-by: dholmes, ayang
Reviewed-by: coleenp, xpeng
Reviewed-by: jlu
Reviewed-by: xpeng, wkemper, kdnilsen
…ailed: mismatch Reviewed-by: chagedorn, mchevalier
…fails intermittently Reviewed-by: wkemper, kdnilsen
…hAllocRate byte accounting Reviewed-by: shade, wkemper, kdnilsen
…orrect branch Reviewed-by: aph, hdhiman
Reviewed-by: tschatzl, shade
Reviewed-by: amitkumar, hdhiman
…he.java failing Reviewed-by: mullan
… failed: Existing session was used: FAIL Reviewed-by: mullan
…me title is displayed as 'PackTwiceTest TestFrame' instead of 'TestFrame' Reviewed-by: azvegint, prr
…x_distance_to_non_nmethod Reviewed-by: aph, shade, mhaessig, bulasevich
Reviewed-by: liach, darcy
Reviewed-by: fyang, dzhang
Reviewed-by: dholmes
… configured Reviewed-by: mdoerr, lucy, clanger
Reviewed-by: lucy, hdhiman
…t_committed_regions Reviewed-by: stuefe
…class Reviewed-by: chagedorn, qamai
…should not initialize the class Reviewed-by: chagedorn, mchevalier
…ster Reviewed-by: chagedorn, mchevalier
Reviewed-by: dlong, thartmann
Reviewed-by: chagedorn, thartmann
Reviewed-by: ayang, iwalulya
… types Reviewed-by: ayang, iwalulya
…s of atomic flat fields Reviewed-by: qamai, chagedorn
… work Reviewed-by: tschatzl, ogillespie
Reviewed-by: mchevalier, chagedorn
Reviewed-by: mchevalier, aboldtch
…gh MH calls Reviewed-by: mchevalier, qamai
… flat field or array Reviewed-by: chagedorn, qamai
Conflicts: - make/modules/java.desktop/Lib.gmk : No jsound on OpenBSD - src/hotspot/share/runtime/sharedRuntime.cpp : Unnecessary parens
Reviewed-by: chagedorn, vlivanov, mchevalier
…reates anti-dependence cycle Reviewed-by: qamai, chagedorn
…delayinline Reviewed-by: vlivanov, chagedorn
…y class receiver Reviewed-by: liach, dholmes, alanb
Reviewed-by: vklang, valeriep, myankelevich
Reviewed-by: jpai, aturbanov
Reviewed-by: azvegint, avu, serb
Reviewed-by: amitkumar, hdhiman
bsdkurt
requested changes
Aug 5, 2026
| ifeq ($(call isTargetOs, aix), false) | ||
| ifeq ($(call isTargetOsEnv, bsd.openbsd), false) | ||
| ifeq ($(ENABLE_JSOUND), true) | ||
| ifeq ($(call Or, $(call isTargetOs, aix), $(call isTargetOsEnv, bsd.openbsd)), false) |
Collaborator
There was a problem hiding this comment.
This has an extra comma in it between the two '$(call is'. It looks like this should be correct:
ifeq ($(call Or, $(call isTargetOs, aix) $(call isTargetOsEnv, bsd.openbsd)), false)
Collaborator
Author
There was a problem hiding this comment.
Good catch! Thanks!
This work is sponsored by The FreeBSD Foundation
bsdkurt
approved these changes
Aug 7, 2026
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.
Merge with upstream after JEP 401 was merged. Needs recent jtreg for the tests, but otherwise seems to work fine.
Minor conflics, but goot if you can look over them. Thanks!
Conflicts: