-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7u51, 7u60
-
None
-
Windows 2008 R2 SP1
Hello All,
When I call close() on a stage, or when I go out of focus on a ComboBox component, I get w JVM crash.
Following error is result of clicking on a ComboBox.
This issue has been observed on 2.2.51. I also tested it on 2.2.60ea which was to have similar issues resolved.
Using Java8 causes issues to go away, but Java8 is not an option right now. I also tried with Desktop Experience feature and it resolves the issue, but it's also not an option.
There has been a number of issues with similar problem, but it was about memory leaks when using Media (RT-30555) which seems to be irrelevant.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000074a828e0, pid=2188, tid=2888
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b14) (build 1.7.0_60-ea-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.60-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [glass.dll+0x128e0]
#
# Core dump written. Default location: C:\...\hs_err_pid2188.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 (0x000000000c43b000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=2888, stack(0x000000000ec90000,0x000000000ed90000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
Registers:
RAX=0x000000001db10001, RBX=0x000000000c1b2be0, RCX=0x04f504f502d902d9, RDX=0x000007fffffd8000
RSP=0x000000000ed8cf90, RBP=0x0000000000000401, RSI=0x000000000ed8d240, RDI=0x0000000000000000
R8 =0x0007344907700024, R9 =0x0007344a03e60025, R10=0x0000000000000000, R11=0x0000000000000202
R12=0x0000000000000000, R13=0x0000000000000401, R14=0x0000000000000000, R15=0x0000000000130436
RIP=0x0000000074a828e0, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x000000000ed8cf90)
0x000000000ed8cf90: 000000000221b900 0000000000180001
0x000000000ed8cfa0: 0000000074a8c04d 000000000ed8d010
0x000000000ed8cfb0: 000000000c3e94d0 0000000074a7513a
0x000000000ed8cfc0: 000000000ed8d240 000000000ed8d240
0x000000000ed8cfd0: 0000000000000000 0000000000000000
0x000000000ed8cfe0: 0000000000000401 0000000074a720f3
0x000000000ed8cff0: 000000000c3abf00 0000000000000001
0x000000000ed8d000: 00005bd4b62ac04d 000000000c3abf50
0x000000000ed8d010: 000000000ed8d240 0000000074a712c8
0x000000000ed8d020: 0000000000000401 000000000c3e94d0
0x000000000ed8d030: 0000000000000000 0000000000130436
0x000000000ed8d040: 0000000000000000 0000000076c19bd1
0x000000000ed8d050: 0000000000000401 0000000000130436
0x000000000ed8d060: 0000000000000000 0000000000000001
0x000000000ed8d070: 000000000c3abf68 000000000000000b
0x000000000ed8d080: 0000000000000000 0000000000000000
Instructions: (pc=0x0000000074a828e0)
0x0000000074a828c0: 48 89 7b 30 48 8b 4b 38 48 85 c9 74 0a 48 8b 01
0x0000000074a828d0: ff 50 10 48 89 7b 38 48 8b 4b 40 48 85 c9 74 0a
0x0000000074a828e0: 48 8b 01 ff 50 10 48 89 7b 40 48 39 7b 48 74 1a
0x0000000074a828f0: e8 1b e7 fe ff 48 8b 53 48 4c 8b 00 48 8b c8 41
Register to memory mapping:
RAX=0x000000001db10001 is an unknown value
RBX=0x000000000c1b2be0 is an unknown value
RCX=0x04f504f502d902d9 is an unknown value
RDX=0x000007fffffd8000 is an unknown value
RSP=0x000000000ed8cf90 is pointing into the stack for thread: 0x000000000c43b000
RBP=0x0000000000000401 is an unknown value
RSI=0x000000000ed8d240 is pointing into the stack for thread: 0x000000000c43b000
RDI=0x0000000000000000 is an unknown value
R8 =0x0007344907700024 is an unknown value
R9 =0x0007344a03e60025 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000202 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000401 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000130436 is an unknown value
Stack: [0x000000000ec90000,0x000000000ed90000], sp=0x000000000ed8cf90, free space=1011k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [glass.dll+0x128e0]
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+580
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.stage.PopupWindow.doAutoHide()V+1
j javafx.stage.PopupWindow$PopupEventRedirector.handleMousePressedEvent(Ljava/lang/Object;Ljavafx/event/Event;)V+48
j javafx.stage.PopupWindow$PopupEventRedirector.handleRedirectedEvent(Ljava/lang/Object;Ljavafx/event/Event;)V+31
j com.sun.javafx.event.EventRedirector.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+47
j com.sun.javafx.event.CompositeEventDispatcher.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+2
j com.sun.javafx.event.EventRedirector.redirectEvent(Ljavafx/event/Event;)V+87
j com.sun.javafx.event.EventRedirector.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+25
j com.sun.javafx.event.CompositeEventDispatcher.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+2
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 )
0x0000000012717000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2456, stack(0x0000000013480000,0x0000000013580000)]
0x0000000012717800 JavaThread "defaultScheduler-2" [_thread_blocked, id=2436, stack(0x0000000010da0000,0x0000000010ea0000)]
0x000000000c4d5000 JavaThread "defaultScheduler-1" [_thread_blocked, id=1528, stack(0x0000000011fc0000,0x00000000120c0000)]
0x000000000f43e800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=584, stack(0x00000000135a0000,0x00000000136a0000)]
0x000000000c44c000 JavaThread "Thread-3" daemon [_thread_in_native, id=608, stack(0x000000000fc60000,0x000000000fd60000)]
=>0x000000000c43b000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=2888, stack(0x000000000ec90000,0x000000000ed90000)]
0x000000000c43a800 JavaThread "Thread-2" daemon [_thread_blocked, id=1548, stack(0x000000000f270000,0x000000000f370000)]
0x000000000c39c000 JavaThread "Disposer" daemon [_thread_blocked, id=2184, stack(0x000000000f020000,0x000000000f120000)]
0x000000000c3bc000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=1248, stack(0x000000000eee0000,0x000000000efe0000)]
0x000000000c496000 JavaThread "JavaFX-Launcher" [_thread_blocked, id=2524, stack(0x000000000ed90000,0x000000000ee90000)]
0x000000000c30b800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1036, stack(0x000000000dba0000,0x000000000dca0000)]
0x000000000c188000 JavaThread "Service Thread" daemon [_thread_blocked, id=2112, stack(0x000000000d5a0000,0x000000000d6a0000)]
0x000000000b0eb000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=900, stack(0x000000000d810000,0x000000000d910000)]
0x000000000b0e2000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3004, stack(0x000000000da80000,0x000000000db80000)]
0x000000000b0e1000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2484, stack(0x000000000d910000,0x000000000da10000)]
0x000000000b0e0000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1828, stack(0x000000000d6a0000,0x000000000d7a0000)]
0x000000000b0d5800 JavaThread "Finalizer" daemon [_thread_blocked, id=1544, stack(0x000000000d490000,0x000000000d590000)]
0x000000000231a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1808, stack(0x000000000d290000,0x000000000d390000)]
0x000000000221e000 JavaThread "main" [_thread_blocked, id=2528, stack(0x0000000002510000,0x0000000002610000)]
Other Threads:
0x000000000b0cc800 VMThread [stack: 0x000000000d0f0000,0x000000000d1f0000] [id=2268]
0x000000000b0ef800 WatcherThread [stack: 0x000000000dcf0000,0x000000000ddf0000] [id=3008]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 72704K, used 7440K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 67584K, 3% used [0x00000007d5500000,0x00000007d57460f8,0x00000007d9700000)
from space 5120K, 99% used [0x00000007d9c00000,0x00000007da0fe000,0x00000007da100000)
to space 5120K, 0% used [0x00000007d9700000,0x00000007d9700000,0x00000007d9c00000)
ParOldGen total 87040K, used 3621K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 4% used [0x0000000780000000,0x0000000780389588,0x0000000785500000)
PSPermGen total 24064K, used 23984K [0x000000077ae00000, 0x000000077c580000, 0x0000000780000000)
object space 24064K, 99% used [0x000000077ae00000,0x000000077c56c3e8,0x000000077c580000)
Card table byte_map: [0x0000000005610000,0x0000000005a40000] byte_map_base: 0x0000000001a39000
Polling page: 0x0000000000430000
Code Cache [0x0000000002610000, 0x0000000002880000, 0x0000000005610000)
total_blobs=901 nmethods=257 adapters=597 free_code_cache=47727Kb largest_free_block=48831424
Compilation events (10 events):
Event: 12.179 Thread 0x000000000b0eb000 nmethod 253 0x0000000002771290 code [0x00000000027713c0, 0x0000000002771458]
Event: 12.192 Thread 0x000000000b0eb000 254 com.sun.javafx.css.ParsedValue::convert (48 bytes)
Event: 12.195 Thread 0x000000000b0eb000 nmethod 254 0x0000000002772910 code [0x0000000002772a60, 0x0000000002772b88]
Event: 12.195 Thread 0x000000000b0eb000 255 com.sun.javafx.scene.DirtyBits::getMask (5 bytes)
Event: 12.196 Thread 0x000000000b0eb000 nmethod 255 0x0000000002772710 code [0x0000000002772840, 0x0000000002772898]
Event: 12.210 Thread 0x000000000b0eb000 256 com.sun.javafx.geom.RectBounds::isEmpty (30 bytes)
Event: 12.211 Thread 0x000000000b0eb000 nmethod 256 0x0000000002772510 code [0x0000000002772640, 0x00000000027726b8]
Event: 12.279 Thread 0x000000000b0e2000 nmethod 252 0x000000000277a790 code [0x000000000277aa80, 0x000000000277c308]
Event: 12.353 Thread 0x000000000b0eb000 258 java.util.Arrays::fill (21 bytes)
Event: 12.359 Thread 0x000000000b0eb000 nmethod 258 0x0000000002771d90 code [0x0000000002771ee0, 0x0000000002772078]
GC Heap History (4 events):
Event: 5.820 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 38912K, used 33792K [0x00000007d5500000, 0x00000007d8000000, 0x0000000800000000)
eden space 33792K, 100% used [0x00000007d5500000,0x00000007d7600000,0x00000007d7600000)
from space 5120K, 0% used [0x00000007d7b00000,0x00000007d7b00000,0x00000007d8000000)
to space 5120K, 0% used [0x00000007d7600000,0x00000007d7600000,0x00000007d7b00000)
ParOldGen total 87040K, used 0K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000785500000)
PSPermGen total 21504K, used 12512K [0x000000077ae00000, 0x000000077c300000, 0x0000000780000000)
object space 21504K, 58% used [0x000000077ae00000,0x000000077ba383f8,0x000000077c300000)
Event: 5.899 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 38912K, used 5031K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 33792K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007d7600000)
from space 5120K, 98% used [0x00000007d7600000,0x00000007d7ae9e20,0x00000007d7b00000)
to space 5120K, 0% used [0x00000007d9c00000,0x00000007d9c00000,0x00000007da100000)
ParOldGen total 87040K, used 72K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 0% used [0x0000000780000000,0x0000000780012010,0x0000000785500000)
PSPermGen total 21504K, used 12512K [0x000000077ae00000, 0x000000077c300000, 0x0000000780000000)
object space 21504K, 58% used [0x000000077ae00000,0x000000077ba383f8,0x000000077c300000)
}
Event: 11.876 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 38912K, used 38823K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 33792K, 100% used [0x00000007d5500000,0x00000007d7600000,0x00000007d7600000)
from space 5120K, 98% used [0x00000007d7600000,0x00000007d7ae9e20,0x00000007d7b00000)
to space 5120K, 0% used [0x00000007d9c00000,0x00000007d9c00000,0x00000007da100000)
ParOldGen total 87040K, used 72K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 0% used [0x0000000780000000,0x0000000780012010,0x0000000785500000)
PSPermGen total 24064K, used 23947K [0x000000077ae00000, 0x000000077c580000, 0x0000000780000000)
object space 24064K, 99% used [0x000000077ae00000,0x000000077c562e18,0x000000077c580000)
Event: 12.021 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 72704K, used 5112K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 67584K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007d9700000)
from space 5120K, 99% used [0x00000007d9c00000,0x00000007da0fe000,0x00000007da100000)
to space 5120K, 0% used [0x00000007d9700000,0x00000007d9700000,0x00000007d9c00000)
ParOldGen total 87040K, used 3621K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 4% used [0x0000000780000000,0x0000000780389588,0x0000000785500000)
PSPermGen total 24064K, used 23947K [0x000000077ae00000, 0x000000077c580000, 0x0000000780000000)
object space 24064K, 99% used [0x000000077ae00000,0x000000077c562e18,0x000000077c580000)
}
Deoptimization events (10 events):
Event: 8.081 Thread 0x000000000c43b000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000271db30 method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
Event: 8.082 Thread 0x000000000c43b000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000271db30 method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
Event: 8.082 Thread 0x000000000c43b000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000271db30 method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
Event: 8.298 Thread 0x000000000c43b000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000000002721e90 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 10
Event: 8.560 Thread 0x000000000c3bc000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000027181f8 method=java.util.Collections$UnmodifiableCollection.size()I @ 4
Event: 8.563 Thread 0x000000000c3bc000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000268be94 method=java.util.Properties$LineReader.readLine()I @ 62
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 12.385 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Internal exceptions (10 events):
Event: 10.502 Thread 0x000000000c43b000 Threw 0x00000007d7439028 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.502 Thread 0x000000000c43b000 Threw 0x00000007d7439ad8 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.503 Thread 0x000000000c43b000 Threw 0x00000007d743af90 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.503 Thread 0x000000000c43b000 Threw 0x00000007d743b9a0 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.506 Thread 0x000000000c43b000 Threw 0x00000007d7457aa0 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.507 Thread 0x000000000c43b000 Threw 0x00000007d74584c0 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.507 Thread 0x000000000c43b000 Threw 0x00000007d7459918 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.507 Thread 0x000000000c43b000 Threw 0x00000007d745a368 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.645 Thread 0x000000000c3bc000 Threw 0x00000007d759ff00 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
Event: 10.934 Thread 0x000000000c3bc000 Threw 0x00000007d75b0690 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
Events (10 events):
Event: 12.369 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002772034
Event: 12.369 Thread 0x000000000c43b000 DEOPT PACKING pc=0x0000000002772034 sp=0x000000000ed8ebb0
Event: 12.369 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002772034
Event: 12.369 Thread 0x000000000c43b000 DEOPT PACKING pc=0x0000000002772034 sp=0x000000000ed8ebb0
Event: 12.369 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Event: 12.385 Thread 0x000000000c43b000 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002772034
Event: 12.385 Thread 0x000000000c43b000 DEOPT PACKING pc=0x0000000002772034 sp=0x000000000ed8ebb0
Event: 12.385 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Dynamic libraries:
0x000000013f6d0000 - 0x000000013f703000 C:\Windows\system32\java.exe
0x0000000076e20000 - 0x0000000076fc9000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076d00000 - 0x0000000076e1f000 C:\Windows\system32\kernel32.dll
0x000007fefce60000 - 0x000007fefcecc000 C:\Windows\system32\KERNELBASE.dll
0x000007fefdf80000 - 0x000007fefe05b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefd670000 - 0x000007fefd70f000 C:\Windows\system32\msvcrt.dll
0x000007fefd140000 - 0x000007fefd15f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdab0000 - 0x000007fefdbdd000 C:\Windows\system32\RPCRT4.dll
0x0000000076c00000 - 0x0000000076cfa000 C:\Windows\system32\USER32.dll
0x000007fefd600000 - 0x000007fefd667000 C:\Windows\system32\GDI32.dll
0x000007feff120000 - 0x000007feff12e000 C:\Windows\system32\LPK.dll
0x000007fefe060000 - 0x000007fefe129000 C:\Windows\system32\USP10.dll
0x000007fefb800000 - 0x000007fefb9f4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefdce0000 - 0x000007fefdd51000 C:\Windows\system32\SHLWAPI.dll
0x000007fefd950000 - 0x000007fefd97e000 C:\Windows\system32\IMM32.DLL
0x000007fefd160000 - 0x000007fefd269000 C:\Windows\system32\MSCTF.dll
0x0000000074660000 - 0x0000000074732000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000073e80000 - 0x0000000074652000 C:\Program Files\Java\jre7\bin\server\jvm.dll
0x000007fef9ec0000 - 0x000007fef9ec9000 C:\Windows\system32\WSOCK32.dll
0x000007fefd8f0000 - 0x000007fefd93d000 C:\Windows\system32\WS2_32.dll
0x000007fefd940000 - 0x000007fefd948000 C:\Windows\system32\NSI.dll
0x000007fef68c0000 - 0x000007fef68fb000 C:\Windows\system32\WINMM.dll
0x0000000076ff0000 - 0x0000000076ff7000 C:\Windows\system32\PSAPI.DLL
0x0000000074b10000 - 0x0000000074b1f000 C:\Program Files\Java\jre7\bin\verify.dll
0x0000000074ae0000 - 0x0000000074b08000 C:\Program Files\Java\jre7\bin\java.dll
0x0000000074ac0000 - 0x0000000074ad5000 C:\Program Files\Java\jre7\bin\zip.dll
0x00000000725b0000 - 0x0000000072629000 C:\Program Files\Java\jre7\bin\deploy.dll
0x000007fefdcc0000 - 0x000007fefdcd9000 C:\Windows\system32\imagehlp.dll
0x000007fefd2d0000 - 0x000007fefd4d3000 C:\Windows\system32\ole32.dll
0x000007fefdbe0000 - 0x000007fefdcb7000 C:\Windows\system32\OLEAUT32.dll
0x000007fefbec0000 - 0x000007fefbecc000 C:\Windows\system32\VERSION.dll
0x000007fefd980000 - 0x000007fefdaaa000 C:\Windows\system32\WININET.dll
0x000007fefde00000 - 0x000007fefdf79000 C:\Windows\system32\urlmon.dll
0x000007fefced0000 - 0x000007fefd037000 C:\Windows\system32\CRYPT32.dll
0x000007fefce10000 - 0x000007fefce1f000 C:\Windows\system32\MSASN1.dll
0x000007fefe130000 - 0x000007fefe38b000 C:\Windows\system32\iertutil.dll
0x000007fefe390000 - 0x000007feff118000 C:\Windows\system32\SHELL32.dll
0x000007fefcd70000 - 0x000007fefcd7f000 C:\Windows\system32\profapi.dll
0x000007fefcbc0000 - 0x000007fefcbe5000 C:\Windows\system32\SspiCli.dll
0x000007fefbe90000 - 0x000007fefbebd000 C:\Windows\system32\ntmarta.dll
0x000007fefd270000 - 0x000007fefd2c2000 C:\Windows\system32\WLDAP32.dll
0x000007fefc3c0000 - 0x000007fefc41b000 C:\Windows\system32\dnsapi.DLL
0x000007fefb200000 - 0x000007fefb227000 C:\Windows\system32\iphlpapi.DLL
0x000007fefb1c0000 - 0x000007fefb1cb000 C:\Windows\system32\WINNSI.DLL
0x000007fefcc60000 - 0x000007fefcc6f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefd4e0000 - 0x000007fefd579000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefc7f0000 - 0x000007fefc807000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc2f0000 - 0x000007fefc337000 C:\Windows\system32\rsaenh.dll
0x000007fefcd10000 - 0x000007fefcd24000 C:\Windows\system32\RpcRtRemote.dll
0x000007fefaf10000 - 0x000007fefaf28000 C:\Windows\system32\DHCPCSVC.DLL
0x000007fefc5f0000 - 0x000007fefc645000 C:\Windows\system32\mswsock.dll
0x000007fefaf30000 - 0x000007fefaf41000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefc2e0000 - 0x000007fefc2e7000 C:\Windows\System32\wshtcpip.dll
0x000007fefc700000 - 0x000007fefc707000 C:\Windows\System32\wship6.dll
0x000007fef9d50000 - 0x000007fef9d58000 C:\Windows\system32\rasadhlp.dll
0x0000000074ab0000 - 0x0000000074abf000 C:\Program Files\Java\jre7\bin\prism-d3d.dll
0x000007feef720000 - 0x000007feef91f000 C:\Windows\system32\d3d9.dll
0x000007fefa0a0000 - 0x000007fefa0a7000 C:\Windows\system32\d3d8thk.dll
0x000007fefac40000 - 0x000007fefac58000 C:\Windows\system32\dwmapi.dll
0x000007fefce20000 - 0x000007fefce5a000 C:\Windows\system32\WINTRUST.dll
0x0000000074a70000 - 0x0000000074aa2000 C:\Program Files\Java\jre7\bin\glass.dll
0x000007fefdd60000 - 0x000007fefddf7000 C:\Windows\system32\COMDLG32.dll
0x00000000748b0000 - 0x00000000748c9000 C:\Program Files\Java\jre7\bin\net.dll
0x0000000072590000 - 0x00000000725a1000 C:\Program Files\Java\jre7\bin\nio.dll
0x0000000072540000 - 0x0000000072590000 C:\Program Files\Java\jre7\bin\javafx-font.dll
0x000007fefcc00000 - 0x000007fefcc57000 C:\Windows\system32\apphelp.dll
0x000007fefaad0000 - 0x000007fefabfa000 C:\Windows\system32\WindowsCodecs.dll
0x000007fef6d00000 - 0x000007fef6d35000 C:\Windows\system32\EhStorShell.dll
0x000007fefd710000 - 0x000007fefd8e7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd0e0000 - 0x000007fefd116000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd120000 - 0x000007fefd13a000 C:\Windows\system32\DEVOBJ.dll
0x000007fefade0000 - 0x000007fefaf0c000 C:\Windows\system32\PROPSYS.dll
0x000007fef6c80000 - 0x000007fef6d00000 C:\Windows\system32\ntshrui.dll
0x000007fefc810000 - 0x000007fefc833000 C:\Windows\system32\srvcli.dll
0x000007fef8bd0000 - 0x000007fef8bdf000 C:\Windows\system32\cscapi.dll
0x000007fefb630000 - 0x000007fefb63b000 C:\Windows\system32\slc.dll
0x00000000722b0000 - 0x0000000072445000 C:\Program Files\Java\jre7\bin\awt.dll
0x0000000072510000 - 0x000000007253a000 C:\Program Files\Java\jre7\bin\dcpr.dll
0x00000000724c0000 - 0x0000000072507000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x0000000072220000 - 0x0000000072261000 C:\Program Files\Java\jre7\bin\t2k.dll
0x00000000724a0000 - 0x00000000724b6000 C:\Program Files\Java\jre7\bin\decora-sse.dll
0x000007feefe50000 - 0x000007feeff75000 C:\Windows\system32\DBGHELP.DLL
VM Arguments:
java_command: C:\...\cm-control-panel.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JRE_HOME=C:\Program Files\Java\jre1.7.0_51\
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 1, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows Server 2008 R2 , 64 bit Build 7601 Service Pack 1
CPU:total 8 (8 cores per cpu, 1 threads per core) family 6 model 37 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, tsc, tscinvbit
Memory: 4k page, physical 8388088k(6731016k free), swap 16774324k(14957276k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (24.60-b09) for windows-amd64 JRE (1.7.0_60-ea-b14), built on Apr 9 2014 04:41:42 by "java_re" with unknown MS VC++:1600
time: Fri Apr 18 17:58:39 2014
elapsed time: 17 seconds
When I call close() on a stage, or when I go out of focus on a ComboBox component, I get w JVM crash.
Following error is result of clicking on a ComboBox.
This issue has been observed on 2.2.51. I also tested it on 2.2.60ea which was to have similar issues resolved.
Using Java8 causes issues to go away, but Java8 is not an option right now. I also tried with Desktop Experience feature and it resolves the issue, but it's also not an option.
There has been a number of issues with similar problem, but it was about memory leaks when using Media (
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000074a828e0, pid=2188, tid=2888
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b14) (build 1.7.0_60-ea-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.60-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [glass.dll+0x128e0]
#
# Core dump written. Default location: C:\...\hs_err_pid2188.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 (0x000000000c43b000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=2888, stack(0x000000000ec90000,0x000000000ed90000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
Registers:
RAX=0x000000001db10001, RBX=0x000000000c1b2be0, RCX=0x04f504f502d902d9, RDX=0x000007fffffd8000
RSP=0x000000000ed8cf90, RBP=0x0000000000000401, RSI=0x000000000ed8d240, RDI=0x0000000000000000
R8 =0x0007344907700024, R9 =0x0007344a03e60025, R10=0x0000000000000000, R11=0x0000000000000202
R12=0x0000000000000000, R13=0x0000000000000401, R14=0x0000000000000000, R15=0x0000000000130436
RIP=0x0000000074a828e0, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x000000000ed8cf90)
0x000000000ed8cf90: 000000000221b900 0000000000180001
0x000000000ed8cfa0: 0000000074a8c04d 000000000ed8d010
0x000000000ed8cfb0: 000000000c3e94d0 0000000074a7513a
0x000000000ed8cfc0: 000000000ed8d240 000000000ed8d240
0x000000000ed8cfd0: 0000000000000000 0000000000000000
0x000000000ed8cfe0: 0000000000000401 0000000074a720f3
0x000000000ed8cff0: 000000000c3abf00 0000000000000001
0x000000000ed8d000: 00005bd4b62ac04d 000000000c3abf50
0x000000000ed8d010: 000000000ed8d240 0000000074a712c8
0x000000000ed8d020: 0000000000000401 000000000c3e94d0
0x000000000ed8d030: 0000000000000000 0000000000130436
0x000000000ed8d040: 0000000000000000 0000000076c19bd1
0x000000000ed8d050: 0000000000000401 0000000000130436
0x000000000ed8d060: 0000000000000000 0000000000000001
0x000000000ed8d070: 000000000c3abf68 000000000000000b
0x000000000ed8d080: 0000000000000000 0000000000000000
Instructions: (pc=0x0000000074a828e0)
0x0000000074a828c0: 48 89 7b 30 48 8b 4b 38 48 85 c9 74 0a 48 8b 01
0x0000000074a828d0: ff 50 10 48 89 7b 38 48 8b 4b 40 48 85 c9 74 0a
0x0000000074a828e0: 48 8b 01 ff 50 10 48 89 7b 40 48 39 7b 48 74 1a
0x0000000074a828f0: e8 1b e7 fe ff 48 8b 53 48 4c 8b 00 48 8b c8 41
Register to memory mapping:
RAX=0x000000001db10001 is an unknown value
RBX=0x000000000c1b2be0 is an unknown value
RCX=0x04f504f502d902d9 is an unknown value
RDX=0x000007fffffd8000 is an unknown value
RSP=0x000000000ed8cf90 is pointing into the stack for thread: 0x000000000c43b000
RBP=0x0000000000000401 is an unknown value
RSI=0x000000000ed8d240 is pointing into the stack for thread: 0x000000000c43b000
RDI=0x0000000000000000 is an unknown value
R8 =0x0007344907700024 is an unknown value
R9 =0x0007344a03e60025 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000202 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000401 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000130436 is an unknown value
Stack: [0x000000000ec90000,0x000000000ed90000], sp=0x000000000ed8cf90, free space=1011k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [glass.dll+0x128e0]
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+580
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.stage.PopupWindow.doAutoHide()V+1
j javafx.stage.PopupWindow$PopupEventRedirector.handleMousePressedEvent(Ljava/lang/Object;Ljavafx/event/Event;)V+48
j javafx.stage.PopupWindow$PopupEventRedirector.handleRedirectedEvent(Ljava/lang/Object;Ljavafx/event/Event;)V+31
j com.sun.javafx.event.EventRedirector.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+47
j com.sun.javafx.event.CompositeEventDispatcher.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+2
j com.sun.javafx.event.EventRedirector.redirectEvent(Ljavafx/event/Event;)V+87
j com.sun.javafx.event.EventRedirector.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+25
j com.sun.javafx.event.CompositeEventDispatcher.dispatchCapturingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+2
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 )
0x0000000012717000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2456, stack(0x0000000013480000,0x0000000013580000)]
0x0000000012717800 JavaThread "defaultScheduler-2" [_thread_blocked, id=2436, stack(0x0000000010da0000,0x0000000010ea0000)]
0x000000000c4d5000 JavaThread "defaultScheduler-1" [_thread_blocked, id=1528, stack(0x0000000011fc0000,0x00000000120c0000)]
0x000000000f43e800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=584, stack(0x00000000135a0000,0x00000000136a0000)]
0x000000000c44c000 JavaThread "Thread-3" daemon [_thread_in_native, id=608, stack(0x000000000fc60000,0x000000000fd60000)]
=>0x000000000c43b000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=2888, stack(0x000000000ec90000,0x000000000ed90000)]
0x000000000c43a800 JavaThread "Thread-2" daemon [_thread_blocked, id=1548, stack(0x000000000f270000,0x000000000f370000)]
0x000000000c39c000 JavaThread "Disposer" daemon [_thread_blocked, id=2184, stack(0x000000000f020000,0x000000000f120000)]
0x000000000c3bc000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=1248, stack(0x000000000eee0000,0x000000000efe0000)]
0x000000000c496000 JavaThread "JavaFX-Launcher" [_thread_blocked, id=2524, stack(0x000000000ed90000,0x000000000ee90000)]
0x000000000c30b800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1036, stack(0x000000000dba0000,0x000000000dca0000)]
0x000000000c188000 JavaThread "Service Thread" daemon [_thread_blocked, id=2112, stack(0x000000000d5a0000,0x000000000d6a0000)]
0x000000000b0eb000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=900, stack(0x000000000d810000,0x000000000d910000)]
0x000000000b0e2000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3004, stack(0x000000000da80000,0x000000000db80000)]
0x000000000b0e1000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2484, stack(0x000000000d910000,0x000000000da10000)]
0x000000000b0e0000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1828, stack(0x000000000d6a0000,0x000000000d7a0000)]
0x000000000b0d5800 JavaThread "Finalizer" daemon [_thread_blocked, id=1544, stack(0x000000000d490000,0x000000000d590000)]
0x000000000231a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1808, stack(0x000000000d290000,0x000000000d390000)]
0x000000000221e000 JavaThread "main" [_thread_blocked, id=2528, stack(0x0000000002510000,0x0000000002610000)]
Other Threads:
0x000000000b0cc800 VMThread [stack: 0x000000000d0f0000,0x000000000d1f0000] [id=2268]
0x000000000b0ef800 WatcherThread [stack: 0x000000000dcf0000,0x000000000ddf0000] [id=3008]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 72704K, used 7440K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 67584K, 3% used [0x00000007d5500000,0x00000007d57460f8,0x00000007d9700000)
from space 5120K, 99% used [0x00000007d9c00000,0x00000007da0fe000,0x00000007da100000)
to space 5120K, 0% used [0x00000007d9700000,0x00000007d9700000,0x00000007d9c00000)
ParOldGen total 87040K, used 3621K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 4% used [0x0000000780000000,0x0000000780389588,0x0000000785500000)
PSPermGen total 24064K, used 23984K [0x000000077ae00000, 0x000000077c580000, 0x0000000780000000)
object space 24064K, 99% used [0x000000077ae00000,0x000000077c56c3e8,0x000000077c580000)
Card table byte_map: [0x0000000005610000,0x0000000005a40000] byte_map_base: 0x0000000001a39000
Polling page: 0x0000000000430000
Code Cache [0x0000000002610000, 0x0000000002880000, 0x0000000005610000)
total_blobs=901 nmethods=257 adapters=597 free_code_cache=47727Kb largest_free_block=48831424
Compilation events (10 events):
Event: 12.179 Thread 0x000000000b0eb000 nmethod 253 0x0000000002771290 code [0x00000000027713c0, 0x0000000002771458]
Event: 12.192 Thread 0x000000000b0eb000 254 com.sun.javafx.css.ParsedValue::convert (48 bytes)
Event: 12.195 Thread 0x000000000b0eb000 nmethod 254 0x0000000002772910 code [0x0000000002772a60, 0x0000000002772b88]
Event: 12.195 Thread 0x000000000b0eb000 255 com.sun.javafx.scene.DirtyBits::getMask (5 bytes)
Event: 12.196 Thread 0x000000000b0eb000 nmethod 255 0x0000000002772710 code [0x0000000002772840, 0x0000000002772898]
Event: 12.210 Thread 0x000000000b0eb000 256 com.sun.javafx.geom.RectBounds::isEmpty (30 bytes)
Event: 12.211 Thread 0x000000000b0eb000 nmethod 256 0x0000000002772510 code [0x0000000002772640, 0x00000000027726b8]
Event: 12.279 Thread 0x000000000b0e2000 nmethod 252 0x000000000277a790 code [0x000000000277aa80, 0x000000000277c308]
Event: 12.353 Thread 0x000000000b0eb000 258 java.util.Arrays::fill (21 bytes)
Event: 12.359 Thread 0x000000000b0eb000 nmethod 258 0x0000000002771d90 code [0x0000000002771ee0, 0x0000000002772078]
GC Heap History (4 events):
Event: 5.820 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 38912K, used 33792K [0x00000007d5500000, 0x00000007d8000000, 0x0000000800000000)
eden space 33792K, 100% used [0x00000007d5500000,0x00000007d7600000,0x00000007d7600000)
from space 5120K, 0% used [0x00000007d7b00000,0x00000007d7b00000,0x00000007d8000000)
to space 5120K, 0% used [0x00000007d7600000,0x00000007d7600000,0x00000007d7b00000)
ParOldGen total 87040K, used 0K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000785500000)
PSPermGen total 21504K, used 12512K [0x000000077ae00000, 0x000000077c300000, 0x0000000780000000)
object space 21504K, 58% used [0x000000077ae00000,0x000000077ba383f8,0x000000077c300000)
Event: 5.899 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 38912K, used 5031K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 33792K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007d7600000)
from space 5120K, 98% used [0x00000007d7600000,0x00000007d7ae9e20,0x00000007d7b00000)
to space 5120K, 0% used [0x00000007d9c00000,0x00000007d9c00000,0x00000007da100000)
ParOldGen total 87040K, used 72K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 0% used [0x0000000780000000,0x0000000780012010,0x0000000785500000)
PSPermGen total 21504K, used 12512K [0x000000077ae00000, 0x000000077c300000, 0x0000000780000000)
object space 21504K, 58% used [0x000000077ae00000,0x000000077ba383f8,0x000000077c300000)
}
Event: 11.876 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 38912K, used 38823K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 33792K, 100% used [0x00000007d5500000,0x00000007d7600000,0x00000007d7600000)
from space 5120K, 98% used [0x00000007d7600000,0x00000007d7ae9e20,0x00000007d7b00000)
to space 5120K, 0% used [0x00000007d9c00000,0x00000007d9c00000,0x00000007da100000)
ParOldGen total 87040K, used 72K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 0% used [0x0000000780000000,0x0000000780012010,0x0000000785500000)
PSPermGen total 24064K, used 23947K [0x000000077ae00000, 0x000000077c580000, 0x0000000780000000)
object space 24064K, 99% used [0x000000077ae00000,0x000000077c562e18,0x000000077c580000)
Event: 12.021 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 72704K, used 5112K [0x00000007d5500000, 0x00000007da100000, 0x0000000800000000)
eden space 67584K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007d9700000)
from space 5120K, 99% used [0x00000007d9c00000,0x00000007da0fe000,0x00000007da100000)
to space 5120K, 0% used [0x00000007d9700000,0x00000007d9700000,0x00000007d9c00000)
ParOldGen total 87040K, used 3621K [0x0000000780000000, 0x0000000785500000, 0x00000007d5500000)
object space 87040K, 4% used [0x0000000780000000,0x0000000780389588,0x0000000785500000)
PSPermGen total 24064K, used 23947K [0x000000077ae00000, 0x000000077c580000, 0x0000000780000000)
object space 24064K, 99% used [0x000000077ae00000,0x000000077c562e18,0x000000077c580000)
}
Deoptimization events (10 events):
Event: 8.081 Thread 0x000000000c43b000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000271db30 method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
Event: 8.082 Thread 0x000000000c43b000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000271db30 method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
Event: 8.082 Thread 0x000000000c43b000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000271db30 method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
Event: 8.298 Thread 0x000000000c43b000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000000002721e90 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 10
Event: 8.560 Thread 0x000000000c3bc000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000027181f8 method=java.util.Collections$UnmodifiableCollection.size()I @ 4
Event: 8.563 Thread 0x000000000c3bc000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000268be94 method=java.util.Properties$LineReader.readLine()I @ 62
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 12.385 Thread 0x000000000c43b000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002772034 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Internal exceptions (10 events):
Event: 10.502 Thread 0x000000000c43b000 Threw 0x00000007d7439028 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.502 Thread 0x000000000c43b000 Threw 0x00000007d7439ad8 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.503 Thread 0x000000000c43b000 Threw 0x00000007d743af90 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.503 Thread 0x000000000c43b000 Threw 0x00000007d743b9a0 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.506 Thread 0x000000000c43b000 Threw 0x00000007d7457aa0 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.507 Thread 0x000000000c43b000 Threw 0x00000007d74584c0 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.507 Thread 0x000000000c43b000 Threw 0x00000007d7459918 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.507 Thread 0x000000000c43b000 Threw 0x00000007d745a368 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 10.645 Thread 0x000000000c3bc000 Threw 0x00000007d759ff00 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
Event: 10.934 Thread 0x000000000c3bc000 Threw 0x00000007d75b0690 at C:\re\jdk7u60\962.nc\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
Events (10 events):
Event: 12.369 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002772034
Event: 12.369 Thread 0x000000000c43b000 DEOPT PACKING pc=0x0000000002772034 sp=0x000000000ed8ebb0
Event: 12.369 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Event: 12.369 Thread 0x000000000c43b000 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002772034
Event: 12.369 Thread 0x000000000c43b000 DEOPT PACKING pc=0x0000000002772034 sp=0x000000000ed8ebb0
Event: 12.369 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Event: 12.385 Thread 0x000000000c43b000 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002772034
Event: 12.385 Thread 0x000000000c43b000 DEOPT PACKING pc=0x0000000002772034 sp=0x000000000ed8ebb0
Event: 12.385 Thread 0x000000000c43b000 DEOPT UNPACKING pc=0x0000000002649064 sp=0x000000000ed8eb58 mode 2
Dynamic libraries:
0x000000013f6d0000 - 0x000000013f703000 C:\Windows\system32\java.exe
0x0000000076e20000 - 0x0000000076fc9000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076d00000 - 0x0000000076e1f000 C:\Windows\system32\kernel32.dll
0x000007fefce60000 - 0x000007fefcecc000 C:\Windows\system32\KERNELBASE.dll
0x000007fefdf80000 - 0x000007fefe05b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefd670000 - 0x000007fefd70f000 C:\Windows\system32\msvcrt.dll
0x000007fefd140000 - 0x000007fefd15f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdab0000 - 0x000007fefdbdd000 C:\Windows\system32\RPCRT4.dll
0x0000000076c00000 - 0x0000000076cfa000 C:\Windows\system32\USER32.dll
0x000007fefd600000 - 0x000007fefd667000 C:\Windows\system32\GDI32.dll
0x000007feff120000 - 0x000007feff12e000 C:\Windows\system32\LPK.dll
0x000007fefe060000 - 0x000007fefe129000 C:\Windows\system32\USP10.dll
0x000007fefb800000 - 0x000007fefb9f4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefdce0000 - 0x000007fefdd51000 C:\Windows\system32\SHLWAPI.dll
0x000007fefd950000 - 0x000007fefd97e000 C:\Windows\system32\IMM32.DLL
0x000007fefd160000 - 0x000007fefd269000 C:\Windows\system32\MSCTF.dll
0x0000000074660000 - 0x0000000074732000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000073e80000 - 0x0000000074652000 C:\Program Files\Java\jre7\bin\server\jvm.dll
0x000007fef9ec0000 - 0x000007fef9ec9000 C:\Windows\system32\WSOCK32.dll
0x000007fefd8f0000 - 0x000007fefd93d000 C:\Windows\system32\WS2_32.dll
0x000007fefd940000 - 0x000007fefd948000 C:\Windows\system32\NSI.dll
0x000007fef68c0000 - 0x000007fef68fb000 C:\Windows\system32\WINMM.dll
0x0000000076ff0000 - 0x0000000076ff7000 C:\Windows\system32\PSAPI.DLL
0x0000000074b10000 - 0x0000000074b1f000 C:\Program Files\Java\jre7\bin\verify.dll
0x0000000074ae0000 - 0x0000000074b08000 C:\Program Files\Java\jre7\bin\java.dll
0x0000000074ac0000 - 0x0000000074ad5000 C:\Program Files\Java\jre7\bin\zip.dll
0x00000000725b0000 - 0x0000000072629000 C:\Program Files\Java\jre7\bin\deploy.dll
0x000007fefdcc0000 - 0x000007fefdcd9000 C:\Windows\system32\imagehlp.dll
0x000007fefd2d0000 - 0x000007fefd4d3000 C:\Windows\system32\ole32.dll
0x000007fefdbe0000 - 0x000007fefdcb7000 C:\Windows\system32\OLEAUT32.dll
0x000007fefbec0000 - 0x000007fefbecc000 C:\Windows\system32\VERSION.dll
0x000007fefd980000 - 0x000007fefdaaa000 C:\Windows\system32\WININET.dll
0x000007fefde00000 - 0x000007fefdf79000 C:\Windows\system32\urlmon.dll
0x000007fefced0000 - 0x000007fefd037000 C:\Windows\system32\CRYPT32.dll
0x000007fefce10000 - 0x000007fefce1f000 C:\Windows\system32\MSASN1.dll
0x000007fefe130000 - 0x000007fefe38b000 C:\Windows\system32\iertutil.dll
0x000007fefe390000 - 0x000007feff118000 C:\Windows\system32\SHELL32.dll
0x000007fefcd70000 - 0x000007fefcd7f000 C:\Windows\system32\profapi.dll
0x000007fefcbc0000 - 0x000007fefcbe5000 C:\Windows\system32\SspiCli.dll
0x000007fefbe90000 - 0x000007fefbebd000 C:\Windows\system32\ntmarta.dll
0x000007fefd270000 - 0x000007fefd2c2000 C:\Windows\system32\WLDAP32.dll
0x000007fefc3c0000 - 0x000007fefc41b000 C:\Windows\system32\dnsapi.DLL
0x000007fefb200000 - 0x000007fefb227000 C:\Windows\system32\iphlpapi.DLL
0x000007fefb1c0000 - 0x000007fefb1cb000 C:\Windows\system32\WINNSI.DLL
0x000007fefcc60000 - 0x000007fefcc6f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefd4e0000 - 0x000007fefd579000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefc7f0000 - 0x000007fefc807000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc2f0000 - 0x000007fefc337000 C:\Windows\system32\rsaenh.dll
0x000007fefcd10000 - 0x000007fefcd24000 C:\Windows\system32\RpcRtRemote.dll
0x000007fefaf10000 - 0x000007fefaf28000 C:\Windows\system32\DHCPCSVC.DLL
0x000007fefc5f0000 - 0x000007fefc645000 C:\Windows\system32\mswsock.dll
0x000007fefaf30000 - 0x000007fefaf41000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefc2e0000 - 0x000007fefc2e7000 C:\Windows\System32\wshtcpip.dll
0x000007fefc700000 - 0x000007fefc707000 C:\Windows\System32\wship6.dll
0x000007fef9d50000 - 0x000007fef9d58000 C:\Windows\system32\rasadhlp.dll
0x0000000074ab0000 - 0x0000000074abf000 C:\Program Files\Java\jre7\bin\prism-d3d.dll
0x000007feef720000 - 0x000007feef91f000 C:\Windows\system32\d3d9.dll
0x000007fefa0a0000 - 0x000007fefa0a7000 C:\Windows\system32\d3d8thk.dll
0x000007fefac40000 - 0x000007fefac58000 C:\Windows\system32\dwmapi.dll
0x000007fefce20000 - 0x000007fefce5a000 C:\Windows\system32\WINTRUST.dll
0x0000000074a70000 - 0x0000000074aa2000 C:\Program Files\Java\jre7\bin\glass.dll
0x000007fefdd60000 - 0x000007fefddf7000 C:\Windows\system32\COMDLG32.dll
0x00000000748b0000 - 0x00000000748c9000 C:\Program Files\Java\jre7\bin\net.dll
0x0000000072590000 - 0x00000000725a1000 C:\Program Files\Java\jre7\bin\nio.dll
0x0000000072540000 - 0x0000000072590000 C:\Program Files\Java\jre7\bin\javafx-font.dll
0x000007fefcc00000 - 0x000007fefcc57000 C:\Windows\system32\apphelp.dll
0x000007fefaad0000 - 0x000007fefabfa000 C:\Windows\system32\WindowsCodecs.dll
0x000007fef6d00000 - 0x000007fef6d35000 C:\Windows\system32\EhStorShell.dll
0x000007fefd710000 - 0x000007fefd8e7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd0e0000 - 0x000007fefd116000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd120000 - 0x000007fefd13a000 C:\Windows\system32\DEVOBJ.dll
0x000007fefade0000 - 0x000007fefaf0c000 C:\Windows\system32\PROPSYS.dll
0x000007fef6c80000 - 0x000007fef6d00000 C:\Windows\system32\ntshrui.dll
0x000007fefc810000 - 0x000007fefc833000 C:\Windows\system32\srvcli.dll
0x000007fef8bd0000 - 0x000007fef8bdf000 C:\Windows\system32\cscapi.dll
0x000007fefb630000 - 0x000007fefb63b000 C:\Windows\system32\slc.dll
0x00000000722b0000 - 0x0000000072445000 C:\Program Files\Java\jre7\bin\awt.dll
0x0000000072510000 - 0x000000007253a000 C:\Program Files\Java\jre7\bin\dcpr.dll
0x00000000724c0000 - 0x0000000072507000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x0000000072220000 - 0x0000000072261000 C:\Program Files\Java\jre7\bin\t2k.dll
0x00000000724a0000 - 0x00000000724b6000 C:\Program Files\Java\jre7\bin\decora-sse.dll
0x000007feefe50000 - 0x000007feeff75000 C:\Windows\system32\DBGHELP.DLL
VM Arguments:
java_command: C:\...\cm-control-panel.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JRE_HOME=C:\Program Files\Java\jre1.7.0_51\
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 1, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows Server 2008 R2 , 64 bit Build 7601 Service Pack 1
CPU:total 8 (8 cores per cpu, 1 threads per core) family 6 model 37 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, tsc, tscinvbit
Memory: 4k page, physical 8388088k(6731016k free), swap 16774324k(14957276k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (24.60-b09) for windows-amd64 JRE (1.7.0_60-ea-b14), built on Apr 9 2014 04:41:42 by "java_re" with unknown MS VC++:1600
time: Fri Apr 18 17:58:39 2014
elapsed time: 17 seconds
- duplicates
-
JDK-8122976 Win: Java crashes on Windows 2008 R2 with JavaFX
-
- Resolved
-
-
JDK-8129074 Backport RT-32138 to 2.2.x
-
- Resolved
-