mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6361589: Print out stack trace for target thread of GC crash
If GC crashed with java thread involved, print out the java stack trace in error report Reviewed-by: never, ysr, coleenp, dholmes
This commit is contained in:
parent
baf249687c
commit
4f656a451e
8 changed files with 74 additions and 9 deletions
|
@ -204,8 +204,8 @@ void VMThread::create() {
|
|||
}
|
||||
|
||||
|
||||
VMThread::VMThread() : Thread() {
|
||||
// nothing to do
|
||||
VMThread::VMThread() : NamedThread() {
|
||||
set_name("VM Thread");
|
||||
}
|
||||
|
||||
void VMThread::destroy() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue