#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=15996, tid=0x000015b0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)
# Java VM: Java HotSpot(TM) Client VM (25.221-b11 mixed mode windows-x86 )
# Problematic frame:
# C 0x00000000
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x252d6800): JavaThread "Haven main thread" [_thread_in_native, id=5552, stack(0x275b0000,0x27600000)]
siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x00000000
Registers:
EAX=0x275fe9f4, EBX=0x2cb35760, ECX=0x00000000, EDX=0x275fe97c
ESP=0x275fe950, EBP=0x275fea20, ESI=0x00000000, EDI=0x00124420
EIP=0x00000000, EFLAGS=0x00010216
Top of Stack: (sp=0x275fe950)
0x275fe950: 5b5e8139 e30109de 275fe9f4 00000000
0x275fe960: 00000400 2cb35760 275fe9cc cfcd934b
0x275fe970: 00124420 5b5e7500 00124400 2cb35760
0x275fe980: 2cb36760 2cb36760 00000002 00000020
0x275fe990: 77e5e640 00000000 00000000 00fd0000
0x275fe9a0: 00000000 00000000 00000000 00000000
0x275fe9b0: 5b5f84ac 001f0a44 e30109de 00fd0000
0x275fe9c0: 275fe9d8 275fea40 000a0000 00000000
Instructions: (pc=0x00000000)
0xffffffe0:
Register to memory mapping:
EAX=0x275fe9f4 is pointing into the stack for thread: 0x252d6800
EBX=0x2cb35760 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x275fe97c is pointing into the stack for thread: 0x252d6800
ESP=0x275fe950 is pointing into the stack for thread: 0x252d6800
EBP=0x275fea20 is pointing into the stack for thread: 0x252d6800
ESI=0x00000000 is an unknown value
EDI=0x00124420 is an unknown value
Stack: [0x275b0000,0x27600000], sp=0x275fe950, free space=314k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.egl.EGL.dispatch_eglGetDisplay0(JJ)J+0
j jogamp.opengl.egl.EGL.eglGetDisplay(J)J+25
j jogamp.opengl.egl.EGLDisplayUtil.eglGetDisplay(J)J+1
j jogamp.opengl.egl.EGLDisplayUtil.eglGetDisplayAndInitialize(J[J[ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)I+5
j jogamp.opengl.egl.EGLDisplayUtil.eglGetDisplayAndInitialize([J)J+15
j jogamp.opengl.egl.EGLDisplayUtil$1.eglGetAndInitDisplay([J)J+1
j com.jogamp.nativewindow.egl.EGLGraphicsDevice.open()Z+66
j jogamp.opengl.egl.EGLDisplayUtil.eglCreateEGLGraphicsDevice(JLjava/lang/String;I)Lcom/jogamp/nativewindow/egl/EGLGraphicsDevice;+18
j jogamp.opengl.egl.EGLDrawableFactory.<init>()V+543
v ~StubRoutines::call_stub
j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+85
j sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
j java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+79
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+2
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+6
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;Ljava/lang/ClassLoader;)Ljava/lang/Object;+8
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;+4
j javax.media.opengl.GLDrawableFactory.initSingletonImpl()V+264
j javax.media.opengl.GLDrawableFactory.initSingleton()V+22
j javax.media.opengl.GLProfile.initProfilesForDefaultDevices()V+132
j javax.media.opengl.GLProfile.access$100()V+0
j javax.media.opengl.GLProfile$1.run()Ljava/lang/Object;+81
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
j javax.media.opengl.GLProfile.initSingleton()V+66
j javax.media.opengl.GLProfile.getProfileMap(Ljavax/media/nativewindow/AbstractGraphicsDevice;Z)Ljava/util/HashMap;+0
j javax.media.opengl.GLProfile.get(Ljavax/media/nativewindow/AbstractGraphicsDevice;Ljava/lang/String;)Ljavax/media/opengl/GLProfile;+19
j javax.media.opengl.GLProfile.getDefault(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLProfile;+3
j javax.media.opengl.GLProfile.getDefault()Ljavax/media/opengl/GLProfile;+3
j haven.HavenPanel.stdcaps()Ljavax/media/opengl/GLCapabilities;+0
j haven.HavenPanel.<init>(IILjavax/media/opengl/GLCapabilitiesChooser;)V+1
j haven.HavenPanel.<init>(II)V+4
j haven.MainFrame.<init>(Lhaven/Coord;)V+196
j haven.MainFrame.main2([Ljava/lang/String;)V+20
j haven.MainFrame.access$100([Ljava/lang/String;)V+1
j haven.MainFrame$7.run()V+4
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x253fd800 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=7368, stack(0x278d0000,0x27920000)]
0x25312400 JavaThread "Haven resource loader" daemon [_thread_blocked, id=15148, stack(0x27640000,0x27690000)]
0x002de800 JavaThread "DestroyJavaVM" [_thread_blocked, id=1384, stack(0x028f0000,0x02940000)]
=>0x252d6800 JavaThread "Haven main thread" [_thread_in_native, id=5552, stack(0x275b0000,0x27600000)]
0x25281800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=8172, stack(0x26d60000,0x26db0000)]
0x251a0c00 JavaThread "Error reporter" daemon [_thread_blocked, id=10868, stack(0x258c0000,0x25910000)]
0x25192000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=14592, stack(0x25830000,0x25880000)]
0x25191400 JavaThread "AWT-Shutdown" [_thread_blocked, id=7484, stack(0x257a0000,0x257f0000)]
0x25190800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12144, stack(0x25710000,0x25760000)]
0x24a4a000 JavaThread "Service Thread" daemon [_thread_blocked, id=9780, stack(0x25000000,0x25050000)]
0x24a28400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=8492, stack(0x24f70000,0x24fc0000)]
0x24a27400 JavaThread "Attach Listener" daemon [_thread_blocked, id=6228, stack(0x24ee0000,0x24f30000)]
0x24a25400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7580, stack(0x24e50000,0x24ea0000)]
0x24a1c400 JavaThread "Finalizer" daemon [_thread_blocked, id=15928, stack(0x24cd0000,0x24d20000)]
0x24a06400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2804, stack(0x24c40000,0x24c90000)]
Other Threads:
0x24a01400 VMThread [stack: 0x04980000,0x049d0000] [id=8048]
0x24a55000 WatcherThread [stack: 0x25090000,0x250e0000] [id=9284]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
def new generation total 4928K, used 4288K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 85% used [0x04a00000, 0x04db0198, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecffc8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 10127K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 92% used [0x0f4a0000, 0x0fe83d18, 0x0fe83e00, 0x0ff50000)
Metaspace used 11826K, capacity 12001K, committed 12160K, reserved 12672K
Card table byte_map: [0x00900000,0x00a10000] byte_map_base: 0x008db000
Polling page: 0x00090000
CodeCache: size=32768Kb used=1451Kb max_used=1451Kb free=31316Kb
bounds [0x02940000, 0x02ab0000, 0x04940000]
total_blobs=942 nmethods=550 adapters=322
compilation: enabled
Compilation events (10 events):
Event: 0.921 Thread 0x24a28400 551 java.lang.AbstractStringBuilder::append (62 bytes)
Event: 0.921 Thread 0x24a28400 nmethod 551 0x02aa8888 code [0x02aa89d0, 0x02aa8ca0]
Event: 0.940 Thread 0x24a28400 552 java.util.ArrayList$Itr::hasNext (20 bytes)
Event: 0.940 Thread 0x24a28400 nmethod 552 0x02aa8fc8 code [0x02aa90c0, 0x02aa9160]
Event: 0.940 Thread 0x24a28400 553 com.jogamp.gluegen.runtime.opengl.GLNameResolver::getExtensionIdx (81 bytes)
Event: 0.940 Thread 0x24a28400 nmethod 553 0x02aa9488 code [0x02aa95e0, 0x02aa991c]
Event: 0.940 Thread 0x24a28400 554 java.lang.StringBuilder::append (8 bytes)
Event: 0.940 Thread 0x24a28400 nmethod 554 0x02aa9d48 code [0x02aa9e40, 0x02aa9edc]
Event: 0.940 Thread 0x24a28400 555 jogamp.common.os.WindowsDynamicLinkerImpl::lookupSymbol (190 bytes)
Event: 0.941 Thread 0x24a28400 nmethod 555 0x02aa9f48 code [0x02aaa110, 0x02aaa7cc]
GC Heap History (10 events):
Event: 0.604 GC heap before
{Heap before GC invocations=5 (full 0):
def new generation total 4928K, used 3784K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 74% used [0x04a00000, 0x04d32058, 0x04e50000)
from space 512K, 100% used [0x04ed0000, 0x04f50000, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 5541K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 50% used [0x0f4a0000, 0x0fa09570, 0x0fa09600, 0x0ff50000)
Metaspace used 8453K, capacity 8621K, committed 8704K, reserved 9600K
Event: 0.606 GC heap after
Heap after GC invocations=6 (full 0):
def new generation total 4928K, used 511K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecfff8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 6236K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 56% used [0x0f4a0000, 0x0fab7030, 0x0fab7200, 0x0ff50000)
Metaspace used 8453K, capacity 8621K, committed 8704K, reserved 9600K
}
Event: 0.657 GC heap before
{Heap before GC invocations=6 (full 0):
def new generation total 4928K, used 4927K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 100% used [0x04a00000, 0x04e50000, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecfff8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 6236K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 56% used [0x0f4a0000, 0x0fab7030, 0x0fab7200, 0x0ff50000)
Metaspace used 8594K, capacity 8756K, committed 8832K, reserved 9600K
Event: 0.658 GC heap after
Heap after GC invocations=7 (full 0):
def new generation total 4928K, used 337K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 65% used [0x04ed0000, 0x04f24690, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 7928K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 72% used [0x0f4a0000, 0x0fc5e0c8, 0x0fc5e200, 0x0ff50000)
Metaspace used 8594K, capacity 8756K, committed 8832K, reserved 9600K
}
Event: 0.743 GC heap before
{Heap before GC invocations=7 (full 0):
def new generation total 4928K, used 4753K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 100% used [0x04a00000, 0x04e50000, 0x04e50000)
from space 512K, 65% used [0x04ed0000, 0x04f24690, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 7928K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 72% used [0x0f4a0000, 0x0fc5e0c8, 0x0fc5e200, 0x0ff50000)
Metaspace used 8880K, capacity 9054K, committed 9216K, reserved 9600K
Event: 0.745 GC heap after
Heap after GC invocations=8 (full 0):
def new generation total 4928K, used 512K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 100% used [0x04e50000, 0x04ed0000, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 8348K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 76% used [0x0f4a0000, 0x0fcc70a8, 0x0fcc7200, 0x0ff50000)
Metaspace used 8880K, capacity 9054K, committed 9216K, reserved 9600K
}
Event: 0.800 GC heap before
{Heap before GC invocations=8 (full 0):
def new generation total 4928K, used 4928K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 100% used [0x04a00000, 0x04e50000, 0x04e50000)
from space 512K, 100% used [0x04e50000, 0x04ed0000, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 8348K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 76% used [0x0f4a0000, 0x0fcc70a8, 0x0fcc7200, 0x0ff50000)
Metaspace used 9464K, capacity 9662K, committed 9728K, reserved 10624K
Event: 0.802 GC heap after
Heap after GC invocations=9 (full 0):
def new generation total 4928K, used 512K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 100% used [0x04ed0000, 0x04f50000, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 8941K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 81% used [0x0f4a0000, 0x0fd5b550, 0x0fd5b600, 0x0ff50000)
Metaspace used 9464K, capacity 9662K, committed 9728K, reserved 10624K
}
Event: 0.855 GC heap before
{Heap before GC invocations=9 (full 0):
def new generation total 4928K, used 4924K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 99% used [0x04a00000, 0x04e4f2b8, 0x04e50000)
from space 512K, 100% used [0x04ed0000, 0x04f50000, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 8941K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 81% used [0x0f4a0000, 0x0fd5b550, 0x0fd5b600, 0x0ff50000)
Metaspace used 10016K, capacity 10211K, committed 10368K, reserved 10624K
Event: 0.857 GC heap after
Heap after GC invocations=10 (full 0):
def new generation total 4928K, used 511K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecffc8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 10127K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 92% used [0x0f4a0000, 0x0fe83d18, 0x0fe83e00, 0x0ff50000)
Metaspace used 10016K, capacity 10211K, committed 10368K, reserved 10624K
}
Deoptimization events (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 0.185 Thread 0x002de800 Exception <a 'java/security/PrivilegedActionException'> (0x04d42f68) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.185 Thread 0x002de800 Exception <a 'java/security/PrivilegedActionException'> (0x04d46da0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.185 Thread 0x002de800 Exception <a 'java/security/PrivilegedActionException'> (0x04d46fa0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.193 Thread 0x002de800 Exception <a 'java/io/FileNotFoundException'> (0x04d983b0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 0.214 Thread 0x002de800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x04a05ac8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\methodHandles.cpp, line 1167]
Event: 0.215 Thread 0x002de800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x04a11cb0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\methodHandles.cpp, line 1167]
Event: 0.252 Thread 0x002de800 Exception <a 'java/io/FileNotFoundException'> (0x04acc680) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 0.764 Thread 0x252d6800 Exception <a 'java/lang/NoClassDefFoundError': javax/jnlp/ServiceManager> (0x04c8e588) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 199]
Event: 0.890 Thread 0x253fd800 Exception <a 'java/lang/NullPointerException'> (0x04a03da0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.890 Thread 0x253fd800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x04a03fa0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Events (10 events):
Event: 0.919 loading class jogamp/opengl/egl/EGL
Event: 0.919 loading class jogamp/opengl/egl/EGL done
Event: 0.920 loading class jogamp/opengl/egl/EGLProcAddressTable
Event: 0.920 loading class jogamp/opengl/egl/EGLProcAddressTable done
Event: 0.940 loading class jogamp/opengl/egl/EGLDisplayUtil
Event: 0.940 loading class jogamp/opengl/egl/EGLDisplayUtil done
Event: 0.941 loading class com/jogamp/nativewindow/egl/EGLGraphicsDevice$EGLDisplayLifecycleCallback
Event: 0.941 loading class com/jogamp/nativewindow/egl/EGLGraphicsDevice$EGLDisplayLifecycleCallback done
Event: 0.941 loading class jogamp/opengl/egl/EGLDisplayUtil$1
Event: 0.941 loading class jogamp/opengl/egl/EGLDisplayUtil$1 done
Dynamic libraries:
0x00fd0000 - 0x01003000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\javaw.exe
0x77de0000 - 0x77f70000 C:\Windows\SYSTEM32\ntdll.dll
0x74780000 - 0x74860000 C:\Windows\System32\KERNEL32.DLL
0x74930000 - 0x74b14000 C:\Windows\System32\KERNELBASE.dll
0x75890000 - 0x75908000 C:\Windows\System32\ADVAPI32.dll
0x75000000 - 0x750bf000 C:\Windows\System32\msvcrt.dll
0x74860000 - 0x748a4000 C:\Windows\System32\sechost.dll
0x76270000 - 0x76330000 C:\Windows\System32\RPCRT4.dll
0x746a0000 - 0x746c0000 C:\Windows\System32\SspiCli.dll
0x74690000 - 0x7469a000 C:\Windows\System32\CRYPTBASE.dll
0x74b20000 - 0x74b78000 C:\Windows\System32\bcryptPrimitives.dll
0x76330000 - 0x764bd000 C:\Windows\System32\USER32.dll
0x74fd0000 - 0x74fe7000 C:\Windows\System32\win32u.dll
0x746e0000 - 0x74702000 C:\Windows\System32\GDI32.dll
0x74d10000 - 0x74e74000 C:\Windows\System32\gdi32full.dll
0x748b0000 - 0x7492d000 C:\Windows\System32\msvcp_win.dll
0x76590000 - 0x766ad000 C:\Windows\System32\ucrtbase.dll
0x6ad50000 - 0x6af54000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17134.829_none_42f3dc1e44dde2db\COMCTL32.dll
0x75a50000 - 0x75cac000 C:\Windows\System32\combase.dll
0x74ea0000 - 0x74ec6000 C:\Windows\System32\IMM32.DLL
0x5bc00000 - 0x5bcbf000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\msvcr100.dll
0x5b630000 - 0x5ba05000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\client\jvm.dll
0x746c0000 - 0x746c6000 C:\Windows\System32\PSAPI.DLL
0x6b030000 - 0x6b038000 C:\Windows\SYSTEM32\WSOCK32.dll
0x744f0000 - 0x744f8000 C:\Windows\SYSTEM32\VERSION.dll
0x73bb0000 - 0x73bd4000 C:\Windows\SYSTEM32\WINMM.dll
0x74710000 - 0x74777000 C:\Windows\System32\WS2_32.dll
0x738e0000 - 0x73903000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x764c0000 - 0x764f9000 C:\Windows\System32\cfgmgr32.dll
0x5bbf0000 - 0x5bbfc000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\verify.dll
0x5bbc0000 - 0x5bbe1000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\java.dll
0x5bba0000 - 0x5bbb4000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\zip.dll
0x76710000 - 0x77a5a000 C:\Windows\System32\SHELL32.dll
0x76500000 - 0x76588000 C:\Windows\System32\shcore.dll
0x75cb0000 - 0x7626a000 C:\Windows\System32\windows.storage.dll
0x77ca0000 - 0x77ce5000 C:\Windows\System32\shlwapi.dll
0x750c0000 - 0x750cf000 C:\Windows\System32\kernel.appcore.dll
0x75500000 - 0x75518000 C:\Windows\System32\profapi.dll
0x77c00000 - 0x77c45000 C:\Windows\System32\powrprof.dll
0x746d0000 - 0x746d8000 C:\Windows\System32\FLTLIB.DLL
0x589e0000 - 0x58b27000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\awt.dll
0x74ed0000 - 0x74f66000 C:\Windows\System32\OLEAUT32.dll
0x74580000 - 0x7461d000 C:\Windows\SYSTEM32\apphelp.dll
0x73c00000 - 0x73c7c000 C:\Windows\system32\uxtheme.dll
0x75740000 - 0x75883000 C:\Windows\System32\MSCTF.dll
0x73b40000 - 0x73b63000 C:\Windows\system32\dwmapi.dll
0x74c10000 - 0x74d0c000 C:\Windows\System32\ole32.dll
0x69220000 - 0x692f9000 C:\Windows\system32\opengl32.dll
0x691e0000 - 0x6921f000 C:\Windows\SYSTEM32\GLU32.dll
0x5bb60000 - 0x5bb9a000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\fontmanager.dll
0x5bb40000 - 0x5bb55000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\net.dll
0x739a0000 - 0x73b3d000 C:\Windows\SYSTEM32\urlmon.dll
0x72fc0000 - 0x731e8000 C:\Windows\SYSTEM32\iertutil.dll
0x72a40000 - 0x72a96000 C:\Windows\system32\mswsock.dll
0x5bb30000 - 0x5bb3f000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\nio.dll
0x74b80000 - 0x74c03000 C:\Windows\System32\clbcatq.dll
0x51950000 - 0x51ac1000 C:\Windows\SYSTEM32\WindowsCodecs.dll
0x67f20000 - 0x67f6f000 C:\Windows\system32\dataexchange.dll
0x67b80000 - 0x67dd2000 C:\Windows\system32\d3d11.dll
0x67de0000 - 0x67f1c000 C:\Windows\system32\dcomp.dll
0x67ae0000 - 0x67b78000 C:\Windows\system32\dxgi.dll
0x6b690000 - 0x6b7f5000 C:\Windows\system32\twinapi.appcore.dll
0x6b660000 - 0x6b681000 C:\Windows\system32\RMCLIENT.dll
0x5baf0000 - 0x5bb22000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\t2k.dll
0x6f8b0000 - 0x6f8c3000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x6f880000 - 0x6f8af000 C:\Windows\system32\rsaenh.dll
0x73be0000 - 0x73bf9000 C:\Windows\SYSTEM32\bcrypt.dll
0x74550000 - 0x74571000 C:\Windows\SYSTEM32\USERENV.dll
0x74520000 - 0x74550000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x74e90000 - 0x74e97000 C:\Windows\System32\NSI.dll
0x71010000 - 0x71023000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x70f70000 - 0x70f84000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x637c0000 - 0x637cb000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\gluegen-rt.dll
0x5bae0000 - 0x5bae6000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\jawt.dll
0x6a440000 - 0x6a44b000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\nativewindow_awt.dll
0x6c100000 - 0x6c10c000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\nativewindow_win32.dll
0x64500000 - 0x64592000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\jogl_desktop.dll
0x5b610000 - 0x5b62e000 C:\Windows\SYSTEM32\libGLESv1_CM.dll
0x57e50000 - 0x589d7000 C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_9060c624376479b7\ig9icd32.dll
0x5b5e0000 - 0x5b603000 C:\Windows\SYSTEM32\libEGL.dll
0x64340000 - 0x6438a000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\jogl_mobile.dll
0x5b5b0000 - 0x5b5d6000 C:\Windows\SYSTEM32\libGLESv2.dll
0x56110000 - 0x57e4b000 C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_ee9a169cb85dcef3\nvoglv32.dll
0x750d0000 - 0x754fb000 C:\Windows\System32\SETUPAPI.dll
0x74620000 - 0x7462f000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x68820000 - 0x68842000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x77c50000 - 0x77c97000 C:\Windows\System32\WINTRUST.dll
0x74ff0000 - 0x74ffe000 C:\Windows\System32\MSASN1.dll
0x77a60000 - 0x77bf6000 C:\Windows\System32\CRYPT32.dll
0x72560000 - 0x72589000 C:\Windows\SYSTEM32\ntmarta.dll
0x55ef0000 - 0x56105000 C:\Windows\system32\nvspcap.dll
0x68a50000 - 0x68bd2000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -Xmx512m -Dhaven.authck=269897745a3d0c113be4b54372ed18879061134c546743e48d1cec422066acd0 -Dhaven.errorurl=http://game.havenandhearth.com/java/error -Dhaven.defserv=game.havenandhearth.com -Dhaven.resurl=http://game.havenandhearth.com/hres/ -Dhaven.cachebase=http://game.havenandhearth.com/java/ -Dhaven.fullscreen=off -Dhaven.authuser=yonatankes -Dhaven.screenurl=http://game.havenandhearth.com/mt/ss
java_command: haven.MainFrame
java_class_path (initial): C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\hafen.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\hafen-res.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\builtin-res.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-windows-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-windows-amd64.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-solaris-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-solaris-amd64.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-amd64.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-armv6.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-armv6hf.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-macosx-universal.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\gluegen-rt.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\gluegen-rt-natives-windows-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\gluegen-rt-natives-windows-amd64.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Users\yonat\AppData\Local\Microsoft\WindowsApps;
USERNAME=yonat
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 17134 (10.0.17134.753)
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 8235804k(4522412k free), swap 16624412k(9026860k free)
vm_info: Java HotSpot(TM) Client VM (25.221-b11) for windows-x86 JRE (1.8.0_221-b11), built on Jul 4 2019 19:25:56 by "java_re" with MS VC++ 10.0 (VS2010)
time: Tue Jul 23 23:09:48 2019
timezone: Jerusalem Summer Time
elapsed time: 1 seconds (0d 0h 0m 1s)
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=15996, tid=0x000015b0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)
# Java VM: Java HotSpot(TM) Client VM (25.221-b11 mixed mode windows-x86 )
# Problematic frame:
# C 0x00000000
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x252d6800): JavaThread "Haven main thread" [_thread_in_native, id=5552, stack(0x275b0000,0x27600000)]
siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x00000000
Registers:
EAX=0x275fe9f4, EBX=0x2cb35760, ECX=0x00000000, EDX=0x275fe97c
ESP=0x275fe950, EBP=0x275fea20, ESI=0x00000000, EDI=0x00124420
EIP=0x00000000, EFLAGS=0x00010216
Top of Stack: (sp=0x275fe950)
0x275fe950: 5b5e8139 e30109de 275fe9f4 00000000
0x275fe960: 00000400 2cb35760 275fe9cc cfcd934b
0x275fe970: 00124420 5b5e7500 00124400 2cb35760
0x275fe980: 2cb36760 2cb36760 00000002 00000020
0x275fe990: 77e5e640 00000000 00000000 00fd0000
0x275fe9a0: 00000000 00000000 00000000 00000000
0x275fe9b0: 5b5f84ac 001f0a44 e30109de 00fd0000
0x275fe9c0: 275fe9d8 275fea40 000a0000 00000000
Instructions: (pc=0x00000000)
0xffffffe0:
Register to memory mapping:
EAX=0x275fe9f4 is pointing into the stack for thread: 0x252d6800
EBX=0x2cb35760 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x275fe97c is pointing into the stack for thread: 0x252d6800
ESP=0x275fe950 is pointing into the stack for thread: 0x252d6800
EBP=0x275fea20 is pointing into the stack for thread: 0x252d6800
ESI=0x00000000 is an unknown value
EDI=0x00124420 is an unknown value
Stack: [0x275b0000,0x27600000], sp=0x275fe950, free space=314k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.egl.EGL.dispatch_eglGetDisplay0(JJ)J+0
j jogamp.opengl.egl.EGL.eglGetDisplay(J)J+25
j jogamp.opengl.egl.EGLDisplayUtil.eglGetDisplay(J)J+1
j jogamp.opengl.egl.EGLDisplayUtil.eglGetDisplayAndInitialize(J[J[ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)I+5
j jogamp.opengl.egl.EGLDisplayUtil.eglGetDisplayAndInitialize([J)J+15
j jogamp.opengl.egl.EGLDisplayUtil$1.eglGetAndInitDisplay([J)J+1
j com.jogamp.nativewindow.egl.EGLGraphicsDevice.open()Z+66
j jogamp.opengl.egl.EGLDisplayUtil.eglCreateEGLGraphicsDevice(JLjava/lang/String;I)Lcom/jogamp/nativewindow/egl/EGLGraphicsDevice;+18
j jogamp.opengl.egl.EGLDrawableFactory.<init>()V+543
v ~StubRoutines::call_stub
j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+85
j sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
j java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+79
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+2
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+6
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;Ljava/lang/ClassLoader;)Ljava/lang/Object;+8
j com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;+4
j javax.media.opengl.GLDrawableFactory.initSingletonImpl()V+264
j javax.media.opengl.GLDrawableFactory.initSingleton()V+22
j javax.media.opengl.GLProfile.initProfilesForDefaultDevices()V+132
j javax.media.opengl.GLProfile.access$100()V+0
j javax.media.opengl.GLProfile$1.run()Ljava/lang/Object;+81
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
j javax.media.opengl.GLProfile.initSingleton()V+66
j javax.media.opengl.GLProfile.getProfileMap(Ljavax/media/nativewindow/AbstractGraphicsDevice;Z)Ljava/util/HashMap;+0
j javax.media.opengl.GLProfile.get(Ljavax/media/nativewindow/AbstractGraphicsDevice;Ljava/lang/String;)Ljavax/media/opengl/GLProfile;+19
j javax.media.opengl.GLProfile.getDefault(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLProfile;+3
j javax.media.opengl.GLProfile.getDefault()Ljavax/media/opengl/GLProfile;+3
j haven.HavenPanel.stdcaps()Ljavax/media/opengl/GLCapabilities;+0
j haven.HavenPanel.<init>(IILjavax/media/opengl/GLCapabilitiesChooser;)V+1
j haven.HavenPanel.<init>(II)V+4
j haven.MainFrame.<init>(Lhaven/Coord;)V+196
j haven.MainFrame.main2([Ljava/lang/String;)V+20
j haven.MainFrame.access$100([Ljava/lang/String;)V+1
j haven.MainFrame$7.run()V+4
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x253fd800 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=7368, stack(0x278d0000,0x27920000)]
0x25312400 JavaThread "Haven resource loader" daemon [_thread_blocked, id=15148, stack(0x27640000,0x27690000)]
0x002de800 JavaThread "DestroyJavaVM" [_thread_blocked, id=1384, stack(0x028f0000,0x02940000)]
=>0x252d6800 JavaThread "Haven main thread" [_thread_in_native, id=5552, stack(0x275b0000,0x27600000)]
0x25281800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=8172, stack(0x26d60000,0x26db0000)]
0x251a0c00 JavaThread "Error reporter" daemon [_thread_blocked, id=10868, stack(0x258c0000,0x25910000)]
0x25192000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=14592, stack(0x25830000,0x25880000)]
0x25191400 JavaThread "AWT-Shutdown" [_thread_blocked, id=7484, stack(0x257a0000,0x257f0000)]
0x25190800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12144, stack(0x25710000,0x25760000)]
0x24a4a000 JavaThread "Service Thread" daemon [_thread_blocked, id=9780, stack(0x25000000,0x25050000)]
0x24a28400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=8492, stack(0x24f70000,0x24fc0000)]
0x24a27400 JavaThread "Attach Listener" daemon [_thread_blocked, id=6228, stack(0x24ee0000,0x24f30000)]
0x24a25400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7580, stack(0x24e50000,0x24ea0000)]
0x24a1c400 JavaThread "Finalizer" daemon [_thread_blocked, id=15928, stack(0x24cd0000,0x24d20000)]
0x24a06400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2804, stack(0x24c40000,0x24c90000)]
Other Threads:
0x24a01400 VMThread [stack: 0x04980000,0x049d0000] [id=8048]
0x24a55000 WatcherThread [stack: 0x25090000,0x250e0000] [id=9284]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
def new generation total 4928K, used 4288K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 85% used [0x04a00000, 0x04db0198, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecffc8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 10127K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 92% used [0x0f4a0000, 0x0fe83d18, 0x0fe83e00, 0x0ff50000)
Metaspace used 11826K, capacity 12001K, committed 12160K, reserved 12672K
Card table byte_map: [0x00900000,0x00a10000] byte_map_base: 0x008db000
Polling page: 0x00090000
CodeCache: size=32768Kb used=1451Kb max_used=1451Kb free=31316Kb
bounds [0x02940000, 0x02ab0000, 0x04940000]
total_blobs=942 nmethods=550 adapters=322
compilation: enabled
Compilation events (10 events):
Event: 0.921 Thread 0x24a28400 551 java.lang.AbstractStringBuilder::append (62 bytes)
Event: 0.921 Thread 0x24a28400 nmethod 551 0x02aa8888 code [0x02aa89d0, 0x02aa8ca0]
Event: 0.940 Thread 0x24a28400 552 java.util.ArrayList$Itr::hasNext (20 bytes)
Event: 0.940 Thread 0x24a28400 nmethod 552 0x02aa8fc8 code [0x02aa90c0, 0x02aa9160]
Event: 0.940 Thread 0x24a28400 553 com.jogamp.gluegen.runtime.opengl.GLNameResolver::getExtensionIdx (81 bytes)
Event: 0.940 Thread 0x24a28400 nmethod 553 0x02aa9488 code [0x02aa95e0, 0x02aa991c]
Event: 0.940 Thread 0x24a28400 554 java.lang.StringBuilder::append (8 bytes)
Event: 0.940 Thread 0x24a28400 nmethod 554 0x02aa9d48 code [0x02aa9e40, 0x02aa9edc]
Event: 0.940 Thread 0x24a28400 555 jogamp.common.os.WindowsDynamicLinkerImpl::lookupSymbol (190 bytes)
Event: 0.941 Thread 0x24a28400 nmethod 555 0x02aa9f48 code [0x02aaa110, 0x02aaa7cc]
GC Heap History (10 events):
Event: 0.604 GC heap before
{Heap before GC invocations=5 (full 0):
def new generation total 4928K, used 3784K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 74% used [0x04a00000, 0x04d32058, 0x04e50000)
from space 512K, 100% used [0x04ed0000, 0x04f50000, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 5541K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 50% used [0x0f4a0000, 0x0fa09570, 0x0fa09600, 0x0ff50000)
Metaspace used 8453K, capacity 8621K, committed 8704K, reserved 9600K
Event: 0.606 GC heap after
Heap after GC invocations=6 (full 0):
def new generation total 4928K, used 511K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecfff8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 6236K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 56% used [0x0f4a0000, 0x0fab7030, 0x0fab7200, 0x0ff50000)
Metaspace used 8453K, capacity 8621K, committed 8704K, reserved 9600K
}
Event: 0.657 GC heap before
{Heap before GC invocations=6 (full 0):
def new generation total 4928K, used 4927K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 100% used [0x04a00000, 0x04e50000, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecfff8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 6236K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 56% used [0x0f4a0000, 0x0fab7030, 0x0fab7200, 0x0ff50000)
Metaspace used 8594K, capacity 8756K, committed 8832K, reserved 9600K
Event: 0.658 GC heap after
Heap after GC invocations=7 (full 0):
def new generation total 4928K, used 337K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 65% used [0x04ed0000, 0x04f24690, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 7928K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 72% used [0x0f4a0000, 0x0fc5e0c8, 0x0fc5e200, 0x0ff50000)
Metaspace used 8594K, capacity 8756K, committed 8832K, reserved 9600K
}
Event: 0.743 GC heap before
{Heap before GC invocations=7 (full 0):
def new generation total 4928K, used 4753K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 100% used [0x04a00000, 0x04e50000, 0x04e50000)
from space 512K, 65% used [0x04ed0000, 0x04f24690, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 7928K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 72% used [0x0f4a0000, 0x0fc5e0c8, 0x0fc5e200, 0x0ff50000)
Metaspace used 8880K, capacity 9054K, committed 9216K, reserved 9600K
Event: 0.745 GC heap after
Heap after GC invocations=8 (full 0):
def new generation total 4928K, used 512K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 100% used [0x04e50000, 0x04ed0000, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 8348K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 76% used [0x0f4a0000, 0x0fcc70a8, 0x0fcc7200, 0x0ff50000)
Metaspace used 8880K, capacity 9054K, committed 9216K, reserved 9600K
}
Event: 0.800 GC heap before
{Heap before GC invocations=8 (full 0):
def new generation total 4928K, used 4928K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 100% used [0x04a00000, 0x04e50000, 0x04e50000)
from space 512K, 100% used [0x04e50000, 0x04ed0000, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 8348K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 76% used [0x0f4a0000, 0x0fcc70a8, 0x0fcc7200, 0x0ff50000)
Metaspace used 9464K, capacity 9662K, committed 9728K, reserved 10624K
Event: 0.802 GC heap after
Heap after GC invocations=9 (full 0):
def new generation total 4928K, used 512K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 100% used [0x04ed0000, 0x04f50000, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 8941K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 81% used [0x0f4a0000, 0x0fd5b550, 0x0fd5b600, 0x0ff50000)
Metaspace used 9464K, capacity 9662K, committed 9728K, reserved 10624K
}
Event: 0.855 GC heap before
{Heap before GC invocations=9 (full 0):
def new generation total 4928K, used 4924K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 99% used [0x04a00000, 0x04e4f2b8, 0x04e50000)
from space 512K, 100% used [0x04ed0000, 0x04f50000, 0x04f50000)
to space 512K, 0% used [0x04e50000, 0x04e50000, 0x04ed0000)
tenured generation total 10944K, used 8941K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 81% used [0x0f4a0000, 0x0fd5b550, 0x0fd5b600, 0x0ff50000)
Metaspace used 10016K, capacity 10211K, committed 10368K, reserved 10624K
Event: 0.857 GC heap after
Heap after GC invocations=10 (full 0):
def new generation total 4928K, used 511K [0x04a00000, 0x04f50000, 0x0f4a0000)
eden space 4416K, 0% used [0x04a00000, 0x04a00000, 0x04e50000)
from space 512K, 99% used [0x04e50000, 0x04ecffc8, 0x04ed0000)
to space 512K, 0% used [0x04ed0000, 0x04ed0000, 0x04f50000)
tenured generation total 10944K, used 10127K [0x0f4a0000, 0x0ff50000, 0x24a00000)
the space 10944K, 92% used [0x0f4a0000, 0x0fe83d18, 0x0fe83e00, 0x0ff50000)
Metaspace used 10016K, capacity 10211K, committed 10368K, reserved 10624K
}
Deoptimization events (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 0.185 Thread 0x002de800 Exception <a 'java/security/PrivilegedActionException'> (0x04d42f68) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.185 Thread 0x002de800 Exception <a 'java/security/PrivilegedActionException'> (0x04d46da0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.185 Thread 0x002de800 Exception <a 'java/security/PrivilegedActionException'> (0x04d46fa0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.193 Thread 0x002de800 Exception <a 'java/io/FileNotFoundException'> (0x04d983b0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 0.214 Thread 0x002de800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x04a05ac8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\methodHandles.cpp, line 1167]
Event: 0.215 Thread 0x002de800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x04a11cb0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\methodHandles.cpp, line 1167]
Event: 0.252 Thread 0x002de800 Exception <a 'java/io/FileNotFoundException'> (0x04acc680) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 0.764 Thread 0x252d6800 Exception <a 'java/lang/NoClassDefFoundError': javax/jnlp/ServiceManager> (0x04c8e588) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 199]
Event: 0.890 Thread 0x253fd800 Exception <a 'java/lang/NullPointerException'> (0x04a03da0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.890 Thread 0x253fd800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x04a03fa0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Events (10 events):
Event: 0.919 loading class jogamp/opengl/egl/EGL
Event: 0.919 loading class jogamp/opengl/egl/EGL done
Event: 0.920 loading class jogamp/opengl/egl/EGLProcAddressTable
Event: 0.920 loading class jogamp/opengl/egl/EGLProcAddressTable done
Event: 0.940 loading class jogamp/opengl/egl/EGLDisplayUtil
Event: 0.940 loading class jogamp/opengl/egl/EGLDisplayUtil done
Event: 0.941 loading class com/jogamp/nativewindow/egl/EGLGraphicsDevice$EGLDisplayLifecycleCallback
Event: 0.941 loading class com/jogamp/nativewindow/egl/EGLGraphicsDevice$EGLDisplayLifecycleCallback done
Event: 0.941 loading class jogamp/opengl/egl/EGLDisplayUtil$1
Event: 0.941 loading class jogamp/opengl/egl/EGLDisplayUtil$1 done
Dynamic libraries:
0x00fd0000 - 0x01003000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\javaw.exe
0x77de0000 - 0x77f70000 C:\Windows\SYSTEM32\ntdll.dll
0x74780000 - 0x74860000 C:\Windows\System32\KERNEL32.DLL
0x74930000 - 0x74b14000 C:\Windows\System32\KERNELBASE.dll
0x75890000 - 0x75908000 C:\Windows\System32\ADVAPI32.dll
0x75000000 - 0x750bf000 C:\Windows\System32\msvcrt.dll
0x74860000 - 0x748a4000 C:\Windows\System32\sechost.dll
0x76270000 - 0x76330000 C:\Windows\System32\RPCRT4.dll
0x746a0000 - 0x746c0000 C:\Windows\System32\SspiCli.dll
0x74690000 - 0x7469a000 C:\Windows\System32\CRYPTBASE.dll
0x74b20000 - 0x74b78000 C:\Windows\System32\bcryptPrimitives.dll
0x76330000 - 0x764bd000 C:\Windows\System32\USER32.dll
0x74fd0000 - 0x74fe7000 C:\Windows\System32\win32u.dll
0x746e0000 - 0x74702000 C:\Windows\System32\GDI32.dll
0x74d10000 - 0x74e74000 C:\Windows\System32\gdi32full.dll
0x748b0000 - 0x7492d000 C:\Windows\System32\msvcp_win.dll
0x76590000 - 0x766ad000 C:\Windows\System32\ucrtbase.dll
0x6ad50000 - 0x6af54000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17134.829_none_42f3dc1e44dde2db\COMCTL32.dll
0x75a50000 - 0x75cac000 C:\Windows\System32\combase.dll
0x74ea0000 - 0x74ec6000 C:\Windows\System32\IMM32.DLL
0x5bc00000 - 0x5bcbf000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\msvcr100.dll
0x5b630000 - 0x5ba05000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\client\jvm.dll
0x746c0000 - 0x746c6000 C:\Windows\System32\PSAPI.DLL
0x6b030000 - 0x6b038000 C:\Windows\SYSTEM32\WSOCK32.dll
0x744f0000 - 0x744f8000 C:\Windows\SYSTEM32\VERSION.dll
0x73bb0000 - 0x73bd4000 C:\Windows\SYSTEM32\WINMM.dll
0x74710000 - 0x74777000 C:\Windows\System32\WS2_32.dll
0x738e0000 - 0x73903000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x764c0000 - 0x764f9000 C:\Windows\System32\cfgmgr32.dll
0x5bbf0000 - 0x5bbfc000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\verify.dll
0x5bbc0000 - 0x5bbe1000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\java.dll
0x5bba0000 - 0x5bbb4000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\zip.dll
0x76710000 - 0x77a5a000 C:\Windows\System32\SHELL32.dll
0x76500000 - 0x76588000 C:\Windows\System32\shcore.dll
0x75cb0000 - 0x7626a000 C:\Windows\System32\windows.storage.dll
0x77ca0000 - 0x77ce5000 C:\Windows\System32\shlwapi.dll
0x750c0000 - 0x750cf000 C:\Windows\System32\kernel.appcore.dll
0x75500000 - 0x75518000 C:\Windows\System32\profapi.dll
0x77c00000 - 0x77c45000 C:\Windows\System32\powrprof.dll
0x746d0000 - 0x746d8000 C:\Windows\System32\FLTLIB.DLL
0x589e0000 - 0x58b27000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\awt.dll
0x74ed0000 - 0x74f66000 C:\Windows\System32\OLEAUT32.dll
0x74580000 - 0x7461d000 C:\Windows\SYSTEM32\apphelp.dll
0x73c00000 - 0x73c7c000 C:\Windows\system32\uxtheme.dll
0x75740000 - 0x75883000 C:\Windows\System32\MSCTF.dll
0x73b40000 - 0x73b63000 C:\Windows\system32\dwmapi.dll
0x74c10000 - 0x74d0c000 C:\Windows\System32\ole32.dll
0x69220000 - 0x692f9000 C:\Windows\system32\opengl32.dll
0x691e0000 - 0x6921f000 C:\Windows\SYSTEM32\GLU32.dll
0x5bb60000 - 0x5bb9a000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\fontmanager.dll
0x5bb40000 - 0x5bb55000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\net.dll
0x739a0000 - 0x73b3d000 C:\Windows\SYSTEM32\urlmon.dll
0x72fc0000 - 0x731e8000 C:\Windows\SYSTEM32\iertutil.dll
0x72a40000 - 0x72a96000 C:\Windows\system32\mswsock.dll
0x5bb30000 - 0x5bb3f000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\nio.dll
0x74b80000 - 0x74c03000 C:\Windows\System32\clbcatq.dll
0x51950000 - 0x51ac1000 C:\Windows\SYSTEM32\WindowsCodecs.dll
0x67f20000 - 0x67f6f000 C:\Windows\system32\dataexchange.dll
0x67b80000 - 0x67dd2000 C:\Windows\system32\d3d11.dll
0x67de0000 - 0x67f1c000 C:\Windows\system32\dcomp.dll
0x67ae0000 - 0x67b78000 C:\Windows\system32\dxgi.dll
0x6b690000 - 0x6b7f5000 C:\Windows\system32\twinapi.appcore.dll
0x6b660000 - 0x6b681000 C:\Windows\system32\RMCLIENT.dll
0x5baf0000 - 0x5bb22000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\t2k.dll
0x6f8b0000 - 0x6f8c3000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x6f880000 - 0x6f8af000 C:\Windows\system32\rsaenh.dll
0x73be0000 - 0x73bf9000 C:\Windows\SYSTEM32\bcrypt.dll
0x74550000 - 0x74571000 C:\Windows\SYSTEM32\USERENV.dll
0x74520000 - 0x74550000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x74e90000 - 0x74e97000 C:\Windows\System32\NSI.dll
0x71010000 - 0x71023000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x70f70000 - 0x70f84000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x637c0000 - 0x637cb000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\gluegen-rt.dll
0x5bae0000 - 0x5bae6000 C:\Program Files (x86)\Java\jre1.8.0_221\bin\jawt.dll
0x6a440000 - 0x6a44b000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\nativewindow_awt.dll
0x6c100000 - 0x6c10c000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\nativewindow_win32.dll
0x64500000 - 0x64592000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\jogl_desktop.dll
0x5b610000 - 0x5b62e000 C:\Windows\SYSTEM32\libGLESv1_CM.dll
0x57e50000 - 0x589d7000 C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_9060c624376479b7\ig9icd32.dll
0x5b5e0000 - 0x5b603000 C:\Windows\SYSTEM32\libEGL.dll
0x64340000 - 0x6438a000 C:\Users\yonat\AppData\Local\Temp\jogamp_0000\file_cache\jln9125543414720391993\jln4573292573375440907\jogl_mobile.dll
0x5b5b0000 - 0x5b5d6000 C:\Windows\SYSTEM32\libGLESv2.dll
0x56110000 - 0x57e4b000 C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_ee9a169cb85dcef3\nvoglv32.dll
0x750d0000 - 0x754fb000 C:\Windows\System32\SETUPAPI.dll
0x74620000 - 0x7462f000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x68820000 - 0x68842000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x77c50000 - 0x77c97000 C:\Windows\System32\WINTRUST.dll
0x74ff0000 - 0x74ffe000 C:\Windows\System32\MSASN1.dll
0x77a60000 - 0x77bf6000 C:\Windows\System32\CRYPT32.dll
0x72560000 - 0x72589000 C:\Windows\SYSTEM32\ntmarta.dll
0x55ef0000 - 0x56105000 C:\Windows\system32\nvspcap.dll
0x68a50000 - 0x68bd2000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -Xmx512m -Dhaven.authck=269897745a3d0c113be4b54372ed18879061134c546743e48d1cec422066acd0 -Dhaven.errorurl=http://game.havenandhearth.com/java/error -Dhaven.defserv=game.havenandhearth.com -Dhaven.resurl=http://game.havenandhearth.com/hres/ -Dhaven.cachebase=http://game.havenandhearth.com/java/ -Dhaven.fullscreen=off -Dhaven.authuser=yonatankes -Dhaven.screenurl=http://game.havenandhearth.com/mt/ss
java_command: haven.MainFrame
java_class_path (initial): C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\hafen.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\hafen-res.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\builtin-res.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-windows-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-windows-amd64.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-solaris-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-solaris-amd64.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-amd64.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-armv6.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-linux-armv6hf.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\jogl-all-natives-macosx-universal.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\gluegen-rt.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\gluegen-rt-natives-windows-i586.jar;C:\Users\yonat\AppData\Roaming\Haven Launcher\cache\https\game.havenandhearth.com\java\jogl2\jar\gluegen-rt-natives-windows-amd64.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Users\yonat\AppData\Local\Microsoft\WindowsApps;
USERNAME=yonat
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 17134 (10.0.17134.753)
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 8235804k(4522412k free), swap 16624412k(9026860k free)
vm_info: Java HotSpot(TM) Client VM (25.221-b11) for windows-x86 JRE (1.8.0_221-b11), built on Jul 4 2019 19:25:56 by "java_re" with MS VC++ 10.0 (VS2010)
time: Tue Jul 23 23:09:48 2019
timezone: Jerusalem Summer Time
elapsed time: 1 seconds (0d 0h 0m 1s)