RFR: 8281455: Change JVM options with small ranges from 64 to 32 bits, for gc_globals.hpp
Afshin Zafari
azafari at openjdk.org
Wed Jun 7 08:57:09 UTC 2023
On Fri, 2 Jun 2023 07:38:56 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Although it's a bit early to review, when I looked at this briefly, I believe also the `uintx` that have a `juint_max` upper range can be replaced with `uint` (and use the equivalent `UINT_MAX` as upper range, `j`-types should only be used with JNI code).
Done.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14259#issuecomment-1580230319
More information about the hotspot-gc-dev
mailing list