Bug 1470 - JNI: Perform exception check and rethrow for all Java Callbacks as recommended
Summary: JNI: Perform exception check and rethrow for all Java Callbacks as recommended
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2.6.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2023-10-02 19:48 CEST by Sven Gothel
Modified: 2023-10-02 20:32 CEST (History)
1 user (show)

See Also:
Type: DEFECT
SCM Refs:
7a2ee84416989476b7b2fd05ce484a5c7fcf81e8 e8c3c0382d58c8eabf4b96aa555683252c10d569
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ..