< prev index next >

src/hotspot/os/windows/os_windows.hpp

Print this page
8248238: Adding Windows support to OpenJDK on AArch64

Summary: Adding Windows support for AArch64

Contributed-by: Ludovic Henry <luhenry@microsoft.com>, Monica Beckwith <monica.beckwith@microsoft.com>
Reviewed-by:

*** 68,77 **** --- 68,79 ---- return _processor_level; } static julong available_memory(); static julong physical_memory() { return _physical_memory; } + static int get_cacheline_size(); + // load dll from Windows system directory or Windows directory static HINSTANCE load_Windows_dll(const char* name, char *ebuf, int ebuflen); private: enum Ept { EPT_THREAD, EPT_PROCESS, EPT_PROCESS_DIE };
< prev index next >