diff src/share/vm/opto/output.cpp @ 7663:f78ac2ce44ef

fix client and servr ild for leafGraphId change
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 01 Feb 2013 21:10:23 +0100
parents 291ffc492eb6
children b9a918201d47
line wrap: on
line diff
--- a/src/share/vm/opto/output.cpp	Fri Feb 01 17:34:18 2013 +0100
+++ b/src/share/vm/opto/output.cpp	Fri Feb 01 21:10:23 2013 +0100
@@ -814,7 +814,7 @@
   // Add the safepoint in the DebugInfoRecorder
   if( !mach->is_MachCall() ) {
     mcall = NULL;
-    debug_info()->add_safepoint(safepoint_pc_offset, -1, sfn->_oop_map);
+    debug_info()->add_safepoint(safepoint_pc_offset, sfn->_oop_map);
   } else {
     mcall = mach->as_MachCall();
 
@@ -832,7 +832,7 @@
       return_oop = true;
     }
     safepoint_pc_offset += mcall->ret_addr_offset();
-    debug_info()->add_safepoint(safepoint_pc_offset, -1, mcall->_oop_map);
+    debug_info()->add_safepoint(safepoint_pc_offset, mcall->_oop_map);
   }
 
   // Loop over the JVMState list to add scope information