--- old/src/share/vm/gc_implementation/g1/g1Allocator_ext.cpp 2015-03-06 20:51:40.472336034 +0100 +++ new/src/share/vm/gc_implementation/g1/g1Allocator_ext.cpp 2015-03-06 20:51:40.411334255 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -30,6 +30,6 @@ return new G1DefaultAllocator(g1h); } -G1ParGCAllocator* G1ParGCAllocator::create_allocator(G1CollectedHeap* g1h) { - return new G1DefaultParGCAllocator(g1h); +G1PLABAllocator* G1PLABAllocator::create_allocator(G1CollectedHeap* g1h) { + return new G1DefaultPLABAllocator(g1h); }