RFR: 8236736: Change notproduct JVM flags to develop flags [v4]

Kim Barrett kbarrett at openjdk.org
Tue Apr 2 20:21:11 UTC 2024


On Tue, 2 Apr 2024 19:51:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Thanks for reviewing, Kim. Is your suggestion to not have a JVMFlag object for develop flags in PRODUCT builds? Presumably to save some footprint? I'm not sure we would win fighting the macros to accomplish this.

Yes, that's the suggestion and the rationale for it.  It should also remove the need for is_constant_in_binary.  I don't
know how hard it would actually be to accomplish this.  I agree it might not be worth the effort, but we won't know
until someone looks, which I haven't done.  It might even be easy.

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

PR Comment: https://git.openjdk.org/jdk/pull/18541#issuecomment-2033020865


More information about the serviceability-dev mailing list