hotspot/src/share/vm/prims/jvmtiTagMap.cpp
changeset 15482 470d0b0c09f1
parent 14488 ab48109f7d1b
child 17087 f0b76c4c93a0
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    43 #include "runtime/reflectionUtils.hpp"
    43 #include "runtime/reflectionUtils.hpp"
    44 #include "runtime/vframe.hpp"
    44 #include "runtime/vframe.hpp"
    45 #include "runtime/vmThread.hpp"
    45 #include "runtime/vmThread.hpp"
    46 #include "runtime/vm_operations.hpp"
    46 #include "runtime/vm_operations.hpp"
    47 #include "services/serviceUtil.hpp"
    47 #include "services/serviceUtil.hpp"
    48 #ifndef SERIALGC
    48 #include "utilities/macros.hpp"
       
    49 #if INCLUDE_ALL_GCS
    49 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    50 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    50 #endif
    51 #endif // INCLUDE_ALL_GCS
    51 
    52 
    52 // JvmtiTagHashmapEntry
    53 // JvmtiTagHashmapEntry
    53 //
    54 //
    54 // Each entry encapsulates a reference to the tagged object
    55 // Each entry encapsulates a reference to the tagged object
    55 // and the tag value. In addition an entry includes a next pointer which
    56 // and the tag value. In addition an entry includes a next pointer which