mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8309044: Replace NULL with nullptr, final sweep of hotspot code
Reviewed-by: stefank, dholmes, kvn, amitkumar
This commit is contained in:
parent
88236263dc
commit
4f16161607
67 changed files with 114 additions and 114 deletions
|
@ -266,7 +266,7 @@ Thread::~Thread() {
|
|||
delete handle_area();
|
||||
delete metadata_handles();
|
||||
|
||||
// osthread() can be nullptr, if creation of thread failed.
|
||||
// osthread() can be null, if creation of thread failed.
|
||||
if (osthread() != nullptr) os::free_thread(osthread());
|
||||
|
||||
// Clear Thread::current if thread is deleting itself and it has not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue