src/share/vm/memory/tenuredGeneration.cpp

changeset 3982
aaf61e68b255
parent 3900
d2a62e0f25eb
child 4387
ca0a78017dc7
     1.1 --- a/src/share/vm/memory/tenuredGeneration.cpp	Fri Aug 03 13:24:02 2012 -0700
     1.2 +++ b/src/share/vm/memory/tenuredGeneration.cpp	Mon Aug 06 12:20:14 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 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 @@ -23,8 +23,8 @@
    1.11   */
    1.12  
    1.13  #include "precompiled.hpp"
    1.14 -#include "gc_implementation/parNew/parGCAllocBuffer.hpp"
    1.15  #include "gc_implementation/shared/collectorCounters.hpp"
    1.16 +#include "gc_implementation/shared/parGCAllocBuffer.hpp"
    1.17  #include "memory/allocation.inline.hpp"
    1.18  #include "memory/blockOffsetTable.inline.hpp"
    1.19  #include "memory/generation.inline.hpp"

mercurial