-
Notifications
You must be signed in to change notification settings - Fork 96
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 to tag jdk-23+13 #1626
Merged
Merged
Merge to tag jdk-23+13 #1626
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
…essBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns Reviewed-by: clanger, prr
Reviewed-by: honkar, prr, gli
Reviewed-by: weijun, hchao
Reviewed-by: gli, tschatzl
…[] dsts,int offset,int length) javadoc Reviewed-by: naoto, iris, coffeys, gli
…heck for hard link support Reviewed-by: gli, alanb
Reviewed-by: gli, shade, lmesnik
…adException case Reviewed-by: cjplummer, lmesnik, sspitsyn
Reviewed-by: mgronlun
Reviewed-by: epeter, dlong, vlivanov
Reviewed-by: never
Reviewed-by: amenkov, sspitsyn
…in macos14 Reviewed-by: prr, gli
Reviewed-by: chagedorn, epeter
Reviewed-by: tschatzl, ayang
… case Reviewed-by: clanger, lucy
Reviewed-by: shade, ayang, gli
Reviewed-by: dfuchs
Reviewed-by: mullan
Reviewed-by: adinn, shade, gli
Reviewed-by: fyang, gli
Co-authored-by: Lei Zaakjyu <[email protected]> Reviewed-by: dholmes, tschatzl
…s pre-order Reviewed-by: alanb, gli
…_remaining Reviewed-by: tschatzl
Reviewed-by: jwaters, dholmes, epeter
…ckTest.java fails on libgraal Reviewed-by: never, kevinw
Reviewed-by: rgiulietti
…listen on loopback address only Reviewed-by: chagedorn, kvn
…en on loopback address only Reviewed-by: chagedorn, kvn
…ize certain marking closures with it In support of eventually supporting a generational version of Shenandoah, we introduce a ShenandoahGenerationType enum which currently has a single NON_GEN value for Shenandoah. The generational extension of Shenandoah will introduce additional enum values when GenShen is integrated. These will be used to specialize certain marking closures via templatization, such that suitable variations of the marking (and in the future other) closures can be used for the generational and non-generational variants of the collector while minimizing interference between the two variants while maximizing code-sharing without affecting correctness or performance. This ticket introduces the new enum type and templatizes certain existing marking closures. In effect, this should be semantically a no-op for current (non-generational) Shenandoah and ideally completely performance-neutral (to be established via measurements). **Testing:** - [x] jtreg hotspot_gc - [x] github actions - [ ] codepipeline perf & stress: in progress **Performance:** - [ ] specjbb w/shenandoah - [ ] codepipeline perf: in progress Reviewed-by: kdnilsen, shade
Reviewed-by: ihse, joehw
… binaries Reviewed-by: ihse, dholmes
Reviewed-by: mullan
Reviewed-by: naoto
Reviewed-by: dholmes, lfoltan
Reviewed-by: psadhukhan, aivanov
…e Classfile API to generate proxy classes Reviewed-by: mchung
Reviewed-by: dholmes
Reviewed-by: chagedorn, shade
Reviewed-by: gli, ayang
Reviewed-by: kbarrett, ayang
Reviewed-by: rriggs, liach
Reviewed-by: kbarrett, ayang
Reviewed-by: gli, tschatzl
Reviewed-by: gli, tschatzl
…ases Reviewed-by: darcy, gli, joehw, jlu, bpb, lancea
Reviewed-by: kvn, vlivanov
…e inputs before fix in JDK-8299677 Reviewed-by: rgiulietti
Reviewed-by: mdoerr, jwaters, ihse
Reviewed-by: jwaters, ihse
Reviewed-by: shade, dholmes, kvn
… files in the /tmp dir. Reviewed-by: amenkov, kevinw, lmesnik, sspitsyn
… timed out Reviewed-by: jlu, rriggs, iris
Reviewed-by: gli, kvn
…e assert with bailout Reviewed-by: chagedorn, kvn
8669384
to
f54e598
Compare
ArnoZeller
approved these changes
Mar 12, 2024
MBaesken
approved these changes
Mar 12, 2024
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.
please pull