Skip to content

Commit d30bbc9

Browse files
mhaessigzapster
authored andcommitted
8366225: Linux Alpine (fast)debug build fails after JDK-8365909
Reviewed-by: mbaesken, thartmann (cherry picked from commit b43c2c6)
1 parent 203382f commit d30bbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/os/linux/compilerThreadTimeout_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bool CompilerThreadTimeoutLinux::init_timeout() {
9494
JavaThread* thread = JavaThread::current();
9595

9696
// Create a POSIX timer sending SIGALRM to this thread only.
97-
sigevent_t sev;
97+
struct sigevent sev;
9898
sev.sigev_value.sival_ptr = nullptr;
9999
sev.sigev_signo = TIMEOUT_SIGNAL;
100100
sev.sigev_notify = SIGEV_THREAD_ID;

0 commit comments

Comments
 (0)