-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: hotspot
There are some duplicated macros defined both in objectMonitor.cpp and synchronizer.cpp:
- DTRACE_MONITOR_PROBE_COMMON
- DTRACE_MONITOR_WAIT_PROBE
- DTRACE_MONITOR_PROBE
- HOTSPOT_MONITOR_notify
- HOTSPOT_MONITOR_notifyAll
They could be defined in objectMonitor.hpp to reduce duplication.
- DTRACE_MONITOR_PROBE_COMMON
- DTRACE_MONITOR_WAIT_PROBE
- DTRACE_MONITOR_PROBE
- HOTSPOT_MONITOR_notify
- HOTSPOT_MONITOR_notifyAll
They could be defined in objectMonitor.hpp to reduce duplication.
- links to
-
Review(master)
openjdk/jdk/27538