RFR: 8365606: Container code should not be using jlong/julong
Andrew Haley
aph at openjdk.org
Wed Sep 10 08:45:13 UTC 2025
On Wed, 10 Sep 2025 08:35:39 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> Thanks. So what's the guidance here, then? Change `julong` usages to `size_t` and keep `jlong`. I could do that and the patch would be much smaller.
That would work well. It might also be possible to use `size_t` everywhere, which would be more internally consistent.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27125#issuecomment-3273943678
More information about the hotspot-dev
mailing list