Skip to content

Commit 309741a

Browse files
mhaessigRealCLanger
authored andcommitted
8366225: Linux Alpine (fast)debug build fails after JDK-8365909
Reviewed-by: mbaesken, thartmann
1 parent 1d53ac3 commit 309741a

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)