mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 08:45:33 +00:00
Updated for Coleen
This commit is contained in:
parent
4b24e38231
commit
dd7a3ff9af
@ -30,6 +30,7 @@
|
||||
#include "opto/matcher.hpp"
|
||||
#include "opto/output.hpp"
|
||||
#include "opto/subnode.hpp"
|
||||
#include "runtime/objectMonitorTable.hpp"
|
||||
#include "runtime/stubRoutines.hpp"
|
||||
#include "runtime/synchronizer.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
||||
@ -42,6 +42,7 @@
|
||||
#include "runtime/icache.hpp"
|
||||
#include "runtime/interfaceSupport.inline.hpp"
|
||||
#include "runtime/objectMonitor.hpp"
|
||||
#include "runtime/objectMonitorTable.hpp"
|
||||
#include "runtime/os.hpp"
|
||||
#include "runtime/safepoint.hpp"
|
||||
#include "runtime/safepointMechanism.hpp"
|
||||
|
||||
@ -30,6 +30,7 @@
|
||||
#include "opto/intrinsicnode.hpp"
|
||||
#include "opto/output.hpp"
|
||||
#include "opto/subnode.hpp"
|
||||
#include "runtime/objectMonitorTable.hpp"
|
||||
#include "runtime/stubRoutines.hpp"
|
||||
#include "runtime/synchronizer.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
||||
@ -44,6 +44,7 @@
|
||||
#include "runtime/icache.hpp"
|
||||
#include "runtime/interfaceSupport.inline.hpp"
|
||||
#include "runtime/objectMonitor.hpp"
|
||||
#include "runtime/objectMonitorTable.hpp"
|
||||
#include "runtime/os.hpp"
|
||||
#include "runtime/safepoint.hpp"
|
||||
#include "runtime/safepointMechanism.hpp"
|
||||
|
||||
@ -33,9 +33,10 @@
|
||||
#include "opto/opcodes.hpp"
|
||||
#include "opto/subnode.hpp"
|
||||
#include "runtime/globals.hpp"
|
||||
#include "runtime/synchronizer.hpp"
|
||||
#include "runtime/objectMonitor.hpp"
|
||||
#include "runtime/objectMonitorTable.hpp"
|
||||
#include "runtime/stubRoutines.hpp"
|
||||
#include "runtime/synchronizer.hpp"
|
||||
#include "utilities/checkedCast.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
#include "utilities/powerOfTwo.hpp"
|
||||
|
||||
@ -31,7 +31,6 @@
|
||||
#include "runtime/thread.hpp"
|
||||
#include "runtime/timerTrace.hpp"
|
||||
#include "runtime/trimNativeHeap.hpp"
|
||||
#include "utilities/concurrentHashTableTasks.inline.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
@ -115,9 +114,7 @@
|
||||
// searching for at the hash index, without needing further linear searching.
|
||||
// The grow load factor is set to 12.5%, which satisfies the above
|
||||
// requirements. Don't change it for fun, it might backfire.
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// ConcurrentHashTable storing links from objects to ObjectMonitors
|
||||
|
||||
ObjectMonitorTable::Table* volatile ObjectMonitorTable::_curr;
|
||||
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
#include "runtime/basicLock.hpp"
|
||||
#include "runtime/handles.hpp"
|
||||
#include "runtime/javaThread.hpp"
|
||||
#include "runtime/objectMonitorTable.hpp"
|
||||
#include "utilities/hashTable.hpp"
|
||||
|
||||
template <typename T> class GrowableArray;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user