RFR 8200423: Non-PCH build for x86_32 fails (original) (raw)
Thomas Stüfe thomas.stuefe at gmail.com
Thu Mar 29 10:50:37 UTC 2018
- Previous message: RFR 8200423: Non-PCH build for x86_32 fails
- Next message: RFR 8200423: Non-PCH build for x86_32 fails
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
..Thomas
On Thu, Mar 29, 2018 at 12:44 PM, Aleksey Shipilev <shade at redhat.com> wrote:
Bug: 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 8200423: Non-PCH build for x86_32 fails
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]