comparison src/share/vm/runtime/objectMonitor.hpp @ 1983:c760f78e0a53

7003125: precompiled.hpp is included when precompiled headers are not used Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
author stefank
date Wed, 01 Dec 2010 15:04:06 +0100
parents f95d63e2154a
children f9be75d21404
comparison
equal deleted inserted replaced
1982:6a2d73358ff7 1983:c760f78e0a53
24 24
25 #ifndef SHARE_VM_RUNTIME_OBJECTMONITOR_HPP 25 #ifndef SHARE_VM_RUNTIME_OBJECTMONITOR_HPP
26 #define SHARE_VM_RUNTIME_OBJECTMONITOR_HPP 26 #define SHARE_VM_RUNTIME_OBJECTMONITOR_HPP
27 27
28 #include "runtime/os.hpp" 28 #include "runtime/os.hpp"
29 #include "runtime/park.hpp"
29 #include "runtime/perfData.hpp" 30 #include "runtime/perfData.hpp"
30 31
31 32
32 // ObjectWaiter serves as a "proxy" or surrogate thread. 33 // ObjectWaiter serves as a "proxy" or surrogate thread.
33 // TODO-FIXME: Eliminate ObjectWaiter and use the thread-specific 34 // TODO-FIXME: Eliminate ObjectWaiter and use the thread-specific