< prev index next >

src/hotspot/os_cpu/linux_ppc/os_linux_ppc.hpp

Print this page
*** 26,10 ***
  #ifndef OS_CPU_LINUX_PPC_OS_LINUX_PPC_HPP
  #define OS_CPU_LINUX_PPC_OS_LINUX_PPC_HPP
  
    static void setup_fpu() {}
  
-   // Used to register dynamic code cache area with the OS
-   // Note: Currently only used in 64 bit Windows implementations
-   static bool register_code_area(char *low, char *high) { return true; }
- 
  #endif // OS_CPU_LINUX_PPC_OS_LINUX_PPC_HPP
--- 26,6 ---
< prev index next >