LogCompilation and OnError
Chuck Rasbold
rasbold at google.com
Fri Sep 3 14:48:14 PDT 2010
Currently, if the VM aborts, LogCompilation files are flushed and closed as
a result of a call to ostream_abort() in os::shutdown().
I'd like the LogCompilation files flushed a little earlier, ideally,
immediately before OnError commands are processed in
vmError::report_and_die().
Has this been investigated before? Any concerns about moving the call to
ostream_abort from the os specific files into vmError.cpp?
-- Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20100903/1c26e7f7/attachment.html
More information about the hotspot-compiler-dev
mailing list