Bug 1470

Summary: JNI: Perform exception check and rethrow for all Java Callbacks as recommended
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal CC: sgothel
Priority: P4    
Version: 2.6.0   
Hardware: All   
OS: all   
Type: DEFECT SCM Refs:
7a2ee84416989476b7b2fd05ce484a5c7fcf81e8 e8c3c0382d58c8eabf4b96aa555683252c10d569
Workaround: ---

Description Sven Gothel 2023-10-02 19:48:48 CEST
Currently only X11Display/X11Window has the exception checks added for all Java Callbacks. Do so for all other platforms.
Comment 1 Sven Gothel 2023-10-02 19:49:23 CEST
Fixed w/ commit 7a2ee84416989476b7b2fd05ce484a5c7fcf81e8
Comment 2 Sven Gothel 2023-10-02 20:32:03 CEST
Commit e8c3c0382d58c8eabf4b96aa555683252c10d569
adds FFmpeg / JNI checks.

Moved up to Jogl general ..