Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082504 | emb-9 | Markus Grönlund | P3 | Resolved | Fixed | team |
1> bytecodeInterpreter_aarch64.cpp
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(32): error C2220: warning treated as error - no 'object' file generated
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(32): warning C4627: '#include "../../../../../../simulator/cpustate.hpp"': skipped when looking for precompiled header use
1> Add directive to 'precompiled.hpp' or rebuild precompiled header
1> bytecodes_aarch64.cpp
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(33): warning C4627: '#include "../../../../../../simulator/simulator.hpp"': skipped when looking for precompiled header use
1> Add directive to 'precompiled.hpp' or rebuild precompiled header
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(201): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "precompiled.hpp"' to your source?
1> c2_init_aarch64.cpp
1>..\..\src\cpu\aarch64\vm\assembler_aarch64.cpp(36): error C2039: 'asm_bp' : is not a member of 'Assembler'
1> D:\hotspot_src\hs-rt\hotspot_10_mar\src\cpu\x86\vm\assembler_x86.hpp(445) : see declaration of 'Assembler'
1>..\..\src\cpu\aarch64\vm\assembler_aarch64.cpp(36): warning C4305: 'initializing' : truncation from '__int64' to 'const unsigned long'
1>..\..\src\cpu\aarch64\vm\assembler_aarch64.cpp(36): warning C4309: 'initializing' : truncation of constant value
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(32): error C2220: warning treated as error - no 'object' file generated
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(32): warning C4627: '#include "../../../../../../simulator/cpustate.hpp"': skipped when looking for precompiled header use
1> Add directive to 'precompiled.hpp' or rebuild precompiled header
1> bytecodes_aarch64.cpp
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(33): warning C4627: '#include "../../../../../../simulator/simulator.hpp"': skipped when looking for precompiled header use
1> Add directive to 'precompiled.hpp' or rebuild precompiled header
1>..\..\src\cpu\aarch64\vm\aarch64_call.cpp(201): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "precompiled.hpp"' to your source?
1> c2_init_aarch64.cpp
1>..\..\src\cpu\aarch64\vm\assembler_aarch64.cpp(36): error C2039: 'asm_bp' : is not a member of 'Assembler'
1> D:\hotspot_src\hs-rt\hotspot_10_mar\src\cpu\x86\vm\assembler_x86.hpp(445) : see declaration of 'Assembler'
1>..\..\src\cpu\aarch64\vm\assembler_aarch64.cpp(36): warning C4305: 'initializing' : truncation from '__int64' to 'const unsigned long'
1>..\..\src\cpu\aarch64\vm\assembler_aarch64.cpp(36): warning C4309: 'initializing' : truncation of constant value
- backported by
-
JDK-8082504 Exclude aarch64 from Visual Studio projectcreator.make
-
- Resolved
-