-
Bug
-
Resolution: Duplicate
-
P2
-
7u25
-
Windows Server 2012 64bit
Java 1.7.0u25-b17 64bit
On changing the selected value in a combo (drop down) box the JVM crashes. The first line of the associated ChangeListener is a logging statement which I don't see in the log file. This crash is 100% repeatable on this machine. I can't exactly replicate the environment (I only have one server to play with) but using the same JVM version on my Win 8 machine does not replicate the issue. I have a memory dump but it's 500MB+ and probably contains somewhat sensitive information. The crash log is below:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000060832660, pid=4156, tid=4516
#
# JRE version: 7.0_25-b17
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [glass.dll+0x12660] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x1650
#
# Core dump written. Default location: C:\Base\Applications\***removed***\hs_err_pid4156.mdmp
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x00000000152f4800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=4516, stack(0x0000000016a40000,0x0000000016b40000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000080000000884
Registers:
RAX=0x0000000023f00002, RBX=0x0000000017ae2078, RCX=0x0000080000000884, RDX=0x000007f63a055000
RSP=0x0000000016b3c6e0, RBP=0x0000000000000401, RSI=0x0000000016b3c9c0, RDI=0x0000000000000000
R8 =0x00000000024a0f00, R9 =0x0000000000000401, R10=0x0000000000000000, R11=0x0000000000000206
R12=0x0000000000000000, R13=0x00000000000502d0, R14=0x00000000608211f0, R15=0x0000000016b3c9c0
RIP=0x0000000060832660, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x0000000016b3c6e0)
0x0000000016b3c6e0: 00000000135ac000 0000000000180001
0x0000000016b3c6f0: 000000006083c05f 000000006100df92
0x0000000016b3c700: 00000000152c3bb0 0000000060824efa
0x0000000016b3c710: 0000000016b3c9c0 0000000016b3c9c0
0x0000000016b3c720: 0000000016b3c9c0 0000000000000000
0x0000000016b3c730: 0000000000000401 0000000060821f73
0x0000000016b3c740: 0000000000000000 0000000000000001
0x0000000016b3c750: 000000000256c05f 0000000060edb21c
0x0000000016b3c760: 0000000016b3c9c0 0000000060821258
0x0000000016b3c770: 0000000000000401 00000000152c3bb0
0x0000000016b3c780: 0000000000000000 00000000000502d0
0x0000000016b3c790: 0000000000000000 000007f8ba53171e
0x0000000016b3c7a0: 0000000000000001 0000000016b3c8d0
0x0000000016b3c7b0: 0000000000000000 0000000000000401
0x0000000016b3c7c0: 00000000000014c8 0000000000000009
0x0000000016b3c7d0: 0000000000000001 0000000000000000
Instructions: (pc=0x0000000060832660)
0x0000000060832640: 48 89 7b 30 48 8b 4b 38 48 85 c9 74 0a 48 8b 01
0x0000000060832650: ff 50 10 48 89 7b 38 48 8b 4b 40 48 85 c9 74 0a
0x0000000060832660: 48 8b 01 ff 50 10 48 89 7b 40 48 39 7b 48 74 1a
0x0000000060832670: e8 9b e9 fe ff 48 8b 53 48 4c 8b 00 48 8b c8 41
Register to memory mapping:
RAX=0x0000000023f00002 is an unknown value
RBX=0x0000000017ae2078 is an unknown value
RCX=0x0000080000000884 is an unknown value
RDX=0x000007f63a055000 is an unknown value
RSP=0x0000000016b3c6e0 is pointing into the stack for thread: 0x00000000152f4800
RBP=0x0000000000000401 is an unknown value
RSI=0x0000000016b3c9c0 is pointing into the stack for thread: 0x00000000152f4800
RDI=0x0000000000000000 is an unknown value
R8 =0x00000000024a0f00 is an unknown value
R9 =0x0000000000000401 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000206 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x00000000000502d0 is an unknown value
R14=0x00000000608211f0 is an unknown value
R15=0x0000000016b3c9c0 is pointing into the stack for thread: 0x00000000152f4800
Stack: [0x0000000016a40000,0x0000000016b40000], sp=0x0000000016b3c6e0, free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [glass.dll+0x12660] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x1650
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.glass.ui.win.WinWindow._close(J)Z+0
j com.sun.glass.ui.Window.close()V+51
j com.sun.javafx.tk.quantum.WindowStage.close()V+15
j com.sun.javafx.tk.quantum.PopupStage.close()V+1
j javafx.stage.Window$9.invalidated()V+567
j javafx.beans.property.BooleanPropertyBase.markInvalid()V+13
j javafx.beans.property.BooleanPropertyBase.set(Z)V+31
j javafx.stage.Window.setShowing(Z)V+11
j javafx.stage.Window.hide()V+2
j javafx.stage.PopupWindow.hide()V+53
j javafx.scene.control.ContextMenu.hide()V+23
j com.sun.javafx.scene.control.skin.ChoiceBoxSkin.handleControlPropertyChanged(Ljava/lang/String;)V+355
j com.sun.javafx.scene.control.skin.SkinBase$3.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+20
j javafx.beans.value.WeakChangeListener.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+22
j com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent()V+71
J com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Lcom/sun/javafx/binding/ExpressionHelper;)V
j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent()V+4
j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.access$100(Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;)V+1
j javafx.beans.property.ReadOnlyBooleanWrapper.fireValueChangedEvent()V+11
j javafx.beans.property.BooleanPropertyBase.markInvalid()V+17
j javafx.beans.property.BooleanPropertyBase.set(Z)V+31
j javafx.scene.control.ChoiceBox.hide()V+5
j javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(I)V+48
j com.sun.javafx.scene.control.skin.ChoiceBoxSkin$4.handle(Ljavafx/event/ActionEvent;)V+22
j com.sun.javafx.scene.control.skin.ChoiceBoxSkin$4.handle(Ljavafx/event/Event;)V+5
j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+62
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10
j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+37
j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30
j javafx.scene.control.MenuItem.fire()V+10
j com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer.doSelect()V+104
j com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer$6.handle(Ljavafx/scene/input/MouseEvent;)V+4
j com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer$6.handle(Ljavafx/event/Event;)V+5
j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+62
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8
j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10
j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+46
j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V+405
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;)V+3
j javafx.scene.Scene$MouseHandler.access$1900(Ljavafx/scene/Scene$MouseHandler;Ljavafx/scene/input/MouseEvent;)V+2
j javafx.scene.Scene.impl_processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+16
j javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljava/lang/Object;)V+11
j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Void;+329
j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Lcom/sun/glass/ui/View;JIIIIIIIIZZ)V+117
j com.sun.glass.ui.View.handleMouseEvent(JIIIIIIIIZZ)V+38
j com.sun.glass.ui.View.notifyMouse(IIIIIIIZZ)V+184
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0
j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3
j com.sun.glass.ui.win.WinApplication$3$1.run()V+32
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00000000178bc800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3636, stack(0x00000000189e0000,0x0000000018ae0000)]
0x0000000017280800 JavaThread "Thread-4" daemon [_thread_blocked, id=572, stack(0x0000000018260000,0x0000000018360000)]
0x0000000015966800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=4204, stack(0x0000000018160000,0x0000000018260000)]
0x000000001551a000 JavaThread "Thread-2" daemon [_thread_in_native, id=3176, stack(0x0000000016b40000,0x0000000016c40000)]
=>0x00000000152f4800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=4516, stack(0x0000000016a40000,0x0000000016b40000)]
0x000000001562a800 JavaThread "Disposer" daemon [_thread_blocked, id=4668, stack(0x0000000015e50000,0x0000000015f50000)]
0x000000001558d800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=2572, stack(0x0000000015c10000,0x0000000015d10000)]
0x0000000015309800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=1132, stack(0x0000000015b10000,0x0000000015c10000)]
0x0000000013571800 JavaThread "Service Thread" daemon [_thread_blocked, id=1412, stack(0x0000000014d10000,0x0000000014e10000)]
0x000000001356d800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4016, stack(0x0000000014c10000,0x0000000014d10000)]
0x000000001355e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3164, stack(0x0000000014b10000,0x0000000014c10000)]
0x000000001355d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3832, stack(0x0000000014a10000,0x0000000014b10000)]
0x000000001355c000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1068, stack(0x0000000014910000,0x0000000014a10000)]
0x00000000134f5000 JavaThread "Finalizer" daemon [_thread_blocked, id=2836, stack(0x0000000014810000,0x0000000014910000)]
0x00000000134ec000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2600, stack(0x0000000014710000,0x0000000014810000)]
0x000000000256d000 JavaThread "main" [_thread_blocked, id=2736, stack(0x0000000002580000,0x0000000002680000)]
Other Threads:
0x00000000134e4800 VMThread [stack: 0x0000000014610000,0x0000000014710000] [id=5112]
0x0000000013584800 WatcherThread [stack: 0x0000000014e10000,0x0000000014f10000] [id=1432]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 70976K, used 54249K [0x00000007976b0000, 0x00000007a1710000, 0x0000000800000000)
eden space 65536K, 74% used [0x00000007976b0000,0x000000079a661528,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079b6b0000,0x000000079bbf9060,0x000000079bc00000)
to space 16576K, 0% used [0x00000007a06e0000,0x00000007a06e0000,0x00000007a1710000)
ParOldGen total 87424K, used 26175K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 29% used [0x00000006c6400000,0x00000006c7d8fc90,0x00000006cb960000)
PSPermGen total 40064K, used 39951K [0x00000006c1200000, 0x00000006c3920000, 0x00000006c6400000)
object space 40064K, 99% used [0x00000006c1200000,0x00000006c3903ef0,0x00000006c3920000)
Card table byte_map: [0x0000000005840000,0x0000000006240000] byte_map_base: 0x0000000002237000
Polling page: 0x0000000000df0000
Code Cache [0x0000000002780000, 0x00000000029f0000, 0x0000000005780000)
total_blobs=1132 nmethods=449 adapters=634 free_code_cache=47328Kb largest_free_block=48397824
Compilation events (10 events):
Event: 7.115 Thread 0x000000001356d800 nmethod 455 0x0000000002946e90 code [0x0000000002947180, 0x00000000029486b0]
Event: 7.116 Thread 0x000000001356d800 460 ! com.sun.javafx.css.StyleHelper::transitionToState (643 bytes)
Event: 7.130 Thread 0x000000001355e800 nmethod 459 0x000000000294a250 code [0x000000000294a560, 0x000000000294ba08]
Event: 7.130 Thread 0x000000001355e800 461 javafx.scene.layout.Pane::getChildren (5 bytes)
Event: 7.131 Thread 0x000000001355e800 nmethod 461 0x000000000283f090 code [0x000000000283f1c0, 0x000000000283f238]
Event: 7.131 Thread 0x000000001355e800 462 java.awt.LinearGradientPaintContext::fillRaster (97 bytes)
Event: 7.138 Thread 0x000000001355e800 nmethod 462 0x0000000002846450 code [0x00000000028465e0, 0x0000000002846b98]
Event: 7.157 Thread 0x000000001355e800 463 javafx.scene.Node::updateLocalToParentTransform (255 bytes)
Event: 7.178 Thread 0x000000001355e800 nmethod 463 0x0000000002944c50 code [0x0000000002944fa0, 0x0000000002945c60]
Event: 7.194 Thread 0x000000001356d800 nmethod 460 0x0000000002951d10 code [0x0000000002952160, 0x0000000002954a30]
GC Heap History (10 events):
Event: 1.076 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 38208K, used 32768K [0x00000007976b0000, 0x000000079a150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 0% used [0x0000000799c00000,0x0000000799c00000,0x000000079a150000)
to space 5440K, 0% used [0x00000007996b0000,0x00000007996b0000,0x0000000799c00000)
ParOldGen total 87424K, used 0K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 0% used [0x00000006c6400000,0x00000006c6400000,0x00000006cb960000)
PSPermGen total 21248K, used 12657K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 59% used [0x00000006c1200000,0x00000006c1e5c6a8,0x00000006c26c0000)
Event: 1.084 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 38208K, used 5004K [0x00000007976b0000, 0x000000079a150000, 0x0000000800000000)
eden space 32768K, 0% used [0x00000007976b0000,0x00000007976b0000,0x00000007996b0000)
from space 5440K, 91% used [0x00000007996b0000,0x0000000799b930e0,0x0000000799c00000)
to space 5440K, 0% used [0x0000000799c00000,0x0000000799c00000,0x000000079a150000)
ParOldGen total 87424K, used 8K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 0% used [0x00000006c6400000,0x00000006c6402000,0x00000006cb960000)
PSPermGen total 21248K, used 12657K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 59% used [0x00000006c1200000,0x00000006c1e5c6a8,0x00000006c26c0000)
}
Event: 1.691 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 38208K, used 37772K [0x00000007976b0000, 0x000000079a150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 91% used [0x00000007996b0000,0x0000000799b930e0,0x0000000799c00000)
to space 5440K, 0% used [0x0000000799c00000,0x0000000799c00000,0x000000079a150000)
ParOldGen total 87424K, used 8K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 0% used [0x00000006c6400000,0x00000006c6402000,0x00000006cb960000)
PSPermGen total 21248K, used 19262K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24cfbe8,0x00000006c26c0000)
Event: 1.702 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 38208K, used 5414K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 0% used [0x00000007976b0000,0x00000007976b0000,0x00000007996b0000)
from space 5440K, 99% used [0x0000000799c00000,0x000000079a1498d0,0x000000079a150000)
to space 5440K, 0% used [0x00000007996b0000,0x00000007996b0000,0x0000000799c00000)
ParOldGen total 87424K, used 4554K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 5% used [0x00000006c6400000,0x00000006c6872858,0x00000006cb960000)
PSPermGen total 21248K, used 19262K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24cfbe8,0x00000006c26c0000)
}
Event: 1.911 GC heap before
{Heap before GC invocations=3 (full 0):
PSYoungGen total 38208K, used 38182K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 99% used [0x0000000799c00000,0x000000079a1498d0,0x000000079a150000)
to space 5440K, 0% used [0x00000007996b0000,0x00000007996b0000,0x0000000799c00000)
ParOldGen total 87424K, used 4554K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 5% used [0x00000006c6400000,0x00000006c6872858,0x00000006cb960000)
PSPermGen total 21248K, used 19288K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24d6258,0x00000006c26c0000)
Event: 1.925 GC heap after
Heap after GC invocations=3 (full 0):
PSYoungGen total 38208K, used 5432K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 0% used [0x00000007976b0000,0x00000007976b0000,0x00000007996b0000)
from space 5440K, 99% used [0x00000007996b0000,0x0000000799bfe288,0x0000000799c00000)
to space 5440K, 0% used [0x000000079bc00000,0x000000079bc00000,0x000000079c150000)
ParOldGen total 87424K, used 14589K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 16% used [0x00000006c6400000,0x00000006c723f7c8,0x00000006cb960000)
PSPermGen total 21248K, used 19288K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24d6258,0x00000006c26c0000)
}
Event: 2.521 GC heap before
{Heap before GC invocations=4 (full 0):
PSYoungGen total 38208K, used 38200K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 99% used [0x00000007996b0000,0x0000000799bfe288,0x0000000799c00000)
to space 5440K, 0% used [0x000000079bc00000,0x000000079bc00000,0x000000079c150000)
ParOldGen total 87424K, used 14589K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 16% used [0x00000006c6400000,0x00000006c723f7c8,0x00000006cb960000)
PSPermGen total 23744K, used 23732K [0x00000006c1200000, 0x00000006c2930000, 0x00000006c6400000)
object space 23744K, 99% used [0x00000006c1200000,0x00000006c292d1a8,0x00000006c2930000)
Event: 2.535 GC heap after
Heap after GC invocations=4 (full 0):
PSYoungGen total 70976K, used 5419K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 65536K, 0% used [0x00000007976b0000,0x00000007976b0000,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079bc00000,0x000000079c14ad78,0x000000079c150000)
to space 5440K, 0% used [0x000000079b6b0000,0x000000079b6b0000,0x000000079bc00000)
ParOldGen total 87424K, used 21528K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 24% used [0x00000006c6400000,0x00000006c7906308,0x00000006cb960000)
PSPermGen total 23744K, used 23732K [0x00000006c1200000, 0x00000006c2930000, 0x00000006c6400000)
object space 23744K, 99% used [0x00000006c1200000,0x00000006c292d1a8,0x00000006c2930000)
}
Event: 3.935 GC heap before
{Heap before GC invocations=5 (full 0):
PSYoungGen total 70976K, used 70955K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 65536K, 100% used [0x00000007976b0000,0x000000079b6b0000,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079bc00000,0x000000079c14ad78,0x000000079c150000)
to space 5440K, 0% used [0x000000079b6b0000,0x000000079b6b0000,0x000000079bc00000)
ParOldGen total 87424K, used 21528K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 24% used [0x00000006c6400000,0x00000006c7906308,0x00000006cb960000)
PSPermGen total 32384K, used 32244K [0x00000006c1200000, 0x00000006c31a0000, 0x00000006c6400000)
object space 32384K, 99% used [0x00000006c1200000,0x00000006c317d2f8,0x00000006c31a0000)
Event: 3.950 GC heap after
Heap after GC invocations=5 (full 0):
PSYoungGen total 70976K, used 5412K [0x00000007976b0000, 0x00000007a1710000, 0x0000000800000000)
eden space 65536K, 0% used [0x00000007976b0000,0x00000007976b0000,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079b6b0000,0x000000079bbf9060,0x000000079bc00000)
to space 16576K, 0% used [0x00000007a06e0000,0x00000007a06e0000,0x00000007a1710000)
ParOldGen total 87424K, used 26175K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 29% used [0x00000006c6400000,0x00000006c7d8fc90,0x00000006cb960000)
PSPermGen total 32384K, used 32244K [0x00000006c1200000, 0x00000006c31a0000, 0x00000006c6400000)
object space 32384K, 99% used [0x00000006c1200000,0x00000006c317d2f8,0x00000006c31a0000)
}
Deoptimization events (10 events):
Event: 4.601 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002901160
Event: 4.601 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x00000000028da944
Event: 4.601 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x00000000028db100
Event: 4.913 Thread 0x00000000152f4800 Uncommon trap -12 fr.pc 0x00000000028db95c
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 5.050 Thread 0x000000001558d800 Uncommon trap -58 fr.pc 0x00000000028c84b8
Event: 5.133 Thread 0x000000001558d800 Uncommon trap -83 fr.pc 0x000000000287b0b4
Internal exceptions (10 events):
Event: 4.914 Thread 0x00000000152f4800 Threw 0x0000000799b2fbc8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Event: 4.914 Thread 0x00000000152f4800 Threw 0x0000000799b2fd40 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.051 Thread 0x000000001558d800 Threw 0x0000000799e3bbd8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.051 Thread 0x000000001558d800 Threw 0x0000000799e3c118 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.052 Thread 0x000000001558d800 Threw 0x0000000799e3d550 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e43d00 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e443a0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e45330 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e459e8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.078 Thread 0x000000001558d800 Threw 0x0000000799e616c0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Events (10 events):
Event: 7.087 loading class 0x00000000157cc730
Event: 7.087 loading class 0x00000000157cc730 done
Event: 7.097 Executing VM operation: RevokeBias
Event: 7.097 Executing VM operation: RevokeBias done
Event: 7.131 Thread 0x000000001355e800 flushing nmethod 0x0000000002803dd0
Event: 7.131 Thread 0x000000001355e800 flushing nmethod 0x0000000002816990
Event: 7.131 Thread 0x000000001355e800 flushing nmethod 0x000000000281e450
Event: 7.179 Thread 0x000000001355e800 flushing nmethod 0x0000000002833a50
Event: 8.835 loading class 0x00000000157cb1a0
Event: 8.835 loading class 0x00000000157cb1a0 done
Dynamic libraries:
0x000007f63ae40000 - 0x000007f63ae73000 C:\Windows\System32\javaw.exe
0x000007f8bc210000 - 0x000007f8bc3d0000 C:\Windows\SYSTEM32\ntdll.dll
0x000007f8b9610000 - 0x000007f8b9746000 C:\Windows\system32\KERNEL32.DLL
0x000007f8b9480000 - 0x000007f8b9573000 C:\Windows\system32\KERNELBASE.dll
0x000007f8b9df0000 - 0x000007f8b9ece000 C:\Windows\system32\ADVAPI32.dll
0x000007f8ba530000 - 0x000007f8ba67c000 C:\Windows\system32\USER32.dll
0x000007f8b65d0000 - 0x000007f8b683a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16579_none_418ab7ef718b27ef\COMCTL32.dll
0x000007f8ba850000 - 0x000007f8ba8f5000 C:\Windows\system32\msvcrt.dll
0x000007f8b9c80000 - 0x000007f8b9cc8000 C:\Windows\SYSTEM32\sechost.dll
0x000007f8b97b0000 - 0x000007f8b98f5000 C:\Windows\system32\RPCRT4.dll
0x000007f8bbf30000 - 0x000007f8bc071000 C:\Windows\system32\GDI32.dll
0x000007f8b9ee0000 - 0x000007f8b9f19000 C:\Windows\system32\IMM32.DLL
0x000007f8b9cd0000 - 0x000007f8b9de5000 C:\Windows\system32\MSCTF.dll
0x0000000061570000 - 0x0000000061641000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000060e60000 - 0x000000006156f000 C:\Program Files\Java\jre7\bin\server\jvm.dll
0x000007f8b7800000 - 0x000007f8b7809000 C:\Windows\System32\WSOCK32.dll
0x000007f8b2780000 - 0x000007f8b27a0000 C:\Windows\System32\WINMM.dll
0x000007f8b9600000 - 0x000007f8b9607000 C:\Windows\system32\PSAPI.DLL
0x000007f8b9750000 - 0x000007f8b97a8000 C:\Windows\system32\WS2_32.dll
0x000007f8b1f70000 - 0x000007f8b1fa2000 C:\Windows\System32\WINMMBASE.dll
0x000007f8b9ed0000 - 0x000007f8b9ed9000 C:\Windows\system32\NSI.dll
0x0000000060e50000 - 0x0000000060e5f000 C:\Program Files\Java\jre7\bin\verify.dll
0x0000000060e20000 - 0x0000000060e48000 C:\Program Files\Java\jre7\bin\java.dll
0x0000000060e00000 - 0x0000000060e15000 C:\Program Files\Java\jre7\bin\zip.dll
0x0000000060860000 - 0x000000006086f000 C:\Program Files\Java\jre7\bin\prism-d3d.dll
0x000007f8b2dc0000 - 0x000007f8b2fc0000 C:\Windows\system32\d3d9.dll
0x000007f8b6a80000 - 0x000007f8b6a89000 C:\Windows\System32\VERSION.dll
0x000007f8b6cc0000 - 0x000007f8b6ce1000 C:\Windows\System32\dwmapi.dll
0x000007f8b7fa0000 - 0x000007f8b8086000 C:\Windows\system32\uxtheme.dll
0x0000000060820000 - 0x0000000060852000 C:\Program Files\Java\jre7\bin\glass.dll
0x000007f8bc080000 - 0x000007f8bc121000 C:\Windows\system32\COMDLG32.dll
0x000007f8ba3b0000 - 0x000007f8ba52e000 C:\Windows\system32\ole32.dll
0x000007f8bc130000 - 0x000007f8bc1f3000 C:\Windows\system32\OLEAUT32.dll
0x000007f8bbe70000 - 0x000007f8bbec0000 C:\Windows\system32\SHLWAPI.dll
0x000007f8ba900000 - 0x000007f8bbbe0000 C:\Windows\system32\SHELL32.dll
0x000007f8ba200000 - 0x000007f8ba3b0000 C:\Windows\SYSTEM32\combase.dll
0x000007f8b6ee0000 - 0x000007f8b6f76000 C:\Windows\System32\SHCORE.DLL
0x000007f8b8f00000 - 0x000007f8b8f0a000 C:\Windows\System32\CRYPTBASE.dll
0x000007f8b8ea0000 - 0x000007f8b8efc000 C:\Windows\System32\bcryptPrimitives.dll
0x0000000060de0000 - 0x0000000060df9000 C:\Program Files\Java\jre7\bin\net.dll
0x000007f8b8910000 - 0x000007f8b896c000 C:\Windows\system32\mswsock.dll
0x000007f8b3d50000 - 0x000007f8b3d64000 C:\Windows\system32\napinsp.dll
0x000007f8b7b90000 - 0x000007f8b7ba6000 C:\Windows\system32\NLAapi.dll
0x000007f8b8750000 - 0x000007f8b87e8000 C:\Windows\System32\DNSAPI.dll
0x000007f8b3d30000 - 0x000007f8b3d42000 C:\Windows\System32\winrnr.dll
0x000007f8b40b0000 - 0x000007f8b40b8000 C:\Windows\System32\rasadhlp.dll
0x000007f8b6cf0000 - 0x000007f8b6d1a000 C:\Windows\System32\IPHLPAPI.DLL
0x000007f8b6c70000 - 0x000007f8b6c7a000 C:\Windows\System32\WINNSI.DLL
0x000007f8b6a90000 - 0x000007f8b6aef000 C:\Windows\System32\fwpuclnt.dll
0x0000000060dc0000 - 0x0000000060dd1000 C:\Program Files\Java\jre7\bin\nio.dll
0x0000000060ca0000 - 0x0000000060cab000 C:\Program Files\Java\jre7\bin\management.dll
0x0000000060c70000 - 0x0000000060c94000 C:\Program Files\Java\jre7\bin\sunec.dll
0x000007f8b8970000 - 0x000007f8b898a000 C:\Windows\System32\CRYPTSP.dll
0x000007f8b85f0000 - 0x000007f8b863b000 C:\Windows\system32\rsaenh.dll
0x000007f8b86f0000 - 0x000007f8b870f000 C:\Windows\System32\USERENV.dll
0x000007f8b90c0000 - 0x000007f8b90d5000 C:\Windows\System32\profapi.dll
0x0000000060810000 - 0x000000006081b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x000007f8b9190000 - 0x000007f8b9361000 C:\Windows\system32\CRYPT32.dll
0x000007f8b9170000 - 0x000007f8b9186000 C:\Windows\system32\MSASN1.dll
0x00000000607c0000 - 0x0000000060810000 C:\Program Files\Java\jre7\bin\javafx-font.dll
0x000007f8ba150000 - 0x000007f8ba1e6000 C:\Windows\SYSTEM32\clbcatq.dll
0x000007f8b78f0000 - 0x000007f8b7a83000 C:\Windows\System32\WindowsCodecs.dll
0x0000000060ad0000 - 0x0000000060c65000 C:\Program Files\Java\jre7\bin\awt.dll
0x000007f8b6bd0000 - 0x000007f8b6c6f000 C:\Windows\system32\apphelp.dll
0x0000000060790000 - 0x00000000607ba000 C:\Program Files\Java\jre7\bin\dcpr.dll
0x0000000060750000 - 0x000000006078f000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x0000000060700000 - 0x0000000060741000 C:\Program Files\Java\jre7\bin\t2k.dll
0x00000000606e0000 - 0x00000000606f6000 C:\Program Files\Java\jre7\bin\decora-sse.dll
0x000007f8aedf0000 - 0x000007f8aef53000 C:\Windows\system32\DBGHELP.DLL
VM Arguments:
jvm_args: -Xmx5020m
java_command: ***removed***.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Base\Applications\PHP
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows Server 2012 , 64 bit Build 9200
CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 45 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, tsc, tscinvbit, tscinv
Memory: 4k page, physical 8388148k(5689780k free), swap 9900312k(7335476k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for windows-amd64 JRE (1.7.0_25-b17), built on Jun 21 2013 12:58:32 by "java_re" with unknown MS VC++:1600
time: Thu Sep 05 16:19:26 2013
elapsed time: 9 seconds
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000060832660, pid=4156, tid=4516
#
# JRE version: 7.0_25-b17
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [glass.dll+0x12660] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x1650
#
# Core dump written. Default location: C:\Base\Applications\***removed***\hs_err_pid4156.mdmp
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x00000000152f4800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=4516, stack(0x0000000016a40000,0x0000000016b40000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000080000000884
Registers:
RAX=0x0000000023f00002, RBX=0x0000000017ae2078, RCX=0x0000080000000884, RDX=0x000007f63a055000
RSP=0x0000000016b3c6e0, RBP=0x0000000000000401, RSI=0x0000000016b3c9c0, RDI=0x0000000000000000
R8 =0x00000000024a0f00, R9 =0x0000000000000401, R10=0x0000000000000000, R11=0x0000000000000206
R12=0x0000000000000000, R13=0x00000000000502d0, R14=0x00000000608211f0, R15=0x0000000016b3c9c0
RIP=0x0000000060832660, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x0000000016b3c6e0)
0x0000000016b3c6e0: 00000000135ac000 0000000000180001
0x0000000016b3c6f0: 000000006083c05f 000000006100df92
0x0000000016b3c700: 00000000152c3bb0 0000000060824efa
0x0000000016b3c710: 0000000016b3c9c0 0000000016b3c9c0
0x0000000016b3c720: 0000000016b3c9c0 0000000000000000
0x0000000016b3c730: 0000000000000401 0000000060821f73
0x0000000016b3c740: 0000000000000000 0000000000000001
0x0000000016b3c750: 000000000256c05f 0000000060edb21c
0x0000000016b3c760: 0000000016b3c9c0 0000000060821258
0x0000000016b3c770: 0000000000000401 00000000152c3bb0
0x0000000016b3c780: 0000000000000000 00000000000502d0
0x0000000016b3c790: 0000000000000000 000007f8ba53171e
0x0000000016b3c7a0: 0000000000000001 0000000016b3c8d0
0x0000000016b3c7b0: 0000000000000000 0000000000000401
0x0000000016b3c7c0: 00000000000014c8 0000000000000009
0x0000000016b3c7d0: 0000000000000001 0000000000000000
Instructions: (pc=0x0000000060832660)
0x0000000060832640: 48 89 7b 30 48 8b 4b 38 48 85 c9 74 0a 48 8b 01
0x0000000060832650: ff 50 10 48 89 7b 38 48 8b 4b 40 48 85 c9 74 0a
0x0000000060832660: 48 8b 01 ff 50 10 48 89 7b 40 48 39 7b 48 74 1a
0x0000000060832670: e8 9b e9 fe ff 48 8b 53 48 4c 8b 00 48 8b c8 41
Register to memory mapping:
RAX=0x0000000023f00002 is an unknown value
RBX=0x0000000017ae2078 is an unknown value
RCX=0x0000080000000884 is an unknown value
RDX=0x000007f63a055000 is an unknown value
RSP=0x0000000016b3c6e0 is pointing into the stack for thread: 0x00000000152f4800
RBP=0x0000000000000401 is an unknown value
RSI=0x0000000016b3c9c0 is pointing into the stack for thread: 0x00000000152f4800
RDI=0x0000000000000000 is an unknown value
R8 =0x00000000024a0f00 is an unknown value
R9 =0x0000000000000401 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000206 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x00000000000502d0 is an unknown value
R14=0x00000000608211f0 is an unknown value
R15=0x0000000016b3c9c0 is pointing into the stack for thread: 0x00000000152f4800
Stack: [0x0000000016a40000,0x0000000016b40000], sp=0x0000000016b3c6e0, free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [glass.dll+0x12660] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x1650
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.glass.ui.win.WinWindow._close(J)Z+0
j com.sun.glass.ui.Window.close()V+51
j com.sun.javafx.tk.quantum.WindowStage.close()V+15
j com.sun.javafx.tk.quantum.PopupStage.close()V+1
j javafx.stage.Window$9.invalidated()V+567
j javafx.beans.property.BooleanPropertyBase.markInvalid()V+13
j javafx.beans.property.BooleanPropertyBase.set(Z)V+31
j javafx.stage.Window.setShowing(Z)V+11
j javafx.stage.Window.hide()V+2
j javafx.stage.PopupWindow.hide()V+53
j javafx.scene.control.ContextMenu.hide()V+23
j com.sun.javafx.scene.control.skin.ChoiceBoxSkin.handleControlPropertyChanged(Ljava/lang/String;)V+355
j com.sun.javafx.scene.control.skin.SkinBase$3.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+20
j javafx.beans.value.WeakChangeListener.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+22
j com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent()V+71
J com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Lcom/sun/javafx/binding/ExpressionHelper;)V
j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent()V+4
j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.access$100(Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;)V+1
j javafx.beans.property.ReadOnlyBooleanWrapper.fireValueChangedEvent()V+11
j javafx.beans.property.BooleanPropertyBase.markInvalid()V+17
j javafx.beans.property.BooleanPropertyBase.set(Z)V+31
j javafx.scene.control.ChoiceBox.hide()V+5
j javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(I)V+48
j com.sun.javafx.scene.control.skin.ChoiceBoxSkin$4.handle(Ljavafx/event/ActionEvent;)V+22
j com.sun.javafx.scene.control.skin.ChoiceBoxSkin$4.handle(Ljavafx/event/Event;)V+5
j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+62
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10
j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+37
j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30
j javafx.scene.control.MenuItem.fire()V+10
j com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer.doSelect()V+104
j com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer$6.handle(Ljavafx/scene/input/MouseEvent;)V+4
j com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer$6.handle(Ljavafx/event/Event;)V+5
j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+62
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8
j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10
j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+46
j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V+405
j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;)V+3
j javafx.scene.Scene$MouseHandler.access$1900(Ljavafx/scene/Scene$MouseHandler;Ljavafx/scene/input/MouseEvent;)V+2
j javafx.scene.Scene.impl_processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+16
j javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljava/lang/Object;)V+11
j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Void;+329
j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Lcom/sun/glass/ui/View;JIIIIIIIIZZ)V+117
j com.sun.glass.ui.View.handleMouseEvent(JIIIIIIIIZZ)V+38
j com.sun.glass.ui.View.notifyMouse(IIIIIIIZZ)V+184
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0
j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3
j com.sun.glass.ui.win.WinApplication$3$1.run()V+32
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00000000178bc800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3636, stack(0x00000000189e0000,0x0000000018ae0000)]
0x0000000017280800 JavaThread "Thread-4" daemon [_thread_blocked, id=572, stack(0x0000000018260000,0x0000000018360000)]
0x0000000015966800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=4204, stack(0x0000000018160000,0x0000000018260000)]
0x000000001551a000 JavaThread "Thread-2" daemon [_thread_in_native, id=3176, stack(0x0000000016b40000,0x0000000016c40000)]
=>0x00000000152f4800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=4516, stack(0x0000000016a40000,0x0000000016b40000)]
0x000000001562a800 JavaThread "Disposer" daemon [_thread_blocked, id=4668, stack(0x0000000015e50000,0x0000000015f50000)]
0x000000001558d800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=2572, stack(0x0000000015c10000,0x0000000015d10000)]
0x0000000015309800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=1132, stack(0x0000000015b10000,0x0000000015c10000)]
0x0000000013571800 JavaThread "Service Thread" daemon [_thread_blocked, id=1412, stack(0x0000000014d10000,0x0000000014e10000)]
0x000000001356d800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4016, stack(0x0000000014c10000,0x0000000014d10000)]
0x000000001355e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3164, stack(0x0000000014b10000,0x0000000014c10000)]
0x000000001355d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3832, stack(0x0000000014a10000,0x0000000014b10000)]
0x000000001355c000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1068, stack(0x0000000014910000,0x0000000014a10000)]
0x00000000134f5000 JavaThread "Finalizer" daemon [_thread_blocked, id=2836, stack(0x0000000014810000,0x0000000014910000)]
0x00000000134ec000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2600, stack(0x0000000014710000,0x0000000014810000)]
0x000000000256d000 JavaThread "main" [_thread_blocked, id=2736, stack(0x0000000002580000,0x0000000002680000)]
Other Threads:
0x00000000134e4800 VMThread [stack: 0x0000000014610000,0x0000000014710000] [id=5112]
0x0000000013584800 WatcherThread [stack: 0x0000000014e10000,0x0000000014f10000] [id=1432]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 70976K, used 54249K [0x00000007976b0000, 0x00000007a1710000, 0x0000000800000000)
eden space 65536K, 74% used [0x00000007976b0000,0x000000079a661528,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079b6b0000,0x000000079bbf9060,0x000000079bc00000)
to space 16576K, 0% used [0x00000007a06e0000,0x00000007a06e0000,0x00000007a1710000)
ParOldGen total 87424K, used 26175K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 29% used [0x00000006c6400000,0x00000006c7d8fc90,0x00000006cb960000)
PSPermGen total 40064K, used 39951K [0x00000006c1200000, 0x00000006c3920000, 0x00000006c6400000)
object space 40064K, 99% used [0x00000006c1200000,0x00000006c3903ef0,0x00000006c3920000)
Card table byte_map: [0x0000000005840000,0x0000000006240000] byte_map_base: 0x0000000002237000
Polling page: 0x0000000000df0000
Code Cache [0x0000000002780000, 0x00000000029f0000, 0x0000000005780000)
total_blobs=1132 nmethods=449 adapters=634 free_code_cache=47328Kb largest_free_block=48397824
Compilation events (10 events):
Event: 7.115 Thread 0x000000001356d800 nmethod 455 0x0000000002946e90 code [0x0000000002947180, 0x00000000029486b0]
Event: 7.116 Thread 0x000000001356d800 460 ! com.sun.javafx.css.StyleHelper::transitionToState (643 bytes)
Event: 7.130 Thread 0x000000001355e800 nmethod 459 0x000000000294a250 code [0x000000000294a560, 0x000000000294ba08]
Event: 7.130 Thread 0x000000001355e800 461 javafx.scene.layout.Pane::getChildren (5 bytes)
Event: 7.131 Thread 0x000000001355e800 nmethod 461 0x000000000283f090 code [0x000000000283f1c0, 0x000000000283f238]
Event: 7.131 Thread 0x000000001355e800 462 java.awt.LinearGradientPaintContext::fillRaster (97 bytes)
Event: 7.138 Thread 0x000000001355e800 nmethod 462 0x0000000002846450 code [0x00000000028465e0, 0x0000000002846b98]
Event: 7.157 Thread 0x000000001355e800 463 javafx.scene.Node::updateLocalToParentTransform (255 bytes)
Event: 7.178 Thread 0x000000001355e800 nmethod 463 0x0000000002944c50 code [0x0000000002944fa0, 0x0000000002945c60]
Event: 7.194 Thread 0x000000001356d800 nmethod 460 0x0000000002951d10 code [0x0000000002952160, 0x0000000002954a30]
GC Heap History (10 events):
Event: 1.076 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 38208K, used 32768K [0x00000007976b0000, 0x000000079a150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 0% used [0x0000000799c00000,0x0000000799c00000,0x000000079a150000)
to space 5440K, 0% used [0x00000007996b0000,0x00000007996b0000,0x0000000799c00000)
ParOldGen total 87424K, used 0K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 0% used [0x00000006c6400000,0x00000006c6400000,0x00000006cb960000)
PSPermGen total 21248K, used 12657K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 59% used [0x00000006c1200000,0x00000006c1e5c6a8,0x00000006c26c0000)
Event: 1.084 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 38208K, used 5004K [0x00000007976b0000, 0x000000079a150000, 0x0000000800000000)
eden space 32768K, 0% used [0x00000007976b0000,0x00000007976b0000,0x00000007996b0000)
from space 5440K, 91% used [0x00000007996b0000,0x0000000799b930e0,0x0000000799c00000)
to space 5440K, 0% used [0x0000000799c00000,0x0000000799c00000,0x000000079a150000)
ParOldGen total 87424K, used 8K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 0% used [0x00000006c6400000,0x00000006c6402000,0x00000006cb960000)
PSPermGen total 21248K, used 12657K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 59% used [0x00000006c1200000,0x00000006c1e5c6a8,0x00000006c26c0000)
}
Event: 1.691 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 38208K, used 37772K [0x00000007976b0000, 0x000000079a150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 91% used [0x00000007996b0000,0x0000000799b930e0,0x0000000799c00000)
to space 5440K, 0% used [0x0000000799c00000,0x0000000799c00000,0x000000079a150000)
ParOldGen total 87424K, used 8K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 0% used [0x00000006c6400000,0x00000006c6402000,0x00000006cb960000)
PSPermGen total 21248K, used 19262K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24cfbe8,0x00000006c26c0000)
Event: 1.702 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 38208K, used 5414K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 0% used [0x00000007976b0000,0x00000007976b0000,0x00000007996b0000)
from space 5440K, 99% used [0x0000000799c00000,0x000000079a1498d0,0x000000079a150000)
to space 5440K, 0% used [0x00000007996b0000,0x00000007996b0000,0x0000000799c00000)
ParOldGen total 87424K, used 4554K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 5% used [0x00000006c6400000,0x00000006c6872858,0x00000006cb960000)
PSPermGen total 21248K, used 19262K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24cfbe8,0x00000006c26c0000)
}
Event: 1.911 GC heap before
{Heap before GC invocations=3 (full 0):
PSYoungGen total 38208K, used 38182K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 99% used [0x0000000799c00000,0x000000079a1498d0,0x000000079a150000)
to space 5440K, 0% used [0x00000007996b0000,0x00000007996b0000,0x0000000799c00000)
ParOldGen total 87424K, used 4554K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 5% used [0x00000006c6400000,0x00000006c6872858,0x00000006cb960000)
PSPermGen total 21248K, used 19288K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24d6258,0x00000006c26c0000)
Event: 1.925 GC heap after
Heap after GC invocations=3 (full 0):
PSYoungGen total 38208K, used 5432K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 0% used [0x00000007976b0000,0x00000007976b0000,0x00000007996b0000)
from space 5440K, 99% used [0x00000007996b0000,0x0000000799bfe288,0x0000000799c00000)
to space 5440K, 0% used [0x000000079bc00000,0x000000079bc00000,0x000000079c150000)
ParOldGen total 87424K, used 14589K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 16% used [0x00000006c6400000,0x00000006c723f7c8,0x00000006cb960000)
PSPermGen total 21248K, used 19288K [0x00000006c1200000, 0x00000006c26c0000, 0x00000006c6400000)
object space 21248K, 90% used [0x00000006c1200000,0x00000006c24d6258,0x00000006c26c0000)
}
Event: 2.521 GC heap before
{Heap before GC invocations=4 (full 0):
PSYoungGen total 38208K, used 38200K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 32768K, 100% used [0x00000007976b0000,0x00000007996b0000,0x00000007996b0000)
from space 5440K, 99% used [0x00000007996b0000,0x0000000799bfe288,0x0000000799c00000)
to space 5440K, 0% used [0x000000079bc00000,0x000000079bc00000,0x000000079c150000)
ParOldGen total 87424K, used 14589K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 16% used [0x00000006c6400000,0x00000006c723f7c8,0x00000006cb960000)
PSPermGen total 23744K, used 23732K [0x00000006c1200000, 0x00000006c2930000, 0x00000006c6400000)
object space 23744K, 99% used [0x00000006c1200000,0x00000006c292d1a8,0x00000006c2930000)
Event: 2.535 GC heap after
Heap after GC invocations=4 (full 0):
PSYoungGen total 70976K, used 5419K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 65536K, 0% used [0x00000007976b0000,0x00000007976b0000,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079bc00000,0x000000079c14ad78,0x000000079c150000)
to space 5440K, 0% used [0x000000079b6b0000,0x000000079b6b0000,0x000000079bc00000)
ParOldGen total 87424K, used 21528K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 24% used [0x00000006c6400000,0x00000006c7906308,0x00000006cb960000)
PSPermGen total 23744K, used 23732K [0x00000006c1200000, 0x00000006c2930000, 0x00000006c6400000)
object space 23744K, 99% used [0x00000006c1200000,0x00000006c292d1a8,0x00000006c2930000)
}
Event: 3.935 GC heap before
{Heap before GC invocations=5 (full 0):
PSYoungGen total 70976K, used 70955K [0x00000007976b0000, 0x000000079c150000, 0x0000000800000000)
eden space 65536K, 100% used [0x00000007976b0000,0x000000079b6b0000,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079bc00000,0x000000079c14ad78,0x000000079c150000)
to space 5440K, 0% used [0x000000079b6b0000,0x000000079b6b0000,0x000000079bc00000)
ParOldGen total 87424K, used 21528K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 24% used [0x00000006c6400000,0x00000006c7906308,0x00000006cb960000)
PSPermGen total 32384K, used 32244K [0x00000006c1200000, 0x00000006c31a0000, 0x00000006c6400000)
object space 32384K, 99% used [0x00000006c1200000,0x00000006c317d2f8,0x00000006c31a0000)
Event: 3.950 GC heap after
Heap after GC invocations=5 (full 0):
PSYoungGen total 70976K, used 5412K [0x00000007976b0000, 0x00000007a1710000, 0x0000000800000000)
eden space 65536K, 0% used [0x00000007976b0000,0x00000007976b0000,0x000000079b6b0000)
from space 5440K, 99% used [0x000000079b6b0000,0x000000079bbf9060,0x000000079bc00000)
to space 16576K, 0% used [0x00000007a06e0000,0x00000007a06e0000,0x00000007a1710000)
ParOldGen total 87424K, used 26175K [0x00000006c6400000, 0x00000006cb960000, 0x00000007976b0000)
object space 87424K, 29% used [0x00000006c6400000,0x00000006c7d8fc90,0x00000006cb960000)
PSPermGen total 32384K, used 32244K [0x00000006c1200000, 0x00000006c31a0000, 0x00000006c6400000)
object space 32384K, 99% used [0x00000006c1200000,0x00000006c317d2f8,0x00000006c31a0000)
}
Deoptimization events (10 events):
Event: 4.601 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002901160
Event: 4.601 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x00000000028da944
Event: 4.601 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x00000000028db100
Event: 4.913 Thread 0x00000000152f4800 Uncommon trap -12 fr.pc 0x00000000028db95c
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 4.945 Thread 0x00000000152f4800 Uncommon trap -58 fr.pc 0x0000000002903e60
Event: 5.050 Thread 0x000000001558d800 Uncommon trap -58 fr.pc 0x00000000028c84b8
Event: 5.133 Thread 0x000000001558d800 Uncommon trap -83 fr.pc 0x000000000287b0b4
Internal exceptions (10 events):
Event: 4.914 Thread 0x00000000152f4800 Threw 0x0000000799b2fbc8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Event: 4.914 Thread 0x00000000152f4800 Threw 0x0000000799b2fd40 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.051 Thread 0x000000001558d800 Threw 0x0000000799e3bbd8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.051 Thread 0x000000001558d800 Threw 0x0000000799e3c118 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.052 Thread 0x000000001558d800 Threw 0x0000000799e3d550 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e43d00 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e443a0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e45330 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.057 Thread 0x000000001558d800 Threw 0x0000000799e459e8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 5.078 Thread 0x000000001558d800 Threw 0x0000000799e616c0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jni.cpp:716
Events (10 events):
Event: 7.087 loading class 0x00000000157cc730
Event: 7.087 loading class 0x00000000157cc730 done
Event: 7.097 Executing VM operation: RevokeBias
Event: 7.097 Executing VM operation: RevokeBias done
Event: 7.131 Thread 0x000000001355e800 flushing nmethod 0x0000000002803dd0
Event: 7.131 Thread 0x000000001355e800 flushing nmethod 0x0000000002816990
Event: 7.131 Thread 0x000000001355e800 flushing nmethod 0x000000000281e450
Event: 7.179 Thread 0x000000001355e800 flushing nmethod 0x0000000002833a50
Event: 8.835 loading class 0x00000000157cb1a0
Event: 8.835 loading class 0x00000000157cb1a0 done
Dynamic libraries:
0x000007f63ae40000 - 0x000007f63ae73000 C:\Windows\System32\javaw.exe
0x000007f8bc210000 - 0x000007f8bc3d0000 C:\Windows\SYSTEM32\ntdll.dll
0x000007f8b9610000 - 0x000007f8b9746000 C:\Windows\system32\KERNEL32.DLL
0x000007f8b9480000 - 0x000007f8b9573000 C:\Windows\system32\KERNELBASE.dll
0x000007f8b9df0000 - 0x000007f8b9ece000 C:\Windows\system32\ADVAPI32.dll
0x000007f8ba530000 - 0x000007f8ba67c000 C:\Windows\system32\USER32.dll
0x000007f8b65d0000 - 0x000007f8b683a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16579_none_418ab7ef718b27ef\COMCTL32.dll
0x000007f8ba850000 - 0x000007f8ba8f5000 C:\Windows\system32\msvcrt.dll
0x000007f8b9c80000 - 0x000007f8b9cc8000 C:\Windows\SYSTEM32\sechost.dll
0x000007f8b97b0000 - 0x000007f8b98f5000 C:\Windows\system32\RPCRT4.dll
0x000007f8bbf30000 - 0x000007f8bc071000 C:\Windows\system32\GDI32.dll
0x000007f8b9ee0000 - 0x000007f8b9f19000 C:\Windows\system32\IMM32.DLL
0x000007f8b9cd0000 - 0x000007f8b9de5000 C:\Windows\system32\MSCTF.dll
0x0000000061570000 - 0x0000000061641000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000060e60000 - 0x000000006156f000 C:\Program Files\Java\jre7\bin\server\jvm.dll
0x000007f8b7800000 - 0x000007f8b7809000 C:\Windows\System32\WSOCK32.dll
0x000007f8b2780000 - 0x000007f8b27a0000 C:\Windows\System32\WINMM.dll
0x000007f8b9600000 - 0x000007f8b9607000 C:\Windows\system32\PSAPI.DLL
0x000007f8b9750000 - 0x000007f8b97a8000 C:\Windows\system32\WS2_32.dll
0x000007f8b1f70000 - 0x000007f8b1fa2000 C:\Windows\System32\WINMMBASE.dll
0x000007f8b9ed0000 - 0x000007f8b9ed9000 C:\Windows\system32\NSI.dll
0x0000000060e50000 - 0x0000000060e5f000 C:\Program Files\Java\jre7\bin\verify.dll
0x0000000060e20000 - 0x0000000060e48000 C:\Program Files\Java\jre7\bin\java.dll
0x0000000060e00000 - 0x0000000060e15000 C:\Program Files\Java\jre7\bin\zip.dll
0x0000000060860000 - 0x000000006086f000 C:\Program Files\Java\jre7\bin\prism-d3d.dll
0x000007f8b2dc0000 - 0x000007f8b2fc0000 C:\Windows\system32\d3d9.dll
0x000007f8b6a80000 - 0x000007f8b6a89000 C:\Windows\System32\VERSION.dll
0x000007f8b6cc0000 - 0x000007f8b6ce1000 C:\Windows\System32\dwmapi.dll
0x000007f8b7fa0000 - 0x000007f8b8086000 C:\Windows\system32\uxtheme.dll
0x0000000060820000 - 0x0000000060852000 C:\Program Files\Java\jre7\bin\glass.dll
0x000007f8bc080000 - 0x000007f8bc121000 C:\Windows\system32\COMDLG32.dll
0x000007f8ba3b0000 - 0x000007f8ba52e000 C:\Windows\system32\ole32.dll
0x000007f8bc130000 - 0x000007f8bc1f3000 C:\Windows\system32\OLEAUT32.dll
0x000007f8bbe70000 - 0x000007f8bbec0000 C:\Windows\system32\SHLWAPI.dll
0x000007f8ba900000 - 0x000007f8bbbe0000 C:\Windows\system32\SHELL32.dll
0x000007f8ba200000 - 0x000007f8ba3b0000 C:\Windows\SYSTEM32\combase.dll
0x000007f8b6ee0000 - 0x000007f8b6f76000 C:\Windows\System32\SHCORE.DLL
0x000007f8b8f00000 - 0x000007f8b8f0a000 C:\Windows\System32\CRYPTBASE.dll
0x000007f8b8ea0000 - 0x000007f8b8efc000 C:\Windows\System32\bcryptPrimitives.dll
0x0000000060de0000 - 0x0000000060df9000 C:\Program Files\Java\jre7\bin\net.dll
0x000007f8b8910000 - 0x000007f8b896c000 C:\Windows\system32\mswsock.dll
0x000007f8b3d50000 - 0x000007f8b3d64000 C:\Windows\system32\napinsp.dll
0x000007f8b7b90000 - 0x000007f8b7ba6000 C:\Windows\system32\NLAapi.dll
0x000007f8b8750000 - 0x000007f8b87e8000 C:\Windows\System32\DNSAPI.dll
0x000007f8b3d30000 - 0x000007f8b3d42000 C:\Windows\System32\winrnr.dll
0x000007f8b40b0000 - 0x000007f8b40b8000 C:\Windows\System32\rasadhlp.dll
0x000007f8b6cf0000 - 0x000007f8b6d1a000 C:\Windows\System32\IPHLPAPI.DLL
0x000007f8b6c70000 - 0x000007f8b6c7a000 C:\Windows\System32\WINNSI.DLL
0x000007f8b6a90000 - 0x000007f8b6aef000 C:\Windows\System32\fwpuclnt.dll
0x0000000060dc0000 - 0x0000000060dd1000 C:\Program Files\Java\jre7\bin\nio.dll
0x0000000060ca0000 - 0x0000000060cab000 C:\Program Files\Java\jre7\bin\management.dll
0x0000000060c70000 - 0x0000000060c94000 C:\Program Files\Java\jre7\bin\sunec.dll
0x000007f8b8970000 - 0x000007f8b898a000 C:\Windows\System32\CRYPTSP.dll
0x000007f8b85f0000 - 0x000007f8b863b000 C:\Windows\system32\rsaenh.dll
0x000007f8b86f0000 - 0x000007f8b870f000 C:\Windows\System32\USERENV.dll
0x000007f8b90c0000 - 0x000007f8b90d5000 C:\Windows\System32\profapi.dll
0x0000000060810000 - 0x000000006081b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x000007f8b9190000 - 0x000007f8b9361000 C:\Windows\system32\CRYPT32.dll
0x000007f8b9170000 - 0x000007f8b9186000 C:\Windows\system32\MSASN1.dll
0x00000000607c0000 - 0x0000000060810000 C:\Program Files\Java\jre7\bin\javafx-font.dll
0x000007f8ba150000 - 0x000007f8ba1e6000 C:\Windows\SYSTEM32\clbcatq.dll
0x000007f8b78f0000 - 0x000007f8b7a83000 C:\Windows\System32\WindowsCodecs.dll
0x0000000060ad0000 - 0x0000000060c65000 C:\Program Files\Java\jre7\bin\awt.dll
0x000007f8b6bd0000 - 0x000007f8b6c6f000 C:\Windows\system32\apphelp.dll
0x0000000060790000 - 0x00000000607ba000 C:\Program Files\Java\jre7\bin\dcpr.dll
0x0000000060750000 - 0x000000006078f000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x0000000060700000 - 0x0000000060741000 C:\Program Files\Java\jre7\bin\t2k.dll
0x00000000606e0000 - 0x00000000606f6000 C:\Program Files\Java\jre7\bin\decora-sse.dll
0x000007f8aedf0000 - 0x000007f8aef53000 C:\Windows\system32\DBGHELP.DLL
VM Arguments:
jvm_args: -Xmx5020m
java_command: ***removed***.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Base\Applications\PHP
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows Server 2012 , 64 bit Build 9200
CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 45 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, tsc, tscinvbit, tscinv
Memory: 4k page, physical 8388148k(5689780k free), swap 9900312k(7335476k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for windows-amd64 JRE (1.7.0_25-b17), built on Jun 21 2013 12:58:32 by "java_re" with unknown MS VC++:1600
time: Thu Sep 05 16:19:26 2013
elapsed time: 9 seconds
- duplicates
-
JDK-8122976 Win: Java crashes on Windows 2008 R2 with JavaFX
- Resolved
- relates to
-
JDK-8122976 Win: Java crashes on Windows 2008 R2 with JavaFX
- Resolved
-
JDK-8129074 Backport RT-32138 to 2.2.x
- Resolved