< prev index next >

src/hotspot/share/prims/whitebox.cpp

Print this page

        

*** 1698,1707 **** --- 1698,1708 ---- ResourceMark rm(THREAD); GrowableArray<Handle>* array = new GrowableArray<Handle>(128); CollectOops collectOops; collectOops.array = array; StackFrameStream sfs(thread); + BufferedValuesDealiaser dealiaser(thread); while (depth > 0) { // Skip the native WB API frame sfs.next(); frame* f = sfs.current(); f->oops_do(&collectOops, NULL, sfs.register_map()); depth--;
< prev index next >