From 77fbd99f792c42bb92a240d38f35e3af25500f99 Mon Sep 17 00:00:00 2001 From: Chris Plummer Date: Fri, 30 Jul 2021 00:57:53 +0000 Subject: [PATCH] 8270341: Test serviceability/dcmd/gc/HeapDumpAllTest.java timed-out Reviewed-by: dcubed --- test/hotspot/jtreg/ProblemList.txt | 2 -- .../jtreg/serviceability/dcmd/gc/HeapDumpAllTest.java | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 50a302ad418..2393f4c226d 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -118,8 +118,6 @@ serviceability/sa/ClhsdbFindPC.java#id1 8269982 macosx-aarch64 serviceability/sa/ClhsdbFindPC.java#id3 8269982 macosx-aarch64 serviceability/sa/ClhsdbPstack.java#id1 8269982 macosx-aarch64 -serviceability/dcmd/gc/HeapDumpAllTest.java 8270341 generic-x64 - ############################################################################# # :hotspot_misc diff --git a/test/hotspot/jtreg/serviceability/dcmd/gc/HeapDumpAllTest.java b/test/hotspot/jtreg/serviceability/dcmd/gc/HeapDumpAllTest.java index d811493c1d3..1424eee2901 100644 --- a/test/hotspot/jtreg/serviceability/dcmd/gc/HeapDumpAllTest.java +++ b/test/hotspot/jtreg/serviceability/dcmd/gc/HeapDumpAllTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2021, 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 @@ -29,7 +29,7 @@ * java.compiler * java.management * jdk.internal.jvmstat/sun.jvmstat.monitor - * @run testng HeapDumpAllTest + * @run testng/timeout=240 HeapDumpAllTest */ public class HeapDumpAllTest extends HeapDumpTest { public HeapDumpAllTest() { @@ -39,4 +39,3 @@ public class HeapDumpAllTest extends HeapDumpTest { /* See HeapDumpTest for test cases */ } -