8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files

Moved macroAssembler.inline.hpp out of header file and distributed to .cpp files that included them: ie. c1_MacroAssembler.hpp and interp_masm.hpp. Also freeList.inline.hpp and allocation.inline.hpp.

Reviewed-by: jiangli, kvn
This commit is contained in:
Coleen Phillimore 2018-06-04 10:18:43 -04:00
parent fc1be4c573
commit 03702fb256
53 changed files with 73 additions and 55 deletions

View file

@ -26,7 +26,7 @@
#define SHARE_VM_RUNTIME_OS_PERF_HPP
#include "utilities/macros.hpp"
#include "memory/allocation.inline.hpp"
#include "memory/allocation.hpp"
#include "utilities/globalDefinitions.hpp"
#define FUNCTIONALITY_NOT_IMPLEMENTED -8