RFR: 8309692: Fix -Wconversion warnings in javaClasses
David Holmes
dholmes at openjdk.org
Mon Jun 12 08:14:58 UTC 2023
On Fri, 9 Jun 2023 16:00:51 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this trivial patch to remove implicit integer conversions in javaClasses.inline.hpp/cpp files.
> Tested tier1-4.
src/hotspot/share/runtime/globals.hpp line 1277:
> 1275: range(0.0, (double)max_intx) \
> 1276: \
> 1277: product(intx, MaxJavaStackTraceDepth, 1024, \
Seems unrelated to the described issue.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14397#discussion_r1226254791
More information about the hotspot-runtime-dev
mailing list