commit | 9b76b24500842b59f8958e8924da1cbf5b700626 | [log] [tgz] |
---|---|---|
author | Anton Tarasov <anton.tarasov@jetbrains.com> | Fri Apr 22 11:42:46 2016 +0300 |
committer | Anton Tarasov <anton.tarasov@jetbrains.com> | Fri Apr 22 11:42:46 2016 +0300 |
tree | c8a3b5e011e70f914f479977467364f2416a5891 | |
parent | 98e6f0b695f1c53e3cbc0e9244d73c475a532dd9 [diff] |
IDEA-154721 [follow-up] sun.lwawt.macosx.CAccessible leaks - Fixed a crash in [JavaComponentAccessibility createWithAccessible]. - Revered the changes related to weak JNI wrapping. The (assumed, not specified) theory is that a weak JNI ref, as it's passed to Java, is atomically turns into either a strong java ref or null.