Bug 560203 - [GTK] Automatically cache JVM pointer for callbacks
Summary: [GTK] Automatically cache JVM pointer for callbacks
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.15   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 4.16 M1   Edit
Assignee: Nikita Nemkin CLA
QA Contact:
URL:
Whiteboard: superficial
Keywords:
Depends on:
Blocks: 549414
  Show dependency tree
 
Reported: 2020-02-16 13:04 EST by Nikita Nemkin CLA
Modified: 2020-04-08 02:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Nemkin CLA 2020-02-16 13:04:48 EST
Bug 521487 added explicit native method to cache JavaVM pointer.
A better option is to cache it in JNI_OnLoad.
Comment 1 Eclipse Genie CLA 2020-02-16 13:06:57 EST
New Gerrit change created: https://git.eclipse.org/r/157782
Comment 3 Sravan Kumar Lakkimsetti CLA 2020-04-08 02:41:14 EDT
Verified by reviewing the source