From d565c45e61bf741cdac5ede252277e4ebc17c104 Mon Sep 17 00:00:00 2001 From: Afshin Zafari Date: Thu, 30 Oct 2025 08:14:54 +0000 Subject: [PATCH] 8370261: Test runtime/NMT/NMTPrintMallocSiteOfCorruptedMemory.java timed out Reviewed-by: dholmes, shade --- .../jtreg/runtime/NMT/NMTPrintMallocSiteOfCorruptedMemory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/runtime/NMT/NMTPrintMallocSiteOfCorruptedMemory.java b/test/hotspot/jtreg/runtime/NMT/NMTPrintMallocSiteOfCorruptedMemory.java index 106295960fd..7f0f1be929b 100644 --- a/test/hotspot/jtreg/runtime/NMT/NMTPrintMallocSiteOfCorruptedMemory.java +++ b/test/hotspot/jtreg/runtime/NMT/NMTPrintMallocSiteOfCorruptedMemory.java @@ -57,6 +57,7 @@ public class NMTPrintMallocSiteOfCorruptedMemory { ProcessBuilder pb = ProcessTools.createTestJavaProcessBuilder(new String[] {"-Xbootclasspath/a:.", "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", + "-XX:-CreateCoredumpOnCrash", "-XX:NativeMemoryTracking=detail", "-Djava.library.path=" + Utils.TEST_NATIVE_PATH, "NMTPrintMallocSiteOfCorruptedMemory",