We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203382f commit d30bbc9Copy full SHA for d30bbc9
src/hotspot/os/linux/compilerThreadTimeout_linux.cpp
@@ -94,7 +94,7 @@ bool CompilerThreadTimeoutLinux::init_timeout() {
94
JavaThread* thread = JavaThread::current();
95
96
// Create a POSIX timer sending SIGALRM to this thread only.
97
- sigevent_t sev;
+ struct sigevent sev;
98
sev.sigev_value.sival_ptr = nullptr;
99
sev.sigev_signo = TIMEOUT_SIGNAL;
100
sev.sigev_notify = SIGEV_THREAD_ID;
0 commit comments