mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8264372: Threads::destroy_vm only ever returns true
Reviewed-by: shade, dcubed
This commit is contained in:
parent
73d5f3b586
commit
1ac25b8201
3 changed files with 6 additions and 15 deletions
|
@ -3699,7 +3699,7 @@ void JavaThread::invoke_shutdown_hooks() {
|
|||
// + Delete this thread
|
||||
// + Return to caller
|
||||
|
||||
bool Threads::destroy_vm() {
|
||||
void Threads::destroy_vm() {
|
||||
JavaThread* thread = JavaThread::current();
|
||||
|
||||
#ifdef ASSERT
|
||||
|
@ -3792,8 +3792,6 @@ bool Threads::destroy_vm() {
|
|||
#endif
|
||||
|
||||
LogConfiguration::finalize();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue