JDK-8096175 : [webkit] JVM crash in jfxwebkit.dll in JDK 9
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-03-13
  • Updated: 2015-06-12
  • Resolved: 2015-05-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
For older, around java 7 u20 etc google maps in javafx webview worked great. Ever since it's unfortunately been plagued by various problems. In the latest java 7 updates it works for a fairly long time if you scroll and pan around carefully for a while.

In all java 8 builds I've trired it fails quickly and miserably (see other bugs).

Having seen some of the bugs been resolved I tried out the latest java 9 b53. It worked for a little bit longer, maybe even 1-2min before crashing. Always reproducible.

# JRE version: Java(TM) SE Runtime Environment (9.0-b53) (build 1.9.0-ea-b53)
# Java VM: Java HotSpot(TM) Client VM (1.9.0-ea-b53 mixed mode windows-x86 )
# Problematic frame:
# C  [jfxwebkit.dll+0x7e57ff]
Comments
Filed RT-40743.
07-05-2015

I confirm that I can steadily reproduce a crash with jdk9 b52 (and later), with the following steps: 1. load in WebLauncher https://google-developers.appspot.com/maps/documentation/javascript/examples/full/map-simple 2. press mouse button in the map, hold the button & drag somewhere outside WebView, release the button 3. press mouse button in the map again, try to drag [here it crashes] This problem has appeared after the latest WebKit update (RT-36726) and it has been fixed recently (RT-40330, available since 9b60/8u60b12). However, with the crash gone, another issue has been revealed. Now the steps above reproduce an exception: [java] java.lang.IllegalArgumentException: Image dimensions must be > 0 [java] at com.sun.prism.Image.<init>(Image.java:292) [java] at com.sun.prism.Image.<init>(Image.java:268) [java] at com.sun.prism.Image.fromByteBgraPreData(Image.java:111) [java] at com.sun.javafx.webkit.prism.RTImage.getImage(RTImage.java:62) [java] at com.sun.javafx.webkit.prism.PrismImage.getPlatformImage(PrismImage.java:54) [java] at com.sun.javafx.webkit.UIClientImpl.startDrag(UIClientImpl.java:277) [java] at com.sun.webkit.WebPage.fwkStartDrag(WebPage.java:2160) [java] at com.sun.webkit.WebPage.twkProcessMouseEvent(Native Method) [java] at com.sun.webkit.WebPage.dispatchMouseEvent(WebPage.java:759) [java] at javafx.scene.web.WebView.processMouseEvent(WebView.java:1021) [java] at javafx.scene.web.WebView.lambda$registerEventHandlers$3(WebView.java:1144) [java] at javafx.scene.web.WebView$$Lambda$83/56900564.handle(Unknown Source) [java] at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218) [java] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80) [java] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) [java] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) [java] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) [java] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) [java] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) [java] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) [java] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) [java] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) [java] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) [java] at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) [java] at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54) [java] at javafx.event.Event.fireEvent(Event.java:198) [java] at javafx.scene.Scene$MouseHandler.process(Scene.java:3757) [java] at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485) [java] at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762) [java] at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494) [java] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:350) [java] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:275) [java] at java.security.AccessController.doPrivileged(Native Method) [java] at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$351(GlassViewEventHandler.java:385) [java] at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$216/1461971574.get(Unknown Source) [java] at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) [java] at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:384) [java] at com.sun.glass.ui.View.handleMouseEvent(View.java:555) [java] at com.sun.glass.ui.View.notifyMouse(View.java:937) [java] at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) [java] at com.sun.glass.ui.win.WinApplication.lambda$null$146(WinApplication.java:108) [java] at com.sun.glass.ui.win.WinApplication$$Lambda$37/380894366.run(Unknown Source) [java] at java.lang.Thread.run(Thread.java:745) This is not a regression of the two fixes mentioned above, as I can reproduce it in 8u40 as well. A workaround: click (press/release) into the map, it starts working ok then. So, I'm closing this issue and filing another one to track it separately.
07-05-2015

Yes, I can reproduce it with https://google-developers.appspot.com/maps/documentation/javascript/examples/full/map-simple. Thanks for the details.
18-03-2015

I apologise for that classpath. A clean one with a crash here. Using nothing other than jdk9 and running a very simplified java class still exhibiting the crash. I found one interesting thing making as simple an example as possible. Using www.google.com/maps as url doesn't seem to crash it. Using a local html or their "hello world" example html+javascript does, see example code below. Didn't realise this before. Many thanks for your attention btw, much appreciated. Takes max 30s of panning and zooming (using scroll wheel) usually before crashing. Example code: public class SimpleMapTest extends Application { public static void main(String[] args) { launch(args); } @Override public void start(Stage primaryStage) { WebView webView = new WebView(); WebEngine webEngine = webView.getEngine(); // webEngine.load("https://www.google.com/maps"); webEngine.load("https://google-developers.appspot.com/maps/documentation/javascript/examples/full/map-simple"); // webEngine.load(getClass().getResource("googlemaps.html").toExternalForm()); Scene scene = new Scene(webView, 1280, 800); primaryStage.setScene(scene); primaryStage.show(); } } Crash: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x37e957ff, pid=4476, tid=11192 # # JRE version: Java(TM) SE Runtime Environment (9.0-b53) (build 1.9.0-ea-b53) # Java VM: Java HotSpot(TM) Client VM (1.9.0-ea-b53 mixed mode windows-x86 ) # Problematic frame: # C [jfxwebkit.dll+0x7e57ff] # # 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 (0x04da2000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=11192, stack(0x050d0000,0x05120000)] siginfo: ExceptionCode=0xc0000005, reading address 0x00000000 Registers: EAX=0x00000000, EBX=0x00000001, ECX=0x00000000, EDX=0x04da25e4 ESP=0x0511db14, EBP=0x00000000, ESI=0x0511db64, EDI=0x04da2140 EIP=0x37e957ff, EFLAGS=0x00210246 Top of Stack: (sp=0x0511db14) 0x0511db14: 00000000 00000000 04d871e0 04d871dc 0x0511db24: e2a16c33 078dcc18 00000000 41ffb5c0 0x0511db34: 00573168 04da2140 41f2b548 00573168 0x0511db44: 00000000 0511dcfc 384776ca 00000008 0x0511db54: 37e0f8ae 004eefc8 00000000 04d871e0 0x0511db64: 04d871dc e2a16c77 0511dec0 00573168 0x0511db74: 078dd230 ffffffff 01af8508 00000000 0x0511db84: 00000000 00000000 0511dc80 00000000 Instructions: (pc=0x37e957ff) 0x37e957df: 24 3c e8 ca 7f 39 00 ff 36 c6 44 24 30 08 ff 30 0x37e957ef: 33 c0 38 44 24 40 0f 95 c0 50 ff 35 48 f9 64 39 0x37e957ff: ff 75 00 57 e8 98 7e bf ff 8b 0d a8 f8 64 39 83 0x37e9580f: c4 18 c6 44 24 2c 07 85 c9 74 39 8b 01 8d 54 24 Register to memory mapping: EAX=0x00000000 is an unknown value EBX=0x00000001 is an unknown value ECX=0x00000000 is an unknown value EDX=0x04da25e4 is an unknown value ESP=0x0511db14 is pointing into the stack for thread: 0x04da2000 EBP=0x00000000 is an unknown value ESI=0x0511db64 is pointing into the stack for thread: 0x04da2000 EDI=0x04da2140 is an unknown value Stack: [0x050d0000,0x05120000], sp=0x0511db14, free space=310k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [jfxwebkit.dll+0x7e57ff] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.sun.webkit.WebPage.twkProcessMouseEvent(JIIIIIIIZZZZZF)Z+0 j com.sun.webkit.WebPage.dispatchMouseEvent(Lcom/sun/webkit/event/WCMouseEvent;)Z+141 j javafx.scene.web.WebView.processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+175 j javafx.scene.web.WebView.lambda$registerEventHandlers$3(Ljavafx/scene/input/MouseEvent;)V+2 j javafx.scene.web.WebView$$Lambda$83.handle(Ljavafx/event/Event;)V+8 j com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Ljavafx/event/Event;)V+5 J 2314 C1 com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V (57 bytes) @ 0x02828e9c [0x02828e30+0x6c] J 1919 C1 com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (23 bytes) @ 0x027a7238 [0x027a7150+0xe8] j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11 J 2097 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x027e15f8 [0x027e1570+0x88] J 1652 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x0275449c [0x02754410+0x8c] J 2097 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x027e15dc [0x027e1570+0x6c] J 1652 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x0275449c [0x02754410+0x8c] J 2097 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x027e15dc [0x027e1570+0x6c] J 1652 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x0275449c [0x02754410+0x8c] J 1878 C1 com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event; (81 bytes) @ 0x027a49f4 [0x027a4890+0x164] J 2418 C1 javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V (735 bytes) @ 0x0284ee30 [0x0284e690+0x7a0] J 2417 C1 javafx.scene.Scene$MouseHandler.access$1500(Ljavafx/scene/Scene$MouseHandler;Ljavafx/scene/input/MouseEvent;Z)V (7 bytes) @ 0x0284e21c [0x0284e200+0x1c] j javafx.scene.Scene.impl_processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+6 j javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljavafx/event/EventType;DDDDLjavafx/scene/input/MouseButton;ZZZZZZZZZ)V+46 j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Void;+438 j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Object;+1 v ~StubRoutines::call_stub J 1387 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x026f3307 [0x026f32a0+0x67] j com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$351()Ljava/lang/Void;+11 j com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$160.get()Ljava/lang/Object;+4 j com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Ljava/util/function/Supplier;)Ljava/lang/Object;+18 j com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Lcom/sun/glass/ui/View;JIIIIIIIZZ)V+103 j com.sun.glass.ui.View.handleMouseEvent(JIIIIIIIZZ)V+30 j com.sun.glass.ui.View.notifyMouse(IIIIIIIZZ)V+181 v ~StubRoutines::call_stub j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0 j com.sun.glass.ui.win.WinApplication.lambda$null$146(Ljava/lang/Runnable;)V+7 j com.sun.glass.ui.win.WinApplication$$Lambda$37.run()V+8 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x37523400 JavaThread "Thread-198" daemon [_thread_blocked, id=9772, stack(0x413e0000,0x41430000)] 0x37526800 JavaThread "Thread-197" daemon [_thread_blocked, id=8384, stack(0x3eb40000,0x3eb90000)] 0x373f8400 JavaThread "Thread-196" daemon [_thread_blocked, id=8156, stack(0x3f3d0000,0x3f420000)] 0x373f8c00 JavaThread "Thread-195" daemon [_thread_blocked, id=5732, stack(0x40b90000,0x40be0000)] 0x37525c00 JavaThread "URL-Loader-20" daemon [_thread_blocked, id=9948, stack(0x3f020000,0x3f070000)] 0x37523c00 JavaThread "URL-Loader-19" daemon [_thread_blocked, id=9992, stack(0x3ec80000,0x3ecd0000)] 0x37523000 JavaThread "URL-Loader-18" daemon [_thread_blocked, id=3432, stack(0x3ebf0000,0x3ec40000)] 0x37522000 JavaThread "URL-Loader-17" daemon [_thread_blocked, id=9696, stack(0x3dbf0000,0x3dc40000)] 0x37521c00 JavaThread "URL-Loader-16" daemon [_thread_blocked, id=10244, stack(0x3e950000,0x3e9a0000)] 0x37521400 JavaThread "URL-Loader-15" daemon [_thread_blocked, id=6132, stack(0x3e8b0000,0x3e900000)] 0x37521000 JavaThread "URL-Loader-14" daemon [_thread_blocked, id=1088, stack(0x3e850000,0x3e8a0000)] 0x37520800 JavaThread "URL-Loader-13" daemon [_thread_blocked, id=3068, stack(0x3df40000,0x3df90000)] 0x37520400 JavaThread "URL-Loader-12" daemon [_thread_blocked, id=2768, stack(0x3dd00000,0x3dd50000)] 0x3751fc00 JavaThread "URL-Loader-11" daemon [_thread_blocked, id=10368, stack(0x3d930000,0x3d980000)] 0x3741fc00 JavaThread "URL-Loader-10" daemon [_thread_blocked, id=1908, stack(0x3db40000,0x3db90000)] 0x3741f800 JavaThread "URL-Loader-9" daemon [_thread_blocked, id=8712, stack(0x3d990000,0x3d9e0000)] 0x3741f000 JavaThread "URL-Loader-8" daemon [_thread_blocked, id=704, stack(0x3d7c0000,0x3d810000)] 0x3741ec00 JavaThread "URL-Loader-7" daemon [_thread_blocked, id=8564, stack(0x3d6f0000,0x3d740000)] 0x3741e400 JavaThread "URL-Loader-6" daemon [_thread_blocked, id=9032, stack(0x3d630000,0x3d680000)] 0x3741e000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=10892, stack(0x3cc00000,0x3cc50000)] 0x3741d800 JavaThread "URL-Loader-5" daemon [_thread_blocked, id=5892, stack(0x3b370000,0x3b3c0000)] 0x3741d000 JavaThread "URL-Loader-4" daemon [_thread_blocked, id=10992, stack(0x3b4b0000,0x3b500000)] 0x3741cc00 JavaThread "URL-Loader-3" daemon [_thread_blocked, id=3460, stack(0x3b190000,0x3b1e0000)] 0x3741c400 JavaThread "Watchdog-Timer-1" daemon [_thread_blocked, id=10552, stack(0x3b130000,0x3b180000)] 0x37461000 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=996, stack(0x3afa0000,0x3aff0000)] 0x37420c00 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=6848, stack(0x3af40000,0x3af90000)] 0x372a1400 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=1640, stack(0x3a050000,0x3a0a0000)] 0x37239800 JavaThread "Disposer" daemon [_thread_blocked, id=3008, stack(0x39960000,0x399b0000)] 0x04def400 JavaThread "JavaFX-Launcher" [_thread_blocked, id=4932, stack(0x07770000,0x077c0000)] 0x04dbcc00 JavaThread "Thread-2" daemon [_thread_in_native, id=5600, stack(0x07a80000,0x07ad0000)] =>0x04da2000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=11192, stack(0x050d0000,0x05120000)] 0x04da1c00 JavaThread "Thread-1" daemon [_thread_blocked, id=1632, stack(0x06260000,0x062b0000)] 0x04d7d400 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=9584, stack(0x05390000,0x053e0000)] 0x0043f000 JavaThread "Service Thread" daemon [_thread_blocked, id=6456, stack(0x05230000,0x05280000)] 0x00436800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=8568, stack(0x04e80000,0x04ed0000)] 0x00434c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5984, stack(0x05140000,0x05190000)] 0x00433c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=10940, stack(0x04df0000,0x04e40000)] 0x00430400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5672, stack(0x04fb0000,0x05000000)] 0x04c10400 JavaThread "Finalizer" daemon [_thread_blocked, id=10608, stack(0x00bc0000,0x00c10000)] 0x0041dc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=9284, stack(0x04ba0000,0x04bf0000)] 0x00c1bc00 JavaThread "main" [_thread_blocked, id=1132, stack(0x00b20000,0x00b70000)] Other Threads: 0x00418800 VMThread [stack: 0x00ab0000,0x00b00000] [id=6452] 0x04c18000 WatcherThread [stack: 0x052e0000,0x05330000] [id=10388] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 40064K, used 18034K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 38% used [0x08000000, 0x08d4ca90, 0x0a2d0000) from space 4416K, 100% used [0x0a720000, 0x0ab70000, 0x0ab70000) to space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) tenured generation total 88880K, used 31776K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 35% used [0x17a00000, 0x199082a8, 0x19908400, 0x1d0cc000) Metaspace used 11556K, capacity 12086K, committed 12160K, reserved 12672K Card table byte_map: [0x04470000,0x045f0000] byte_map_base: 0x04430000 Polling page: 0x00120000 CodeCache: size=32768Kb used=3979Kb max_used=3979Kb free=28788Kb bounds [0x02470000, 0x02858000, 0x04470000] total_blobs=2866 nmethods=2427 adapters=369 compilation: enabled Compilation events (10 events): Event: 18.971 Thread 0x00434c00 2430 com.sun.scenario.effect.impl.prism.ps.PPSRenderer::isImageDataCompatible (39 bytes) Event: 18.971 Thread 0x00434c00 nmethod 2430 0x02852208 code [0x02852320, 0x0285259c] Event: 18.997 Thread 0x00434c00 2431 com.sun.javafx.geom.transform.Identity::transform (24 bytes) Event: 18.997 Thread 0x00434c00 nmethod 2431 0x02852688 code [0x02852790, 0x028528cc] Event: 19.051 Thread 0x00434c00 2432 com.sun.javafx.geom.transform.Translate2D::getMxt (5 bytes) Event: 19.052 Thread 0x00434c00 nmethod 2432 0x02852948 code [0x02852a40, 0x02852ac0] Event: 19.052 Thread 0x00434c00 2433 com.sun.javafx.geom.transform.Translate2D::getMyt (5 bytes) Event: 19.052 Thread 0x00434c00 nmethod 2433 0x02852b08 code [0x02852c00, 0x02852c80] Event: 19.217 Thread 0x00434c00 2434 com.sun.javafx.event.BasicEventDispatcher::dispatchCapturingEvent (2 bytes) Event: 19.217 Thread 0x00434c00 nmethod 2434 0x02852cc8 code [0x02852dc0, 0x02852e40] GC Heap History (10 events): Event: 14.979 GC heap before {Heap before GC invocations=58 (full 27): def new generation total 40064K, used 430K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 1% used [0x08000000, 0x0806ba98, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 26662K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 29% used [0x17a00000, 0x19409b78, 0x19409c00, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K Event: 15.002 GC heap after Heap after GC invocations=59 (full 28): def new generation total 40064K, used 0K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 0% used [0x08000000, 0x08000000, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 26631K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 29% used [0x17a00000, 0x19401ef8, 0x19402000, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K } Event: 15.002 GC heap before {Heap before GC invocations=59 (full 28): def new generation total 40064K, used 0K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 0% used [0x08000000, 0x08000000, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 26631K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 29% used [0x17a00000, 0x19401ef8, 0x19402000, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K Event: 15.021 GC heap after Heap after GC invocations=60 (full 29): def new generation total 40064K, used 0K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 0% used [0x08000000, 0x08000000, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 26631K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 29% used [0x17a00000, 0x19401ef8, 0x19402000, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K } Event: 15.041 GC heap before {Heap before GC invocations=60 (full 29): def new generation total 40064K, used 1044K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 2% used [0x08000000, 0x08105048, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 26631K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 29% used [0x17a00000, 0x19401ef8, 0x19402000, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K Event: 15.062 GC heap after Heap after GC invocations=61 (full 30): def new generation total 40064K, used 0K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 0% used [0x08000000, 0x08000000, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 27032K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 30% used [0x17a00000, 0x19466200, 0x19466200, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K } Event: 15.062 GC heap before {Heap before GC invocations=61 (full 30): def new generation total 40064K, used 367K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 1% used [0x08000000, 0x0805bdc8, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 27032K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 30% used [0x17a00000, 0x19466200, 0x19466200, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K Event: 15.082 GC heap after Heap after GC invocations=62 (full 31): def new generation total 40064K, used 0K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 0% used [0x08000000, 0x08000000, 0x0a2d0000) from space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 27032K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 30% used [0x17a00000, 0x194662a8, 0x19466400, 0x1d0cc000) Metaspace used 11545K, capacity 12086K, committed 12160K, reserved 12672K } Event: 17.486 GC heap before {Heap before GC invocations=62 (full 31): def new generation total 40064K, used 35722K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 99% used [0x08000000, 0x0a2b2a28, 0x0a2d0000) from space 4416K, 4% used [0x0a2d0000, 0x0a300010, 0x0a720000) to space 4416K, 0% used [0x0a720000, 0x0a720000, 0x0ab70000) tenured generation total 88880K, used 27032K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 30% used [0x17a00000, 0x194662a8, 0x19466400, 0x1d0cc000) Metaspace used 11556K, capacity 12086K, committed 12160K, reserved 12672K Event: 17.490 GC heap after Heap after GC invocations=63 (full 31): def new generation total 40064K, used 4416K [0x08000000, 0x0ab70000, 0x17a00000) eden space 35648K, 0% used [0x08000000, 0x08000000, 0x0a2d0000) from space 4416K, 100% used [0x0a720000, 0x0ab70000, 0x0ab70000) to space 4416K, 0% used [0x0a2d0000, 0x0a2d0000, 0x0a720000) tenured generation total 88880K, used 31776K [0x17a00000, 0x1d0cc000, 0x36e00000) the space 88880K, 35% used [0x17a00000, 0x199082a8, 0x19908400, 0x1d0cc000) Metaspace used 11556K, capacity 12086K, committed 12160K, reserved 12672K } Deoptimization events (0 events): No events Internal exceptions (10 events): Event: 14.851 Thread 0x04d7d400 NullPointerException in IC check 0x028153d7 Event: 14.851 Thread 0x04d7d400 Exception <a 'java/lang/NullPointerException'> (0x0807de08) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 14.918 Thread 0x04d7d400 NullPointerException in IC check 0x028153d7 Event: 14.918 Thread 0x04d7d400 Exception <a 'java/lang/NullPointerException'> (0x080624b8) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 14.978 Thread 0x04d7d400 NullPointerException in IC check 0x028153d7 Event: 14.978 Thread 0x04d7d400 Exception <a 'java/lang/NullPointerException'> (0x0805c598) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 15.041 Thread 0x04d7d400 NullPointerException in IC check 0x028153d7 Event: 15.041 Thread 0x04d7d400 Exception <a 'java/lang/NullPointerException'> (0x080f5b30) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 15.101 Thread 0x04d7d400 NullPointerException in IC check 0x028153d7 Event: 15.101 Thread 0x04d7d400 Exception <a 'java/lang/NullPointerException'> (0x0805c578) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Events (10 events): Event: 18.904 Thread 0x37522800 Thread exited: 0x37522800 Event: 18.904 Executing VM operation: RevokeBias Event: 18.905 Executing VM operation: RevokeBias done Event: 18.905 Thread 0x37523400 Thread exited: 0x37523400 Event: 18.928 Thread 0x37523400 Thread added: 0x37523400 Event: 18.937 Executing VM operation: BulkRevokeBias Event: 18.938 Executing VM operation: BulkRevokeBias done Event: 18.938 Thread 0x37524000 Thread exited: 0x37524000 Event: 18.954 Thread 0x37524800 Thread exited: 0x37524800 Event: 18.970 Thread 0x374fe400 Thread exited: 0x374fe400 Dynamic libraries: 0x00d60000 - 0x00d92000 g:\Program Files (x86)\Java\jdk1.9.0\bin\java.exe 0x771d0000 - 0x77350000 C:\Windows\SysWOW64\ntdll.dll 0x76560000 - 0x76670000 C:\Windows\syswow64\kernel32.dll 0x76d30000 - 0x76d77000 C:\Windows\syswow64\KERNELBASE.dll 0x760c0000 - 0x76160000 C:\Windows\syswow64\ADVAPI32.dll 0x76160000 - 0x7620c000 C:\Windows\syswow64\msvcrt.dll 0x74bc0000 - 0x74bd9000 C:\Windows\SysWOW64\sechost.dll 0x76680000 - 0x76770000 C:\Windows\syswow64\RPCRT4.dll 0x74b60000 - 0x74bc0000 C:\Windows\syswow64\SspiCli.dll 0x74b50000 - 0x74b5c000 C:\Windows\syswow64\CRYPTBASE.dll 0x768b0000 - 0x769b0000 C:\Windows\syswow64\USER32.dll 0x76030000 - 0x760c0000 C:\Windows\syswow64\GDI32.dll 0x76bf0000 - 0x76bfa000 C:\Windows\syswow64\LPK.dll 0x76210000 - 0x762ad000 C:\Windows\syswow64\USP10.dll 0x6f9e0000 - 0x6fb7e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll 0x75b80000 - 0x75bd7000 C:\Windows\syswow64\SHLWAPI.dll 0x76830000 - 0x76890000 C:\Windows\system32\IMM32.DLL 0x76c60000 - 0x76d2c000 C:\Windows\syswow64\MSCTF.dll 0x6a2d0000 - 0x6a38f000 g:\Program Files (x86)\Java\jdk1.9.0\bin\msvcr100.dll 0x07bd0000 - 0x07f91000 g:\Program Files (x86)\Java\jdk1.9.0\bin\client\jvm.dll 0x72160000 - 0x72167000 C:\Windows\system32\WSOCK32.dll 0x76d90000 - 0x76dc5000 C:\Windows\syswow64\WS2_32.dll 0x767d0000 - 0x767d6000 C:\Windows\syswow64\NSI.dll 0x700e0000 - 0x70112000 C:\Windows\system32\WINMM.dll 0x71f50000 - 0x71f59000 C:\Windows\system32\VERSION.dll 0x76890000 - 0x76895000 C:\Windows\syswow64\PSAPI.DLL 0x6bee0000 - 0x6beec000 g:\Program Files (x86)\Java\jdk1.9.0\bin\verify.dll 0x6a5d0000 - 0x6a5f0000 g:\Program Files (x86)\Java\jdk1.9.0\bin\java.dll 0x6a2b0000 - 0x6a2c3000 g:\Program Files (x86)\Java\jdk1.9.0\bin\zip.dll 0x74f00000 - 0x75b4a000 C:\Windows\syswow64\SHELL32.dll 0x75d30000 - 0x75e8c000 C:\Windows\syswow64\ole32.dll 0x771a0000 - 0x771ab000 C:\Windows\syswow64\profapi.dll 0x6af90000 - 0x6afa5000 G:\Program Files (x86)\Java\jdk1.9.0\bin\net.dll 0x74960000 - 0x7499c000 C:\Windows\system32\mswsock.dll 0x74940000 - 0x74946000 C:\Windows\System32\wship6.dll 0x6bed0000 - 0x6bedf000 G:\Program Files (x86)\Java\jdk1.9.0\bin\nio.dll 0x632c0000 - 0x633ae000 G:\Program Files (x86)\Java\jdk1.9.0\bin\msvcr120.dll 0x6a120000 - 0x6a191000 G:\Program Files (x86)\Java\jdk1.9.0\bin\msvcp120.dll 0x6a3d0000 - 0x6a3ee000 G:\Program Files (x86)\Java\jdk1.9.0\bin\prism_d3d.dll 0x70820000 - 0x709e3000 C:\Windows\system32\d3d9.dll 0x70810000 - 0x70816000 C:\Windows\system32\d3d8thk.dll 0x6fe30000 - 0x6fe43000 C:\Windows\system32\dwmapi.dll 0x6f700000 - 0x6f780000 C:\Windows\system32\uxtheme.dll 0x54760000 - 0x54876000 C:\Windows\system32\aticfx32.dll 0x6a3b0000 - 0x6a3cb000 C:\Windows\system32\atiu9pag.dll 0x05780000 - 0x05e3a000 C:\Windows\system32\atiumdag.dll 0x57960000 - 0x5809e000 C:\Windows\system32\atiumdva.dll 0x6d8e0000 - 0x6d905000 C:\Windows\system32\POWRPROF.dll 0x75e90000 - 0x7602d000 C:\Windows\syswow64\SETUPAPI.dll 0x75d00000 - 0x75d27000 C:\Windows\syswow64\CFGMGR32.dll 0x75be0000 - 0x75c6f000 C:\Windows\syswow64\OLEAUT32.dll 0x76810000 - 0x76822000 C:\Windows\syswow64\DEVOBJ.dll 0x68c80000 - 0x68cb2000 G:\Program Files (x86)\Java\jdk1.9.0\bin\glass.dll 0x74be0000 - 0x74c5b000 C:\Windows\syswow64\COMDLG32.dll 0x376b0000 - 0x39714000 G:\Program Files (x86)\Java\jdk1.9.0\bin\jfxwebkit.dll 0x72d90000 - 0x72da7000 C:\Windows\system32\CRYPTSP.dll 0x72d50000 - 0x72d8b000 C:\Windows\system32\rsaenh.dll 0x6a290000 - 0x6a2b0000 G:\Program Files (x86)\Java\jdk1.9.0\bin\sunec.dll 0x6bef0000 - 0x6bf01000 G:\Program Files (x86)\Java\jdk1.9.0\bin\javafx_font.dll 0x570f0000 - 0x57225000 C:\Windows\system32\dwrite.dll 0x74ee0000 - 0x74ef7000 C:\Windows\syswow64\USERENV.dll 0x749b0000 - 0x749cc000 C:\Windows\system32\IPHLPAPI.DLL 0x749a0000 - 0x749a7000 C:\Windows\system32\WINNSI.DLL 0x74e50000 - 0x74ed3000 C:\Windows\syswow64\CLBCatQ.DLL 0x53ce0000 - 0x53e10000 C:\Windows\system32\WindowsCodecs.dll 0x70120000 - 0x7016c000 C:\Windows\system32\apphelp.dll 0x60670000 - 0x606c0000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\FileSyncShell.dll 0x6f3c0000 - 0x6f445000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\MSVCP110.dll 0x6f210000 - 0x6f2e2000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\MSVCR110.dll 0x6f190000 - 0x6f208000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\Telemetry.dll 0x71770000 - 0x7178a000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\LoggingPlatform.DLL 0x6ccc0000 - 0x6ccd5000 C:\Windows\system32\Cabinet.dll 0x6cdb0000 - 0x6ce08000 C:\Windows\system32\WINHTTP.dll 0x6cd60000 - 0x6cdaf000 C:\Windows\system32\webio.dll 0x6cc90000 - 0x6ccbf000 C:\Windows\system32\XmlLite.dll 0x74c60000 - 0x74e35000 C:\Windows\syswow64\WININET.dll 0x76670000 - 0x76674000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll 0x74e40000 - 0x74e44000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll 0x767f0000 - 0x767f4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll 0x76800000 - 0x76803000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll 0x76d80000 - 0x76d83000 C:\Windows\syswow64\normaliz.DLL 0x769b0000 - 0x76be2000 C:\Windows\syswow64\iertutil.dll 0x76c00000 - 0x76c05000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll 0x68cc0000 - 0x68cf1000 C:\Windows\system32\EhStorShell.dll 0x6d6a0000 - 0x6d795000 C:\Windows\system32\PROPSYS.dll 0x57640000 - 0x576b0000 C:\Windows\system32\ntshrui.dll 0x70290000 - 0x702a9000 C:\Windows\system32\srvcli.dll 0x70200000 - 0x7020b000 C:\Windows\system32\cscapi.dll 0x58d20000 - 0x58d2a000 C:\Windows\system32\slc.dll 0x6a0f0000 - 0x6a111000 C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\rtscom.dll 0x74850000 - 0x7485d000 C:\Windows\system32\dhcpcsvc6.DLL 0x74790000 - 0x747a2000 C:\Windows\system32\dhcpcsvc.DLL 0x74950000 - 0x74955000 C:\Windows\System32\wshtcpip.dll 0x74740000 - 0x74784000 C:\Windows\system32\DNSAPI.dll 0x07970000 - 0x07989000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll 0x6cab0000 - 0x6cab6000 C:\Windows\system32\rasadhlp.dll 0x6ca00000 - 0x6ca38000 C:\Windows\System32\fwpuclnt.dll 0x6a390000 - 0x6a39f000 G:\Program Files (x86)\Java\jdk1.9.0\bin\prism_common.dll 0x6fff0000 - 0x700db000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -Xmx750m java_command: net.volvo.vms.utils.map.SimpleMapTest java_class_path (initial): . Launcher Type: SUN_STANDARD Environment Variables: PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static USERNAME=mattias.bergander OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 4, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18409) CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 26 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit, tscinv Memory: 4k page, physical 18865264k(8719352k free), swap 37728672k(26543408k free) vm_info: Java HotSpot(TM) Client VM (1.9.0-ea-b53) for windows-x86 JRE (1.9.0-ea-b53), built on Mar 4 2015 20:11:37 by "java_re" with MS VC++ 10.0 (VS2010) time: Wed Mar 18 14:45:45 2015 elapsed time: 19 seconds (0d 0h 0m 19s)
18-03-2015

I played around with google maps for a couple of minutes and cannot get it to crash for me. I can try again later, but need more guidance on how you made it crash.
18-03-2015

Mattias, thank you for the check. I tried more (panning & zooming for a while), but still I can't reproduce the crash. Just for any case, could you please provide your GPU details? From the hs report you listed, I see the following: G:\Program Files (x86)\Java\jdk1.9.0\bin\jfxwebkit.dll which seems Ok, however in java_class_path there's a mismatched path to jfxrt.jar: C:\Program Files (x86)\Java\jre7\lib\jfxrt.jar It shouldn't be searched for before jdk1.9.0\lib\jfxrt.jar, however could you please take it out from the path to make sure the test environment is clean?
18-03-2015

@Anton I just tried it again to make sure, It takes about a minute for me now to crash by panning and zoom in/out intensively. So it has a hard time keeping up loading tiles. Crash report looks about the same at first glance: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x184757ff, pid=9444, tid=3332 # # JRE version: Java(TM) SE Runtime Environment (9.0-b53) (build 1.9.0-ea-b53) # Java VM: Java HotSpot(TM) Client VM (1.9.0-ea-b53 mixed mode windows-x86 ) # Problematic frame: # C [jfxwebkit.dll+0x7e57ff] # # 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 (0x14c10000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=3332, stack(0x154a0000,0x154f0000)] siginfo: ExceptionCode=0xc0000005, reading address 0x00000000 Registers: EAX=0x00000000, EBX=0x00000001, ECX=0x00000000, EDX=0x14c17e54 ESP=0x154edfd4, EBP=0x00000000, ESI=0x154ee024, EDI=0x14c10140 EIP=0x184757ff, EFLAGS=0x00210246 Top of Stack: (sp=0x154edfd4) 0x154edfd4: 00000000 00000000 14bf84a0 14bf849c 0x154edfe4: 04216964 16ea1498 00000000 26d9c2e0 0x154edff4: 00346a60 14c10140 27a50e98 00346a60 0x154ee004: 00000000 154ee1bc 18a576ca 00000008 0x154ee014: 183ef8ae 002c2d40 00000000 14bf84a0 0x154ee024: 14bf849c 042156a0 154ee380 00346a60 0x154ee034: 16ea1aa8 ffffffff 01414c48 00000000 0x154ee044: 00000000 00000000 154ee140 00000000 Instructions: (pc=0x184757ff) 0x184757df: 24 3c e8 ca 7f 39 00 ff 36 c6 44 24 30 08 ff 30 0x184757ef: 33 c0 38 44 24 40 0f 95 c0 50 ff 35 48 f9 c2 19 0x184757ff: ff 75 00 57 e8 98 7e bf ff 8b 0d a8 f8 c2 19 83 0x1847580f: c4 18 c6 44 24 2c 07 85 c9 74 39 8b 01 8d 54 24 Register to memory mapping: EAX=0x00000000 is an unknown value EBX=0x00000001 is an unknown value ECX=0x00000000 is an unknown value EDX=0x14c17e54 is an unknown value ESP=0x154edfd4 is pointing into the stack for thread: 0x14c10000 EBP=0x00000000 is an unknown value ESI=0x154ee024 is pointing into the stack for thread: 0x14c10000 EDI=0x14c10140 is an unknown value Stack: [0x154a0000,0x154f0000], sp=0x154edfd4, free space=311k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [jfxwebkit.dll+0x7e57ff] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 3592 com.sun.webkit.WebPage.twkProcessMouseEvent(JIIIIIIIZZZZZF)Z (0 bytes) @ 0x0275cf74 [0x0275ced0+0xa4] J 3591 C1 com.sun.webkit.WebPage.dispatchMouseEvent(Lcom/sun/webkit/event/WCMouseEvent;)Z (166 bytes) @ 0x02768620 [0x02768100+0x520] J 4211 C1 javafx.scene.web.WebView.processMouseEvent(Ljavafx/scene/input/MouseEvent;)V (184 bytes) @ 0x02871264 [0x02870ea0+0x3c4] J 2777 C1 javafx.scene.web.WebView$$Lambda$83.handle(Ljavafx/event/Event;)V (12 bytes) @ 0x02a1d644 [0x02a1d5f0+0x54] J 3454 C1 com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Ljavafx/event/Event;)V (11 bytes) @ 0x02712eb8 [0x02712e90+0x28] J 2121 C1 com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V (57 bytes) @ 0x0293871c [0x029386b0+0x6c] J 1810 C1 com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (23 bytes) @ 0x028cd038 [0x028ccf50+0xe8] J 2504 C1 com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (35 bytes) @ 0x029b3aa8 [0x029b3a60+0x48] J 1914 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x028f24f8 [0x028f2470+0x88] J 1669 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x026f82dc [0x026f8250+0x8c] J 1914 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x028f24dc [0x028f2470+0x6c] J 1669 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x026f82dc [0x026f8250+0x8c] J 1914 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x028f24dc [0x028f2470+0x6c] J 1669 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x026f82dc [0x026f8250+0x8c] J 1873 C1 com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event; (81 bytes) @ 0x028e78f4 [0x028e7790+0x164] J 2422 C1 javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V (735 bytes) @ 0x029967b0 [0x02996010+0x7a0] J 3013 C1 javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljavafx/event/EventType;DDDDLjavafx/scene/input/MouseButton;ZZZZZZZZZ)V (50 bytes) @ 0x02a5f5a0 [0x02a5f460+0x140] J 3649 C1 com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Void; (491 bytes) @ 0x02779e7c [0x02779b40+0x33c] J 3648 C1 com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Object; (5 bytes) @ 0x0277a560 [0x0277a540+0x20] v ~StubRoutines::call_stub J 1206 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x0281fdc7 [0x0281fd60+0x67] J 2786 C1 com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$185.get()Ljava/lang/Object; (8 bytes) @ 0x02a1f318 [0x02a1f2e0+0x38] J 2698 C1 com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Ljava/util/function/Supplier;)Ljava/lang/Object; (49 bytes) @ 0x029fa868 [0x029fa800+0x68] J 3008 C1 com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Lcom/sun/glass/ui/View;JIIIIIIIZZ)V (108 bytes) @ 0x02a5e860 [0x02a5e790+0xd0] J 3670 C1 com.sun.glass.ui.View.notifyMouse(IIIIIIIZZ)V (221 bytes) @ 0x02776288 [0x02775ea0+0x3e8] v ~StubRoutines::call_stub j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0 j com.sun.glass.ui.win.WinApplication.lambda$null$146(Ljava/lang/Runnable;)V+7 j com.sun.glass.ui.win.WinApplication$$Lambda$37.run()V+8 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x179fe800 JavaThread "Thread-755" daemon [_thread_blocked, id=7976, stack(0x2a010000,0x2a060000)] 0x179fe400 JavaThread "Thread-754" daemon [_thread_blocked, id=7604, stack(0x29f80000,0x29fd0000)] 0x179fdc00 JavaThread "Thread-753" daemon [_thread_blocked, id=2328, stack(0x29de0000,0x29e30000)] 0x179fd400 JavaThread "Thread-752" daemon [_thread_blocked, id=4080, stack(0x29e40000,0x29e90000)] 0x179fd000 JavaThread "Thread-751" daemon [_thread_blocked, id=5608, stack(0x29d00000,0x29d50000)] 0x179fc800 JavaThread "Thread-750" daemon [_thread_blocked, id=10088, stack(0x297c0000,0x29810000)] 0x179fc400 JavaThread "Thread-749" daemon [_thread_blocked, id=1748, stack(0x29a30000,0x29a80000)] 0x179fbc00 JavaThread "Thread-748" daemon [_thread_blocked, id=6040, stack(0x29aa0000,0x29af0000)] 0x17af1800 JavaThread "Thread-747" daemon [_thread_blocked, id=11204, stack(0x29970000,0x299c0000)] 0x17af1000 JavaThread "Thread-746" daemon [_thread_blocked, id=7304, stack(0x298a0000,0x298f0000)] 0x179fb800 JavaThread "Thread-745" daemon [_thread_blocked, id=11088, stack(0x25d80000,0x25dd0000)] 0x1d25e800 JavaThread "Thread-744" daemon [_thread_blocked, id=6676, stack(0x25de0000,0x25e30000)] 0x17a03000 JavaThread "Thread-743" daemon [_thread_blocked, id=6232, stack(0x29910000,0x29960000)] 0x17aef800 JavaThread "Thread-742" daemon [_thread_blocked, id=9584, stack(0x27680000,0x276d0000)] 0x17af2400 JavaThread "Thread-741" daemon [_thread_blocked, id=6760, stack(0x27620000,0x27670000)] 0x1d26dc00 JavaThread "Thread-740" daemon [_thread_blocked, id=7488, stack(0x25e90000,0x25ee0000)] 0x1d270800 JavaThread "Thread-739" daemon [_thread_blocked, id=7596, stack(0x25bd0000,0x25c20000)] 0x1d26f000 JavaThread "Thread-738" daemon [_thread_blocked, id=10072, stack(0x25f50000,0x25fa0000)] 0x1d26e000 JavaThread "Thread-737" daemon [_thread_blocked, id=7672, stack(0x264e0000,0x26530000)] 0x1d26f400 JavaThread "Thread-736" daemon [_thread_blocked, id=11128, stack(0x25c70000,0x25cc0000)] 0x1d26e800 JavaThread "Thread-735" daemon [_thread_blocked, id=7016, stack(0x25530000,0x25580000)] 0x1d26d000 JavaThread "Thread-734" daemon [_thread_blocked, id=6848, stack(0x24ec0000,0x24f10000)] 0x1d270000 JavaThread "Thread-733" daemon [_thread_blocked, id=8012, stack(0x24190000,0x241e0000)] 0x1d26fc00 JavaThread "Thread-732" daemon [_thread_blocked, id=4064, stack(0x252a0000,0x252f0000)] 0x1d25e000 JavaThread "Thread-731" daemon [_thread_blocked, id=4412, stack(0x24810000,0x24860000)] 0x1d25ec00 JavaThread "Thread-730" daemon [_thread_blocked, id=7508, stack(0x25a10000,0x25a60000)] 0x1d25cc00 JavaThread "Thread-729" daemon [_thread_blocked, id=8216, stack(0x245d0000,0x24620000)] 0x1d25d400 JavaThread "Thread-728" daemon [_thread_blocked, id=5584, stack(0x242b0000,0x24300000)] 0x1d25c800 JavaThread "Thread-727" daemon [_thread_blocked, id=7796, stack(0x246b0000,0x24700000)] 0x1d25f400 JavaThread "Thread-726" daemon [_thread_blocked, id=9916, stack(0x22f10000,0x22f60000)] 0x17af1c00 JavaThread "Thread-714" daemon [_thread_blocked, id=10828, stack(0x25e30000,0x25e80000)] 0x17aef000 JavaThread "Thread-713" daemon [_thread_blocked, id=5596, stack(0x22070000,0x220c0000)] 0x1d25c000 JavaThread "URL-Loader-40" daemon [_thread_blocked, id=8668, stack(0x23f00000,0x23f50000)] 0x1d25bc00 JavaThread "URL-Loader-39" daemon [_thread_blocked, id=10504, stack(0x232b0000,0x23300000)] 0x17aee400 JavaThread "URL-Loader-38" daemon [_thread_blocked, id=6236, stack(0x23120000,0x23170000)] 0x17af0400 JavaThread "URL-Loader-37" daemon [_thread_blocked, id=4572, stack(0x23380000,0x233d0000)] 0x17aeec00 JavaThread "URL-Loader-36" daemon [_thread_blocked, id=6280, stack(0x23300000,0x23350000)] 0x17aed400 JavaThread "URL-Loader-35" daemon [_thread_blocked, id=7872, stack(0x22e30000,0x22e80000)] 0x17aed800 JavaThread "URL-Loader-34" daemon [_thread_blocked, id=5252, stack(0x21530000,0x21580000)] 0x17aeac00 JavaThread "URL-Loader-33" daemon [_thread_blocked, id=5284, stack(0x22da0000,0x22df0000)] 0x17aee000 JavaThread "URL-Loader-32" daemon [_thread_blocked, id=11256, stack(0x22d50000,0x22da0000)] 0x17aecc00 JavaThread "URL-Loader-31" daemon [_thread_blocked, id=7268, stack(0x22020000,0x22070000)] 0x17aec000 JavaThread "URL-Loader-30" daemon [_thread_blocked, id=11184, stack(0x20150000,0x201a0000)] 0x17aec800 JavaThread "URL-Loader-29" daemon [_thread_blocked, id=10016, stack(0x21c50000,0x21ca0000)] 0x17aeb400 JavaThread "URL-Loader-28" daemon [_thread_blocked, id=7856, stack(0x215a0000,0x215f0000)] 0x17a00400 JavaThread "URL-Loader-27" daemon [_thread_blocked, id=6496, stack(0x1fac0000,0x1fb10000)] 0x17a01000 JavaThread "URL-Loader-26" daemon [_thread_blocked, id=6588, stack(0x1cd30000,0x1cd80000)] 0x17a01c00 JavaThread "URL-Loader-25" daemon [_thread_blocked, id=10940, stack(0x1c210000,0x1c260000)] 0x17a00800 JavaThread "URL-Loader-24" daemon [_thread_blocked, id=6308, stack(0x212f0000,0x21340000)] 0x179ffc00 JavaThread "URL-Loader-23" daemon [_thread_blocked, id=7800, stack(0x1bbc0000,0x1bc10000)] 0x17a02400 JavaThread "URL-Loader-22" daemon [_thread_blocked, id=9368, stack(0x1ce40000,0x1ce90000)] 0x17a01400 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=6664, stack(0x1b4b0000,0x1b500000)] 0x17a02800 JavaThread "URL-Loader-21" daemon [_thread_blocked, id=8032, stack(0x1cc30000,0x1cc80000)] 0x17aeb800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=9696, stack(0x1ee90000,0x1eee0000)] 0x179ff800 JavaThread "Watchdog-Timer-1" daemon [_thread_blocked, id=8656, stack(0x1b710000,0x1b760000)] 0x177f1400 JavaThread "Disposer" daemon [_thread_blocked, id=6020, stack(0x17b00000,0x17b50000)] 0x14c23c00 JavaThread "Thread-3" daemon [_thread_in_native, id=5432, stack(0x16f60000,0x16fb0000)] 0x14c12800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=7688, stack(0x175b0000,0x17600000)] =>0x14c10000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=3332, stack(0x154a0000,0x154f0000)] 0x14c0f000 JavaThread "Thread-1" daemon [_thread_blocked, id=6924, stack(0x15670000,0x156c0000)] 0x14bed000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=9604, stack(0x152d0000,0x15320000)] 0x14a95000 JavaThread "Service Thread" daemon [_thread_blocked, id=1116, stack(0x15020000,0x15070000)] 0x00769800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=6768, stack(0x01110000,0x01160000)] 0x00767400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5952, stack(0x14f40000,0x14f90000)] 0x00766400 JavaThread "Attach Listener" daemon [_thread_blocked, id=7736, stack(0x14de0000,0x14e30000)] 0x00763800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11000, stack(0x14c90000,0x14ce0000)] 0x14a80400 JavaThread "Finalizer" daemon [_thread_blocked, id=5368, stack(0x010c0000,0x01110000)] 0x0074e400 JavaThread "Reference Handler" daemon [_thread_blocked, id=6164, stack(0x00fc0000,0x01010000)] 0x0099c400 JavaThread "main" [_thread_blocked, id=7512, stack(0x00840000,0x00890000)] Other Threads: 0x00749000 VMThread [stack: 0x01060000,0x010b0000] [id=11232] 0x14a89400 WatcherThread [stack: 0x150d0000,0x15120000] [id=9688] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 52096K, used 43009K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 80% used [0x04600000, 0x06a606a0, 0x07340000) from space 5760K, 100% used [0x078e0000, 0x07e80000, 0x07e80000) to space 5760K, 0% used [0x07340000, 0x07340000, 0x078e0000) tenured generation total 115628K, used 91811K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 79% used [0x09b50000, 0x0f4f8ff0, 0x0f4f9000, 0x10c3b000) Metaspace used 11992K, capacity 12527K, committed 12544K, reserved 12672K Card table byte_map: [0x00c70000,0x00d00000] byte_map_base: 0x00c4d000 Polling page: 0x00770000 CodeCache: size=32768Kb used=3898Kb max_used=4765Kb free=28869Kb bounds [0x025c0000, 0x02a68000, 0x045c0000] total_blobs=2562 nmethods=2117 adapters=375 compilation: enabled Compilation events (10 events): Event: 6859.405 Thread 0x00767400 4343 java.lang.CharacterDataLatin1::toUpperCase (53 bytes) Event: 6859.405 Thread 0x00767400 nmethod 4343 0x028ab0c8 code [0x028ab1c0, 0x028ab2b0] Event: 6859.581 Thread 0x00767400 4344 com.sun.webkit.graphics.WCStroke::copyFrom (65 bytes) Event: 6859.581 Thread 0x00767400 nmethod 4344 0x028aae88 code [0x028aaf80, 0x028ab050] Event: 6859.653 Thread 0x00767400 4345 com.sun.javafx.geom.PickRay::getOriginNoClone (5 bytes) Event: 6859.653 Thread 0x00767400 nmethod 4345 0x028af208 code [0x028af300, 0x028af3a0] Event: 6859.653 Thread 0x00767400 4346 com.sun.javafx.geom.PickRay::getDirectionNoClone (5 bytes) Event: 6859.653 Thread 0x00767400 nmethod 4346 0x028af008 code [0x028af100, 0x028af1a0] Event: 6859.663 Thread 0x00767400 4347 java.util.ArrayList::remove (69 bytes) Event: 6859.663 Thread 0x00767400 nmethod 4347 0x028aea88 code [0x028aebb0, 0x028aedd4] GC Heap History (10 events): Event: 6854.318 GC heap before {Heap before GC invocations=108 (full 13): def new generation total 52096K, used 52096K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 100% used [0x04600000, 0x07340000, 0x07340000) from space 5760K, 100% used [0x07340000, 0x078e0000, 0x078e0000) to space 5760K, 0% used [0x078e0000, 0x078e0000, 0x07e80000) tenured generation total 115628K, used 104166K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 90% used [0x09b50000, 0x10109bd0, 0x10109c00, 0x10c3b000) Metaspace used 11989K, capacity 12527K, committed 12544K, reserved 12672K Event: 6854.357 GC heap after Heap after GC invocations=109 (full 14): def new generation total 52096K, used 0K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 0% used [0x04600000, 0x04600000, 0x07340000) from space 5760K, 0% used [0x078e0000, 0x078e0000, 0x07e80000) to space 5760K, 0% used [0x07340000, 0x07340000, 0x078e0000) tenured generation total 115628K, used 39824K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 34% used [0x09b50000, 0x0c234150, 0x0c234200, 0x10c3b000) Metaspace used 11989K, capacity 12527K, committed 12544K, reserved 12672K } Event: 6854.998 GC heap before {Heap before GC invocations=109 (full 14): def new generation total 52096K, used 46336K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 100% used [0x04600000, 0x07340000, 0x07340000) from space 5760K, 0% used [0x078e0000, 0x078e0000, 0x07e80000) to space 5760K, 0% used [0x07340000, 0x07340000, 0x078e0000) tenured generation total 115628K, used 39824K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 34% used [0x09b50000, 0x0c234150, 0x0c234200, 0x10c3b000) Metaspace used 11990K, capacity 12527K, committed 12544K, reserved 12672K Event: 6855.004 GC heap after Heap after GC invocations=110 (full 14): def new generation total 52096K, used 5760K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 0% used [0x04600000, 0x04600000, 0x07340000) from space 5760K, 100% used [0x07340000, 0x078e0000, 0x078e0000) to space 5760K, 0% used [0x078e0000, 0x078e0000, 0x07e80000) tenured generation total 115628K, used 49017K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 42% used [0x09b50000, 0x0cb2e4f8, 0x0cb2e600, 0x10c3b000) Metaspace used 11990K, capacity 12527K, committed 12544K, reserved 12672K } Event: 6857.761 GC heap before {Heap before GC invocations=110 (full 14): def new generation total 52096K, used 51942K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 99% used [0x04600000, 0x07319b20, 0x07340000) from space 5760K, 100% used [0x07340000, 0x078e0000, 0x078e0000) to space 5760K, 0% used [0x078e0000, 0x078e0000, 0x07e80000) tenured generation total 115628K, used 49273K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 42% used [0x09b50000, 0x0cb6e508, 0x0cb6e600, 0x10c3b000) Metaspace used 11991K, capacity 12527K, committed 12544K, reserved 12672K Event: 6857.768 GC heap after Heap after GC invocations=111 (full 14): def new generation total 52096K, used 5760K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 0% used [0x04600000, 0x04600000, 0x07340000) from space 5760K, 100% used [0x078e0000, 0x07e80000, 0x07e80000) to space 5760K, 0% used [0x07340000, 0x07340000, 0x078e0000) tenured generation total 115628K, used 62002K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 53% used [0x09b50000, 0x0d7dc9e0, 0x0d7dca00, 0x10c3b000) Metaspace used 11991K, capacity 12527K, committed 12544K, reserved 12672K } Event: 6858.430 GC heap before {Heap before GC invocations=111 (full 14): def new generation total 52096K, used 52096K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 100% used [0x04600000, 0x07340000, 0x07340000) from space 5760K, 100% used [0x078e0000, 0x07e80000, 0x07e80000) to space 5760K, 0% used [0x07340000, 0x07340000, 0x078e0000) tenured generation total 115628K, used 62002K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 53% used [0x09b50000, 0x0d7dc9e0, 0x0d7dca00, 0x10c3b000) Metaspace used 11991K, capacity 12527K, committed 12544K, reserved 12672K Event: 6858.437 GC heap after Heap after GC invocations=112 (full 14): def new generation total 52096K, used 5760K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 0% used [0x04600000, 0x04600000, 0x07340000) from space 5760K, 100% used [0x07340000, 0x078e0000, 0x078e0000) to space 5760K, 0% used [0x078e0000, 0x078e0000, 0x07e80000) tenured generation total 115628K, used 77501K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 67% used [0x09b50000, 0x0e6ff7c0, 0x0e6ff800, 0x10c3b000) Metaspace used 11991K, capacity 12527K, committed 12544K, reserved 12672K } Event: 6859.079 GC heap before {Heap before GC invocations=112 (full 14): def new generation total 52096K, used 52096K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 100% used [0x04600000, 0x07340000, 0x07340000) from space 5760K, 100% used [0x07340000, 0x078e0000, 0x078e0000) to space 5760K, 0% used [0x078e0000, 0x078e0000, 0x07e80000) tenured generation total 115628K, used 77501K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 67% used [0x09b50000, 0x0e6ff7c0, 0x0e6ff800, 0x10c3b000) Metaspace used 11991K, capacity 12527K, committed 12544K, reserved 12672K Event: 6859.086 GC heap after Heap after GC invocations=113 (full 14): def new generation total 52096K, used 5760K [0x04600000, 0x07e80000, 0x09b50000) eden space 46336K, 0% used [0x04600000, 0x04600000, 0x07340000) from space 5760K, 100% used [0x078e0000, 0x07e80000, 0x07e80000) to space 5760K, 0% used [0x07340000, 0x07340000, 0x078e0000) tenured generation total 115628K, used 91811K [0x09b50000, 0x10c3b000, 0x14600000) the space 115628K, 79% used [0x09b50000, 0x0f4f8ff0, 0x0f4f9000, 0x10c3b000) Metaspace used 11991K, capacity 12527K, committed 12544K, reserved 12672K } Deoptimization events (0 events): No events Internal exceptions (5 events): Event: 0.171 Thread 0x0099c400 Exception <a 'java/lang/NullPointerException'> (0x04886668) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1174] Event: 0.395 Thread 0x14c10000 Exception <a 'java/lang/NullPointerException'> (0x046b22b8) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1174] Event: 0.395 Thread 0x14c10000 Exception <a 'java/lang/NullPointerException'> (0x046b22b8) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\prims\jvm.cpp, line 1259] Event: 0.607 Thread 0x14c10000 Exception <a 'sun/nio/fs/WindowsException'> (0x04833110) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\prims\jni.cpp, line 604] Event: 0.609 Thread 0x14c10000 Exception <a 'sun/nio/fs/WindowsException'> (0x04834c00) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\prims\jni.cpp, line 604] Events (10 events): Event: 6859.205 Thread 0x00769800 flushing nmethod 0x02a52b48 Event: 6859.205 Thread 0x00769800 flushing nmethod 0x02a52d48 Event: 6859.261 Thread 0x17af0400 DEOPT PACKING pc=0x02a4c3e6 sp=0x233cea90 Event: 6859.261 Thread 0x17af0400 DEOPT UNPACKING pc=0x025fc5db sp=0x233ce91c mode 3 Event: 6859.321 Thread 0x14bed000 DEOPT PACKING pc=0x02a48899 sp=0x1531e5e0 Event: 6859.321 Thread 0x14bed000 DEOPT UNPACKING pc=0x025fc5db sp=0x1531e468 mode 3 Event: 6859.390 Thread 0x14bed000 DEOPT PACKING pc=0x02a4d9ed sp=0x1531e570 Event: 6859.390 Thread 0x14bed000 DEOPT UNPACKING pc=0x025fc5db sp=0x1531e420 mode 3 Event: 6859.434 Thread 0x14bed000 DEOPT PACKING pc=0x02a5fcb3 sp=0x1531e5b0 Event: 6859.434 Thread 0x14bed000 DEOPT UNPACKING pc=0x025fc5db sp=0x1531e444 mode 3 Dynamic libraries: 0x01180000 - 0x011b2000 G:\Program Files (x86)\Java\jdk1.9.0\bin\javaw.exe 0x771d0000 - 0x77350000 C:\Windows\SysWOW64\ntdll.dll 0x76560000 - 0x76670000 C:\Windows\syswow64\kernel32.dll 0x76d30000 - 0x76d77000 C:\Windows\syswow64\KERNELBASE.dll 0x760c0000 - 0x76160000 C:\Windows\syswow64\ADVAPI32.dll 0x76160000 - 0x7620c000 C:\Windows\syswow64\msvcrt.dll 0x74bc0000 - 0x74bd9000 C:\Windows\SysWOW64\sechost.dll 0x76680000 - 0x76770000 C:\Windows\syswow64\RPCRT4.dll 0x74b60000 - 0x74bc0000 C:\Windows\syswow64\SspiCli.dll 0x74b50000 - 0x74b5c000 C:\Windows\syswow64\CRYPTBASE.dll 0x768b0000 - 0x769b0000 C:\Windows\syswow64\USER32.dll 0x76030000 - 0x760c0000 C:\Windows\syswow64\GDI32.dll 0x76bf0000 - 0x76bfa000 C:\Windows\syswow64\LPK.dll 0x76210000 - 0x762ad000 C:\Windows\syswow64\USP10.dll 0x6f9e0000 - 0x6fb7e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll 0x75b80000 - 0x75bd7000 C:\Windows\syswow64\SHLWAPI.dll 0x76830000 - 0x76890000 C:\Windows\system32\IMM32.DLL 0x76c60000 - 0x76d2c000 C:\Windows\syswow64\MSCTF.dll 0x6c360000 - 0x6c41f000 G:\Program Files (x86)\Java\jdk1.9.0\bin\msvcr100.dll 0x60790000 - 0x60b51000 G:\Program Files (x86)\Java\jdk1.9.0\bin\client\jvm.dll 0x72160000 - 0x72167000 C:\Windows\system32\WSOCK32.dll 0x76d90000 - 0x76dc5000 C:\Windows\syswow64\WS2_32.dll 0x767d0000 - 0x767d6000 C:\Windows\syswow64\NSI.dll 0x700e0000 - 0x70112000 C:\Windows\system32\WINMM.dll 0x71f50000 - 0x71f59000 C:\Windows\system32\VERSION.dll 0x76890000 - 0x76895000 C:\Windows\syswow64\PSAPI.DLL 0x70a60000 - 0x70a6c000 G:\Program Files (x86)\Java\jdk1.9.0\bin\verify.dll 0x70a40000 - 0x70a60000 G:\Program Files (x86)\Java\jdk1.9.0\bin\java.dll 0x6f6c0000 - 0x6f6d3000 G:\Program Files (x86)\Java\jdk1.9.0\bin\zip.dll 0x74f00000 - 0x75b4a000 C:\Windows\syswow64\SHELL32.dll 0x75d30000 - 0x75e8c000 C:\Windows\syswow64\ole32.dll 0x771a0000 - 0x771ab000 C:\Windows\syswow64\profapi.dll 0x6e650000 - 0x6e665000 G:\Program Files (x86)\Java\jdk1.9.0\bin\net.dll 0x74960000 - 0x7499c000 C:\Windows\system32\mswsock.dll 0x74940000 - 0x74946000 C:\Windows\System32\wship6.dll 0x70a30000 - 0x70a3f000 G:\Program Files (x86)\Java\jdk1.9.0\bin\nio.dll 0x6b020000 - 0x6b10e000 G:\Program Files (x86)\Java\jdk1.9.0\bin\msvcr120.dll 0x6b570000 - 0x6b5e1000 G:\Program Files (x86)\Java\jdk1.9.0\bin\msvcp120.dll 0x6e510000 - 0x6e52e000 G:\Program Files (x86)\Java\jdk1.9.0\bin\prism_d3d.dll 0x70820000 - 0x709e3000 C:\Windows\system32\d3d9.dll 0x70810000 - 0x70816000 C:\Windows\system32\d3d8thk.dll 0x6fe30000 - 0x6fe43000 C:\Windows\system32\dwmapi.dll 0x6f700000 - 0x6f780000 C:\Windows\system32\uxtheme.dll 0x54760000 - 0x54876000 C:\Windows\system32\aticfx32.dll 0x6dca0000 - 0x6dcbb000 C:\Windows\system32\atiu9pag.dll 0x59900000 - 0x59fba000 C:\Windows\system32\atiumdag.dll 0x57960000 - 0x5809e000 C:\Windows\system32\atiumdva.dll 0x6d8e0000 - 0x6d905000 C:\Windows\system32\POWRPROF.dll 0x75e90000 - 0x7602d000 C:\Windows\syswow64\SETUPAPI.dll 0x75d00000 - 0x75d27000 C:\Windows\syswow64\CFGMGR32.dll 0x75be0000 - 0x75c6f000 C:\Windows\syswow64\OLEAUT32.dll 0x76810000 - 0x76822000 C:\Windows\syswow64\DEVOBJ.dll 0x6dc60000 - 0x6dc92000 G:\Program Files (x86)\Java\jdk1.9.0\bin\glass.dll 0x74be0000 - 0x74c5b000 C:\Windows\syswow64\COMDLG32.dll 0x17c90000 - 0x19cf4000 G:\Program Files (x86)\Java\jdk1.9.0\bin\jfxwebkit.dll 0x72d90000 - 0x72da7000 C:\Windows\system32\CRYPTSP.dll 0x72d50000 - 0x72d8b000 C:\Windows\system32\rsaenh.dll 0x6e4f0000 - 0x6e501000 G:\Program Files (x86)\Java\jdk1.9.0\bin\javafx_font.dll 0x570f0000 - 0x57225000 C:\Windows\system32\dwrite.dll 0x74e50000 - 0x74ed3000 C:\Windows\syswow64\CLBCatQ.DLL 0x53ce0000 - 0x53e10000 C:\Windows\system32\WindowsCodecs.dll 0x70120000 - 0x7016c000 C:\Windows\system32\apphelp.dll 0x60670000 - 0x606c0000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\FileSyncShell.dll 0x6f3c0000 - 0x6f445000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\MSVCP110.dll 0x6f210000 - 0x6f2e2000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\MSVCR110.dll 0x6f190000 - 0x6f208000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\Telemetry.dll 0x71770000 - 0x7178a000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\LoggingPlatform.DLL 0x6ccc0000 - 0x6ccd5000 C:\Windows\system32\Cabinet.dll 0x6cdb0000 - 0x6ce08000 C:\Windows\system32\WINHTTP.dll 0x6cd60000 - 0x6cdaf000 C:\Windows\system32\webio.dll 0x6cc90000 - 0x6ccbf000 C:\Windows\system32\XmlLite.dll 0x74c60000 - 0x74e35000 C:\Windows\syswow64\WININET.dll 0x76670000 - 0x76674000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll 0x74e40000 - 0x74e44000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll 0x767f0000 - 0x767f4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll 0x76800000 - 0x76803000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll 0x76d80000 - 0x76d83000 C:\Windows\syswow64\normaliz.DLL 0x769b0000 - 0x76be2000 C:\Windows\syswow64\iertutil.dll 0x76c00000 - 0x76c05000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll 0x74ee0000 - 0x74ef7000 C:\Windows\syswow64\USERENV.dll 0x68cc0000 - 0x68cf1000 C:\Windows\system32\EhStorShell.dll 0x6d6a0000 - 0x6d795000 C:\Windows\system32\PROPSYS.dll 0x57640000 - 0x576b0000 C:\Windows\system32\ntshrui.dll 0x70290000 - 0x702a9000 C:\Windows\system32\srvcli.dll 0x70200000 - 0x7020b000 C:\Windows\system32\cscapi.dll 0x58d20000 - 0x58d2a000 C:\Windows\system32\slc.dll 0x6dbd0000 - 0x6dbf1000 C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\rtscom.dll 0x6d8a0000 - 0x6d8c0000 G:\Program Files (x86)\Java\jdk1.9.0\bin\sunec.dll 0x74950000 - 0x74955000 C:\Windows\System32\wshtcpip.dll 0x74740000 - 0x74784000 C:\Windows\system32\DNSAPI.dll 0x17590000 - 0x175a9000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll 0x749b0000 - 0x749cc000 C:\Windows\system32\Iphlpapi.DLL 0x749a0000 - 0x749a7000 C:\Windows\system32\WINNSI.DLL 0x6cab0000 - 0x6cab6000 C:\Windows\system32\rasadhlp.dll 0x6ca00000 - 0x6ca38000 C:\Windows\System32\fwpuclnt.dll 0x74850000 - 0x7485d000 C:\Windows\system32\dhcpcsvc6.DLL 0x74790000 - 0x747a2000 C:\Windows\system32\dhcpcsvc.DLL 0x6ca80000 - 0x6caa1000 G:\Program Files (x86)\Java\jdk1.9.0\bin\javafx_iio.dll 0x6fb90000 - 0x6fb9f000 G:\Program Files (x86)\Java\jdk1.9.0\bin\prism_common.dll 0x6fff0000 - 0x700db000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -Dfile.encoding=UTF-8 java_command: net.volvo.vms.utils.map.Main java_class_path (initial): G:\Dev\workspaces2\vehicle\net.volvo.vms.utils.map\bin;G:\Dev\workspaces2\vehicle\net.volvo.vms.core.io\bin;G:\Dev\eclipse_4.3\plugins\org.junit_4.11.0.v201303080030\junit.jar;G:\Dev\workspaces2\vehicle\org.jmock\bin;G:\Dev\workspaces2\vehicle\org.jmock\lib\hamcrest-core-1.3.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\hamcrest-library-1.3.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\jmock-2.6.0.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\jmock-junit4-2.6.0.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\jmock-legacy-2.6.0.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\jmock-core-1.2.0.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\cglib-nodep-2.2.3.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\bsh-core-2.0b4.jar;G:\Dev\workspaces2\vehicle\org.jmock\lib\objenesis-1.0.jar;G:\Dev\workspaces2\vehicle\net.volvo.vms.core.util\bin;G:\Dev\workspaces2\vehicle\org.apache.commons.io\lib\commons-io.jar;G:\Dev\workspaces2\vehicle\net.volvo.vms.core.logging\bin;G:\Dev\workspaces2\vehicle\net.volvo.vms.core.logging\lib\commons-logging-1.1.jar;G:\Dev\workspaces2\vehicle\net.volvo.vms.core.util\lib\ant.jar;G:\Dev\workspaces2\vehicle\com.javafx2\bin;C:\Program Files (x86)\Java\jre7\lib\jfxrt.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=C:/Program Files (x86)/Java/jre7/bin/client;C:/Program Files (x86)/Java/jre7/bin;C:/Program Files (x86)/Java/jre7/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;G:\Dev\eclipse_4.3; USERNAME=mattias.bergander OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 4, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18409) CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 26 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit, tscinv Memory: 4k page, physical 18865264k(11005480k free), swap 37728672k(29143472k free) vm_info: Java HotSpot(TM) Client VM (1.9.0-ea-b53) for windows-x86 JRE (1.9.0-ea-b53), built on Mar 4 2015 20:11:37 by "java_re" with MS VC++ 10.0 (VS2010) time: Mon Mar 16 16:45:07 2015 elapsed time: 6859 seconds (0d 1h 54m 19s)
16-03-2015

I was unable to reproduce the crash on Win7 x64, JDK 9b53. I was doing move/resize/scale extensively. @Kevin, could you please try it on your system?
16-03-2015

Raising to P2 and targeting for 9 (we will also need to backport any fix to 8u60 once we backport the new WebKit to 8u60).
13-03-2015

Looks like I'm not allowed to add attached files. Pasting the hotspot crashlog here: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x503e57ff, pid=10864, tid=5652 # # JRE version: Java(TM) SE Runtime Environment (9.0-b53) (build 1.9.0-ea-b53) # Java VM: Java HotSpot(TM) Client VM (1.9.0-ea-b53 mixed mode windows-x86 ) # Problematic frame: # C [jfxwebkit.dll+0x7e57ff] # # 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 (0x47c31800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=5652, stack(0x4e310000,0x4e410000)] siginfo: ExceptionCode=0xc0000005, reading address 0x00000000 Registers: EAX=0x00000000, EBX=0x00000001, ECX=0x00000000, EDX=0x4548317c ESP=0x4e40dc84, EBP=0x00000000, ESI=0x4e40dcd4, EDI=0x47c31940 EIP=0x503e57ff, EFLAGS=0x00010246 Top of Stack: (sp=0x4e40dc84) 0x4e40dc84: 00000000 00000000 47f50cac 47f50ca8 0x4e40dc94: 80d88e8d 4d0ef230 00000000 6404cad0 0x4e40dca4: 007437e8 47c31940 67393178 007437e8 0x4e40dcb4: 00000000 4e40de6c 509c76ca 00000008 0x4e40dcc4: 5035f8ae 5af2cd78 00000000 47f50cac 0x4e40dcd4: 47f50ca8 80d88ec9 4e40e030 007437e8 0x4e40dce4: 4d0ef738 ffffffff 01905478 00000000 0x4e40dcf4: 00000000 00000000 4e40ddf0 00000000 Instructions: (pc=0x503e57ff) 0x503e57df: 24 3c e8 ca 7f 39 00 ff 36 c6 44 24 30 08 ff 30 0x503e57ef: 33 c0 38 44 24 40 0f 95 c0 50 ff 35 48 f9 b9 51 0x503e57ff: ff 75 00 57 e8 98 7e bf ff 8b 0d a8 f8 b9 51 83 0x503e580f: c4 18 c6 44 24 2c 07 85 c9 74 39 8b 01 8d 54 24 Register to memory mapping: EAX=0x00000000 is an unknown value EBX=0x00000001 is an unknown value ECX=0x00000000 is an unknown value EDX=0x4548317c is an unknown value ESP=0x4e40dc84 is pointing into the stack for thread: 0x47c31800 EBP=0x00000000 is an unknown value ESI=0x4e40dcd4 is pointing into the stack for thread: 0x47c31800 EDI=0x47c31940 is an unknown value Stack: [0x4e310000,0x4e410000], sp=0x4e40dc84, free space=1015k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [jfxwebkit.dll+0x7e57ff] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 4839 com.sun.webkit.WebPage.twkProcessMouseEvent(JIIIIIIIZZZZZF)Z (0 bytes) @ 0x028501f4 [0x02850150+0xa4] J 4838 C1 com.sun.webkit.WebPage.dispatchMouseEvent(Lcom/sun/webkit/event/WCMouseEvent;)Z (166 bytes) @ 0x02c129e0 [0x02c124c0+0x520] J 4864 C1 javafx.scene.web.WebView.processMouseEvent(Ljavafx/scene/input/MouseEvent;)V (184 bytes) @ 0x02af03e4 [0x02af0020+0x3c4] J 4433 C1 javafx.scene.web.WebView$$Lambda$177.handle(Ljavafx/event/Event;)V (12 bytes) @ 0x02ac0e04 [0x02ac0db0+0x54] J 4360 C1 com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Ljavafx/event/Event;)V (11 bytes) @ 0x02a99638 [0x02a99610+0x28] J 3179 C1 com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V (57 bytes) @ 0x02832b9c [0x02832b30+0x6c] J 2845 C1 com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (23 bytes) @ 0x02819bf8 [0x02819b10+0xe8] J 3953 C1 com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (35 bytes) @ 0x029e5ba8 [0x029e5b60+0x48] J 2927 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x0284da78 [0x0284d9f0+0x88] J 2594 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x02b81ddc [0x02b81d50+0x8c] J 2927 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x0284da5c [0x0284d9f0+0x6c] J 2594 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x02b81ddc [0x02b81d50+0x8c] J 2927 C1 com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event; (44 bytes) @ 0x0284da5c [0x0284d9f0+0x6c] J 2594 C1 com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event; (101 bytes) @ 0x02b81ddc [0x02b81d50+0x8c] J 3268 C1 com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event; (81 bytes) @ 0x028c3634 [0x028c34d0+0x164] J 4391 C1 javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V (735 bytes) @ 0x02ab5870 [0x02ab50d0+0x7a0] J 4459 C1 javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljavafx/event/EventType;DDDDLjavafx/scene/input/MouseButton;ZZZZZZZZZ)V (50 bytes) @ 0x02b6a620 [0x02b6a4e0+0x140] J 4401 C1 com.sun.javafx.tk.quantum.EmbeddedScene.lambda$null$292(IIIIIIZZZZIZZZZ)Ljava/lang/Void; (139 bytes) @ 0x02abdd30 [0x02abda80+0x2b0] J 4371 C1 com.sun.javafx.tk.quantum.EmbeddedScene$$Lambda$286.run()Ljava/lang/Object; (68 bytes) @ 0x02a9ed74 [0x02a9ec90+0xe4] v ~StubRoutines::call_stub J 1066 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x029905c7 [0x02990560+0x67] J 4400 C1 com.sun.javafx.tk.quantum.EmbeddedScene.lambda$mouseEvent$293(IIIIIIZZZZIZZZZ)V (42 bytes) @ 0x02ab4820 [0x02ab4730+0xf0] J 4368 C1 com.sun.javafx.tk.quantum.EmbeddedScene$$Lambda$285.run()V (68 bytes) @ 0x02a9f5f4 [0x02a9f510+0xe4] J 2981 C1 com.sun.javafx.application.PlatformImpl$$Lambda$144.run()Ljava/lang/Object; (8 bytes) @ 0x0285c778 [0x0285c750+0x28] v ~StubRoutines::call_stub J 1066 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x029905c7 [0x02990560+0x67] J 3158 C1 com.sun.javafx.application.PlatformImpl.lambda$runLater$172(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V (38 bytes) @ 0x028a14d0 [0x028a1470+0x60] J 2978 C1 com.sun.javafx.application.PlatformImpl$$Lambda$143.run()V (12 bytes) @ 0x0285cdac [0x0285cd80+0x2c] J 2304 C1 com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V (91 bytes) @ 0x02b1d2f0 [0x02b1d2c0+0x30] v ~StubRoutines::call_stub j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0 j com.sun.glass.ui.win.WinApplication.lambda$null$146(Ljava/lang/Runnable;)V+7 j com.sun.glass.ui.win.WinApplication$$Lambda$133.run()V+8 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x4a937c00 JavaThread "Thread-1013" daemon [_thread_blocked, id=6216, stack(0x64220000,0x64320000)] 0x47c38800 JavaThread "Thread-1012" daemon [_thread_blocked, id=8340, stack(0x62e50000,0x62f50000)] 0x47c31c00 JavaThread "Thread-1011" daemon [_thread_blocked, id=7124, stack(0x62b30000,0x62c30000)] 0x47c37c00 JavaThread "Thread-1010" daemon [_thread_blocked, id=8024, stack(0x61e20000,0x61f20000)] 0x47f63000 JavaThread "Thread-1009" daemon [_thread_blocked, id=3880, stack(0x69c00000,0x69d00000)] 0x47f62800 JavaThread "Thread-1008" daemon [_thread_blocked, id=2820, stack(0x692c0000,0x693c0000)] 0x4a8cd800 JavaThread "Thread-1007" daemon [_thread_blocked, id=7628, stack(0x69a00000,0x69b00000)] 0x4a8cf000 JavaThread "Thread-1006" daemon [_thread_blocked, id=5004, stack(0x698e0000,0x699e0000)] 0x4a8cb000 JavaThread "Thread-1005" daemon [_thread_blocked, id=11128, stack(0x697e0000,0x698e0000)] 0x4a8d0400 JavaThread "Thread-1004" daemon [_thread_blocked, id=5636, stack(0x693e0000,0x694e0000)] 0x4a577c00 JavaThread "Thread-1003" daemon [_thread_blocked, id=10916, stack(0x68ec0000,0x68fc0000)] 0x4a578800 JavaThread "Thread-1002" daemon [_thread_blocked, id=9288, stack(0x68420000,0x68520000)] 0x4a578400 JavaThread "Thread-1001" daemon [_thread_blocked, id=7088, stack(0x69600000,0x69700000)] 0x4a577000 JavaThread "Thread-1000" daemon [_thread_blocked, id=6112, stack(0x68690000,0x68790000)] 0x4a8cec00 JavaThread "Thread-999" daemon [_thread_blocked, id=10924, stack(0x653d0000,0x654d0000)] 0x4a8ce400 JavaThread "Thread-998" daemon [_thread_blocked, id=10688, stack(0x68580000,0x68680000)] 0x4a8d1c00 JavaThread "Thread-997" daemon [_thread_blocked, id=2428, stack(0x68320000,0x68420000)] 0x47c37000 JavaThread "Thread-996" daemon [_thread_blocked, id=6736, stack(0x68b90000,0x68c90000)] 0x4a938000 JavaThread "Thread-995" daemon [_thread_blocked, id=388, stack(0x68d70000,0x68e70000)] 0x4a939400 JavaThread "Thread-979" daemon [_thread_blocked, id=5708, stack(0x62a00000,0x62b00000)] 0x4a577800 JavaThread "Thread-978" daemon [_thread_blocked, id=10684, stack(0x61ff0000,0x620f0000)] 0x4a937400 JavaThread "URL-Loader-62" daemon [_thread_blocked, id=10200, stack(0x5edd0000,0x5eed0000)] 0x4a93a400 JavaThread "URL-Loader-61" daemon [_thread_blocked, id=5128, stack(0x652c0000,0x653c0000)] 0x4a93a000 JavaThread "URL-Loader-60" daemon [_thread_blocked, id=8652, stack(0x64a80000,0x64b80000)] 0x47f65400 JavaThread "URL-Loader-59" daemon [_thread_blocked, id=7240, stack(0x61580000,0x61680000)] 0x47f62400 JavaThread "URL-Loader-58" daemon [_thread_blocked, id=1948, stack(0x64910000,0x64a10000)] 0x47f64400 JavaThread "URL-Loader-57" daemon [_thread_blocked, id=2180, stack(0x64420000,0x64520000)] 0x47f64800 JavaThread "URL-Loader-56" daemon [_thread_blocked, id=1428, stack(0x62220000,0x62320000)] 0x47f63c00 JavaThread "URL-Loader-55" daemon [_thread_blocked, id=9344, stack(0x646e0000,0x647e0000)] 0x47f65c00 JavaThread "URL-Loader-54" daemon [_thread_blocked, id=4104, stack(0x64540000,0x64640000)] 0x4a8d1800 JavaThread "URL-Loader-53" daemon [_thread_blocked, id=5088, stack(0x62c70000,0x62d70000)] 0x4a8ccc00 JavaThread "URL-Loader-52" daemon [_thread_blocked, id=8240, stack(0x626b0000,0x627b0000)] 0x4a8cfc00 JavaThread "URL-Loader-51" daemon [_thread_blocked, id=4192, stack(0x5e460000,0x5e560000)] 0x4a8cb800 JavaThread "URL-Loader-50" daemon [_thread_blocked, id=8176, stack(0x60e60000,0x60f60000)] 0x4a8cf800 JavaThread "URL-Loader-49" daemon [_thread_blocked, id=6996, stack(0x60120000,0x60220000)] 0x4a8cc400 JavaThread "URL-Loader-48" daemon [_thread_blocked, id=11028, stack(0x5ec50000,0x5ed50000)] 0x4a8d1000 JavaThread "URL-Loader-47" daemon [_thread_blocked, id=4020, stack(0x56fb0000,0x570b0000)] 0x4a8cd000 JavaThread "URL-Loader-46" daemon [_thread_blocked, id=8968, stack(0x5e7c0000,0x5e8c0000)] 0x4a8cdc00 JavaThread "URL-Loader-45" daemon [_thread_blocked, id=10648, stack(0x5eae0000,0x5ebe0000)] 0x4a8cac00 JavaThread "URL-Loader-44" daemon [_thread_blocked, id=7760, stack(0x5a2c0000,0x5a3c0000)] 0x4a8d0800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=5052, stack(0x539c0000,0x53ac0000)] 0x4a8cc000 JavaThread "URL-Loader-43" daemon [_thread_blocked, id=2156, stack(0x5dcd0000,0x5ddd0000)] 0x4a936800 JavaThread "Thread-413" [_thread_in_native, id=7112, stack(0x62120000,0x62220000)] 0x4a936c00 JavaThread "HostLogSource receiver" [_thread_in_native, id=8868, stack(0x5a5e0000,0x5a6e0000)] 0x4a936000 JavaThread "Thread-54" daemon [_thread_in_native, id=11228, stack(0x49c50000,0x49d50000)] 0x4a8d2400 JavaThread "StatsPersister" daemon [_thread_blocked, id=11004, stack(0x49ad0000,0x49bd0000)] 0x4a93d000 JavaThread "SwingWorker-pool-6-thread-1" daemon [_thread_blocked, id=8164, stack(0x49240000,0x49340000)] 0x47f65000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=6920, stack(0x56a20000,0x56b20000)] 0x47c38000 JavaThread "Watchdog-Timer-1" daemon [_thread_blocked, id=7604, stack(0x55180000,0x55280000)] 0x47c36800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=9812, stack(0x52cc0000,0x52dc0000)] 0x47c35c00 JavaThread "Disposer" daemon [_thread_blocked, id=3920, stack(0x51e30000,0x51f30000)] 0x47c35400 JavaThread "BroadcastLogSource receiver" [_thread_in_native, id=5336, stack(0x4f1d0000,0x4f2d0000)] 0x47c35000 JavaThread "Thread-12" daemon [_thread_in_native, id=4588, stack(0x4efe0000,0x4f0e0000)] =>0x47c31800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=5652, stack(0x4e310000,0x4e410000)] 0x47c32800 JavaThread "Thread-11" daemon [_thread_blocked, id=6304, stack(0x4e0d0000,0x4e1d0000)] 0x47c34800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=5024, stack(0x4dec0000,0x4dfc0000)] 0x47c34400 JavaThread "Recieve messages handler" [_thread_blocked, id=5356, stack(0x4dac0000,0x4dbc0000)] 0x47c33000 JavaThread "TimerQueue" daemon [_thread_blocked, id=4700, stack(0x4d970000,0x4da70000)] 0x47c33c00 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=7708, stack(0x48c10000,0x48d10000)] 0x47c32400 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=7308, stack(0x485a0000,0x486a0000)] 0x4548bc00 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=10216, stack(0x47620000,0x47720000)] 0x45488c00 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=7480, stack(0x474e0000,0x475e0000)] 0x45488400 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=9628, stack(0x47330000,0x47430000)] 0x002ce400 JavaThread "DestroyJavaVM" [_thread_blocked, id=9168, stack(0x011a0000,0x012a0000)] 0x4547d400 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=6744, stack(0x46dc0000,0x46ec0000)] 0x4547ac00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=10468, stack(0x46bd0000,0x46cd0000)] 0x4547a000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2184, stack(0x46840000,0x46940000)] 0x45476800 JavaThread "AWT-Shutdown" [_thread_blocked, id=9884, stack(0x46730000,0x46830000)] 0x45475800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9184, stack(0x46380000,0x46480000)] 0x45303400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=10976, stack(0x45f10000,0x46010000)] 0x452cac00 JavaThread "Service Thread" daemon [_thread_blocked, id=7548, stack(0x45af0000,0x45bf0000)] 0x452c1000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=8016, stack(0x454e0000,0x455e0000)] 0x00bba800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=7128, stack(0x459c0000,0x45ac0000)] 0x00bb9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=7852, stack(0x45850000,0x45950000)] 0x00baa000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8312, stack(0x45720000,0x45820000)] 0x452c0400 JavaThread "Finalizer" daemon [_thread_blocked, id=10172, stack(0x45600000,0x45700000)] 0x00ba3c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=10572, stack(0x451a0000,0x452a0000)] Other Threads: 0x00b9c400 VMThread [stack: 0x44ed0000,0x44fd0000] [id=5596] 0x452e2000 WatcherThread [stack: 0x45ca0000,0x45da0000] [id=6872] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: def new generation total 87552K, used 60378K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 65% used [0x04800000, 0x079933b0, 0x09410000) from space 9664K, 99% used [0x09d80000, 0x0a6e3810, 0x0a6f0000) to space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) tenured generation total 194232K, used 87522K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 45% used [0x19d50000, 0x1f2c8970, 0x1f2c8a00, 0x25afe000) Metaspace used 25749K, capacity 26538K, committed 26624K, reserved 27008K Card table byte_map: [0x44800000,0x44a10000] byte_map_base: 0x447dc000 Polling page: 0x002a0000 CodeCache: size=32768Kb used=4786Kb max_used=5297Kb free=27982Kb bounds [0x02760000, 0x02ca8000, 0x04760000] total_blobs=3215 nmethods=2707 adapters=436 compilation: enabled Compilation events (10 events): Event: 169.350 Thread 0x00bba800 6161 sun.awt.im.InputContext::dispatchEvent (173 bytes) Event: 169.351 Thread 0x00bba800 nmethod 6161 0x02993208 code [0x02993410, 0x02993d5c] Event: 169.351 Thread 0x00bba800 6162 s sun.awt.im.InputContext::getInputMethod (34 bytes) Event: 169.351 Thread 0x00bba800 nmethod 6162 0x0298e288 code [0x0298e3a0, 0x0298e64c] Event: 169.351 Thread 0x00bba800 6163 sun.awt.windows.WInputMethod::dispatchEvent (66 bytes) Event: 169.351 Thread 0x00bba800 nmethod 6163 0x02990b08 code [0x02990c20, 0x02990e08] Event: 169.441 Thread 0x00bba800 6164 sun.awt.windows.WWindowPeer::preprocessPostEvent (72 bytes) Event: 169.441 Thread 0x00bba800 nmethod 6164 0x02990088 code [0x029901a0, 0x02990328] Event: 169.533 Thread 0x00bba800 6165 sun.java2d.pipe.RenderBuffer::putDouble (26 bytes) Event: 169.533 Thread 0x00bba800 nmethod 6165 0x029908c8 code [0x029909c0, 0x02990a80] GC Heap History (10 events): Event: 154.813 GC heap before {Heap before GC invocations=226 (full 77): def new generation total 87552K, used 87537K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 100% used [0x04800000, 0x09410000, 0x09410000) from space 9664K, 99% used [0x09410000, 0x09d7c6d8, 0x09d80000) to space 9664K, 0% used [0x09d80000, 0x09d80000, 0x0a6f0000) tenured generation total 194232K, used 152177K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 78% used [0x19d50000, 0x231ec668, 0x231ec800, 0x25afe000) Metaspace used 25744K, capacity 26506K, committed 26624K, reserved 27008K Event: 154.821 GC heap after Heap after GC invocations=227 (full 77): def new generation total 87552K, used 9664K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 0% used [0x04800000, 0x04800000, 0x09410000) from space 9664K, 100% used [0x09d80000, 0x0a6f0000, 0x0a6f0000) to space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) tenured generation total 194232K, used 164699K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 84% used [0x19d50000, 0x23e26da8, 0x23e26e00, 0x25afe000) Metaspace used 25744K, capacity 26506K, committed 26624K, reserved 27008K } Event: 161.542 GC heap before {Heap before GC invocations=227 (full 77): def new generation total 87552K, used 87552K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 100% used [0x04800000, 0x09410000, 0x09410000) from space 9664K, 100% used [0x09d80000, 0x0a6f0000, 0x0a6f0000) to space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) tenured generation total 194232K, used 164699K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 84% used [0x19d50000, 0x23e26da8, 0x23e26e00, 0x25afe000) Metaspace used 25745K, capacity 26506K, committed 26624K, reserved 27008K Event: 161.550 GC heap after Heap after GC invocations=228 (full 77): def new generation total 87552K, used 9664K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 0% used [0x04800000, 0x04800000, 0x09410000) from space 9664K, 100% used [0x09410000, 0x09d80000, 0x09d80000) to space 9664K, 0% used [0x09d80000, 0x09d80000, 0x0a6f0000) tenured generation total 194232K, used 174985K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 90% used [0x19d50000, 0x24832640, 0x24832800, 0x25afe000) Metaspace used 25745K, capacity 26506K, committed 26624K, reserved 27008K } Event: 164.433 GC heap before {Heap before GC invocations=228 (full 77): def new generation total 87552K, used 86444K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 98% used [0x04800000, 0x092fb280, 0x09410000) from space 9664K, 100% used [0x09410000, 0x09d80000, 0x09d80000) to space 9664K, 0% used [0x09d80000, 0x09d80000, 0x0a6f0000) tenured generation total 194232K, used 179007K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 92% used [0x19d50000, 0x24c1fc68, 0x24c1fe00, 0x25afe000) Metaspace used 25746K, capacity 26506K, committed 26624K, reserved 27008K Event: 164.441 GC heap after Heap after GC invocations=229 (full 77): def new generation total 87552K, used 9664K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 0% used [0x04800000, 0x04800000, 0x09410000) from space 9664K, 100% used [0x09d80000, 0x0a6f0000, 0x0a6f0000) to space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) tenured generation total 194232K, used 187858K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 96% used [0x19d50000, 0x254c4a60, 0x254c4c00, 0x25afe000) Metaspace used 25746K, capacity 26506K, committed 26624K, reserved 27008K } Event: 165.184 GC heap before {Heap before GC invocations=229 (full 77): def new generation total 87552K, used 87552K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 100% used [0x04800000, 0x09410000, 0x09410000) from space 9664K, 100% used [0x09d80000, 0x0a6f0000, 0x0a6f0000) to space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) tenured generation total 194232K, used 187858K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 96% used [0x19d50000, 0x254c4a60, 0x254c4c00, 0x25afe000) Metaspace used 25747K, capacity 26538K, committed 26624K, reserved 27008K Event: 165.254 GC heap after Heap after GC invocations=230 (full 78): def new generation total 87552K, used 0K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 0% used [0x04800000, 0x04800000, 0x09410000) from space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) to space 9664K, 0% used [0x09d80000, 0x09d80000, 0x0a6f0000) tenured generation total 194232K, used 78508K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 40% used [0x19d50000, 0x1e9fb1a8, 0x1e9fb200, 0x25afe000) Metaspace used 25747K, capacity 26538K, committed 26624K, reserved 27008K } Event: 166.869 GC heap before {Heap before GC invocations=230 (full 78): def new generation total 87552K, used 77778K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 99% used [0x04800000, 0x093f48b0, 0x09410000) from space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) to space 9664K, 0% used [0x09d80000, 0x09d80000, 0x0a6f0000) tenured generation total 194232K, used 78508K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 40% used [0x19d50000, 0x1e9fb1a8, 0x1e9fb200, 0x25afe000) Metaspace used 25748K, capacity 26538K, committed 26624K, reserved 27008K Event: 166.876 GC heap after Heap after GC invocations=231 (full 78): def new generation total 87552K, used 9614K [0x04800000, 0x0a6f0000, 0x19d50000) eden space 77888K, 0% used [0x04800000, 0x04800000, 0x09410000) from space 9664K, 99% used [0x09d80000, 0x0a6e3810, 0x0a6f0000) to space 9664K, 0% used [0x09410000, 0x09410000, 0x09d80000) tenured generation total 194232K, used 87522K [0x19d50000, 0x25afe000, 0x44800000) the space 194232K, 45% used [0x19d50000, 0x1f2c8970, 0x1f2c8a00, 0x25afe000) Metaspace used 25748K, capacity 26538K, committed 26624K, reserved 27008K } Deoptimization events (0 events): No events Internal exceptions (10 events): Event: 141.638 Thread 0x47c34800 NullPointerException in IC check 0x02a8b057 Event: 141.638 Thread 0x47c34800 Exception <a 'java/lang/NullPointerException'> (0x04800820) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 141.755 Thread 0x47c34800 NullPointerException in IC check 0x02a8b057 Event: 141.755 Thread 0x47c34800 Exception <a 'java/lang/NullPointerException'> (0x04802748) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 141.875 Thread 0x47c34800 NullPointerException in IC check 0x02a8b057 Event: 141.875 Thread 0x47c34800 Exception <a 'java/lang/NullPointerException'> (0x04803018) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 141.996 Thread 0x47c34800 NullPointerException in IC check 0x02a8b057 Event: 141.996 Thread 0x47c34800 Exception <a 'java/lang/NullPointerException'> (0x04802748) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Event: 142.115 Thread 0x47c34800 NullPointerException in IC check 0x02a8b057 Event: 142.115 Thread 0x47c34800 Exception <a 'java/lang/NullPointerException'> (0x04802748) thrown at [C:\re\workspace\9-2-build-windows-i586-cygwin\jdk9\2308.nc\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 579] Events (10 events): Event: 169.348 Thread 0x47c38800 Thread exited: 0x47c38800 Event: 169.351 Thread 0x47c38800 Thread added: 0x47c38800 Event: 169.366 Thread 0x4a939800 Thread exited: 0x4a939800 Event: 169.367 Thread 0x47c36400 Thread exited: 0x47c36400 Event: 169.386 Thread 0x4a93b800 Thread exited: 0x4a93b800 Event: 169.515 Thread 0x4a935c00 Thread exited: 0x4a935c00 Event: 169.517 Thread 0x4a938c00 Thread exited: 0x4a938c00 Event: 169.517 Thread 0x4a93cc00 Thread exited: 0x4a93cc00 Event: 169.519 Thread 0x4a937c00 Thread exited: 0x4a937c00 Event: 169.527 Thread 0x4a937c00 Thread added: 0x4a937c00 Dynamic libraries: 0x01340000 - 0x01354000 G:\Program Files (x86)\Java\jdk1.9.0\bin\jp2launcher.exe 0x771d0000 - 0x77350000 C:\Windows\SysWOW64\ntdll.dll 0x76560000 - 0x76670000 C:\Windows\syswow64\kernel32.dll 0x76d30000 - 0x76d77000 C:\Windows\syswow64\KERNELBASE.dll 0x6aed0000 - 0x6af8f000 G:\Program Files (x86)\Java\jdk1.9.0\bin\MSVCR100.dll 0x768b0000 - 0x769b0000 C:\Windows\syswow64\USER32.dll 0x76030000 - 0x760c0000 C:\Windows\syswow64\GDI32.dll 0x76bf0000 - 0x76bfa000 C:\Windows\syswow64\LPK.dll 0x76210000 - 0x762ad000 C:\Windows\syswow64\USP10.dll 0x76160000 - 0x7620c000 C:\Windows\syswow64\msvcrt.dll 0x760c0000 - 0x76160000 C:\Windows\syswow64\ADVAPI32.dll 0x74bc0000 - 0x74bd9000 C:\Windows\SysWOW64\sechost.dll 0x76680000 - 0x76770000 C:\Windows\syswow64\RPCRT4.dll 0x74b60000 - 0x74bc0000 C:\Windows\syswow64\SspiCli.dll 0x74b50000 - 0x74b5c000 C:\Windows\syswow64\CRYPTBASE.dll 0x75d30000 - 0x75e8c000 C:\Windows\syswow64\ole32.dll 0x75be0000 - 0x75c6f000 C:\Windows\syswow64\OLEAUT32.dll 0x70120000 - 0x7016c000 C:\Windows\system32\apphelp.dll 0x6ae40000 - 0x6aecd000 C:\Windows\AppPatch\AcLayers.DLL 0x74f00000 - 0x75b4a000 C:\Windows\syswow64\SHELL32.dll 0x75b80000 - 0x75bd7000 C:\Windows\syswow64\SHLWAPI.dll 0x74ee0000 - 0x74ef7000 C:\Windows\syswow64\USERENV.dll 0x771a0000 - 0x771ab000 C:\Windows\syswow64\profapi.dll 0x70170000 - 0x701c1000 C:\Windows\system32\WINSPOOL.DRV 0x71280000 - 0x71292000 C:\Windows\system32\MPR.dll 0x76830000 - 0x76890000 C:\Windows\system32\IMM32.DLL 0x76c60000 - 0x76d2c000 C:\Windows\syswow64\MSCTF.dll 0x701d0000 - 0x701f1000 C:\Windows\system32\ntmarta.dll 0x76c10000 - 0x76c55000 C:\Windows\syswow64\WLDAP32.dll 0x6ae10000 - 0x6ae3a000 G:\Program Files (x86)\Java\jdk1.9.0\bin\jli.dll 0x6f9e0000 - 0x6fb7e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll 0x6aa40000 - 0x6ae01000 G:\Program Files (x86)\Java\jdk1.9.0\bin\client\jvm.dll 0x72160000 - 0x72167000 C:\Windows\system32\WSOCK32.dll 0x76d90000 - 0x76dc5000 C:\Windows\syswow64\WS2_32.dll 0x767d0000 - 0x767d6000 C:\Windows\syswow64\NSI.dll 0x700e0000 - 0x70112000 C:\Windows\system32\WINMM.dll 0x71f50000 - 0x71f59000 C:\Windows\system32\VERSION.dll 0x76890000 - 0x76895000 C:\Windows\syswow64\PSAPI.DLL 0x6ce10000 - 0x6ce1c000 G:\Program Files (x86)\Java\jdk1.9.0\bin\verify.dll 0x6aa20000 - 0x6aa40000 G:\Program Files (x86)\Java\jdk1.9.0\bin\java.dll 0x6a8b0000 - 0x6a8c3000 G:\Program Files (x86)\Java\jdk1.9.0\bin\zip.dll 0x6a540000 - 0x6a5ad000 G:\Program Files (x86)\Java\jdk1.9.0\bin\deploy.dll 0x74c60000 - 0x74e35000 C:\Windows\syswow64\WININET.dll 0x76670000 - 0x76674000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll 0x74e40000 - 0x74e44000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll 0x767f0000 - 0x767f4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll 0x76800000 - 0x76803000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll 0x76d80000 - 0x76d83000 C:\Windows\syswow64\normaliz.DLL 0x769b0000 - 0x76be2000 C:\Windows\syswow64\iertutil.dll 0x76c00000 - 0x76c05000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll 0x762b0000 - 0x762db000 C:\Windows\syswow64\imagehlp.dll 0x76410000 - 0x7655a000 C:\Windows\syswow64\urlmon.dll 0x768a0000 - 0x768a4000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll 0x6a890000 - 0x6a8a5000 G:\Program Files (x86)\Java\jdk1.9.0\bin\net.dll 0x74960000 - 0x7499c000 C:\Windows\system32\mswsock.dll 0x74940000 - 0x74946000 C:\Windows\System32\wship6.dll 0x6e6b0000 - 0x6e6bf000 G:\Program Files (x86)\Java\jdk1.9.0\bin\nio.dll 0x6a8d0000 - 0x6aa17000 G:\Program Files (x86)\Java\jdk1.9.0\bin\awt.dll 0x6f700000 - 0x6f780000 C:\Windows\system32\uxtheme.dll 0x6fe30000 - 0x6fe43000 C:\Windows\system32\dwmapi.dll 0x6fd50000 - 0x6fd58000 C:\Windows\system32\Secur32.dll 0x6bd50000 - 0x6bd54000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll 0x71710000 - 0x71714000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll 0x749b0000 - 0x749cc000 C:\Windows\system32\IPHLPAPI.DLL 0x749a0000 - 0x749a7000 C:\Windows\system32\WINNSI.DLL 0x74950000 - 0x74955000 C:\Windows\System32\wshtcpip.dll 0x74740000 - 0x74784000 C:\Windows\system32\DNSAPI.dll 0x44e70000 - 0x44e89000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll 0x6cab0000 - 0x6cab6000 C:\Windows\system32\rasadhlp.dll 0x6ca00000 - 0x6ca38000 C:\Windows\System32\fwpuclnt.dll 0x762e0000 - 0x76401000 C:\Windows\syswow64\CRYPT32.dll 0x767e0000 - 0x767ec000 C:\Windows\syswow64\MSASN1.dll 0x6a480000 - 0x6a4a0000 G:\Program Files (x86)\Java\jdk1.9.0\bin\sunec.dll 0x72d90000 - 0x72da7000 C:\Windows\system32\CRYPTSP.dll 0x72d50000 - 0x72d8b000 C:\Windows\system32\rsaenh.dll 0x74850000 - 0x7485d000 C:\Windows\system32\dhcpcsvc6.DLL 0x74790000 - 0x747a2000 C:\Windows\system32\dhcpcsvc.DLL 0x6a500000 - 0x6a539000 G:\Program Files (x86)\Java\jdk1.9.0\bin\fontmanager.dll 0x6bf20000 - 0x6bf26000 G:\Program Files (x86)\Java\jdk1.9.0\bin\prefs.dll 0x70820000 - 0x709e3000 C:\Windows\system32\d3d9.dll 0x70810000 - 0x70816000 C:\Windows\system32\d3d8thk.dll 0x54760000 - 0x54876000 C:\Windows\system32\aticfx32.dll 0x6a5b0000 - 0x6a5cb000 C:\Windows\system32\atiu9pag.dll 0x61680000 - 0x61d3a000 C:\Windows\system32\atiumdag.dll 0x57960000 - 0x5809e000 C:\Windows\system32\atiumdva.dll 0x53b40000 - 0x53b65000 C:\Windows\system32\POWRPROF.dll 0x75e90000 - 0x7602d000 C:\Windows\syswow64\SETUPAPI.dll 0x75d00000 - 0x75d27000 C:\Windows\syswow64\CFGMGR32.dll 0x76810000 - 0x76822000 C:\Windows\syswow64\DEVOBJ.dll 0x6a4d0000 - 0x6a500000 G:\Program Files (x86)\Java\jdk1.9.0\bin\t2k.dll 0x6fcc0000 - 0x6fd44000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\comctl32.dll 0x6a390000 - 0x6a47e000 G:\Program Files (x86)\Java\jdk1.9.0\bin\msvcr120.dll 0x6a310000 - 0x6a381000 G:\Program Files (x86)\Java\jdk1.9.0\bin\msvcp120.dll 0x6a0f0000 - 0x6a10e000 G:\Program Files (x86)\Java\jdk1.9.0\bin\prism_d3d.dll 0x654d0000 - 0x65502000 G:\Program Files (x86)\Java\jdk1.9.0\bin\glass.dll 0x74be0000 - 0x74c5b000 C:\Windows\syswow64\COMDLG32.dll 0x74e50000 - 0x74ed3000 C:\Windows\syswow64\CLBCatQ.DLL 0x53ce0000 - 0x53e10000 C:\Windows\system32\WindowsCodecs.dll 0x60670000 - 0x606c0000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\FileSyncShell.dll 0x6f3c0000 - 0x6f445000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\MSVCP110.dll 0x6f210000 - 0x6f2e2000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\MSVCR110.dll 0x6f190000 - 0x6f208000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\Telemetry.dll 0x71770000 - 0x7178a000 C:\Users\mattias.bergander\AppData\Local\Microsoft\OneDrive\17.3.4726.0226\LoggingPlatform.DLL 0x6ccc0000 - 0x6ccd5000 C:\Windows\system32\Cabinet.dll 0x6cdb0000 - 0x6ce08000 C:\Windows\system32\WINHTTP.dll 0x6cd60000 - 0x6cdaf000 C:\Windows\system32\webio.dll 0x6cc90000 - 0x6ccbf000 C:\Windows\system32\XmlLite.dll 0x4fc00000 - 0x51c64000 G:\Program Files (x86)\Java\jdk1.9.0\bin\jfxwebkit.dll 0x68cc0000 - 0x68cf1000 C:\Windows\system32\EhStorShell.dll 0x6d6a0000 - 0x6d795000 C:\Windows\system32\PROPSYS.dll 0x57640000 - 0x576b0000 C:\Windows\system32\ntshrui.dll 0x70290000 - 0x702a9000 C:\Windows\system32\srvcli.dll 0x70200000 - 0x7020b000 C:\Windows\system32\cscapi.dll 0x58d20000 - 0x58d2a000 C:\Windows\system32\slc.dll 0x65740000 - 0x65751000 G:\Program Files (x86)\Java\jdk1.9.0\bin\javafx_font.dll 0x570f0000 - 0x57225000 C:\Windows\system32\dwrite.dll 0x630b0000 - 0x630d1000 G:\Program Files (x86)\Java\jdk1.9.0\bin\javafx_iio.dll 0x6a300000 - 0x6a30f000 G:\Program Files (x86)\Java\jdk1.9.0\bin\prism_common.dll 0x6fff0000 - 0x700db000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -Xbootclasspath/a:G:\Program Files (x86)\Java\jdk1.9.0\lib\deploy.jar;G:\Program Files (x86)\Java\jdk1.9.0\lib\javaws.jar;G:\Program Files (x86)\Java\jdk1.9.0\lib\plugin.jar -Xverify:remote -Djava.security.manager -Djava.security.policy=file:G:\Program Files (x86)\Java\jdk1.9.0\lib\security\javaws.policy -DtrustProxy=true -Djnlpx.home=G:\Program Files (x86)\Java\jdk1.9.0\bin -Djnlpx.origFilenameArg=C:\Users\mattias.bergander\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\45\5ea370ed-4c65b07e -Djnlpx.remove=false -Xmx1024m -Djnlpx.heapsize=NULL,1024m -Djnlpx.splashport=50977 -Djnlpx.jvm=G:\Program Files (x86)\Java\jdk1.9.0\bin\javaw.exe java_command: com.sun.javaws.Main -online -notWebJava C:\Users\mattias.bergander\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\45\5ea370ed-4c65b07e java_class_path (initial): . Launcher Type: SUN_STANDARD Environment Variables: PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;"G:\Program Files (x86)\Java\jdk1.9.0\bin";"G:\Program Files (x86)\Java\jdk1.9.0\bin" USERNAME=mattias.bergander OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 4, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18409) CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 26 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit, tscinv Memory: 4k page, physical 18865264k(8734912k free), swap 37728672k(26307004k free) vm_info: Java HotSpot(TM) Client VM (1.9.0-ea-b53) for windows-x86 JRE (1.9.0-ea-b53), built on Mar 4 2015 20:11:37 by "java_re" with MS VC++ 10.0 (VS2010) time: Fri Mar 13 15:39:33 2015 elapsed time: 169 seconds (0d 0h 2m 49s)
13-03-2015