< prev index next >

src/hotspot/share/prims/whitebox.cpp

Print this page

        

*** 1747,1757 **** 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--; --- 1747,1756 ----
< prev index next >