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 e7ca88f commit 45dfe8eCopy full SHA for 45dfe8e
src/hotspot/os/posix/signals_posix.cpp
@@ -1,4 +1,4 @@
1
- /*
+/*
2
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
@@ -1718,7 +1718,7 @@ void os::SuspendedThreadTask::internal_do_task() {
1718
int PosixSignals::init() {
1719
// initialize suspend/resume support - must do this before signal_sets_init()
1720
if (SR_initialize() != 0) {
1721
- vm_exit_during_initialization(err_msg("SR_initialize failed"));
+ vm_exit_during_initialization("SR_initialize failed");
1722
return JNI_ERR;
1723
}
1724
0 commit comments