Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204772 | 11.0.1 | Coleen Phillimore | P3 | Resolved | Fixed | team |
Clean up these .inline.hpp files included in .hpp files.
#share/runtime/os_perf.hpp:#include "memory/allocation.inline.hpp"
#share/c1/c1_MacroAssembler.hpp:#include "asm/macroAssembler.inline.hpp"
#share/memory/metaspace/chunkManager.hpp:#include "memory/freeList.inline.hpp"
#cpu/zero/interp_masm_zero.hpp:#include "assembler_zero.inline.hpp"
#cpu/x86/interp_masm_x86.hpp:#include "asm/macroAssembler.inline.hpp"
#cpu/aarch64/interp_masm_aarch64.hpp:#include "asm/macroAssembler.inline.hpp"
#cpu/arm/interp_masm_arm.hpp:#include "asm/macroAssembler.inline.hpp"
#cpu/sparc/interp_masm_sparc.hpp:#include
"asm/macroAssembler.inline.hpp"
- backported by
-
JDK-8204772 Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
- Resolved
- relates to
-
JDK-8154079 Catch incorrectly included .inline.hpp files
- Open
-
JDK-8204292 PPC64: Fix missing includes after 8204195
- Resolved
-
JDK-8204345 [s390]: no precompiled headers build broken
- Resolved