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

changeset 5515
9766f73e770d
parent 4037
da91efe96a93
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/gc_implementation/parNew/parOopClosures.hpp	Fri Aug 09 01:39:11 2013 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parOopClosures.hpp	Fri May 31 14:32:44 2013 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2007, 2013, 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 @@ -26,6 +26,7 @@
    1.11  #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PAROOPCLOSURES_HPP
    1.12  
    1.13  #include "memory/genOopClosures.hpp"
    1.14 +#include "memory/padded.hpp"
    1.15  
    1.16  // Closures for ParNewGeneration
    1.17  

mercurial