< prev index next >

src/hotspot/share/prims/jvmtiTagMap.cpp

Print this page

        

*** 2572,2582 **** // iteration has terminated if (stopped()) { return; } ! oop o = *obj_p; // ignore null if (o == NULL) { return; } --- 2572,2582 ---- // iteration has terminated if (stopped()) { return; } ! oop o = NativeAccess<AS_NO_KEEPALIVE>::oop_load(obj_p); // ignore null if (o == NULL) { return; }
< prev index next >