8156929: [aix] Add missing includes

Reviewed-by: coleenp, dholmes
This commit is contained in:
Goetz Lindenmaier 2016-05-17 03:26:07 -04:00
parent 7bd620bff1
commit e84506041e
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "precompiled.hpp"
#include "gc/g1/g1HeapSizingPolicy.hpp"
#include "memory/allocation.inline.hpp"
G1HeapSizingPolicy* G1HeapSizingPolicy::create(const G1CollectedHeap* g1, const G1Analytics* analytics) {
return new G1HeapSizingPolicy(g1, analytics);

View File

@ -24,6 +24,7 @@
#include "precompiled.hpp"
#include "runtime/atomic.inline.hpp"
#include "runtime/interfaceSupport.hpp"
#include "runtime/mutex.hpp"
#include "runtime/orderAccess.inline.hpp"
#include "runtime/osThread.hpp"