< prev index next >

src/hotspot/share/runtime/vm_version.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:

*** 23,31 **** --- 23,33 ---- */ #ifndef SHARE_RUNTIME_VM_VERSION_HPP #define SHARE_RUNTIME_VM_VERSION_HPP + #include "memory/allocation.hpp" + #include "utilities/ostream.hpp" #include "utilities/macros.hpp" // for CPU_HEADER() macro. #include CPU_HEADER(vm_version) #endif // SHARE_RUNTIME_VM_VERSION_HPP
< prev index next >