8141570: Fix Zero interpreter build for --disable-precompiled-headers

Change to include atomic.inline.hpp and allocation.inline.hpp only in .cpp files and some build fixes from Kim to build on ubuntu without devkits

Reviewed-by: kbarrett, sgehwolf, erikj
This commit is contained in:
Coleen Phillimore 2015-11-18 11:47:55 -05:00
parent 581c251007
commit 72756888e9
8 changed files with 69 additions and 21 deletions

View file

@ -49,6 +49,7 @@
#include "runtime/arguments.hpp"
#include "runtime/biasedLocking.hpp"
#include "runtime/compilationPolicy.hpp"
#include "runtime/deoptimization.hpp"
#include "runtime/fprofiler.hpp"
#include "runtime/init.hpp"
#include "runtime/interfaceSupport.hpp"