< prev index next >

test/serviceability/jvmti/HeapMonitor/libHeapMonitor.c

Print this page
rev 13139 : [mq]: heap7
rev 13140 : [mq]: heapz8

@@ -235,12 +235,12 @@
     return 0;
   }
 
   for (i = 0; i < expected_count; i++) {
     // Get basic information out of the trace.
-    int bci = trace->frames[i].bci;
-    jmethodID methodid = trace->frames[i].method_id;
+    int bci = trace->frames[i].location;
+    jmethodID methodid = trace->frames[i].method;
     char *name = NULL, *signature = NULL, *file_name = NULL;
 
     if (bci < 0) {
       return 0;
     }
< prev index next >