diff options
author | Sven Gothel <[email protected]> | 2015-09-01 05:19:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-09-01 05:19:14 +0200 |
commit | 85b32bac4f031dbdb55caa380d5a20440aecbbbd (patch) | |
tree | 7c458b43e770b6046c7f918b8383077432389488 /make/build-common.xml | |
parent | aacc8afdca0b1376f91dcc68aa3ae3b39c7aba51 (diff) |
Bug 1212 - OSX: Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..) w/ Java 1.8.0_60
- OSX 10.10.5
- Java 1.8.0_60
Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..)
as called within MacOSXJAWTWindow.invalidateNative() (caller: destroy())
on the MainThread.
It has been observed that the
JAWT_SurfaceLayers protocol instance 'surfaceLayers' has been pulled beforehand.
'surfaceLayers' is fetched from the locked JAWT instance
via JAWT_DrawingSurfaceInfo's platformInfo.
It now seems required to retain the instance
at GetJAWTSurfaceLayersHandle0 and release it
at UnsetJAWTRootSurfaceLayer0 to keep it alive.
+++
Manually executed 'ant junit.run' on OSX, no failures or errors.
Diffstat (limited to 'make/build-common.xml')
0 files changed, 0 insertions, 0 deletions