mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8220774: Add HandshakeALot diag option
Reviewed-by: dcubed, dholmes
This commit is contained in:
parent
afa3178149
commit
ed3542d53b
10 changed files with 171 additions and 125 deletions
|
@ -371,6 +371,10 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Generate a lot of safepoints. This works with " \
|
||||
"GuaranteedSafepointInterval") \
|
||||
\
|
||||
diagnostic(bool, HandshakeALot, false, \
|
||||
"Generate a lot of handshakes. This works with " \
|
||||
"GuaranteedSafepointInterval") \
|
||||
\
|
||||
product_pd(bool, BackgroundCompilation, \
|
||||
"A thread requesting compilation is not blocked during " \
|
||||
"compilation") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue