mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 14:39:49 +00:00
8347482: Remove unused field in ParkEvent
Reviewed-by: dholmes
This commit is contained in:
parent
fa5ff82eb3
commit
cede30416f
@ -118,8 +118,6 @@ class ParkEvent : public PlatformEvent {
|
||||
Thread * AssociatedWith ;
|
||||
|
||||
public:
|
||||
// MCS-CLH list linkage and Native Mutex/Monitor
|
||||
ParkEvent * volatile ListNext ;
|
||||
volatile int TState ;
|
||||
volatile int Notified ; // for native monitor construct
|
||||
|
||||
@ -139,7 +137,6 @@ class ParkEvent : public PlatformEvent {
|
||||
ParkEvent() : PlatformEvent() {
|
||||
AssociatedWith = nullptr ;
|
||||
FreeNext = nullptr ;
|
||||
ListNext = nullptr ;
|
||||
TState = 0 ;
|
||||
Notified = 0 ;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user