8305922: [aix,linux] Avoid comparing 'this' to nullptr
Reviewed-by: mdoerr, dholmes
This commit is contained in:
parent
328e512d12
commit
0dc03c9d54
src/hotspot/os
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user