hotspot/src/share/vm/oops/instanceRefKlass.cpp
changeset 30146 a5809dde4617
parent 29792 8c6fa07f0869
child 30150 d9c940aa42ef
equal deleted inserted replaced
30145:fbacd4d2936c 30146:a5809dde4617
     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.
    41 #include "gc_implementation/g1/g1RemSet.inline.hpp"
    41 #include "gc_implementation/g1/g1RemSet.inline.hpp"
    42 #include "gc_implementation/g1/heapRegionManager.inline.hpp"
    42 #include "gc_implementation/g1/heapRegionManager.inline.hpp"
    43 #include "gc_implementation/parNew/parOopClosures.inline.hpp"
    43 #include "gc_implementation/parNew/parOopClosures.inline.hpp"
    44 #include "gc_implementation/parallelScavenge/psPromotionManager.inline.hpp"
    44 #include "gc_implementation/parallelScavenge/psPromotionManager.inline.hpp"
    45 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
    45 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
    46 #include "oops/oop.pcgc.inline.hpp"
       
    47 #endif // INCLUDE_ALL_GCS
    46 #endif // INCLUDE_ALL_GCS
    48 
    47 
    49 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    48 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    50 
    49 
    51 template <class T>
    50 template <class T>