-
Notifications
You must be signed in to change notification settings - Fork 40
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
Merge latest openjdk master #4
Merged
Merged
Conversation
This file contains 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: lmesnik, alanb
Reviewed-by: dholmes, lmesnik
…Preview) 8307444: java.lang.AssertionError when using unnamed patterns 8307482: Compiler should accept var _ in nested patterns in switch case 8307007: Implementation for javax.lang.model for unnamed variables (Preview) 8308312: Compiler should fail when a local variable declaration does not include an Identifier and does not have an initializer 8308309: Compiler should accept mixed masked and unmasked variables in lambda parameters Co-authored-by: Jan Lahoda <jlahoda@openjdk.org> Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org> Reviewed-by: vromero, darcy
Reviewed-by: stsypanov, jpai
…mode on selected platforms Co-authored-by: Adam Sotona <asotona@openjdk.org> Reviewed-by: erikj, vromero, bpb
Reviewed-by: dfuchs, naoto, djelinski, jpai, michaelm
…rolled by XWayland Reviewed-by: prr
…tests Reviewed-by: dnguyen, azvegint
Reviewed-by: xuelei
…fixed. Reviewed-by: clanger, goetz
Reviewed-by: psandoz
Reviewed-by: psandoz, pminborg
…Port for Removal Reviewed-by: erikj
Reviewed-by: iklam
Reviewed-by: coleenp, iklam
Reviewed-by: iris
… module Reviewed-by: naoto
Reviewed-by: jpai
…utorTest.java timed out Reviewed-by: dfuchs, jpai
…to exit Reviewed-by: never
Reviewed-by: liach, erikj, alanb, darcy
Reviewed-by: alanb, clanger, bpb
Reviewed-by: kvn, pli, jbhateja, sviswanathan
Reviewed-by: vromero, jlahoda
Reviewed-by: chagedorn, thartmann, kvn
Reviewed-by: mcimadamore
…one contains a line number from the first method Reviewed-by: vromero, godin
…ncelled" Reviewed-by: jpai
Reviewed-by: jpai
Reviewed-by: bpb, stuefe
…r method Reviewed-by: azvegint
Reviewed-by: bpb, alanb
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org> Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org> Reviewed-by: asotona
Reviewed-by: asotona
… heap size Reviewed-by: eosterlund, stuefe
…JTREG_TEST_THREAD_FACTORY=Virtual runs Reviewed-by: darcy Backport-of: 307085618d76f49f982453253c27a3cb2b9728c3
…hreadStackRefTest.java#default with ZGC Reviewed-by: darcy Backport-of: aace3dc28c577bae67a6a1d376a514740d752928
Reviewed-by: mdoerr Backport-of: 3981297fd34a628dff44898e6c60455cf071741a
…TOR_ACCESS_OOB_CHECK system property Reviewed-by: uschindler, rriggs Backport-of: cee5724d09b9ef9bd528fb721b756cb052265e3d
8309398: ValueLayout:: arrayElementVarHandle doesn't throws UnsupportedOperationException - if byteAlignment() > byteSize() 8308812: SequenceLayout::withElementCount(long elementCount) doesn't throw IllegalArgumentException - if elementCount < 0 for some cases Reviewed-by: jvernee
…notation processing Reviewed-by: jjg Backport-of: 3ce1240ca1b4139980444c171e317f4bfeff9314
Reviewed-by: vromero Backport-of: 408cadb351eb3b3a96e81e26e1c39c89dac176ca
…scription.java crashing due to empty while loop Reviewed-by: mbaesken Backport-of: cf9e6353cc6fe9e57a7a9883813d09892e7e7621
…nal/vm/options Reviewed-by: alanb Backport-of: 679a6d89358eb36c596e3ffa9a86869402c9beb9
Reviewed-by: bpb Backport-of: bfef3c3e80d4df98bdb0d853c2e2711cdd8252ce
Reviewed-by: rriggs Backport-of: e138685648fb7a756a05f314af2883ce408abdd2
Reviewed-by: mchung Backport-of: 75dcc4ef94d90e4aa7f8ca5eccc97c91492d6eed
Reviewed-by: jlahoda Backport-of: 32243ef47df75241302e243b4fd9627d686437fe
Reviewed-by: naoto Backport-of: 81bfd78901ff540ad0355a466cfad097e701028a
Reviewed-by: azvegint Backport-of: d3d0dbc36369da0c17a66f8b633e73a150ab8c4f
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
JasonFengJ9
approved these changes
Jun 19, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
Intended to supersede #2.