mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8171848: ObjectMonitor verify() and print() methods are empty
Reviewed-by: dholmes
This commit is contained in:
parent
3af1da4533
commit
98bf7d7727
4 changed files with 0 additions and 28 deletions
|
@ -2445,12 +2445,6 @@ void ObjectMonitor::sanity_checks() {
|
|||
}
|
||||
|
||||
#ifndef PRODUCT
|
||||
void ObjectMonitor::verify() {
|
||||
}
|
||||
|
||||
void ObjectMonitor::print() {
|
||||
}
|
||||
|
||||
void ObjectMonitor_test() {
|
||||
ObjectMonitor::sanity_checks();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue