JDK-8204195 : Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-05-31
  • Updated: 2018-06-11
  • Resolved: 2018-06-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11 b17Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
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"