hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 7397 5b173b4ca846
parent 6965 4ef36b2a6a3a
child 8076 96d498ec7ae1
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    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
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
       
    24 
       
    25 #ifndef SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP
       
    26 #define SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP
       
    27 
       
    28 #include "interpreter/bytecodeHistogram.hpp"
       
    29 #include "interpreter/bytecodeTracer.hpp"
       
    30 #include "interpreter/linkResolver.hpp"
       
    31 #include "memory/allocation.hpp"
       
    32 #include "memory/resourceArea.hpp"
       
    33 #include "runtime/threadLocalStorage.hpp"
       
    34 #include "utilities/hashtable.hpp"
    24 
    35 
    25 class AdapterHandlerEntry;
    36 class AdapterHandlerEntry;
    26 class AdapterHandlerTable;
    37 class AdapterHandlerTable;
    27 class AdapterFingerPrint;
    38 class AdapterFingerPrint;
    28 class vframeStream;
    39 class vframeStream;
   661 #ifndef PRODUCT
   672 #ifndef PRODUCT
   662   static void print_statistics();
   673   static void print_statistics();
   663 #endif /* PRODUCT */
   674 #endif /* PRODUCT */
   664 
   675 
   665 };
   676 };
       
   677 
       
   678 #endif // SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP