-
Notifications
You must be signed in to change notification settings - Fork 34
History of ZGC garbage collector #300
Copy link
Copy link
Open
Labels
advancedNot recommended to start with. Rather try picking some "good first issue" first.Not recommended to start with. Rather try picking some "good first issue" first.enhancementNew feature or requestNew feature or requesthacktoberfestCounts as submission for Hacktoberfest 2025Counts as submission for Hacktoberfest 2025
Metadata
Metadata
Assignees
Labels
advancedNot recommended to start with. Rather try picking some "good first issue" first.Not recommended to start with. Rather try picking some "good first issue" first.enhancementNew feature or requestNew feature or requesthacktoberfestCounts as submission for Hacktoberfest 2025Counts as submission for Hacktoberfest 2025
Follow-up to #293 and sybling task to #301
I have noticed, the history of "ZGC" garbage collector contains a number of somewhat connected JEPs spanning from
JEP 333where it was first introduced to most recent updateJEP 490.While I don't think this is the traditional "linking" demo, because it is not exactly the "incubator" => "preview" => "final" schema, the connection between them still should be mapped and somehow mentioned in comments, to give users better picture about the evolution of this garbage collector variant.
Currently, I have no clear idea about the actual task yet. I leave it open for someone daring enough to grab and shape this. If noone takes it, it will end up for me eventually.
NOTE: This is an ADVANCED task to help with. Be sure you understand the requirements. Check previous contributions with
advancedlabel and ask if you have any questions or doubts before doing work that will not be helpful.