mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue