hotspot/src/share/vm/gc/g1/g1Allocator_ext.cpp
changeset 32185 49a57ff2c3cb
parent 30764 fec48bf5a827
child 32378 8dd0e7359751
--- a/hotspot/src/share/vm/gc/g1/g1Allocator_ext.cpp	Thu Aug 06 01:48:27 2015 -0700
+++ b/hotspot/src/share/vm/gc/g1/g1Allocator_ext.cpp	Thu Aug 06 15:49:50 2015 +0200
@@ -30,6 +30,6 @@
   return new G1DefaultAllocator(g1h);
 }
 
-G1ParGCAllocator* G1ParGCAllocator::create_allocator(G1CollectedHeap* g1h) {
-  return new G1DefaultParGCAllocator(g1h);
+G1PLABAllocator* G1PLABAllocator::create_allocator(G1Allocator* allocator) {
+  return new G1DefaultPLABAllocator(allocator);
 }