File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
test/hotspot/jtreg/applications/jcstress Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2017, 2022 , Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2017, 2025 , Oracle and/or its affiliates. All rights reserved.
2
2
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
4
4
This code is free software; you can redistribute it and/or modify it
@@ -24,10 +24,13 @@ The tests located under this directory run tests from the Java Concurrency
24
24
Stress test suite[1] (a.k.a. jcstress). This suite aims to verify the
25
25
correctness of concurrency support in the JDK.
26
26
27
- All the tests are run through the test driver class -- JcstressRunner, which
28
- downloads the specified build of org.openjdk.jcstress:jcstress-tests-all,
27
+ All the tests are run through the test driver class -- JcstressRunner,
29
28
spawns a new JVM to run one jcstress test and checks that it finishes
30
- successfully.
29
+ successfully. These tests require a build of org.openjdk.jcstress:jcstress-tests-all.
30
+ If this artifact could not be found automatically, you can build it using jcstress
31
+ guide[1], and then pass the JAR location with JDK option such as
32
+ -Djdk.test.lib.artifacts.jcstress-tests-all=jcstress-tests-all.jar,
33
+ either with explicit -javaoption: or TEST_VM_OPTS test variable.
31
34
32
35
When the used version of org.openjdk.jcstress:jcstress-tests-all needs to be
33
36
changed, one should make corresponding changes to the artifact description in
You can’t perform that action at this time.
0 commit comments