src/share/vm/memory/allocation.inline.hpp

changeset 4675
63e54c37ac64
parent 4183
7b5885dadbdc
child 4901
83f27710f5f7
     1.1 --- a/src/share/vm/memory/allocation.inline.hpp	Fri Feb 22 10:16:51 2013 -0800
     1.2 +++ b/src/share/vm/memory/allocation.inline.hpp	Wed Feb 27 09:40:30 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -25,6 +25,7 @@
    1.11  #ifndef SHARE_VM_MEMORY_ALLOCATION_INLINE_HPP
    1.12  #define SHARE_VM_MEMORY_ALLOCATION_INLINE_HPP
    1.13  
    1.14 +#include "runtime/atomic.inline.hpp"
    1.15  #include "runtime/os.hpp"
    1.16  
    1.17  // Explicit C-heap memory management

mercurial