Integrated: JDK-8314588: gc/metaspace/TestMetaspaceInitialization.java failed "assert(capacity_until_gc >= committed_bytes) failed: capacity_until_gc: 3145728 < committed_bytes: 3211264"

Thomas Stuefe stuefe at openjdk.org
Fri Oct 20 15:24:49 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.

This pull request has now been integrated.

Changeset: b1228de6
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b1228de623f3d26f982b4b1ee86af34b6ec14916
Stats:     8 lines in 1 file changed: 3 ins; 4 del; 1 mod

8314588: gc/metaspace/TestMetaspaceInitialization.java failed "assert(capacity_until_gc >= committed_bytes) failed: capacity_until_gc: 3145728 < committed_bytes: 3211264"

Reviewed-by: dholmes, coleenp

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

PR: https://git.openjdk.org/jdk/pull/16216


More information about the hotspot-runtime-dev mailing list