# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000f64b48d1, pid=1652, tid=4980 # # JRE version: 7.0_05-b06 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [javafx-font.dll+0x448d1] Java_com_sun_t2k_T2KFontFile_getGlyphBounds+0x7581 # # 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 (0x0000000008788000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=4980, stack(0x00000000091e0000,0x00000000092e0000)] siginfo: ExceptionCode=0xc0000005, reading address 0x00000000ffffffff Registers: RAX=0x00000000f64c04b4, RBX=0x000000000b9abeb0, RCX=0x000000000998eac0, RDX=0x0000000000000001 RSP=0x00000000092dddc0, RBP=0x0000000000000000, RSI=0x0000000000000800, RDI=0x0000000000000001 R8 =0x0000000004b401a5, R9 =0x0000000004b201a6, R10=0x0000000009500aa0, R11=0x00000000f64cd598 R12=0x00000000ffffffff, R13=0x0000000000000002, R14=0x00000000092de170, R15=0x00000000092de168 RIP=0x00000000f64b48d1, EFLAGS=0x0000000000010206 Top of Stack: (sp=0x00000000092dddc0) 0x00000000092dddc0: 000000000998eac0 000007fef64b221d 0x00000000092dddd0: 00000000f5e8e5d8 00000000092de100 0x00000000092ddde0: fffffffffffffffe 000007fef64c468d 0x00000000092dddf0: 000000000b9abeb0 000007fef64b63ed 0x00000000092dde00: 000000000b9abeb0 00000000088c97b0 0x00000000092dde10: 00000000092de170 0000000000000002 0x00000000092dde20: fffffffffffffffe 00000000087881d8 0x00000000092dde30: 00000000087881d8 000007fef64c4930 0x00000000092dde40: 000000000b9abeb0 000000000b9abeb0 0x00000000092dde50: 0000000000000000 0000000000000800 0x00000000092dde60: 0000000000000007 0000000041900001 0x00000000092dde70: 0000000000000000 0000000000000000 0x00000000092dde80: 00000000092ddea8 0000000000000b71 0x00000000092dde90: 000000000874b310 00000000095fe500 0x00000000092ddea0: 000000020000007f 0000000100000000 0x00000000092ddeb0: 00000000095c5340 00000000092de100 Instructions: (pc=0x00000000f64b48d1) 0x00000000f64b48b1: ff ff 48 8b d9 48 8d 05 6b 8a 01 00 48 89 01 48 0x00000000f64b48c1: 8b 49 58 48 85 c9 74 0a 48 8b 01 ba 01 00 00 00 0x00000000f64b48d1: ff 10 48 8b cb e8 55 cb ff ff 90 48 8b cb 48 83 0x00000000f64b48e1: c4 30 5b e9 47 d2 ff ff cc cc cc cc cc cc cc 81 Register to memory mapping: RAX=0x00000000f64c04b4 is an unknown value RBX=0x000000000b9abeb0 is an unknown value RCX=0x000000000998eac0 is an unknown value RDX=0x0000000000000001 is an unknown value RSP=0x00000000092dddc0 is pointing into the stack for thread: 0x0000000008788000 RBP=0x0000000000000000 is an unknown value RSI=0x0000000000000800 is an unknown value RDI=0x0000000000000001 is an unknown value R8 =0x0000000004b401a5 is an unknown value R9 =0x0000000004b201a6 is an unknown value R10=0x0000000009500aa0 is an unknown value R11=0x00000000f64cd598 is an unknown value R12=0x00000000ffffffff is an unallocated location in the heap R13=0x0000000000000002 is an unknown value R14=0x00000000092de170 is pointing into the stack for thread: 0x0000000008788000 R15=0x00000000092de168 is pointing into the stack for thread: 0x0000000008788000 Stack: [0x00000000091e0000,0x00000000092e0000], sp=0x00000000092dddc0, free space=1015k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [javafx-font.dll+0x448d1] Java_com_sun_t2k_T2KFontFile_getGlyphBounds+0x7581 [error occurred during error reporting (printing native stack), id 0xc0000005] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.sun.javafx.text.GlyphLayout.nativeLayout(Lcom/sun/t2k/T2KFontFile;Lcom/sun/javafx/font/FontStrike;F[FIJIIIIIIILcom/sun/javafx/text/TextRun;IIJ)V+0 j com.sun.javafx.text.GlyphLayout.layout(Lcom/sun/javafx/text/TextRun;Lcom/sun/javafx/font/PGFont;Lcom/sun/javafx/font/FontStrike;[C)V+363 J com.sun.javafx.text.TextLayout.shape(Lcom/sun/javafx/text/TextRun;[CLcom/sun/javafx/text/GlyphLayout;)V j com.sun.javafx.text.TextLayout.layout()V+213 j com.sun.javafx.text.TextLayout.ensureLayout()V+8 j com.sun.javafx.text.TextLayout.getBounds()Lcom/sun/javafx/geom/BaseBounds;+1 j javafx.scene.text.Text.getLogicalBounds()Lcom/sun/javafx/geom/BaseBounds;+6 j javafx.scene.text.Text.impl_computeLayoutBounds()Ljavafx/geometry/Bounds;+54 J javafx.scene.Node.getLayoutBounds()Ljavafx/geometry/Bounds; j javafx.scene.Node.prefHeight(D)D+1 j javafx.scene.Node.minHeight(D)D+2 j javafx.scene.layout.Region.computeChildPrefAreaHeight(Ljavafx/scene/Node;Ljavafx/geometry/Insets;D)D+151 j javafx.scene.layout.VBox.getAreaHeights(Ljava/util/List;DZ)[D+154 j javafx.scene.layout.VBox.layoutChildren()V+94 j javafx.scene.Parent.layout()V+89 j javafx.scene.Scene.layoutDirtyRoots()V+134 j javafx.scene.Scene.doLayoutPass()V+1 j javafx.scene.Scene.access$3900(Ljavafx/scene/Scene;)V+1 j javafx.scene.Scene$ScenePulseListener.pulse()V+98 j com.sun.javafx.tk.Toolkit.firePulse()V+129 j com.sun.javafx.tk.quantum.QuantumToolkit.pulse()V+93 j com.sun.javafx.tk.quantum.QuantumToolkit$11.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$200(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 ) 0x00000000094f6800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3408, stack(0x000000000a2a0000,0x000000000a3a0000)] 0x00000000000fd000 JavaThread "DestroyJavaVM" [_thread_blocked, id=3648, stack(0x0000000002350000,0x0000000002450000)] 0x00000000089a1000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=4016, stack(0x0000000009d60000,0x0000000009e60000)] 0x00000000087c8000 JavaThread "Thread-2" daemon [_thread_in_native, id=5104, stack(0x00000000093e0000,0x00000000094e0000)] =>0x0000000008788000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=4980, stack(0x00000000091e0000,0x00000000092e0000)] 0x000000000875c800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=4848, stack(0x0000000008f00000,0x0000000009000000)] 0x0000000008744800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=4540, stack(0x0000000008d60000,0x0000000008e60000)] 0x000000000873c800 JavaThread "FXSQE app launch thread" [_thread_blocked, id=4472, stack(0x0000000008c10000,0x0000000008d10000)] 0x00000000072e5800 JavaThread "Service Thread" daemon [_thread_blocked, id=3928, stack(0x0000000008340000,0x0000000008440000)] 0x00000000072d8800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=1304, stack(0x0000000007e40000,0x0000000007f40000)] 0x00000000072cf800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4504, stack(0x00000000080b0000,0x00000000081b0000)] 0x00000000072cd800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3816, stack(0x00000000081b0000,0x00000000082b0000)] 0x00000000072cc000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4528, stack(0x0000000007f40000,0x0000000008040000)] 0x000000000721f000 JavaThread "Finalizer" daemon [_thread_blocked, id=4668, stack(0x0000000007af0000,0x0000000007bf0000)] 0x0000000007216000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3140, stack(0x0000000007d30000,0x0000000007e30000)] Other Threads: 0x000000000720f800 VMThread [stack: 0x0000000007c20000,0x0000000007d20000] [id=3984] 0x00000000072f2800 WatcherThread [stack: 0x0000000008610000,0x0000000008710000] [id=2300] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 23040K, used 16805K [0x00000000f5600000, 0x00000000f8980000, 0x0000000000000000) eden space 15808K, 60% used [0x00000000f5600000,0x00000000f5f5c1f8,0x00000000f6570000) from space 7232K, 99% used [0x00000000f6570000,0x00000000f6c7d238,0x00000000f6c80000) to space 10560K, 0% used [0x00000000f7f30000,0x00000000f7f30000,0x00000000f8980000) ParOldGen total 21760K, used 14123K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 64% used [0x00000000e0200000,0x00000000e0fcac60,0x00000000e1740000) PSPermGen total 21248K, used 15517K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 73% used [0x00000000db000000,0x00000000dbf276c0,0x00000000dc4c0000) Code Cache [0x0000000002450000, 0x00000000026c0000, 0x0000000005450000) total_blobs=929 nmethods=363 adapters=517 free_code_cache=47619Kb largest_free_block=48704896 Compilation events (10 events): Event: 40.389 Thread 0x00000000072cf800 367 com.sun.javafx.sg.BaseNode::getTransform (5 bytes) Event: 40.389 Thread 0x00000000072cf800 nmethod 367 0x00000000025c1310 code [0x00000000025c1440, 0x00000000025c1498] Event: 40.389 Thread 0x00000000072cf800 368 sun.java2d.pipe.Region::dimAdd (20 bytes) Event: 40.390 Thread 0x00000000072cf800 nmethod 368 0x00000000025c1110 code [0x00000000025c1240, 0x00000000025c1298] Event: 40.391 Thread 0x00000000072cf800 369 ! sun.dc.DuctusRenderingEngine::getAATileGenerator (1189 bytes) Event: 40.455 Thread 0x00000000072cf800 nmethod 369 0x00000000025cfa10 code [0x00000000025cfe20, 0x00000000025d2160] Event: 40.785 Thread 0x00000000072d8800 370 com.sun.javafx.geom.transform.BaseTransform::getMzt (2 bytes) Event: 40.785 Thread 0x00000000072d8800 nmethod 370 0x00000000025c0f10 code [0x00000000025c1040, 0x00000000025c1098] Event: 40.791 Thread 0x00000000072cf800 371 ! sun.java2d.pipe.AAShapePipe::renderTiles (349 bytes) Event: 40.843 Thread 0x00000000072cf800 nmethod 371 0x00000000025d9310 code [0x00000000025d9660, 0x00000000025db888] GC Heap History (10 events): Event: 15.811 GC heap before {Heap before GC invocations=3 (full 0): PSYoungGen total 9536K, used 9528K [0x00000000f5600000, 0x00000000f60a0000, 0x0000000000000000) eden space 8192K, 100% used [0x00000000f5600000,0x00000000f5e00000,0x00000000f5e00000) from space 1344K, 99% used [0x00000000f5f50000,0x00000000f609e030,0x00000000f60a0000) to space 1344K, 0% used [0x00000000f5e00000,0x00000000f5e00000,0x00000000f5f50000) ParOldGen total 21760K, used 974K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 4% used [0x00000000e0200000,0x00000000e02f3800,0x00000000e1740000) PSPermGen total 21248K, used 12244K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 57% used [0x00000000db000000,0x00000000dbbf50e0,0x00000000dc4c0000) Event: 15.825 GC heap after Heap after GC invocations=3 (full 0): PSYoungGen total 9536K, used 1344K [0x00000000f5600000, 0x00000000f60a0000, 0x0000000000000000) eden space 8192K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f5e00000) from space 1344K, 100% used [0x00000000f5e00000,0x00000000f5f50000,0x00000000f5f50000) to space 1344K, 0% used [0x00000000f5f50000,0x00000000f5f50000,0x00000000f60a0000) ParOldGen total 21760K, used 2464K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 11% used [0x00000000e0200000,0x00000000e0468060,0x00000000e1740000) PSPermGen total 21248K, used 12244K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 57% used [0x00000000db000000,0x00000000dbbf50e0,0x00000000dc4c0000) } Event: 20.633 GC heap before {Heap before GC invocations=4 (full 0): PSYoungGen total 9536K, used 9536K [0x00000000f5600000, 0x00000000f60a0000, 0x0000000000000000) eden space 8192K, 100% used [0x00000000f5600000,0x00000000f5e00000,0x00000000f5e00000) from space 1344K, 100% used [0x00000000f5e00000,0x00000000f5f50000,0x00000000f5f50000) to space 1344K, 0% used [0x00000000f5f50000,0x00000000f5f50000,0x00000000f60a0000) ParOldGen total 21760K, used 2464K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 11% used [0x00000000e0200000,0x00000000e0468060,0x00000000e1740000) PSPermGen total 21248K, used 14705K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 69% used [0x00000000db000000,0x00000000dbe5c660,0x00000000dc4c0000) Event: 20.647 GC heap after Heap after GC invocations=4 (full 0): PSYoungGen total 9536K, used 1316K [0x00000000f5600000, 0x00000000f60a0000, 0x0000000000000000) eden space 8192K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f5e00000) from space 1344K, 97% used [0x00000000f5f50000,0x00000000f6099028,0x00000000f60a0000) to space 1344K, 0% used [0x00000000f5e00000,0x00000000f5e00000,0x00000000f5f50000) ParOldGen total 21760K, used 6749K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 31% used [0x00000000e0200000,0x00000000e0897610,0x00000000e1740000) PSPermGen total 21248K, used 14705K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 69% used [0x00000000db000000,0x00000000dbe5c660,0x00000000dc4c0000) } Event: 20.862 GC heap before {Heap before GC invocations=5 (full 0): PSYoungGen total 9536K, used 9508K [0x00000000f5600000, 0x00000000f60a0000, 0x0000000000000000) eden space 8192K, 100% used [0x00000000f5600000,0x00000000f5e00000,0x00000000f5e00000) from space 1344K, 97% used [0x00000000f5f50000,0x00000000f6099028,0x00000000f60a0000) to space 1344K, 0% used [0x00000000f5e00000,0x00000000f5e00000,0x00000000f5f50000) ParOldGen total 21760K, used 6749K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 31% used [0x00000000e0200000,0x00000000e0897610,0x00000000e1740000) PSPermGen total 21248K, used 14954K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 70% used [0x00000000db000000,0x00000000dbe9ab60,0x00000000dc4c0000) Event: 20.914 GC heap after Heap after GC invocations=5 (full 0): PSYoungGen total 9536K, used 1316K [0x00000000f5600000, 0x00000000f7300000, 0x0000000000000000) eden space 8192K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f5e00000) from space 1344K, 97% used [0x00000000f5e00000,0x00000000f5f49028,0x00000000f5f50000) to space 6656K, 0% used [0x00000000f6c80000,0x00000000f6c80000,0x00000000f7300000) ParOldGen total 21760K, used 10149K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 46% used [0x00000000e0200000,0x00000000e0be9610,0x00000000e1740000) PSPermGen total 21248K, used 14954K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 70% used [0x00000000db000000,0x00000000dbe9ab60,0x00000000dc4c0000) } Event: 21.302 GC heap before {Heap before GC invocations=6 (full 0): PSYoungGen total 9536K, used 9450K [0x00000000f5600000, 0x00000000f7300000, 0x0000000000000000) eden space 8192K, 99% used [0x00000000f5600000,0x00000000f5df1890,0x00000000f5e00000) from space 1344K, 97% used [0x00000000f5e00000,0x00000000f5f49028,0x00000000f5f50000) to space 6656K, 0% used [0x00000000f6c80000,0x00000000f6c80000,0x00000000f7300000) ParOldGen total 21760K, used 10149K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 46% used [0x00000000e0200000,0x00000000e0be9610,0x00000000e1740000) PSPermGen total 21248K, used 15271K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 71% used [0x00000000db000000,0x00000000dbee9c48,0x00000000dc4c0000) Event: 21.327 GC heap after Heap after GC invocations=6 (full 0): PSYoungGen total 22464K, used 5224K [0x00000000f5600000, 0x00000000f7420000, 0x0000000000000000) eden space 15808K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f6570000) from space 6656K, 78% used [0x00000000f6c80000,0x00000000f719a3b8,0x00000000f7300000) to space 7232K, 0% used [0x00000000f6570000,0x00000000f6570000,0x00000000f6c80000) ParOldGen total 21760K, used 10149K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 46% used [0x00000000e0200000,0x00000000e0be9610,0x00000000e1740000) PSPermGen total 21248K, used 15271K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 71% used [0x00000000db000000,0x00000000dbee9c48,0x00000000dc4c0000) } Event: 30.688 GC heap before {Heap before GC invocations=7 (full 0): PSYoungGen total 22464K, used 21032K [0x00000000f5600000, 0x00000000f7420000, 0x0000000000000000) eden space 15808K, 100% used [0x00000000f5600000,0x00000000f6570000,0x00000000f6570000) from space 6656K, 78% used [0x00000000f6c80000,0x00000000f719a3b8,0x00000000f7300000) to space 7232K, 0% used [0x00000000f6570000,0x00000000f6570000,0x00000000f6c80000) ParOldGen total 21760K, used 10149K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 46% used [0x00000000e0200000,0x00000000e0be9610,0x00000000e1740000) PSPermGen total 21248K, used 15369K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 72% used [0x00000000db000000,0x00000000dbf02668,0x00000000dc4c0000) Event: 30.718 GC heap after Heap after GC invocations=7 (full 0): PSYoungGen total 23040K, used 7220K [0x00000000f5600000, 0x00000000f8980000, 0x0000000000000000) eden space 15808K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f6570000) from space 7232K, 99% used [0x00000000f6570000,0x00000000f6c7d238,0x00000000f6c80000) to space 10560K, 0% used [0x00000000f7f30000,0x00000000f7f30000,0x00000000f8980000) ParOldGen total 21760K, used 14123K [0x00000000e0200000, 0x00000000e1740000, 0x00000000f5600000) object space 21760K, 64% used [0x00000000e0200000,0x00000000e0fcac60,0x00000000e1740000) PSPermGen total 21248K, used 15369K [0x00000000db000000, 0x00000000dc4c0000, 0x00000000e0200000) object space 21248K, 72% used [0x00000000db000000,0x00000000dbf02668,0x00000000dc4c0000) } Deoptimization events (10 events): Event: 15.659 Thread 0x0000000008788000 Uncommon trap -34 fr.pc 0x00000000024c5eec Event: 15.660 Thread 0x0000000008788000 Uncommon trap -34 fr.pc 0x00000000024c5eec Event: 15.660 Thread 0x0000000008788000 Uncommon trap -34 fr.pc 0x00000000024c5eec Event: 16.115 Thread 0x0000000008788000 Uncommon trap -58 fr.pc 0x00000000025054a8 Event: 20.496 Thread 0x0000000008788000 Uncommon trap -34 fr.pc 0x000000000250b0c0 Event: 20.543 Thread 0x0000000008788000 Uncommon trap -122 fr.pc 0x000000000251b75c Event: 20.920 Thread 0x0000000008788000 Uncommon trap -58 fr.pc 0x00000000025054a8 Event: 23.676 Thread 0x0000000008788000 Uncommon trap -34 fr.pc 0x000000000254b080 Event: 23.676 Thread 0x0000000008788000 Uncommon trap -34 fr.pc 0x000000000254b080 Event: 28.655 Thread 0x0000000008788000 Uncommon trap -34 fr.pc 0x000000000250b0c0 Internal exceptions (10 events): Event: 21.263 Thread 0x000000000875c800 Threw 0x00000000f5d0d720 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 21.280 Thread 0x000000000875c800 Threw 0x00000000f5d10a10 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 21.281 Thread 0x000000000875c800 Threw 0x00000000f5d13a30 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 21.286 Thread 0x000000000875c800 Threw 0x00000000f5d18db0 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 21.287 Thread 0x000000000875c800 Threw 0x00000000f5d1b6b8 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 21.288 Thread 0x000000000875c800 Threw 0x00000000f5d20578 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 21.327 Thread 0x000000000875c800 Threw 0x00000000f563aed8 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 23.432 Thread 0x0000000008788000 Threw 0x00000000f566c4c8 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Event: 23.446 Thread 0x0000000008788000 Threw 0x00000000f5674390 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715 Event: 23.675 Thread 0x0000000008788000 Threw 0x00000000f57c6948 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166 Events (10 events): Event: 30.718 Executing VM operation: ParallelGCFailedAllocation done Event: 30.719 Executing VM operation: RevokeBias Event: 30.719 Executing VM operation: RevokeBias done Event: 30.719 Executing VM operation: RevokeBias Event: 30.719 Executing VM operation: RevokeBias done Event: 30.719 Executing VM operation: RevokeBias Event: 30.719 Executing VM operation: RevokeBias done Event: 30.751 Thread 0x00000000072d8800 flushing nmethod 0x00000000024f6bd0 Event: 30.801 Thread 0x00000000072cf800 flushing nmethod 0x000000000251b4d0 Event: 32.991 Thread 0x00000000072d8800 flushing nmethod 0x0000000002504bd0 Dynamic libraries: 0x000000003fe20000 - 0x000000003fe53000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\java.exe 0x00000000770c0000 - 0x0000000077269000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000076fa0000 - 0x00000000770bf000 C:\Windows\system32\kernel32.dll 0x00000000fd370000 - 0x00000000fd3dc000 C:\Windows\system32\KERNELBASE.dll 0x00000000fd450000 - 0x00000000fd52b000 C:\Windows\system32\ADVAPI32.dll 0x00000000fe9f0000 - 0x00000000fea8f000 C:\Windows\system32\msvcrt.dll 0x00000000ff050000 - 0x00000000ff06f000 C:\Windows\SYSTEM32\sechost.dll 0x00000000fef20000 - 0x00000000ff04d000 C:\Windows\system32\RPCRT4.dll 0x0000000076ea0000 - 0x0000000076f9a000 C:\Windows\system32\USER32.dll 0x00000000fd3e0000 - 0x00000000fd447000 C:\Windows\system32\GDI32.dll 0x00000000fe990000 - 0x00000000fe99e000 C:\Windows\system32\LPK.dll 0x00000000fec40000 - 0x00000000fed09000 C:\Windows\system32\USP10.dll 0x00000000fbc80000 - 0x00000000fbe74000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll 0x00000000fd9d0000 - 0x00000000fda41000 C:\Windows\system32\SHLWAPI.dll 0x00000000fe960000 - 0x00000000fe98e000 C:\Windows\system32\IMM32.DLL 0x00000000feb30000 - 0x00000000fec39000 C:\Windows\system32\MSCTF.dll 0x000000006dcb0000 - 0x000000006dd81000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\msvcr100.dll 0x0000000067570000 - 0x0000000067c8a000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\server\jvm.dll 0x00000000fb320000 - 0x00000000fb329000 C:\Windows\system32\WSOCK32.dll 0x00000000fe9a0000 - 0x00000000fe9ed000 C:\Windows\system32\WS2_32.dll 0x00000000fd710000 - 0x00000000fd718000 C:\Windows\system32\NSI.dll 0x00000000fa420000 - 0x00000000fa45b000 C:\Windows\system32\WINMM.dll 0x0000000077280000 - 0x0000000077287000 C:\Windows\system32\PSAPI.DLL 0x00000000737e0000 - 0x00000000737ef000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\verify.dll 0x00000000737b0000 - 0x00000000737d8000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\java.dll 0x0000000073790000 - 0x00000000737a5000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\zip.dll 0x0000000067fe0000 - 0x00000000680b1000 C:\JavaFX\workspace\presidio-fxsqe\sdk\rt\bin\msvcr100.dll 0x00000000f8dd0000 - 0x00000000f8e0a000 C:\JavaFX\workspace\presidio-fxsqe\sdk\rt\bin\glass.dll 0x00000000fea90000 - 0x00000000feb27000 C:\Windows\system32\COMDLG32.dll 0x00000000fdaf0000 - 0x00000000fe878000 C:\Windows\system32\SHELL32.dll 0x00000000fed10000 - 0x00000000fef13000 C:\Windows\system32\ole32.dll 0x00000000fe880000 - 0x00000000fe957000 C:\Windows\system32\OLEAUT32.dll 0x00000000fbaa0000 - 0x00000000fbaf6000 C:\Windows\system32\uxtheme.dll 0x00000000fb670000 - 0x00000000fb688000 C:\Windows\system32\dwmapi.dll 0x00000000fcf00000 - 0x00000000fcf0f000 C:\Windows\system32\CRYPTBASE.dll 0x00000000f6470000 - 0x00000000f64f7000 C:\JavaFX\workspace\presidio-fxsqe\sdk\rt\bin\javafx-font.dll 0x00000000fc8a0000 - 0x00000000fc8b7000 C:\Windows\system32\CRYPTSP.dll 0x00000000fc5a0000 - 0x00000000fc5e7000 C:\Windows\system32\rsaenh.dll 0x00000000fc350000 - 0x00000000fc36e000 C:\Windows\system32\USERENV.dll 0x00000000fd010000 - 0x00000000fd01f000 C:\Windows\system32\profapi.dll 0x0000000071d80000 - 0x0000000071d99000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\net.dll 0x00000000fc840000 - 0x00000000fc895000 C:\Windows\system32\mswsock.dll 0x00000000fc830000 - 0x00000000fc837000 C:\Windows\System32\wship6.dll 0x00000000faee0000 - 0x00000000faef5000 C:\Windows\system32\NLAapi.dll 0x00000000f8a60000 - 0x00000000f8a75000 C:\Windows\system32\napinsp.dll 0x00000000f8a40000 - 0x00000000f8a59000 C:\Windows\system32\pnrpnsp.dll 0x00000000fc6c0000 - 0x00000000fc71b000 C:\Windows\system32\DNSAPI.dll 0x00000000f8a30000 - 0x00000000f8a3b000 C:\Windows\System32\winrnr.dll 0x00000000fc240000 - 0x00000000fc247000 C:\Windows\System32\wshtcpip.dll 0x00000000fad10000 - 0x00000000fad37000 C:\Windows\system32\IPHLPAPI.DLL 0x00000000fad00000 - 0x00000000fad0b000 C:\Windows\system32\WINNSI.DLL 0x00000000f8e50000 - 0x00000000f8e58000 C:\Windows\system32\rasadhlp.dll 0x00000000fac00000 - 0x00000000fac53000 C:\Windows\System32\fwpuclnt.dll 0x0000000071d60000 - 0x0000000071d71000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\nio.dll 0x0000000068ae0000 - 0x0000000068c74000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\awt.dll 0x00000000711d0000 - 0x0000000071204000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\fontmanager.dll 0x00000000fda50000 - 0x00000000fdae9000 C:\Windows\system32\CLBCatQ.DLL 0x00000000fb500000 - 0x00000000fb62a000 C:\Windows\system32\WindowsCodecs.dll 0x00000000fcea0000 - 0x00000000fcef7000 C:\Windows\system32\apphelp.dll 0x00000000f5f90000 - 0x00000000f5fc5000 C:\Windows\system32\EhStorShell.dll 0x00000000fd530000 - 0x00000000fd707000 C:\Windows\system32\SETUPAPI.dll 0x00000000fd0c0000 - 0x00000000fd0f6000 C:\Windows\system32\CFGMGR32.dll 0x00000000fd1a0000 - 0x00000000fd1ba000 C:\Windows\system32\DEVOBJ.dll 0x00000000fbb00000 - 0x00000000fbc2c000 C:\Windows\system32\PROPSYS.dll 0x00000000f5f10000 - 0x00000000f5f8e000 C:\Windows\System32\cscui.dll 0x00000000f6100000 - 0x00000000f610c000 C:\Windows\System32\CSCDLL.dll 0x00000000f8730000 - 0x00000000f873f000 C:\Windows\system32\CSCAPI.dll 0x00000000f5e90000 - 0x00000000f5f10000 C:\Windows\system32\ntshrui.dll 0x00000000fcda0000 - 0x00000000fcdc3000 C:\Windows\system32\srvcli.dll 0x00000000fadc0000 - 0x00000000fadcb000 C:\Windows\system32\slc.dll 0x00000000f8400000 - 0x00000000f842d000 C:\Program Files\Common Files\Microsoft Shared\Ink\rtscom.dll 0x0000000070fe0000 - 0x000000007100a000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\dcpr.dll 0x0000000071380000 - 0x00000000713c1000 C:\Program Files\Java\jdk1.7.0_05\jre\bin\t2k.dll 0x00000000f89f0000 - 0x00000000f8a06000 C:\JavaFX\workspace\presidio-fxsqe\sdk\rt\bin\decora-sse.dll 0x00000000f87d0000 - 0x00000000f88f5000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -Dfile.encoding=UTF-8 -Dtest.javaclient.creategolden=true -Duser.language=en -Dprism.order=j2d java_command: javafx.scene.text.test.i18n.FontFamiliesApp Launcher Type: SUN_STANDARD Environment Variables: PATH=F:\PROGRA~1\MKSTOO~1\bin64;F:\PROGRA~1\MKSTOO~1\bin;F:\PROGRA~1\MKSTOO~1\bin\X11;F:\PROGRA~1\MKSTOO~1\mksnt;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\cygwin\bin;c:\unison;C:\Program Files (x86)\TortoiseSVN\bin;C:\Program Files (x86)\Subversion\bin;C:\Program Files (x86)\Mercurial;C:\Program Files (x86)\Subversion\bin;C:\Program Files\NetBeans 7.1\java\ant\bin USERNAME=jenny OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 2, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 Service Pack 1 CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc Memory: 4k page, physical 2086516k(384568k free), swap 4173032k(1498116k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (23.1-b03) for windows-amd64 JRE (1.7.0_05-b06), built on Jun 27 2012 00:54:58 by "java_re" with unknown MS VC++:1600 time: Wed Nov 28 10:18:30 2012 elapsed time: 42 seconds