hotspot/src/share/vm/memory/space.inline.hpp
changeset 29081 c61eb4914428
parent 27624 fe43edc5046d
child 29792 8c6fa07f0869
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 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.
    27 
    27 
    28 #include "gc_implementation/shared/liveRange.hpp"
    28 #include "gc_implementation/shared/liveRange.hpp"
    29 #include "gc_implementation/shared/markSweep.inline.hpp"
    29 #include "gc_implementation/shared/markSweep.inline.hpp"
    30 #include "gc_implementation/shared/spaceDecorator.hpp"
    30 #include "gc_implementation/shared/spaceDecorator.hpp"
    31 #include "gc_interface/collectedHeap.hpp"
    31 #include "gc_interface/collectedHeap.hpp"
       
    32 #include "memory/generation.hpp"
    32 #include "memory/space.hpp"
    33 #include "memory/space.hpp"
    33 #include "memory/universe.hpp"
    34 #include "memory/universe.hpp"
    34 #include "runtime/prefetch.inline.hpp"
    35 #include "runtime/prefetch.inline.hpp"
    35 #include "runtime/safepoint.hpp"
    36 #include "runtime/safepoint.hpp"
    36 
    37