src/share/vm/prims/jvmtiTagMap.cpp

Print this page
rev 6799 : [mq]: latestChanges


  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "classfile/symbolTable.hpp"
  27 #include "classfile/systemDictionary.hpp"
  28 #include "classfile/vmSymbols.hpp"
  29 #include "code/codeCache.hpp"
  30 #include "jvmtifiles/jvmtiEnv.hpp"
  31 #include "oops/instanceMirrorKlass.hpp"

  32 #include "oops/objArrayKlass.hpp"

  33 #include "oops/oop.inline2.hpp"
  34 #include "prims/jvmtiEventController.hpp"
  35 #include "prims/jvmtiEventController.inline.hpp"
  36 #include "prims/jvmtiExport.hpp"
  37 #include "prims/jvmtiImpl.hpp"
  38 #include "prims/jvmtiTagMap.hpp"
  39 #include "runtime/biasedLocking.hpp"
  40 #include "runtime/javaCalls.hpp"
  41 #include "runtime/jniHandles.hpp"
  42 #include "runtime/mutex.hpp"
  43 #include "runtime/mutexLocker.hpp"
  44 #include "runtime/reflectionUtils.hpp"
  45 #include "runtime/vframe.hpp"
  46 #include "runtime/vmThread.hpp"
  47 #include "runtime/vm_operations.hpp"
  48 #include "services/serviceUtil.hpp"
  49 #include "utilities/macros.hpp"
  50 #if INCLUDE_ALL_GCS
  51 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
  52 #endif // INCLUDE_ALL_GCS




  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "classfile/symbolTable.hpp"
  27 #include "classfile/systemDictionary.hpp"
  28 #include "classfile/vmSymbols.hpp"
  29 #include "code/codeCache.hpp"
  30 #include "jvmtifiles/jvmtiEnv.hpp"
  31 #include "oops/instanceMirrorKlass.hpp"
  32 #include "oops/markOop.inline.hpp"
  33 #include "oops/objArrayKlass.hpp"
  34 #include "oops/oop.inline.hpp"
  35 #include "oops/oop.inline2.hpp"
  36 #include "prims/jvmtiEventController.hpp"
  37 #include "prims/jvmtiEventController.inline.hpp"
  38 #include "prims/jvmtiExport.hpp"
  39 #include "prims/jvmtiImpl.hpp"
  40 #include "prims/jvmtiTagMap.hpp"
  41 #include "runtime/biasedLocking.hpp"
  42 #include "runtime/javaCalls.hpp"
  43 #include "runtime/jniHandles.hpp"
  44 #include "runtime/mutex.hpp"
  45 #include "runtime/mutexLocker.hpp"
  46 #include "runtime/reflectionUtils.hpp"
  47 #include "runtime/vframe.hpp"
  48 #include "runtime/vmThread.hpp"
  49 #include "runtime/vm_operations.hpp"
  50 #include "services/serviceUtil.hpp"
  51 #include "utilities/macros.hpp"
  52 #if INCLUDE_ALL_GCS
  53 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
  54 #endif // INCLUDE_ALL_GCS