src/share/vm/precompiled/precompiled.hpp

changeset 3982
aaf61e68b255
parent 3730
9f059abe8cf2
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/precompiled/precompiled.hpp	Fri Aug 03 13:24:02 2012 -0700
     1.2 +++ b/src/share/vm/precompiled/precompiled.hpp	Mon Aug 06 12:20:14 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -306,7 +306,6 @@
    1.11  # include "gc_implementation/g1/g1_specialized_oop_closures.hpp"
    1.12  # include "gc_implementation/g1/ptrQueue.hpp"
    1.13  # include "gc_implementation/g1/satbQueue.hpp"
    1.14 -# include "gc_implementation/parNew/parGCAllocBuffer.hpp"
    1.15  # include "gc_implementation/parNew/parOopClosures.hpp"
    1.16  # include "gc_implementation/parallelScavenge/objectStartArray.hpp"
    1.17  # include "gc_implementation/parallelScavenge/parMarkBitMap.hpp"
    1.18 @@ -322,6 +321,7 @@
    1.19  # include "gc_implementation/parallelScavenge/psYoungGen.hpp"
    1.20  # include "gc_implementation/shared/gcAdaptivePolicyCounters.hpp"
    1.21  # include "gc_implementation/shared/gcPolicyCounters.hpp"
    1.22 +# include "gc_implementation/shared/parGCAllocBuffer.hpp"
    1.23  #endif // SERIALGC
    1.24  
    1.25  #endif // !DONT_USE_PRECOMPILED_HEADER

mercurial