8171848: ObjectMonitor verify() and print() methods are empty

Reviewed-by: dholmes
This commit is contained in:
Kirill Zhaldybin 2016-12-21 12:47:29 +03:00
parent 3af1da4533
commit 98bf7d7727
4 changed files with 0 additions and 28 deletions

View file

@ -2445,12 +2445,6 @@ void ObjectMonitor::sanity_checks() {
}
#ifndef PRODUCT
void ObjectMonitor::verify() {
}
void ObjectMonitor::print() {
}
void ObjectMonitor_test() {
ObjectMonitor::sanity_checks();
}