8078628: linux-zero does not build without precompiled header

Add missing includes

Reviewed-by: coleenp, stefank, sgehwolf
This commit is contained in:
Thomas Stuefe 2015-04-30 09:09:01 +02:00
parent 699feeda58
commit e68705a3f8
9 changed files with 10 additions and 8 deletions

View file

@ -41,6 +41,7 @@
#include "oops/verifyOopClosure.hpp"
#include "runtime/handles.inline.hpp"
#include "runtime/arguments.hpp"
#include "runtime/deoptimization.hpp"
#include "runtime/icache.hpp"
#include "runtime/java.hpp"
#include "runtime/mutexLocker.hpp"