src/os/bsd/dtrace/libjvm_db.c

Print this page

        

@@ -880,11 +880,11 @@
 }
 
 /* Finds a PcDesc with real-pc equal to N->pc */
 static int pc_desc_at(Nmethod_t *N)
 {
-  uint64_t pc_diff;
+  uint64_t pc_diff = 999;
   int32_t offs;
   int32_t err;
 
   if (debug > 2)
       fprintf(stderr, "\t pc_desc_at: BEGIN\n");