#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5daa77d2, pid=4888, tid=8832
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b94) (build 1.8.0-ea-b94)
# Java VM: Java HotSpot(TM) Client VM (25.0-b36 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [UIAutomationCore.DLL+0x177d2]
#
# 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.sun.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 (0x02f26400):  JavaThread "JavaFX Application Thread" [_thread_in_native, id=8832, stack(0x03160000,0x031b0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000008

Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x031ae718, EDX=0x662c90cc
ESP=0x031ae734, EBP=0x031ae744, ESI=0x031ae750, EDI=0x031ae778
EIP=0x5daa77d2, EFLAGS=0x00010206

Top of Stack: (sp=0x031ae734)
0x031ae734:   031ae750 033d5910 00000000 031ae7b0
0x031ae744:   031ae76c 5daa0e5d 80070057 00000000
0x031ae754:   031ae818 002addc0 002addc0 00001389
0x031ae764:   033d5908 00000000 031ae780 723a5d4d
0x031ae774:   17580750 00000000 00000000 031ae7b8
0x031ae784:   723a5d82 002addc0 031ae7b0 031ae818
0x031ae794:   00000000 723a534c 00000003 002adde8
0x031ae7a4:   031ae818 723a534c 002addc0 00000000 

Instructions: (pc=0x5daa77d2)
0x5daa77b2:   08 8b 75 0c 89 5d 0c e9 17 97 ff ff 8b 45 0c 3b
0x5daa77c2:   c3 74 06 8b 08 50 ff 51 08 3b f3 74 06 8b 06 56
0x5daa77d2:   ff 50 08 8b 45 08 e9 0a 97 ff ff 39 5d 10 74 08
0x5daa77e2:   39 9f 80 db af 5d 74 2f 8b 4d 0c 6b f6 18 81 c6 


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x031ae718 is pointing into the stack for thread: 0x02f26400
EDX=0x662c90cc is an unknown value
ESP=0x031ae734 is pointing into the stack for thread: 0x02f26400
EBP=0x031ae744 is pointing into the stack for thread: 0x02f26400
ESI=0x031ae750 is pointing into the stack for thread: 0x02f26400
EDI=0x031ae778 is pointing into the stack for thread: 0x02f26400


Stack: [0x03160000,0x031b0000],  sp=0x031ae734,  free space=313k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [UIAutomationCore.DLL+0x177d2]
C  [UIAutomationCore.DLL+0x10e5d]
C  [oleacc.dll+0x5d4d]
C  [oleacc.dll+0x5d82]
C  [oleacc.dll+0x5a5c]
C  [oleacc.dll+0x5667]
C  [oleacc.dll+0x5621]
C  [oleacc.dll+0x5317]
C  [tiptsf.dll+0x2920]
C  [tiptsf.dll+0x24b8]
C  [tiptsf.dll+0x2477]
C  [tiptsf.dll+0x1b8d]
C  [USER32.dll+0x130ec]
C  [ntdll.dll+0x46fce]
C  [UIAutomationCore.DLL+0x11659]
C  [UIAutomationCore.DLL+0x11739]
C  [UIAutomationCore.DLL+0x116ff]
C  [glass.dll+0x16e2f]
j  com.sun.glass.ui.accessible.win.WinAccessibleBaseProvider.fireEvent(I)V+87
j  com.sun.javafx.tk.quantum.WindowStage.accessibleFireEvent(Ljava/lang/Object;I)V+12
j  com.sun.javafx.accessible.AccessibleNode.fireEvent(I)V+15
j  com.sun.javafx.scene.control.accessible.AccessibleControl.fireEvent(I)V+2
j  com.sun.javafx.scene.control.accessible.AccessibleControl$1.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Boolean;Ljava/lang/Boolean;)V+64
j  com.sun.javafx.scene.control.accessible.AccessibleControl$1.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+10
j  com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent()V+71
j  com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Lcom/sun/javafx/binding/ExpressionHelper;)V+5
j  javafx.beans.property.ReadOnlyBooleanPropertyBase.fireValueChangedEvent()V+4
j  javafx.scene.Node$FocusedProperty.notifyListeners()V+8
j  javafx.scene.Scene$13.invalidated()V+133
j  javafx.beans.property.ObjectPropertyBase.markInvalid()V+13
j  javafx.beans.property.ObjectPropertyBase.set(Ljava/lang/Object;)V+31
j  javafx.scene.Scene$KeyHandler.setFocusOwner(Ljavafx/scene/Node;)V+8
j  javafx.scene.Scene$KeyHandler.requestFocus(Ljavafx/scene/Node;)V+25
j  javafx.scene.Scene$KeyHandler.access$2300(Ljavafx/scene/Scene$KeyHandler;Ljavafx/scene/Node;)V+2
j  javafx.scene.Scene.requestFocus(Ljavafx/scene/Node;)V+5
j  javafx.scene.Node.requestFocus()V+12
j  com.sun.javafx.scene.traversal.TraversalEngine.getTopLeftFocusableNode()I+361
j  javafx.scene.Scene.focusInitial()V+7
j  javafx.scene.Scene.access$3400(Ljavafx/scene/Scene;)V+1
j  javafx.scene.Scene$ScenePulseListener.focusCleanup()V+26
j  javafx.scene.Scene$ScenePulseListener.pulse()V+382
j  com.sun.javafx.tk.Toolkit.firePulse()V+153
j  com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Z)V+79
j  com.sun.javafx.tk.quantum.QuantumToolkit.pulse()V+2
j  com.sun.javafx.tk.quantum.QuantumToolkit$16.run()V+4
j  com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V+4
v  ~StubRoutines::call_stub
V  [jvm.dll+0x12c2a5]
V  [jvm.dll+0x1e1ebe]
V  [jvm.dll+0x12c33e]
V  [jvm.dll+0xb99d5]
V  [jvm.dll+0xbc96c]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.glass.ui.accessible.win.WinAccessibleBaseProvider._fireEvent(JI)V+0
j  com.sun.glass.ui.accessible.win.WinAccessibleBaseProvider.fireEvent(I)V+87
j  com.sun.javafx.tk.quantum.WindowStage.accessibleFireEvent(Ljava/lang/Object;I)V+12
j  com.sun.javafx.accessible.AccessibleNode.fireEvent(I)V+15
j  com.sun.javafx.scene.control.accessible.AccessibleControl.fireEvent(I)V+2
j  com.sun.javafx.scene.control.accessible.AccessibleControl$1.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Boolean;Ljava/lang/Boolean;)V+64
j  com.sun.javafx.scene.control.accessible.AccessibleControl$1.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+10
j  com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent()V+71
j  com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Lcom/sun/javafx/binding/ExpressionHelper;)V+5
j  javafx.beans.property.ReadOnlyBooleanPropertyBase.fireValueChangedEvent()V+4
j  javafx.scene.Node$FocusedProperty.notifyListeners()V+8
j  javafx.scene.Scene$13.invalidated()V+133
j  javafx.beans.property.ObjectPropertyBase.markInvalid()V+13
j  javafx.beans.property.ObjectPropertyBase.set(Ljava/lang/Object;)V+31
j  javafx.scene.Scene$KeyHandler.setFocusOwner(Ljavafx/scene/Node;)V+8
j  javafx.scene.Scene$KeyHandler.requestFocus(Ljavafx/scene/Node;)V+25
j  javafx.scene.Scene$KeyHandler.access$2300(Ljavafx/scene/Scene$KeyHandler;Ljavafx/scene/Node;)V+2
j  javafx.scene.Scene.requestFocus(Ljavafx/scene/Node;)V+5
j  javafx.scene.Node.requestFocus()V+12
j  com.sun.javafx.scene.traversal.TraversalEngine.getTopLeftFocusableNode()I+361
j  javafx.scene.Scene.focusInitial()V+7
j  javafx.scene.Scene.access$3400(Ljavafx/scene/Scene;)V+1
j  javafx.scene.Scene$ScenePulseListener.focusCleanup()V+26
j  javafx.scene.Scene$ScenePulseListener.pulse()V+382
j  com.sun.javafx.tk.Toolkit.firePulse()V+153
j  com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Z)V+79
j  com.sun.javafx.tk.quantum.QuantumToolkit.pulse()V+2
j  com.sun.javafx.tk.quantum.QuantumToolkit$16.run()V+4
j  com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V+4
v  ~StubRoutines::call_stub
j  com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0
j  com.sun.glass.ui.win.WinApplication.access$300(Lcom/sun/glass/ui/win/WinApplication;Ljava/lang/Runnable;)V+2
j  com.sun.glass.ui.win.WinApplication$3$1.run()V+25
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x175a2800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=5716, stack(0x17bf0000,0x17c40000)]
  0x02f4ec00 JavaThread "JavaFX-Launcher" [_thread_blocked, id=4204, stack(0x17060000,0x170b0000)]
  0x02f4b800 JavaThread "Thread-2" daemon [_thread_in_native, id=4664, stack(0x16f40000,0x16f90000)]
=>0x02f26400 JavaThread "JavaFX Application Thread" [_thread_in_native, id=8832, stack(0x03160000,0x031b0000)]
  0x02f2e800 JavaThread "Thread-1" daemon [_thread_blocked, id=8636, stack(0x01c60000,0x01cb0000)]
  0x02ef2c00 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=4348, stack(0x01a70000,0x01ac0000)]
  0x013ec800 JavaThread "Service Thread" daemon [_thread_blocked, id=5392, stack(0x01c00000,0x01c50000)]
  0x013d1c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2764, stack(0x01bb0000,0x01c00000)]
  0x013ce800 JavaThread "Attach Listener" daemon [_thread_blocked, id=360, stack(0x01ac0000,0x01b10000)]
  0x013cb000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6960, stack(0x015a0000,0x015f0000)]
  0x01366800 JavaThread "Finalizer" daemon [_thread_blocked, id=6648, stack(0x01b20000,0x01b70000)]
  0x01361400 JavaThread "Reference Handler" daemon [_thread_blocked, id=7352, stack(0x015f0000,0x01640000)]
  0x014cb400 JavaThread "main" [_thread_blocked, id=1244, stack(0x01500000,0x01550000)]

Other Threads:
  0x0135f800 VMThread [stack: 0x019f0000,0x01a40000] [id=10008]
  0x01403000 WatcherThread [stack: 0x02760000,0x027b0000] [id=4040]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 def new generation   total 4928K, used 2410K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K,  44% used [0x05940000, 0x05b2d7a0, 0x05d90000)
  from space 512K,  85% used [0x05d90000, 0x05dfd3c0, 0x05e10000)
  to   space 512K,   0% used [0x05e10000, 0x05e10000, 0x05e90000)
 tenured generation   total 10944K, used 1833K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,  16% used [0x0ae90000, 0x0b05a4c0, 0x0b05a600, 0x0b940000)
 Metaspace total 6937K, used 4833K, reserved 8576K
  data space     5994K, used 4083K, reserved 6528K
  class space    943K, used 749K, reserved 2048K

Card table byte_map: [0x01110000,0x011a0000] byte_map_base: 0x010e3600

Polling page: 0x00240000

CodeCache: size=32768Kb used=1109Kb max_used=1109Kb free=31658Kb
 bounds [0x03740000, 0x03858000, 0x05740000]
 total_blobs=631 nmethods=305 adapters=261
 compilation: enabled

Compilation events (10 events):
Event: 3.152 Thread 0x013d1c00  301             java.lang.ref.FinalReference::<init> (7 bytes)
Event: 3.152 Thread 0x013d1c00 nmethod 301 0x038546c8 code [0x038547c0, 0x03854870]
Event: 3.152 Thread 0x013d1c00  302             java.lang.StringBuffer::<init> (6 bytes)
Event: 3.153 Thread 0x013d1c00 nmethod 302 0x038548c8 code [0x038549c0, 0x03854ad0]
Event: 3.156 Thread 0x013d1c00  303             java.io.InputStream::<init> (5 bytes)
Event: 3.157 Thread 0x013d1c00 nmethod 303 0x03854b48 code [0x03854c40, 0x03854cd0]
Event: 3.168 Thread 0x013d1c00  304             java.util.Vector::ensureCapacityHelper (16 bytes)
Event: 3.169 Thread 0x013d1c00 nmethod 304 0x03854d48 code [0x03854e50, 0x03854efc]
Event: 3.170 Thread 0x013d1c00  305   !         java.util.zip.ZipFile::getEntry (86 bytes)
Event: 3.171 Thread 0x013d1c00 nmethod 305 0x03854f88 code [0x038550e0, 0x03855488]

GC Heap History (8 events):
Event: 0.967 GC heap before
{Heap before GC invocations=0 (full 0):
 def new generation   total 4928K, used 4416K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K, 100% used [0x05940000, 0x05d90000, 0x05d90000)
  from space 512K,   0% used [0x05d90000, 0x05d90000, 0x05e10000)
  to   space 512K,   0% used [0x05e10000, 0x05e10000, 0x05e90000)
 tenured generation   total 10944K, used 0K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,   0% used [0x0ae90000, 0x0ae90000, 0x0ae90200, 0x0b940000)
 Metaspace total 3576K, used 1428K, reserved 6528K
  data space     3242K, used 1258K, reserved 4480K
  class space    334K, used 170K, reserved 2048K
Event: 0.976 GC heap after
Heap after GC invocations=1 (full 0):
 def new generation   total 4928K, used 512K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K,   0% used [0x05940000, 0x05940000, 0x05d90000)
  from space 512K, 100% used [0x05e10000, 0x05e90000, 0x05e90000)
  to   space 512K,   0% used [0x05d90000, 0x05d90000, 0x05e10000)
 tenured generation   total 10944K, used 146K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,   1% used [0x0ae90000, 0x0aeb4828, 0x0aeb4a00, 0x0b940000)
 Metaspace total 3576K, used 1428K, reserved 6528K
  data space     3242K, used 1258K, reserved 4480K
  class space    334K, used 170K, reserved 2048K
}
Event: 1.464 GC heap before
{Heap before GC invocations=1 (full 0):
 def new generation   total 4928K, used 4928K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K, 100% used [0x05940000, 0x05d90000, 0x05d90000)
  from space 512K, 100% used [0x05e10000, 0x05e90000, 0x05e90000)
  to   space 512K,   0% used [0x05d90000, 0x05d90000, 0x05e10000)
 tenured generation   total 10944K, used 146K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,   1% used [0x0ae90000, 0x0aeb4828, 0x0aeb4a00, 0x0b940000)
 Metaspace total 4805K, used 2662K, reserved 6528K
  data space     4234K, used 2270K, reserved 4480K
  class space    571K, used 392K, reserved 2048K
Event: 1.475 GC heap after
Heap after GC invocations=2 (full 0):
 def new generation   total 4928K, used 303K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K,   0% used [0x05940000, 0x05940000, 0x05d90000)
  from space 512K,  59% used [0x05d90000, 0x05ddbfc8, 0x05e10000)
  to   space 512K,   0% used [0x05e10000, 0x05e10000, 0x05e90000)
 tenured generation   total 10944K, used 650K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,   5% used [0x0ae90000, 0x0af329a8, 0x0af32a00, 0x0b940000)
 Metaspace total 4805K, used 2662K, reserved 6528K
  data space     4234K, used 2270K, reserved 4480K
  class space    571K, used 392K, reserved 2048K
}
Event: 1.884 GC heap before
{Heap before GC invocations=2 (full 0):
 def new generation   total 4928K, used 4719K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K, 100% used [0x05940000, 0x05d90000, 0x05d90000)
  from space 512K,  59% used [0x05d90000, 0x05ddbfc8, 0x05e10000)
  to   space 512K,   0% used [0x05e10000, 0x05e10000, 0x05e90000)
 tenured generation   total 10944K, used 650K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,   5% used [0x0ae90000, 0x0af329a8, 0x0af32a00, 0x0b940000)
 Metaspace total 5169K, used 3041K, reserved 7552K
  data space     4522K, used 2576K, reserved 5504K
  class space    647K, used 464K, reserved 2048K
Event: 1.901 GC heap after
Heap after GC invocations=3 (full 0):
 def new generation   total 4928K, used 512K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K,   0% used [0x05940000, 0x05940000, 0x05d90000)
  from space 512K, 100% used [0x05e10000, 0x05e90000, 0x05e90000)
  to   space 512K,   0% used [0x05d90000, 0x05d90000, 0x05e10000)
 tenured generation   total 10944K, used 1326K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,  12% used [0x0ae90000, 0x0afdb888, 0x0afdba00, 0x0b940000)
 Metaspace total 5169K, used 3041K, reserved 7552K
  data space     4522K, used 2576K, reserved 5504K
  class space    647K, used 464K, reserved 2048K
}
Event: 2.799 GC heap before
{Heap before GC invocations=3 (full 0):
 def new generation   total 4928K, used 4928K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K, 100% used [0x05940000, 0x05d90000, 0x05d90000)
  from space 512K, 100% used [0x05e10000, 0x05e90000, 0x05e90000)
  to   space 512K,   0% used [0x05d90000, 0x05d90000, 0x05e10000)
 tenured generation   total 10944K, used 1326K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,  12% used [0x0ae90000, 0x0afdb888, 0x0afdba00, 0x0b940000)
 Metaspace total 6465K, used 4346K, reserved 8576K
  data space     5610K, used 3681K, reserved 6528K
  class space    855K, used 665K, reserved 2048K
Event: 2.814 GC heap after
Heap after GC invocations=4 (full 0):
 def new generation   total 4928K, used 436K [0x05940000, 0x05e90000, 0x0ae90000)
  eden space 4416K,   0% used [0x05940000, 0x05940000, 0x05d90000)
  from space 512K,  85% used [0x05d90000, 0x05dfd3c0, 0x05e10000)
  to   space 512K,   0% used [0x05e10000, 0x05e10000, 0x05e90000)
 tenured generation   total 10944K, used 1833K [0x0ae90000, 0x0b940000, 0x15940000)
   the space 10944K,  16% used [0x0ae90000, 0x0b05a4c0, 0x0b05a600, 0x0b940000)
 Metaspace total 6465K, used 4346K, reserved 8576K
  data space     5610K, used 3681K, reserved 6528K
  class space    855K, used 665K, reserved 2048K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 1.328 Thread 0x02f26400 Threw 0x05c433b0 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 1.329 Thread 0x02f26400 Threw 0x05c45e40 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 1.330 Thread 0x02f26400 Threw 0x05c488d8 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 1.332 Thread 0x02f26400 Threw 0x05c4b470 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 1.333 Thread 0x02f26400 Threw 0x05c4e1d0 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 1.334 Thread 0x02f26400 Threw 0x05c50d58 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 1.537 Thread 0x02f26400 Implicit null exception at 0x0380e14c to 0x0380f624
Event: 2.679 Thread 0x02f26400 Threw 0x05c93618 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 2.683 Thread 0x02f26400 Threw 0x05c9af20 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199
Event: 2.683 Thread 0x02f26400 Threw 0x05c9beb0 at C:\re\jdk8\4767\hotspot\src\share\vm\prims\jvm.cpp:1199

Events (10 events):
Event: 3.167 loading class 0x03021310
Event: 3.167 loading class 0x03021310 done
Event: 3.169 loading class 0x175a66c0
Event: 3.169 loading class 0x175a66c0 done
Event: 3.170 loading class 0x02fe3d30
Event: 3.170 loading class 0x02fe3d30 done
Event: 3.172 loading class 0x03021850
Event: 3.172 loading class 0x03021850 done
Event: 3.176 loading class 0x175842d0
Event: 3.176 loading class 0x175842d0 done


Dynamic libraries:
0x01200000 - 0x01230000 	C:\Program Files\Java\jdk1.8.0\bin\java.exe
0x77ec0000 - 0x77ffc000 	C:\Windows\SYSTEM32\ntdll.dll
0x76f40000 - 0x77014000 	C:\Windows\system32\kernel32.dll
0x76010000 - 0x7605b000 	C:\Windows\system32\KERNELBASE.dll
0x76cd0000 - 0x76d70000 	C:\Windows\system32\ADVAPI32.dll
0x76670000 - 0x7671c000 	C:\Windows\system32\msvcrt.dll
0x76c50000 - 0x76c69000 	C:\Windows\SYSTEM32\sechost.dll
0x762c0000 - 0x76361000 	C:\Windows\system32\RPCRT4.dll
0x76590000 - 0x76659000 	C:\Windows\system32\USER32.dll
0x763a0000 - 0x763ee000 	C:\Windows\system32\GDI32.dll
0x76e50000 - 0x76e5a000 	C:\Windows\system32\LPK.dll
0x77180000 - 0x7721d000 	C:\Windows\system32\USP10.dll
0x74f70000 - 0x7510e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x76c70000 - 0x76cc7000 	C:\Windows\system32\SHLWAPI.dll
0x76220000 - 0x7623f000 	C:\Windows\system32\IMM32.DLL
0x76e70000 - 0x76f3c000 	C:\Windows\system32\MSCTF.dll
0x67780000 - 0x6783d000 	C:\Program Files\Java\jdk1.8.0\jre\bin\msvcr100.dll
0x66020000 - 0x66379000 	C:\Program Files\Java\jdk1.8.0\jre\bin\client\jvm.dll
0x72070000 - 0x72077000 	C:\Windows\system32\WSOCK32.dll
0x768a0000 - 0x768d5000 	C:\Windows\system32\WS2_32.dll
0x76e60000 - 0x76e66000 	C:\Windows\system32\NSI.dll
0x74510000 - 0x74542000 	C:\Windows\system32\WINMM.dll
0x76210000 - 0x76215000 	C:\Windows\system32\PSAPI.DLL
0x74060000 - 0x7406c000 	C:\Program Files\Java\jdk1.8.0\jre\bin\verify.dll
0x6f5a0000 - 0x6f5c1000 	C:\Program Files\Java\jdk1.8.0\jre\bin\java.dll
0x6f5e0000 - 0x6f5f3000 	C:\Program Files\Java\jdk1.8.0\jre\bin\zip.dll
0x77220000 - 0x77e6a000 	C:\Windows\system32\SHELL32.dll
0x77020000 - 0x7717c000 	C:\Windows\system32\ole32.dll
0x75f10000 - 0x75f1b000 	C:\Windows\system32\profapi.dll
0x6b790000 - 0x6b7ad000 	C:\Program Files\Java\jdk1.8.0\jre\bin\prism-d3d.dll
0x6ef20000 - 0x6f0e3000 	C:\Windows\system32\d3d9.dll
0x75410000 - 0x75419000 	C:\Windows\system32\VERSION.dll
0x6ef10000 - 0x6ef16000 	C:\Windows\system32\d3d8thk.dll
0x74960000 - 0x74973000 	C:\Windows\system32\dwmapi.dll
0x74ce0000 - 0x74d20000 	C:\Windows\system32\uxtheme.dll
0x69c70000 - 0x69d1c000 	C:\Windows\system32\aticfx32.dll
0x6e4d0000 - 0x6e4db000 	C:\Windows\system32\atiu9pag.dll
0x60d00000 - 0x61128000 	C:\Windows\system32\atiumdag.dll
0x621c0000 - 0x6259d000 	C:\Windows\system32\atiumdva.dll
0x6b710000 - 0x6b741000 	C:\Program Files\Java\jdk1.8.0\jre\bin\glass.dll
0x76240000 - 0x762bb000 	C:\Windows\system32\COMDLG32.dll
0x76bc0000 - 0x76c4f000 	C:\Windows\system32\OLEAUT32.dll
0x011b0000 - 0x011b8000 	c:\progra~1\mcafee\sitead~1\saHook.dll
0x6b290000 - 0x6b2e8000 	C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
0x75e40000 - 0x75e4c000 	C:\Windows\system32\CRYPTBASE.dll
0x01550000 - 0x01587000 	C:\Program Files\Acer\Acer ePower Management\SysHook.dll
0x72340000 - 0x72391000 	C:\Windows\system32\WINSPOOL.DRV
0x76dc0000 - 0x76e43000 	C:\Windows\system32\CLBCatQ.DLL
0x74720000 - 0x7481b000 	C:\Windows\system32\WindowsCodecs.dll
0x75eb0000 - 0x75efc000 	C:\Windows\system32\apphelp.dll
0x6c5c0000 - 0x6c5d2000 	C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll
0x031b0000 - 0x03206000 	C:\Program Files\TortoiseHg\ThgShellx86.dll
0x70910000 - 0x70b50000 	C:\Windows\system32\msi.dll
0x6a5c0000 - 0x6a5cd000 	C:\Program Files\TortoiseSVN\bin\TortoiseStub32.dll
0x69ef0000 - 0x69f5b000 	C:\Program Files\TortoiseSVN\bin\TortoiseSVN32.dll
0x76aa0000 - 0x76bbb000 	C:\Windows\system32\WININET.dll
0x76660000 - 0x76663000 	C:\Windows\system32\Normaliz.dll
0x768e0000 - 0x76a99000 	C:\Windows\system32\iertutil.dll
0x76780000 - 0x76891000 	C:\Windows\system32\urlmon.dll
0x64bb0000 - 0x64ea0000 	C:\Program Files\TortoiseSVN\bin\libsvn_tsvn32.dll
0x69fd0000 - 0x69ff4000 	C:\Program Files\TortoiseSVN\bin\libapr_tsvn32.dll
0x75950000 - 0x7598c000 	C:\Windows\system32\MSWSOCK.dll
0x69eb0000 - 0x69ee6000 	C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn32.dll
0x76d70000 - 0x76db5000 	C:\Windows\system32\WLDAP32.dll
0x6a5b0000 - 0x6a5bd000 	C:\Program Files\TortoiseSVN\bin\intl3_tsvn32.dll
0x69fb0000 - 0x69fc3000 	C:\Program Files\TortoiseSVN\bin\libsasl32.dll
0x75e00000 - 0x75e08000 	C:\Windows\system32\Secur32.dll
0x75e20000 - 0x75e3b000 	C:\Windows\system32\SSPICLI.DLL
0x760f0000 - 0x7620e000 	C:\Windows\system32\CRYPT32.dll
0x75f80000 - 0x75f8c000 	C:\Windows\system32\MSASN1.dll
0x68860000 - 0x688c9000 	C:\Windows\system32\MSVCP100.dll
0x6c580000 - 0x6c5b1000 	C:\Windows\system32\EhStorShell.dll
0x763f0000 - 0x7658d000 	C:\Windows\system32\SETUPAPI.dll
0x75fb0000 - 0x75fd7000 	C:\Windows\system32\CFGMGR32.dll
0x75f90000 - 0x75fa2000 	C:\Windows\system32\DEVOBJ.dll
0x74d20000 - 0x74e15000 	C:\Windows\system32\PROPSYS.dll
0x6d440000 - 0x6d4b0000 	C:\Windows\system32\ntshrui.dll
0x75d80000 - 0x75d99000 	C:\Windows\system32\srvcli.dll
0x6d7d0000 - 0x6d7db000 	C:\Windows\system32\cscapi.dll
0x74250000 - 0x7425a000 	C:\Windows\system32\slc.dll
0x6c570000 - 0x6c576000 	C:\Windows\system32\IconCodecService.dll
0x6c3e0000 - 0x6c401000 	C:\Program Files\Common Files\Microsoft Shared\Ink\rtscom.dll
0x723a0000 - 0x723dc000 	C:\Windows\system32\oleacc.dll
0x5da90000 - 0x5db1c000 	C:\Windows\system32\UIAutomationCore.DLL
0x74070000 - 0x7407f000 	C:\Program Files\Java\jdk1.8.0\jre\bin\javafx-font.dll
0x6b6a0000 - 0x6b708000 	C:\Program Files\Java\jdk1.8.0\jre\bin\javafx-font-t2k.dll
0x75990000 - 0x759a6000 	C:\Windows\system32\CRYPTSP.dll
0x75730000 - 0x7576b000 	C:\Windows\system32\rsaenh.dll
0x75f00000 - 0x75f0e000 	C:\Windows\system32\RpcRtRemote.dll
0x75e50000 - 0x75eaf000 	C:\Windows\system32\SXS.DLL
0x74260000 - 0x7434b000 	C:\Windows\system32\dbghelp.dll

VM Arguments:
java_command: dist/GestureEventsExample.jar
java_class_path (initial): dist/GestureEventsExample.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0
PATH=C:\Program Files\Java\jdk1.8.0/bin;C:\Program Files\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\TortoiseHg\;C:\Program Files\TortoiseSVN\bin
USERNAME=Lothe
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 20 Model 2 Stepping 0, AuthenticAMD



---------------  S Y S T E M  ---------------

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 2 (2 cores per cpu, 1 threads per core) family 20 model 2 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, popcnt, mmxext, lzcnt, sse4a, tsc, tscinvbit, tscinv

Memory: 4k page, physical 1681308k(467040k free), swap 2262940k(195772k free)

vm_info: Java HotSpot(TM) Client VM (25.0-b36) for windows-x86 JRE (1.8.0-ea-b94), built on Jun 13 2013 04:52:23 by "java_re" with MS VC++ 10.0 (VS2010)

time: Tue Jul 02 20:41:56 2013
elapsed time: 3 seconds