commit | 90913985b62845a58f6b9e815121bcf614bd107f | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Fri Dec 27 21:55:56 2019 +0000 |
committer | GitHub <noreply@github.com> | Fri Dec 27 21:55:56 2019 +0000 |
tree | 3bc2594d17089262818928ab10445b9dd7a367e8 | |
parent | 91874bb07161bb481b6f5ea18ffafe69cb8cac30 [diff] |
Move comment about permanent generation to gcmodule.c (GH-17718) The comment about the collection rules for the permanent generation was incorrectly referenced by a comment in gcmodule.c (the comment has been moved long ago into a header file). Moving the comment into the relevant code helps with readability and avoids broken references.