src/hotspot/os/posix/os_posix.hpp
changeset 50177 9806f23d5e5e
parent 47216 71c04702a3d5
child 50333 7cea35f78b50
--- a/src/hotspot/os/posix/os_posix.hpp	Fri May 18 10:59:04 2018 +0200
+++ b/src/hotspot/os/posix/os_posix.hpp	Fri May 18 08:47:42 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -64,6 +64,7 @@
 
   // Returns true if signal is valid.
   static bool is_valid_signal(int sig);
+  static bool is_sig_ignored(int sig);
 
   // Helper function, returns a string (e.g. "SIGILL") for a signal.
   // Returned string is a constant. For unknown signals "UNKNOWN" is returned.