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.
22DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
44This 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
2424Stress test suite[1] (a.k.a. jcstress). This suite aims to verify the
2525correctness of concurrency support in the JDK.
2626
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,
2928spawns 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.
3134
3235When the used version of org.openjdk.jcstress:jcstress-tests-all needs to be
3336changed, one should make corresponding changes to the artifact description in
You can’t perform that action at this time.
0 commit comments