Printing the compiler thread when the process gets a SIGQUIT

Jeremy Manson jeremymanson at google.com
Wed Jan 8 14:45:41 PST 2014


Hi folks,

We've found it useful to have a complete list of threads when we handle a
SIGQUIT.  Hotspot currently prints out the VM thread and the GC threads,
but not the compiler threads.  Follows a patch to make it do this.  Any
interest, or was there a reason that compiler thread printing was never
implemented?

(Not sure whether I should delete the associated memory or not...  There
seems to be very little cleanup from compiler threads, or attempt to shut
them down.)

Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20140108/b86d03e7/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiler-thread-printing.pk
Type: application/x-tex-pk
Size: 3208 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20140108/b86d03e7/compiler-thread-printing.pk 


More information about the hotspot-runtime-dev mailing list