hotspot/src/share/vm/code/dependencies.cpp
changeset 18073 f02460441ddc
parent 14490 5bb45ed999ee
child 18439 725ce18186b3
--- a/hotspot/src/share/vm/code/dependencies.cpp	Thu Jun 13 11:16:38 2013 -0700
+++ b/hotspot/src/share/vm/code/dependencies.cpp	Thu Jun 13 22:02:40 2013 -0700
@@ -989,7 +989,7 @@
   assert(changes.involves_context(context_type), "irrelevant dependency");
   Klass* new_type = changes.new_type();
 
-  count_find_witness_calls();
+  (void)count_find_witness_calls();
   NOT_PRODUCT(deps_find_witness_singles++);
 
   // Current thread must be in VM (not native mode, as in CI):