hotspot/src/share/vm/runtime/objectMonitor.cpp
changeset 35529 39376b4613b5
parent 32622 7ed47d0b888a
child 36384 b0b41336a9a8
--- a/hotspot/src/share/vm/runtime/objectMonitor.cpp	Mon Jan 18 19:10:32 2016 +0100
+++ b/hotspot/src/share/vm/runtime/objectMonitor.cpp	Tue Jan 19 11:00:29 2016 +0100
@@ -2470,4 +2470,8 @@
 
 void ObjectMonitor::print() {
 }
+
+void ObjectMonitor_test() {
+  ObjectMonitor::sanity_checks();
+}
 #endif