RFR: 8344289: SM cleanup in jdk.internal.util [v2]

Chen Liang liach at openjdk.org
Fri Nov 15 17:12:52 UTC 2024


On Fri, 15 Nov 2024 16:31:54 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> VM.save props should only be used if there is a bootstrap issue.
>> If tampering is a concern, then the property should be added to StaticProperties.
>
> The use of the properties in ClassFileDumper is all in support of debug capabilities and is not sensitive.

Either way is fine.  I think we probably need to review the majority of uses of VM.savedPropoerty as they mostly relate to SM boot circularity.  So we will change this one either now or later.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22141#discussion_r1844191576


More information about the core-libs-dev mailing list