jdk-24 fork (from: https://github.com/openjdk/jdk) with modifications to be used in Wildcard-Usage analysis tools
Go to file
Y. Srinivas Ramakrishna f62f2adbc3 8325671: Shenandoah: Introduce a ShenandoahGenerationType and templatize 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
2024-03-02 02:02:09 +00:00
.github 8325444: GHA: JDK-8325194 causes a regression 2024-02-08 14:05:20 +00:00
.jcheck 8325558: Add jcheck whitespace checking for properties files 2024-02-13 10:00:13 +00:00
bin 8322936: Update blessed-modifier-order.sh for default, sealed, and non-sealed 2024-01-09 11:36:36 +00:00
doc 8325731: Installation instructions for Debian/Ubuntu don't mention autoconf 2024-02-13 12:31:31 +00:00
make 8326953: Race in creation of win-exports.def with static-libs 2024-02-28 22:48:17 +00:00
src 8325671: Shenandoah: Introduce a ShenandoahGenerationType and templatize certain marking closures with it 2024-03-02 02:02:09 +00:00
test 8327105: compiler.compilercontrol.share.scenario.Executor should listen on loopback address only 2024-03-02 01:45:36 +00:00
.gitattributes 8314543: gitattributes: make diffs easier to read 2023-08-18 07:48:50 +00:00
.gitignore 8305721: add make compile-commands artifacts to .gitignore 2023-04-08 13:17:33 +00:00
ADDITIONAL_LICENSE_INFO 8193208: Add additional licensing file for the JDK 2017-12-14 18:20:33 +01:00
ASSEMBLY_EXCEPTION 8295198: Update more openjdk.java.net => openjdk.org URLs 2022-10-12 13:34:07 +00:00
configure 8294549: configure script should detect unsupported path 2023-11-27 14:52:42 +00:00
CONTRIBUTING.md 8312882: Update the CONTRIBUTING.md with pointers to lifecycle of a PR 2023-08-10 22:26:32 +00:00
LICENSE 8154469: Update FSF address 2016-05-30 16:17:11 +02:00
Makefile 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged 2016-09-21 14:20:27 +02:00
README.md 8295529: Add link to JBS to README.md 2022-10-20 17:30:11 +00:00

Welcome to the JDK!

For build instructions please see the online documentation, or either of these files:

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.