src/share/vm/prims/jvmtiTagMap.hpp

changeset 4492
8b46b0196eb0
parent 4167
9855b7e559ae
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/prims/jvmtiTagMap.hpp	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/src/share/vm/prims/jvmtiTagMap.hpp	Fri Jan 25 10:04:08 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -27,14 +27,12 @@
    1.11  #ifndef SHARE_VM_PRIMS_JVMTITAGMAP_HPP
    1.12  #define SHARE_VM_PRIMS_JVMTITAGMAP_HPP
    1.13  
    1.14 -#ifndef JVMTI_KERNEL
    1.15  #include "gc_interface/collectedHeap.hpp"
    1.16  #include "jvmtifiles/jvmti.h"
    1.17  #include "jvmtifiles/jvmtiEnv.hpp"
    1.18  #include "memory/allocation.hpp"
    1.19  #include "memory/genCollectedHeap.hpp"
    1.20  #include "memory/universe.hpp"
    1.21 -#endif
    1.22  
    1.23  // forward references
    1.24  class JvmtiTagHashmap;

mercurial