File: Lifecycle.txt

package info (click to toggle)
libjogl2-java 2.2.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 41,648 kB
  • ctags: 65,492
  • sloc: java: 208,711; ansic: 68,727; xml: 6,504; objc: 3,079; sh: 2,414; cpp: 152; awk: 46; makefile: 24
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