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

@ -141,7 +141,6 @@ class ObjectSynchronizer : AllStatic {
static void sanity_checks(const bool verbose,
const unsigned int cache_line_size,
int *error_cnt_ptr, int *warning_cnt_ptr);
static void verify() PRODUCT_RETURN;
static int verify_objmon_isinpool(ObjectMonitor *addr) PRODUCT_RETURN0;
private: