Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8255450: runtime/ThreadCountLimit.java causes high system load
Reviewed-by: shade
  • Loading branch information
tstuefe committed Oct 27, 2020
1 parent 504cb00 commit 7d41a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/TEST.groups
Expand Up @@ -307,6 +307,7 @@ tier1_runtime = \
-runtime/cds/CdsSameObjectAlignment.java \
-runtime/cds/SharedBaseAddress.java \
-runtime/Thread/CancellableThreadTest.java \
-runtime/Thread/ThreadCountLimit.java \
-runtime/Thread/TestThreadDumpMonitorContention.java \
-runtime/Unsafe/RangeCheck.java \
sanity/ \
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/Thread/ThreadCountLimit.java
Expand Up @@ -24,6 +24,7 @@
/**
* @test
* @summary Stress test that reaches the process limit for thread count, or time limit.
* @key stress
* @run main ThreadCountLimit
*/

Expand Down

1 comment on commit 7d41a54

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 7d41a54 Oct 27, 2020

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.