gc logging basic question
Yu Zhang
yu.zhang at oracle.com
Tue Feb 9 06:35:15 UTC 2016
Tao,
GC logging is not part of GC STW pause. Though we may see application
being stopped due to gc logging, if there are a lot of I/O activities on
the system.
The gc log file is opened by the following
_fd = open(file_name, O_WRONLY | O_CREAT | O_TRUNC, 0666);
Thanks,
Jenny
On 2/4/2016 11:02 PM, Tao Feng wrote:
> Hi,
>
> I have a basic question out of curiosity: is GC logging part of GC
> cycle? If yes, is it a blocking IO or non-blocking IO? And it would be
> good if someone could help point out the code base about the GC
> logging part as I have difficult to identify the code location.
>
> Thanks,
> -Tao
>
>
> _______________________________________________
> hotspot-gc-use mailing list
> hotspot-gc-use at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20160208/b30464fc/attachment.html>
More information about the hotspot-gc-use
mailing list