src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

changeset 3982
aaf61e68b255
parent 3900
d2a62e0f25eb
child 4387
ca0a78017dc7
     1.1 --- a/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Fri Aug 03 13:24:02 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	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 @@ -25,7 +25,7 @@
    1.11  #ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
    1.12  #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
    1.13  
    1.14 -#include "gc_implementation/parNew/parGCAllocBuffer.hpp"
    1.15 +#include "gc_implementation/shared/parGCAllocBuffer.hpp"
    1.16  #include "memory/defNewGeneration.hpp"
    1.17  #include "utilities/taskqueue.hpp"
    1.18  

mercurial