--- old/src/hotspot/share/prims/whitebox.cpp 2018-10-17 09:20:30.000000000 -0400 +++ new/src/hotspot/share/prims/whitebox.cpp 2018-10-17 09:20:30.000000000 -0400 @@ -1749,7 +1749,6 @@ 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();