comparison ASSEMBLY_EXCEPTION @ 14288:ab67ce0bfae2

6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack Summary: jni_DeleteGlobalRef does not really release the jni handle, instead, set the handle point to JNIHandles::_deleted_handle which holds an oop instance (java/lang/Object) in Java heap and never be GC'ed. When counting number of global reference, it counts all the handles on the chain list, which includes the already deleted ones. Reviewed-by: zgu, sla, coleenp Contributed-by: yumin.qi@oracle.com
author minqi
date Thu, 23 Jan 2014 09:40:32 -0800
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
14284:ce3b1e29425a 14288:ab67ce0bfae2