src/hotspot/share/prims/jvmtiTagMap.hpp
changeset 53244 9807daeb47c4
parent 49734 f946776e9354
child 54786 ebf733a324d4
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2019, 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.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 // JvmtiTagMap
    25 // JvmtiTagMap
    26 
    26 
    27 #ifndef SHARE_VM_PRIMS_JVMTITAGMAP_HPP
    27 #ifndef SHARE_PRIMS_JVMTITAGMAP_HPP
    28 #define SHARE_VM_PRIMS_JVMTITAGMAP_HPP
    28 #define SHARE_PRIMS_JVMTITAGMAP_HPP
    29 
    29 
    30 #include "gc/shared/collectedHeap.hpp"
    30 #include "gc/shared/collectedHeap.hpp"
    31 #include "jvmtifiles/jvmti.h"
    31 #include "jvmtifiles/jvmti.h"
    32 #include "jvmtifiles/jvmtiEnv.hpp"
    32 #include "jvmtifiles/jvmtiEnv.hpp"
    33 #include "memory/allocation.hpp"
    33 #include "memory/allocation.hpp"
   123 
   123 
   124   static void weak_oops_do(
   124   static void weak_oops_do(
   125       BoolObjectClosure* is_alive, OopClosure* f) NOT_JVMTI_RETURN;
   125       BoolObjectClosure* is_alive, OopClosure* f) NOT_JVMTI_RETURN;
   126 };
   126 };
   127 
   127 
   128 #endif // SHARE_VM_PRIMS_JVMTITAGMAP_HPP
   128 #endif // SHARE_PRIMS_JVMTITAGMAP_HPP