src/share/vm/runtime/park.hpp

changeset 2314
f95d63e2154a
parent 2233
fa83ab460c54
child 5614
9758d9f36299
     1.1 --- a/src/share/vm/runtime/park.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/runtime/park.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -21,6 +21,12 @@
     1.4   * questions.
     1.5   *
     1.6   */
     1.7 +
     1.8 +#ifndef SHARE_VM_RUNTIME_PARK_HPP
     1.9 +#define SHARE_VM_RUNTIME_PARK_HPP
    1.10 +
    1.11 +#include "utilities/debug.hpp"
    1.12 +#include "utilities/globalDefinitions.hpp"
    1.13  /*
    1.14   * Per-thread blocking support for JSR166. See the Java-level
    1.15   * Documentation for rationale. Basically, park acts like wait, unpark
    1.16 @@ -167,3 +173,5 @@
    1.17      static ParkEvent * Allocate (Thread * t) ;
    1.18      static void Release (ParkEvent * e) ;
    1.19  } ;
    1.20 +
    1.21 +#endif // SHARE_VM_RUNTIME_PARK_HPP

mercurial