gc-log is within STW event?
Ron Reynolds
tequilaron at gmail.com
Mon Mar 4 21:57:26 UTC 2019
this blog
https://engineering.linkedin.com/blog/2016/02/eliminating-large-jvm-gc-pauses-caused-by-background-io-traffic
raises the question i my mind - why would logging to gc-log be done during
a STW event at all? wouldn't it make sense to defer gc-logging to after
the STW event? i suppose writing/flushing to gc-log would allow one to
monitor GC progress DURING a STW event but is that worth the risk of being
suspended during a STW by IO operations?
sorry if this is the wrong channel to ask such questions.
.....................ron.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20190304/161c872e/attachment.html>
More information about the hotspot-gc-use
mailing list