8219584: Try to dump error file by thread which causes safepoint timeout

Reviewed-by: stuefe, dholmes, kvn
This commit is contained in:
Martin Doerr 2019-03-08 11:23:30 +01:00
parent cafb914cca
commit 97ec4aeed2
7 changed files with 151 additions and 3 deletions

View file

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