hotspot/src/share/vm/gc/g1/g1HeapSizingPolicy_ext.cpp
changeset 38308 ee489b336cd9
parent 37144 b7ae74d4d5d8
equal deleted inserted replaced
38303:1d0016127806 38308:ee489b336cd9
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc/g1/g1HeapSizingPolicy.hpp"
    26 #include "gc/g1/g1HeapSizingPolicy.hpp"
       
    27 #include "memory/allocation.inline.hpp"
    27 
    28 
    28 G1HeapSizingPolicy* G1HeapSizingPolicy::create(const G1CollectedHeap* g1, const G1Analytics* analytics) {
    29 G1HeapSizingPolicy* G1HeapSizingPolicy::create(const G1CollectedHeap* g1, const G1Analytics* analytics) {
    29   return new G1HeapSizingPolicy(g1, analytics);
    30   return new G1HeapSizingPolicy(g1, analytics);
    30 }
    31 }