Skip to content

Commit 0725eb1

Browse files
author
Daniel Lundén
committedJul 22, 2024
8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
Reviewed-by: cjplummer, kvn, thartmann
1 parent c3226aa commit 0725eb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎test/hotspot/jtreg/serviceability/sa/ClhsdbDumpheap.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -40,6 +40,10 @@
4040
* @bug 8240989
4141
* @summary Test clhsdb dumpheap command
4242
* @requires vm.hasSA
43+
* @requires vm.compMode != "Xcomp"
44+
* @comment Running this test with -Xcomp is slow and therefore tends to cause
45+
* timeouts. As there is no known direct benefit from running the test
46+
* with -Xcomp, we disable such testing.
4347
* @library /test/lib
4448
* @run main/othervm/timeout=240 ClhsdbDumpheap
4549
*/

0 commit comments

Comments
 (0)
Please sign in to comment.