This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8257233: Windows x86 build is broken by JDK-8252684
Reviewed-by: mikael
- Loading branch information
Showing
with
2 additions
and 1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,9 +22,10 @@ | ||
* questions. | ||
*/ | ||
|
||
#include "precompiled.hpp" | ||
|
||
#ifdef AARCH64 | ||
|
||
#include "asm/assembler.hpp" | ||
#include "asm/assembler.inline.hpp" | ||
#include "compiler/disassembler.hpp" | ||