src/share/vm/prims/jvmtiRawMonitor.hpp

changeset 4492
8b46b0196eb0
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/prims/jvmtiRawMonitor.hpp	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/src/share/vm/prims/jvmtiRawMonitor.hpp	Fri Jan 25 10:04:08 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 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 @@ -25,10 +25,8 @@
    1.11  #ifndef SHARE_VM_PRIMS_JVMTIRAWMONITOR_HPP
    1.12  #define SHARE_VM_PRIMS_JVMTIRAWMONITOR_HPP
    1.13  
    1.14 -#ifndef JVMTI_KERNEL
    1.15  #include "runtime/objectMonitor.hpp"
    1.16  #include "utilities/growableArray.hpp"
    1.17 -#endif
    1.18  
    1.19  //
    1.20  // class JvmtiRawMonitor

mercurial