File: Lifecycle.txt

package info (click to toggle)
libjogl2-java 2.0-rc5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 23,308 kB
  • sloc: java: 113,441; ansic: 33,817; xml: 4,673; objc: 1,733; sh: 1,261; cpp: 139; awk: 46; makefile: 21
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