Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/hotspot/jtreg/gc/z/TestSmallHeap.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -54,6 +54,8 @@ public static void main(String[] args) throws Exception {
public static void main(String[] args) throws Exception {
for (var maxCapacity: args) {
ProcessTools.executeTestJava(
// Disable NUMA to avoid OOM with -Xmx16M after JDK-8359683
"-XX:-UseNUMA",
"-XX:+UseZGC",
"-Xlog:gc,gc+init,gc+reloc,gc+heap",
"-Xmx" + maxCapacity,
Expand Down