RFR: 8365606: Container code should not be using jlong/julong [v2]

Severin Gehwolf sgehwolf at openjdk.org
Mon Nov 10 13:24:04 UTC 2025


On Mon, 27 Oct 2025 14:29:11 GMT, Thomas Fitzsimmons <fitzsim at openjdk.org> wrote:

> I think quote value_unlimited here to hint that it is a constant defined elsewhere.

OK.

> Can the limit ever be 0, and if not, should there be a new assert for > 0 like for cpu_count?

The limit could theoretically be `0`. I'd try to avoid an overzealous assert here.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27743#discussion_r2510555699


More information about the hotspot-jfr-dev mailing list