hotspot/src/share/vm/memory/space.cpp
changeset 29081 c61eb4914428
parent 27625 07829380b8cd
child 29681 e96b344b2c42
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    34 #include "memory/genCollectedHeap.hpp"
    34 #include "memory/genCollectedHeap.hpp"
    35 #include "memory/space.hpp"
    35 #include "memory/space.hpp"
    36 #include "memory/space.inline.hpp"
    36 #include "memory/space.inline.hpp"
    37 #include "memory/universe.inline.hpp"
    37 #include "memory/universe.inline.hpp"
    38 #include "oops/oop.inline.hpp"
    38 #include "oops/oop.inline.hpp"
    39 #include "oops/oop.inline2.hpp"
       
    40 #include "runtime/java.hpp"
    39 #include "runtime/java.hpp"
    41 #include "runtime/atomic.inline.hpp"
    40 #include "runtime/atomic.inline.hpp"
    42 #include "runtime/prefetch.inline.hpp"
    41 #include "runtime/prefetch.inline.hpp"
    43 #include "runtime/orderAccess.inline.hpp"
    42 #include "runtime/orderAccess.inline.hpp"
    44 #include "runtime/safepoint.hpp"
    43 #include "runtime/safepoint.hpp"