< prev index next >

src/hotspot/os/aix/os_aix.hpp

Print this page
rev 47475 : 8187230: [aix] Leave OS guard page size at default for non-java threads instead of explicitly setting it
Reviewed-by: goetz

@@ -137,13 +137,10 @@
   static bool chained_handler(int sig, siginfo_t* siginfo, void* context);
 
   // libpthread version string
   static void libpthread_init();
 
-  // Return default libc guard size for the specified thread type.
-  static size_t default_guard_size(os::ThreadType thr_type);
-
   // Function returns true if we run on OS/400 (pase), false if we run
   // on AIX.
   static bool on_pase() {
     assert(_on_pase != -1, "not initialized");
     return _on_pase ? true : false;
< prev index next >