< prev index next >

src/hotspot/os/linux/os_linux.hpp

Print this page
rev 56578 : 8232211: Remove dead code from os.hpp|cpp
Reviewed-by: TBD

@@ -194,11 +194,10 @@
 
   static void capture_initial_stack(size_t max_size);
 
   // Stack overflow handling
   static bool manually_expand_stack(JavaThread * t, address addr);
-  static int max_register_window_saves_before_flushing();
 
   // fast POSIX clocks support
   static void fast_thread_clock_init(void);
 
   static int pthread_getcpuclockid(pthread_t tid, clockid_t *clock_id) {

@@ -210,11 +209,10 @@
   }
 
   static jlong fast_thread_cpu_time(clockid_t clockid);
 
   static void initialize_os_info();
-  static bool os_version_is_known();
   static uint32_t os_version();
 
   // Stack repair handling
 
   // none present
< prev index next >