--- a/hotspot/src/os/solaris/vm/jvm_solaris.cpp Thu Oct 29 21:38:25 2015 -0400
+++ b/hotspot/src/os/solaris/vm/jvm_solaris.cpp Fri Oct 30 00:23:07 2015 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2015, 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
@@ -73,11 +73,6 @@
if (os::Solaris::is_sig_ignored(sig)) return (void*)1;
}
- /* Check parameterized signals. Don't allow sharing of our interrupt signal */
- if (sig == os::Solaris::SIGinterrupt()) {
- return (void *)-1;
- }
-
void* oldHandler = os::signal(sig, newHandler);
if (oldHandler == os::user_handler()) {
return (void *)2;