mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8292267: Clean up synchronizer.hpp
Reviewed-by: coleenp, dcubed, dholmes
This commit is contained in:
parent
1f3578b79c
commit
7244dd6fab
21 changed files with 33 additions and 26 deletions
|
@ -57,8 +57,14 @@
|
|||
#include "utilities/align.hpp"
|
||||
#include "utilities/dtrace.hpp"
|
||||
#include "utilities/events.hpp"
|
||||
#include "utilities/linkedlist.hpp"
|
||||
#include "utilities/preserveException.hpp"
|
||||
|
||||
class ObjectMonitorsHashtable::PtrList :
|
||||
public LinkedListImpl<ObjectMonitor*,
|
||||
ResourceObj::C_HEAP, mtThread,
|
||||
AllocFailStrategy::RETURN_NULL> {};
|
||||
|
||||
class CleanupObjectMonitorsHashtable: StackObj {
|
||||
public:
|
||||
bool do_entry(void*& key, ObjectMonitorsHashtable::PtrList*& list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue