hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
changeset 5353 30f4b75f8005
parent 5334 b2d040a8d375
child 5535 a747f18b3d7e
--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp	Mon Apr 26 11:27:21 2010 -0700
+++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp	Mon Apr 26 23:59:45 2010 -0700
@@ -1493,7 +1493,6 @@
 
 Dependencies* GraphBuilder::dependency_recorder() const {
   assert(DeoptC1, "need debug information");
-  compilation()->set_needs_debug_information(true);
   return compilation()->dependency_recorder();
 }