Skip to content
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 86 commits into from
Mar 13, 2024
Merged

Merge to tag jdk-23+13 #1626

merged 86 commits into from
Mar 13, 2024

Conversation

SapMachine
Copy link
Member

please pull

MBaesken and others added 30 commits February 29, 2024 08:15
…essBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns

Reviewed-by: clanger, prr
Reviewed-by: weijun, hchao
…[] dsts,int offset,int length) javadoc

Reviewed-by: naoto, iris, coffeys, gli
…heck for hard link support

Reviewed-by: gli, alanb
…adException case

Reviewed-by: cjplummer, lmesnik, sspitsyn
Reviewed-by: mgronlun
Reviewed-by: chagedorn, epeter
Reviewed-by: fyang, gli
Co-authored-by: Lei Zaakjyu <[email protected]>
Reviewed-by: dholmes, tschatzl
Reviewed-by: jwaters, dholmes, epeter
…ckTest.java fails on libgraal

Reviewed-by: never, kevinw
…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
naotoj and others added 25 commits March 5, 2024 19:32
Reviewed-by: dholmes, lfoltan
…e Classfile API to generate proxy classes

Reviewed-by: mchung
Reviewed-by: gli, tschatzl
…ases

Reviewed-by: darcy, gli, joehw, jlu, bpb, lancea
…e inputs before fix in JDK-8299677

Reviewed-by: rgiulietti
Reviewed-by: mdoerr, jwaters, ihse
Reviewed-by: jwaters, ihse
… files in the /tmp dir.

Reviewed-by: amenkov, kevinw, lmesnik, sspitsyn
…e assert with bailout

Reviewed-by: chagedorn, kvn
@RealCLanger RealCLanger merged commit 0b20615 into sapmachine Mar 13, 2024
224 of 225 checks passed
@RealCLanger RealCLanger deleted the pr-jdk-23+13 branch March 13, 2024 06:46
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.