8220774: Add HandshakeALot diag option

Reviewed-by: dcubed, dholmes
This commit is contained in:
Robbin Ehn 2019-03-26 12:08:51 +01:00
parent afa3178149
commit ed3542d53b
10 changed files with 171 additions and 125 deletions

View file

@ -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") \