< prev index next >

src/hotspot/os/solaris/os_solaris.hpp

Print this page
rev 58072 : [mq]: v2

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2020, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -117,11 +117,10 @@
   // Large Page Support--ISM.
   static bool largepage_range(char* addr, size_t size);
 
   static address handler_start, handler_end; // start and end pc of thr_sighndlrinfo
 
-  static bool valid_stack_address(Thread* thread, address sp);
   static bool valid_ucontext(Thread* thread, const ucontext_t* valid, const ucontext_t* suspect);
   static const ucontext_t* get_valid_uc_in_signal_handler(Thread* thread,
                                                     const ucontext_t* uc);
 
   static ExtendedPC  ucontext_get_ExtendedPC(const ucontext_t* uc);
< prev index next >