Other |
---|
tbdResolved |
Relates :
|
|
Relates :
|
|
Relates :
|
This is a fragment from my review of the fix: 8153711: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command It seems, there are more places where an invokerLock critical section is missed. The following functions: - invokeConstructor - invokeStatic - invokeNonvirtual - invokeVirtual - saveGlobalRef These functions are called from the invoker_doInvoke() that we already had a problem with.
|