File: Lifecycle.txt

package info (click to toggle)
libjogl2-java 2.3.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 43,876 kB
  • sloc: java: 218,529; ansic: 75,727; xml: 6,703; objc: 3,139; sh: 2,736; cpp: 139; awk: 46; makefile: 29
file content (41 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

Persistent Resources - JVM Lifetime (1)
========================================

- Platform 

- JNILibLoaderBase
    Contains a set of loaded JNI libraries via System.load(..)

- JVMUtil
    Only issues JVM startup initialization

- TempJarCache
    Contains a TempFileCache for all cached JarFile,
    referenced by URL

Initialization Sequence:
==========================

Deinitialization is reverse ofc.

- GLProfile
    - Platform (1)
        - JVMUtil (1)
        - JNILibLoaderBase (1)
        - TempJarCache (1)

    - NativeWindowFactory
        - X11Util

    - GLDrawableFactory / GLDrawableFactoryImpl
        - X11GLXDrawableFactory, EGLDrawableFactory, ... (all platforms)
            - *DynamicLookupHelper ..
                - NativeLibrary ..

    - GLContext 
        - proc-address-tables (GL, GLX..)
        - context version mapping