Skip to content

Commit

Permalink
change test condition for TestPinCaseWithCFLH.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-wei-tang committed Aug 2, 2024
1 parent 6041129 commit 64e40a6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@
* @test
* @summary javaagent + tracePinnedThreads will cause jvm crash/ run into deadlock when the virtual thread is pinned
* @library /test/lib
* @requires os.family == "linux"
* @requires os.arch != "riscv64"
* @requires vm.continuations
* @modules java.base/java.lang:+open
* @build TestPinCaseWithCFLH
* @run driver jdk.test.lib.util.JavaAgentBuilder
* TestPinCaseWithCFLH TestPinCaseWithCFLH.jar
* @run main/othervm/timeout=100 -Djdk.virtualThreadScheduler.maxPoolSize=1 -Djdk.tracePinnedThreads=full --enable-native-access=ALL-UNNAMED -javaagent:TestPinCaseWithCFLH.jar TestPinCaseWithCFLH
*/
import java.lang.instrument.ClassFileTransformer;
Expand Down

0 comments on commit 64e40a6

Please sign in to comment.