Skip to content

Commit 45dfe8e

Browse files
last tweaks
1 parent e7ca88f commit 45dfe8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/os/posix/signals_posix.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
@@ -1718,7 +1718,7 @@ void os::SuspendedThreadTask::internal_do_task() {
17181718
int PosixSignals::init() {
17191719
// initialize suspend/resume support - must do this before signal_sets_init()
17201720
if (SR_initialize() != 0) {
1721-
vm_exit_during_initialization(err_msg("SR_initialize failed"));
1721+
vm_exit_during_initialization("SR_initialize failed");
17221722
return JNI_ERR;
17231723
}
17241724

0 commit comments

Comments
 (0)