hotspot/src/share/vm/gc/g1/g1Allocator_ext.cpp
changeset 32378 8dd0e7359751
parent 32185 49a57ff2c3cb
equal deleted inserted replaced
32377:5ee15c417d02 32378:8dd0e7359751
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc/g1/g1Allocator.hpp"
    26 #include "gc/g1/g1Allocator.inline.hpp"
    27 #include "gc/g1/g1CollectedHeap.hpp"
    27 #include "gc/g1/g1CollectedHeap.hpp"
    28 
    28 
    29 G1Allocator* G1Allocator::create_allocator(G1CollectedHeap* g1h) {
    29 G1Allocator* G1Allocator::create_allocator(G1CollectedHeap* g1h) {
    30   return new G1DefaultAllocator(g1h);
    30   return new G1DefaultAllocator(g1h);
    31 }
    31 }