mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8219584: Try to dump error file by thread which causes safepoint timeout
Reviewed-by: stuefe, dholmes, kvn
This commit is contained in:
parent
cafb914cca
commit
97ec4aeed2
7 changed files with 151 additions and 3 deletions
|
@ -367,7 +367,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Print out every time compilation is longer than " \
|
||||
"a given threshold") \
|
||||
\
|
||||
develop(bool, SafepointALot, false, \
|
||||
diagnostic(bool, SafepointALot, false, \
|
||||
"Generate a lot of safepoints. This works with " \
|
||||
"GuaranteedSafepointInterval") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue