Skip to content

Commit

Permalink
8308589: gc/cslocker/TestCSLocker.java timed out
Browse files Browse the repository at this point in the history
Reviewed-by: eosterlund
  • Loading branch information
stefank committed May 26, 2023
1 parent 17ef8a4 commit cc0976b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/hotspot/jtreg/gc/cslocker/TestCSLocker.java
Expand Up @@ -32,6 +32,13 @@
* @summary This short test check RFE 6186200 changes. One thread locked
* @summary completely in JNI CS, while other is trying to allocate memory
* @summary provoking GC. OOM means FAIL, deadlock means PASS.
*
* @comment This test assumes that no allocation happens during the sleep loop, \
* which is something that we can't guarantee. With Generational ZGC we \
* see test timeouts because the main thread allocates and waits for the \
* GC, which waits for the CSLocker, which waits for the main thread. \
* @requires !vm.opt.final.ZGenerational
*
* @run main/native/othervm -Xmx256m gc.cslocker.TestCSLocker
*/

Expand Down

1 comment on commit cc0976b

@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.