RFR: 8336163: Remove declarations of some debug-only methods in release build [v2]
Qizheng Xing
qxing at openjdk.org
Thu Jul 11 07:12:35 UTC 2024
> 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.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20131/files
- new: https://git.openjdk.org/jdk/pull/20131/files/5b044462..37a14107
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20131&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20131&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/20131.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20131/head:pull/20131
PR: https://git.openjdk.org/jdk/pull/20131
More information about the hotspot-dev
mailing list