Integrated: 8320836: jtreg gtest runs should limit heap size
Thomas Stuefe
stuefe at openjdk.org
Fri Jul 25 06:43:00 UTC 2025
On Thu, 24 Jul 2025 08:17:12 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Trivial fix to limit Java heap size when running the gtests. Otherwise, we run with an unknown malloc load (since GC structures, preallocated, may be very large), and not all tests like that.
This pull request has now been integrated.
Changeset: ac9e5102
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ac9e51023fc34a82b795950a109af2397826adaa
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8320836: jtreg gtest runs should limit heap size
Reviewed-by: dholmes, cslucas
-------------
PR: https://git.openjdk.org/jdk/pull/26454
More information about the hotspot-runtime-dev
mailing list