From 556dfddac82f69b8a3d3730d05fcd00e49b84f2e Mon Sep 17 00:00:00 2001 From: Leonid Mesnik Date: Fri, 26 Sep 2025 19:34:04 +0000 Subject: [PATCH] 8308027: GetThreadListStackTraces/OneGetThreadListStackTraces.java should be skipped when thread factory is used Reviewed-by: dholmes, sspitsyn --- test/hotspot/jtreg/ProblemList-Virtual.txt | 1 - .../GetThreadListStackTraces/OneGetThreadListStackTraces.java | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/ProblemList-Virtual.txt b/test/hotspot/jtreg/ProblemList-Virtual.txt index 4216eddb885..3c74d7bf816 100644 --- a/test/hotspot/jtreg/ProblemList-Virtual.txt +++ b/test/hotspot/jtreg/ProblemList-Virtual.txt @@ -25,7 +25,6 @@ # Bugs serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java 8308026 generic-all -serviceability/jvmti/GetThreadListStackTraces/OneGetThreadListStackTraces.java 8308027 generic-all serviceability/jvmti/Heap/IterateHeapWithEscapeAnalysisEnabled.java 8264699 generic-all vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/TestDescription.java 8308367 generic-all diff --git a/test/hotspot/jtreg/serviceability/jvmti/GetThreadListStackTraces/OneGetThreadListStackTraces.java b/test/hotspot/jtreg/serviceability/jvmti/GetThreadListStackTraces/OneGetThreadListStackTraces.java index 349824af9ff..20012b70186 100644 --- a/test/hotspot/jtreg/serviceability/jvmti/GetThreadListStackTraces/OneGetThreadListStackTraces.java +++ b/test/hotspot/jtreg/serviceability/jvmti/GetThreadListStackTraces/OneGetThreadListStackTraces.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2020, NTT DATA. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -27,6 +27,7 @@ * @bug 8242428 * @summary Verifies JVMTI GetThreadListStackTraces API with thread_count = 1 * @requires vm.jvmti + * @requires test.thread.factory == null * @library /test/lib * @run main/othervm/native -agentlib:OneGetThreadListStackTraces OneGetThreadListStackTraces *