RFR: JDK-8314588: gc/metaspace/TestMetaspaceInitialization.java failed "assert(capacity_until_gc >= committed_bytes) failed: capacity_until_gc: 3145728 < committed_bytes: 3211264"
David Holmes
dholmes at openjdk.org
Wed Oct 18 05:43:42 UTC 2023
On Tue, 17 Oct 2023 10:40:12 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> See JBS issue text and comments.
>
> I remove the assert that tests that the metaspace commit size has to be >= the GC threshold and make sure we don't overflow the subtraction.
Seems reasonable.
Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16216#pullrequestreview-1684071738
More information about the hotspot-runtime-dev
mailing list