Merge checker annotaions from JDK 21 to JDK 25.#257
Open
Gaoyan1999 wants to merge 9694 commits intotypetools:masterfrom
Open
Merge checker annotaions from JDK 21 to JDK 25.#257Gaoyan1999 wants to merge 9694 commits intotypetools:masterfrom
Gaoyan1999 wants to merge 9694 commits intotypetools:masterfrom
Conversation
…t sequentially consistent Reviewed-by: eosterlund, fbredberg, shade, fyang
…REG_TEST_THREAD_FACTORY=Virtual due to extra memory allocation Reviewed-by: ayang, iwalulya
Reviewed-by: jsikstro, tschatzl
…re on some platforms after 8353686 Reviewed-by: shade, amitkumar, mbaesken, kvn
Reviewed-by: shade, dbriemann
Reviewed-by: ayang, zgu, tschatzl
Reviewed-by: dnsimon, shade
…eatures() Reviewed-by: dbriemann, mbaesken
Reviewed-by: alanb, shade
Reviewed-by: kbarrett, mgronlun
…ot sequentially consistent Reviewed-by: shade, aph, fbredberg
Reviewed-by: vlivanov, kvn
Reviewed-by: dmarkov, jdv
Reviewed-by: rriggs
Reviewed-by: coleenp, dholmes
Reviewed-by: erikj
Reviewed-by: shade, iklam, kvn
…ment Reviewed-by: dholmes, ccheung
Reviewed-by: shade
Reviewed-by: sspitsyn, kevinw
Reviewed-by: mgronlun
… problem list for macosx-x64 Reviewed-by: syan, dholmes
Reviewed-by: prr
Reviewed-by: serb
…eStream` Reviewed-by: ccheung, iklam
Reviewed-by: rcastanedalo, chagedorn
Reviewed-by: lancea, alanb, jpai
Reviewed-by: azvegint, serb, aivanov
…ashes with SEGV in ClassLoaderData::holder Reviewed-by: never
Reviewed-by: alanb Backport-of: be0161a
Reviewed-by: mgronlun Backport-of: 1a6cbe4
Reviewed-by: coleenp Backport-of: a5c9bc7
Reviewed-by: jpai Backport-of: 3bacf7e
Reviewed-by: shade Backport-of: 3b44d7b
Reviewed-by: egahlin Backport-of: 04c0b13
…odAtTop.java throws OutOfMemoryError Reviewed-by: rrich, lmesnik Backport-of: cbb3d23
…of the UseNUMA flag Reviewed-by: ayang Backport-of: ea774b7
Reviewed-by: rriggs, iris Backport-of: ea6674f
Reviewed-by: kvn Backport-of: 8477630
… ForkJoinPool.asyncCommonPool() Reviewed-by: jpai Backport-of: f79bd54
Reviewed-by: egahlin Backport-of: a349944
Reviewed-by: jlu, naoto Backport-of: c671089
… static JDK on x86_64 with AVX instruction extensions Reviewed-by: kvn Backport-of: c239c0a
…java Reviewed-by: hchao Backport-of: 5540a78
Reviewed-by: liach, naoto Backport-of: 8e921ae
Reviewed-by: chagedorn, bmaillard Backport-of: ddb6483
Reviewed-by: egahlin Backport-of: 3bc4497
…tion Reviewed-by: mikael, erikj, iris, cstein
… with ImageIcon in WindowsLookAndFeel Reviewed-by: prr, aivanov Backport-of: e29346d
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.
Finish migrating the annotations from JDK 21 to JDK 25.
However, I don’t think this branch should be merged into master. It would be better to merge it into a separate branch, such as jdk25-dev. We don’t have that branch yet, so we may need to discuss creating one in typetools.