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

Roger Riggs rriggs at openjdk.org
Fri Nov 15 16:34:56 UTC 2024


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

>> VM saved props is still better imo as user code cannot tamper it with System.setProperty.
>
> 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.

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

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


More information about the core-libs-dev mailing list