hotspot/src/share/vm/oops/instanceRefKlass.cpp
changeset 33148 68fa8b6c4340
parent 30764 fec48bf5a827
child 33611 9abd65805e19
equal deleted inserted replaced
33146:77349b58b4c0 33148:68fa8b6c4340
    30 #include "gc/shared/specialized_oop_closures.hpp"
    30 #include "gc/shared/specialized_oop_closures.hpp"
    31 #include "oops/instanceRefKlass.inline.hpp"
    31 #include "oops/instanceRefKlass.inline.hpp"
    32 #include "oops/oop.inline.hpp"
    32 #include "oops/oop.inline.hpp"
    33 #include "utilities/macros.hpp"
    33 #include "utilities/macros.hpp"
    34 #include "utilities/preserveException.hpp"
    34 #include "utilities/preserveException.hpp"
    35 
       
    36 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
       
    37 
    35 
    38 void InstanceRefKlass::update_nonstatic_oop_maps(Klass* k) {
    36 void InstanceRefKlass::update_nonstatic_oop_maps(Klass* k) {
    39   // Clear the nonstatic oop-map entries corresponding to referent
    37   // Clear the nonstatic oop-map entries corresponding to referent
    40   // and nextPending field.  They are treated specially by the
    38   // and nextPending field.  They are treated specially by the
    41   // garbage collector.
    39   // garbage collector.