RFR: 8365606: Container code should not be using jlong/julong [v2]
Thomas Stuefe
stuefe at openjdk.org
Fri Oct 24 11:27:04 UTC 2025
On Fri, 24 Oct 2025 10:46:52 GMT, Casper Norrbin <cnorrbin at openjdk.org> wrote:
> I'm currently looking at this, just as a quick FYI.
>
> I'm fine with the proposed interface as it is (boolean return + passed reference). Since the adjacent `os` functions recently changed to use this interface, and the disproportionate (to me) amount of bikeshedding it took to reach a consensus on that, introducing yet another interface here, for what's essentially a subcomponent, doesn't make much sense. It's clearer if the whole `os` stack sticks to the same interface.
I agree. Its not pretty, but consistent with what we did elsewhere. Nobody wants to do that discussion again.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27743#issuecomment-3442620964
More information about the hotspot-dev
mailing list