Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
8298894: java/lang/Thread/virtual/stress/Skynet.java timed out and th…
Browse files Browse the repository at this point in the history
…rew OutOfMemoryError

Reviewed-by: eosterlund
  • Loading branch information
Alan Bateman committed Dec 19, 2022
1 parent 3410555 commit 2c69c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/jdk/ProblemList-zgc.txt
Expand Up @@ -28,5 +28,3 @@
#############################################################################

jdk/internal/vm/Continuation/Fuzz.java#default 8298058 generic-x64
java/lang/Thread/virtual/stress/Skynet.java#id0 8298894 macosx-x64
java/lang/Thread/virtual/stress/Skynet.java#id1 8298894 macosx-x64
4 changes: 2 additions & 2 deletions test/jdk/java/lang/Thread/virtual/stress/Skynet.java
Expand Up @@ -26,7 +26,7 @@
* @summary Stress test virtual threads with a variation of the Skynet 1M benchmark
* @requires vm.continuations
* @enablePreview
* @run main/othervm/timeout=300 Skynet
* @run main/othervm/timeout=300 -Xmx1g Skynet
*/

/*
Expand All @@ -35,7 +35,7 @@
* @requires vm.gc.Z
* @enablePreview
* @run main/othervm/timeout=300 -XX:+UnlockDiagnosticVMOptions
* -XX:+ZVerifyViews -XX:ZCollectionInterval=0.01 Skynet
* -XX:+ZVerifyViews -XX:ZCollectionInterval=0.01 -Xmx1g Skynet
*/

import java.util.concurrent.BlockingQueue;
Expand Down

1 comment on commit 2c69c41

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.