< prev index next >

src/hotspot/os/windows/os_windows.hpp

Print this page
rev 60630 : 8248659: AArch64: Extend CPU Feature detection
Reviewed-by:
Contributed-by: mbeckwit, luhenry, burban

@@ -68,10 +68,12 @@
     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 >