The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and taken from the GLContextShareSet map (details)
- JAWTWindow.invalidateNative() and .detachSurfaceLayerImpl(): Pass copy of offscreenSurfaceLayer for pending off-thread operation and immediately zero reference marking its future destruction. (details)
- JAWTWindow.ctor: Initialize offscreenSurfaceLayer before use (details)
- MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attach command, essential if attach hasn't been done yet @ detach (details)
- OSXMisc.m: Show semantics: caLayer -> rootCALayer (details)
- MacOS: JAWTWindow.layoutSurfaceLayerImpl(): Perform OSXUtil.FixCALayerLayout() on main thread and hence fetch and validate getAttachedSurfaceLayer() when needed (details)
- MacOS: JAWTWindow's OffscreeLayer: Show semantics in argument names and complete null checks in detachSurfaceLayerImpl(), setSurfaceScale() (details)
- MacOS: JAWTWindow.invalidateNative(): Use copied references in off-thread operations and zero source references upfront. (details)
- MacOS: JAWTWindow: Complete MacOS 12+ SIGSEGV JAW Crash Fix; This: Destroy NSWindow on MacOS main-thread (details)
- Minor auto formatting: @Override, .. (details)
- Test MouseAdapter: Use volatile qualifier to avoid reading too old values (details)
- AWTRobot.getClickTimeout(): NEWT Case: Return maximum(AWT, NEWT), otherwise we see click-count 2 on MacOS 12 (details)
- scripts/tests*.sh: Put 'ulimit -c unlimited' in root script (details)
- Add scripts/run-test-until-crash.sh: Used to stress test one unit test (for sporadic crashes) (details)
- Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "org.eclipse.swt.internal.cocoa.NSGraphicsContext.saveGraphicsState()" because "context" is null (details)
- jogl's Debug.class: Add explicit debugNotAll(..) variant to skip debugAll() (details)
- MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll() (details)
- MacOSXCGLContext: Fix typo in DEBUG output (details)
- build-test.xml junit.run.swt.awt: Add missing 'jvmarg.generic' (details)
- SWTAccessor.invokeOnOSTKThread(): Fix comment .. (details)
- TestSharedContextVBOES2SWT3: Remove unused import (details)