RFR 8200423: Non-PCH build for x86_32 fails (original) (raw)
Aleksey Shipilev shade at redhat.com
Thu Mar 29 10:57:26 UTC 2018
- Previous message: RFR 8200423: Non-PCH build for x86_32 fails
- Next message: RFR (XS) 8200430: Remove JTwork and JTreport from the .hgignore files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks guys, pushed.
-Aleksey
On 03/29/2018 12:50 PM, Thomas Stüfe wrote:
Looks good.
..Thomas On Thu, Mar 29, 2018 at 12:44 PM, Aleksey Shipilev <shade at redhat.com <mailto:shade at redhat.com>> wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8200423 <https://bugs.openjdk.java.net/browse/JDK-8200423> The fix is to add the same header sharedRuntimex8664.cpp uses: 8200423: Non-PCH build for x8632 fails Reviewed-by: XXX diff -r 2ad3212a7dd9 -r 663e1ccf9d4e src/hotspot/cpu/x86/sharedRuntimex8632.cpp --- a/src/hotspot/cpu/x86/sharedRuntimex8632.cpp Thu Mar 29 10:38:29 2018 +0200 +++ b/src/hotspot/cpu/x86/sharedRuntimex8632.cpp Thu Mar 29 12:43:52 2018 +0200 @@ -27,6 +27,7 @@ #include "asm/macroAssembler.inline.hpp" #include "code/debugInfoRec.hpp" #include "code/icBuffer.hpp" +#include "code/nativeInst.hpp" #include "code/vtableStubs.hpp" #include "gc/shared/gcLocker.hpp" #include "interpreter/interpreter.hpp"
I think it falls under triviality rule. Testing: x8632 build Thanks, -Aleksey
- Previous message: RFR 8200423: Non-PCH build for x86_32 fails
- Next message: RFR (XS) 8200430: Remove JTwork and JTreport from the .hgignore files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]