--- old/src/hotspot/share/prims/whitebox.cpp 2017-10-31 09:39:52.496991524 -0400 +++ new/src/hotspot/share/prims/whitebox.cpp 2017-10-31 09:39:52.260990353 -0400 @@ -1700,6 +1700,7 @@ 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();