hotspot/src/share/vm/code/dependencies.cpp
changeset 13743 154102966e74
parent 13728 882756847a04
child 13965 fe09056af6ae
--- a/hotspot/src/share/vm/code/dependencies.cpp	Tue Sep 11 16:20:57 2012 +0200
+++ b/hotspot/src/share/vm/code/dependencies.cpp	Tue Sep 11 20:20:38 2012 -0400
@@ -567,9 +567,6 @@
 
 void Dependencies::DepStream::log_dependency(Klass* witness) {
   if (_deps == NULL && xtty == NULL)  return;  // fast cutout for runtime
-  if (type() == call_site_target_value) {
-    os::breakpoint();
-  }
   int nargs = argument_count();
   DepArgument args[max_arg_count];
   for (int j = 0; j < nargs; j++) {