mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-26 18:20:28 +00:00
8308027: GetThreadListStackTraces/OneGetThreadListStackTraces.java should be skipped when thread factory is used
Reviewed-by: dholmes, sspitsyn
This commit is contained in:
parent
bdf6853cfd
commit
556dfddac8
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user