RFR: 8336163: Remove declarations of some debug-only methods in release build [v2]

duke duke at openjdk.org
Thu Jul 11 07:30:58 UTC 2024


On Thu, 11 Jul 2024 07:12:35 GMT, Qizheng Xing <qxing at openjdk.org> wrote:

>> Some of the methods are defined only in debug mode, but their declarations still exist in release mode.
>> 
>> This is considered a bug because these methods may be called mistakenly in release mode and cause the build to fail.
>
> Qizheng Xing has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright.

@MaxXSoft 
Your change (at version 37a14107e9e5542024512bced9bbd03c0c606461) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/20131#issuecomment-2222230127


More information about the hotspot-dev mailing list