Skip to content

Commit 0c02f7a

Browse files
author
SendaoYan
committed
8362501: Update test/hotspot/jtreg/applications/jcstress/README
Backport-of: 559795b0eb8061325127fa9fdf8b80617fe47166
1 parent 869879b commit 0c02f7a

File tree

1 file changed

+7
-4
lines changed
  • test/hotspot/jtreg/applications/jcstress

1 file changed

+7
-4
lines changed

test/hotspot/jtreg/applications/jcstress/README

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33

44
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
2424
Stress test suite[1] (a.k.a. jcstress). This suite aims to verify the
2525
correctness 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,
2928
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.
3134

3235
When the used version of org.openjdk.jcstress:jcstress-tests-all needs to be
3336
changed, one should make corresponding changes to the artifact description in

0 commit comments

Comments
 (0)