8305922: [aix,linux] Avoid comparing 'this' to nullptr

Reviewed-by: mdoerr, dholmes
This commit is contained in:
Tyler Steele 2023-04-24 20:32:49 +00:00
parent 328e512d12
commit 0dc03c9d54
2 changed files with 0 additions and 2 deletions

@ -34,7 +34,6 @@
#include "runtime/vmThread.hpp"
void OSThread::pd_initialize() {
assert(this != nullptr, "check");
_thread_id = 0;
_kernel_thread_id = 0;
_siginfo = nullptr;

@ -30,7 +30,6 @@
#include <signal.h>
void OSThread::pd_initialize() {
assert(this != nullptr, "check");
_thread_id = 0;
_pthread_id = 0;
_siginfo = nullptr;