src/hotspot/share/runtime/os.hpp
changeset 49349 7194eb9e8f19
parent 49193 c3ec048aad63
child 49449 ef5d5d343e2a
--- a/src/hotspot/share/runtime/os.hpp	Tue Mar 06 17:15:16 2018 -0500
+++ b/src/hotspot/share/runtime/os.hpp	Tue Mar 06 17:45:31 2018 -0500
@@ -271,10 +271,6 @@
   static void map_stack_shadow_pages(address sp);
   static bool stack_shadow_pages_available(Thread *thread, const methodHandle& method, address sp);
 
-  // Return size of stack that is actually committed. For Java thread, the bottom should be above
-  // guard pages (stack grows downward)
-  static size_t committed_stack_size(address bottom, size_t size);
-
   // OS interface to Virtual Memory
 
   // Return the default page size.