src/hotspot/share/runtime/handles.cpp
changeset 47778 46cb6af585d4
parent 47216 71c04702a3d5
child 49013 5f7dc39f51a5
--- a/src/hotspot/share/runtime/handles.cpp	Fri Nov 03 17:09:25 2017 -0700
+++ b/src/hotspot/share/runtime/handles.cpp	Sun Nov 05 03:43:15 2017 +0100
@@ -99,7 +99,7 @@
   while (bottom < top) {
     // This test can be moved up but for now check every oop.
 
-    assert(oopDesc::is_oop(*bottom), "handle should point to oop");
+    assert(oopDesc::is_oop(*bottom, true), "handle should point to oop");
 
     f->do_oop(bottom++);
   }