8183552: Move align functions to align.hpp

Reviewed-by: stuefe, pliden
This commit is contained in:
Stefan Karlsson 2017-07-05 11:33:17 +02:00
parent 9f9bfb8d8e
commit a18f1c2d58
168 changed files with 335 additions and 143 deletions

View file

@ -41,6 +41,7 @@
#include "runtime/sharedRuntime.hpp"
#include "runtime/vframe.hpp"
#include "services/memoryService.hpp"
#include "utilities/align.hpp"
#ifdef COMPILER1
#include "c1/c1_Runtime1.hpp"
#endif