< prev index next >

src/os/solaris/vm/os_solaris.hpp

Print this page

        

@@ -257,11 +257,10 @@
   }
   static lgrp_cookie_t lgrp_cookie()                 { return _lgrp_cookie; }
 
   static sigset_t* unblocked_signals();
   static sigset_t* vm_signals();
-  static sigset_t* allowdebug_blocked_signals();
 
   // %%% Following should be promoted to os.hpp:
   // Trace number of created threads
   static          jint  _os_thread_limit;
   static volatile jint  _os_thread_count;
< prev index next >