.hgignore
author minqi
Thu, 23 Jan 2014 09:40:32 -0800
changeset 22530 d1a70d79c50e
parent 13697 5262b00bc10c
child 33045 00f484891bcf
permissions -rw-r--r--
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

^build/
^dist/
nbproject/private/
^webrev
^.hgtip
^.bridge2
.DS_Store