commit | 03702fb256d82387e40d20c21f01c203737c9bba | [log] [tgz] |
---|---|---|
author | Coleen Phillimore <coleenp@openjdk.org> | Mon Jun 04 10:18:43 2018 -0400 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Mon Jun 04 10:18:43 2018 -0400 |
tree | 33c6c314efabe54190441a4f82a8c48aa773cc5f | |
parent | fc1be4c57371e6e9cfa08aebada60ac08332d163 [diff] |
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