I have an Adobe Premiere Pro project file that I've unzipped so it is now an xml file detailing my film edit project.
The file is now 2.7gb...
I created an XSD schema from the xml file with Intellij's function for this, then again, using Intellij's JAXB tools, generated a package full of classes representing the xml hierarchy, from the .xsd.
My code for unmarshalling is as follows:
import mypackage.PremiereDataType;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Unmarshaller;
import java.io.File;
public class Main {
public static void main(String[] args) throws JAXBException {
// write your code here
JAXBContext jaxbContext;
jaxbContext = JAXBContext.newInstance("mypackage");
Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
JAXBElement<PremiereDataType> premiereDataJAXB
= (JAXBElement<PremiereDataType>) unmarshaller.unmarshal(
new File("20200108_WLM_MW_v706_JGal_review_R2_markers_CONSOLIDATE.xml"));
System.out.println(premiereDataJAXB);
}
}
My machine has 32gb of Ram.
I'm not up to scratch on how to fine tune memory usage in Intellij but I suspect I'm running out of memory?
After fifteen minutes or so the program crashes with a EXCEPTION_ACCESS_VIOLATION.
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000713e4f85, pid=27780, tid=0x000000000000394c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_251-b08) (build 1.8.0_251-b08)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.251-b08 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x104f85]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\malcolm\IdeaProjects\pprojConsolidator\hs_err_pid27780.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Process finished with exit code 1
The log file for the crash is below (truncated so this question doesn't violate the character limit).
Would the lines indicating "object space" had reached "99% used" be an indication of the problem?
Can I increase a limit somewhere so there is more object space?
Any help getting a handle on this would be greatly appreciated!
Thanks!
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000713e4f85, pid=27780, tid=0x000000000000394c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_251-b08) (build 1.8.0_251-b08)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.251-b08 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x104f85]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0000000002eec800): GCTaskThread [stack: 0x0000000015020000,0x0000000015120000] [id=14668]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
Registers:
RAX=0x000000001d4b0000, RBX=0x0000000071b0af90, RCX=0x0000000000000001, RDX=0x1fffffffe2399d81
RSP=0x000000001511f820, RBP=0x00000000292d0eb0, RSI=0xffffffffda000000, RDI=0x0000000000000001
R8 =0x007fffffff88e676, R9 =0x1fffffffffffffff, R10=0x00000000000024f7, R11=0x0912412248244900
R12=0x00000006138cec10, R13=0x000000000000000a, R14=0x00000006138cebd8, R15=0x000000000000000a
RIP=0x00000000713e4f85, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x000000001511f820)
0x000000001511f820: 00000005c35048e8 0000000000000003
0x000000001511f830: 00000005c35048f0 00000000713f5269
0x000000001511f840: 00000006038cec10 00000000716dc62b
0x000000001511f850: 0000000071b0af90 ffffffffda000000
0x000000001511f860: 00000000292d0eb0 000000007141b6f3
0x000000001511f870: ffffffffda000000 00000000713ed2fc
0x000000001511f880: 00000006038cec10 00000006138cebec
0x000000001511f890: 00000006138cebe8 0000000000000004
0x000000001511f8a0: 00000006038cec10 000000007141b5ea
0x000000001511f8b0: 15c5cf35000024f7 00000000713f54a6
0x000000001511f8c0: 00000006138cebd8 00000006138cebd4
0x000000001511f8d0: 00000000292d0eb0 000000007141b6f3
0x000000001511f8e0: 0000000000000000 0000000002ee9d00
0x000000001511f8f0: 0000000002eceb90 0000000000000000
0x000000001511f900: 15c5cf35000024f7 00000000716dff80
0x000000001511f910: 00000000292d0eb0 15c5cf36000024f7
Instructions: (pc=0x00000000713e4f85)
0x00000000713e4f65: 48 89 74 24 10 57 48 83 ec 20 48 8b 41 20 4c 8b
0x00000000713e4f75: c2 0f b6 ca 49 c1 e8 06 80 e1 3f bf 01 00 00 00
0x00000000713e4f85: 4a 8b 1c c0 4a 8d 34 c0 48 d3 e7 48 8b c3 48 0b
0x00000000713e4f95: c7 48 3b c3 74 27 0f 1f 44 00 00 4c 8b c3 48 8b
Register to memory mapping:
RAX=0x000000001d4b0000 is an unknown value
RBX=0x0000000071b0af90 is an unknown value
RCX=0x0000000000000001 is an unknown value
RDX=0x1fffffffe2399d81 is an unknown value
RSP=0x000000001511f820 is an unknown value
RBP=0x00000000292d0eb0 is an unknown value
RSI=0xffffffffda000000 is an unknown value
RDI=0x0000000000000001 is an unknown value
R8 =0x007fffffff88e676 is an unknown value
R9 =0x1fffffffffffffff is an unknown value
R10=0x00000000000024f7 is an unknown value
R11=0x0912412248244900 is an unknown value
R12=0x00000006138cec10 is an oop
javax.xml.bind.JAXBElement
- klass: 'javax/xml/bind/JAXBElement'
R13=0x000000000000000a is an unknown value
R14=0x00000006138cebd8 is an oop
[Ljava.lang.Object;
- klass: 'java/lang/Object'[]
- length: 10
R15=0x000000000000000a is an unknown value
Stack: [0x0000000015020000,0x0000000015120000], sp=0x000000001511f820, free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x104f85]
V [jvm.dll+0x3fc62b]
V [jvm.dll+0x10d2fc]
V [jvm.dll+0x13b5ea]
V [jvm.dll+0x3fff80]
V [jvm.dll+0x3fd8ff]
V [jvm.dll+0x3fad6e]
V [jvm.dll+0x2a001a]
C [msvcr100.dll+0x21d9f]
C [msvcr100.dll+0x21e3b]
C [KERNEL32.DLL+0x17bd4]
C [ntdll.dll+0x6ce51]
--------------- P R O C E S S ---------------
[..]
Other Threads:
0x0000000026ec6000 VMThread [stack: 0x000000002bfb0000,0x000000002c0b0000] [id=25136]
0x00000000295dc800 WatcherThread [stack: 0x000000002d7b0000,0x000000002d8b0000] [id=29304]
=>0x0000000002eec800 (exited) GCTaskThread [stack: 0x0000000015020000,0x0000000015120000] [id=14668]
VM state:at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x0000000002eb0d50] Threads_lock - owner thread: 0x0000000026ec6000
[0x0000000002eb0b50] Heap_lock - owner thread: 0x0000000002eb3800
heap address: 0x00000005c1c00000, size: 8164 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
Heap:
PSYoungGen total 1679360K, used 750592K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 100% used [0x0000000715f00000,0x0000000743c00000,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
Card table byte_map: [0x0000000012370000,0x0000000013370000] byte_map_base: 0x000000000f562000
Marking Bits: (ParMarkBitMap*) 0x0000000071b0af90
Begin Bits: [0x0000000015520000, 0x000000001d4b0000)
End Bits: [0x000000001d4b0000, 0x0000000025440000)
Polling page: 0x0000000000e50000
CodeCache: size=245760Kb used=12460Kb max_used=12807Kb free=233299Kb
bounds [0x0000000002fb0000, 0x0000000003c50000, 0x0000000011fb0000]
total_blobs=3495 nmethods=3202 adapters=201
compilation: enabled
Compilation events (10 events):
Event: 1014.137 Thread 0x00000000294db800 3322 4 java.lang.reflect.Constructor::newInstance (87 bytes)
Event: 1014.137 Thread 0x000000002953e000 3323 % ! 4 com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader::startElement # 136 (433 bytes)
Event: 1014.137 Thread 0x0000000029541000 3324 4 sun.reflect.DelegatingConstructorAccessorImpl::newInstance (9 bytes)
Event: 1014.138 Thread 0x0000000029541000 nmethod 3324 0x0000000003b6c990 code [0x0000000003b6cac0, 0x0000000003b6cb58]
Event: 1014.138 Thread 0x000000002953f800 3325 ! 3 sun.reflect.GeneratedConstructorAccessor152::newInstance (49 bytes)
Event: 1014.138 Thread 0x00000000294d5800 3326 ! 4 com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl::createInstance (91 bytes)
Event: 1020.495 Thread 0x000000002953f800 nmethod 3325 0x000000000331e7d0 code [0x000000000331e9a0, 0x000000000331f018]
Event: 1026.864 Thread 0x00000000294db800 nmethod 3322 0x000000000339b3d0 code [0x000000000339b560, 0x000000000339b870]
Event: 1026.864 Thread 0x000000002953c000 3327 ! 3 sun.reflect.GeneratedConstructorAccessor153::newInstance (49 bytes)
Event: 1033.175 Thread 0x000000002953c000 nmethod 3327 0x000000000331d2d0 code [0x000000000331d480, 0x000000000331d928]
GC Heap History (10 events):
Event: 1064.811 GC heap after
Heap after GC invocations=180 (full 161):
PSYoungGen total 1679360K, used 750591K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 99% used [0x0000000715f00000,0x0000000743bffc70,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
}
Event: 1064.811 GC heap before
{Heap before GC invocations=181 (full 162):
PSYoungGen total 1679360K, used 750592K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 100% used [0x0000000715f00000,0x0000000743c00000,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
Event: 1071.135 GC heap after
Heap after GC invocations=181 (full 162):
PSYoungGen total 1679360K, used 750591K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 99% used [0x0000000715f00000,0x0000000743bffe50,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
}
Event: 1071.135 GC heap before
{Heap before GC invocations=182 (full 163):
PSYoungGen total 1679360K, used 750592K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 100% used [0x0000000715f00000,0x0000000743c00000,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
Event: 1077.405 GC heap after
Heap after GC invocations=182 (full 163):
PSYoungGen total 1679360K, used 750591K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 99% used [0x0000000715f00000,0x0000000743bfff28,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
}
Event: 1077.406 GC heap before
{Heap before GC invocations=183 (full 164):
PSYoungGen total 1679360K, used 750592K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 100% used [0x0000000715f00000,0x0000000743c00000,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
Event: 1083.711 GC heap after
Heap after GC invocations=183 (full 164):
PSYoungGen total 1679360K, used 750591K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 99% used [0x0000000715f00000,0x0000000743bfff90,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
}
Event: 1083.711 GC heap before
{Heap before GC invocations=184 (full 165):
PSYoungGen total 1679360K, used 750592K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 100% used [0x0000000715f00000,0x0000000743c00000,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
Event: 1090.012 GC heap after
Heap after GC invocations=184 (full 165):
PSYoungGen total 1679360K, used 750591K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 99% used [0x0000000715f00000,0x0000000743bfffc8,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
}
Event: 1090.013 GC heap before
{Heap before GC invocations=185 (full 166):
PSYoungGen total 1679360K, used 750592K [0x0000000715f00000, 0x00000007ba300000, 0x00000007c0000000)
eden space 750592K, 100% used [0x0000000715f00000,0x0000000743c00000,0x0000000743c00000)
from space 928768K, 0% used [0x0000000743c00000,0x0000000743c00000,0x000000077c700000)
to space 928768K, 0% used [0x0000000781800000,0x0000000781800000,0x00000007ba300000)
ParOldGen total 5573632K, used 5573217K [0x00000005c1c00000, 0x0000000715f00000, 0x0000000715f00000)
object space 5573632K, 99% used [0x00000005c1c00000,0x0000000715e98680,0x0000000715f00000)
Metaspace used 14801K, capacity 14959K, committed 16000K, reserved 1062912K
class space used 1695K, capacity 1741K, committed 1920K, reserved 1048576K
Deoptimization events (10 events):
Event: 1.946 Thread 0x0000000002eb3800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003927838 method=com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State.<init>(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;Lcom/sun/xml/inte
Event: 1.946 Thread 0x0000000002eb3800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003945470 method=com.sun.org.apache.xerces.internal.util.SymbolTable.addSymbol([CII)Ljava/lang/String; # 64
Event: 1.947 Thread 0x0000000002eb3800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000039038e8 method=com.sun.org.apache.xerces.internal.util.SymbolTable.addSymbol([CII)Ljava/lang/String; # 64
Event: 2.090 Thread 0x0000000002eb3800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003922ef4 method=com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read([CII)I # 131
Event: 2.131 Thread 0x0000000002eb3800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003ac741c method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next()I # 1171
Event: 2.496 Thread 0x0000000002eb3800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003b44128 method=java.io.BufferedInputStream.read1([BII)I # 22
Event: 2.497 Thread 0x0000000002eb3800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003a847e8 method=java.io.BufferedInputStream.read1([BII)I # 22
Event: 2.801 Thread 0x0000000002eb3800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000039ba58c method=com.sun.xml.internal.bind.v2.ClassFactory.create0(Ljava/lang/Class;)Ljava/lang/Object; # 31
Event: 2.802 Thread 0x0000000002eb3800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003984854 method=com.sun.xml.internal.bind.v2.ClassFactory.create0(Ljava/lang/Class;)Ljava/lang/Object; # 31
Event: 2.802 Thread 0x0000000002eb3800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000000397c384 method=com.sun.xml.internal.bind.v2.ClassFactory.create0(Ljava/lang/Class;)Ljava/lang/Object; # 31
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 0.407 Thread 0x0000000002eb3800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000007186c7798) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u251\737\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 0.423 Thread 0x0000000002eb3800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException': 42> (0x00000007187e0ad8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u251\737\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp, line 368]
Event: 0.461 Thread 0x0000000002eb3800 Exception <a 'java/lang/ClassCastException': sun.reflect.generics.reflectiveObjects.WildcardTypeImpl cannot be cast to java.lang.Class> (0x00000007194c3120) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u251\737\hotspot\src\share\vm\i
Event: 1.028 Thread 0x0000000029452800 Implicit null exception at 0x00000000034196fd to 0x0000000003419b59
Event: 1.562 Thread 0x0000000002eb3800 Implicit null exception at 0x000000000360b3e1 to 0x000000000360b711
Event: 1.562 Thread 0x0000000002eb3800 Implicit null exception at 0x00000000037f0c52 to 0x00000000037f2085
Event: 1.639 Thread 0x0000000002eb3800 Implicit null exception at 0x00000000033a305e to 0x00000000033a3219
Event: 2.801 Thread 0x0000000002eb3800 Implicit null exception at 0x00000000039b7f51 to 0x00000000039ba551
Event: 2.802 Thread 0x0000000002eb3800 Implicit null exception at 0x00000000039839be to 0x0000000003984831
Event: 2.802 Thread 0x0000000002eb3800 Implicit null exception at 0x000000000397b78e to 0x000000000397c379
Events (10 events):
Event: 1064.811 Executing VM operation: ParallelGCFailedAllocation done
Event: 1064.811 Executing VM operation: ParallelGCFailedAllocation
Event: 1071.135 Executing VM operation: ParallelGCFailedAllocation done
Event: 1071.135 Executing VM operation: ParallelGCFailedAllocation
Event: 1077.405 Executing VM operation: ParallelGCFailedAllocation done
Event: 1077.405 Executing VM operation: ParallelGCFailedAllocation
Event: 1083.711 Executing VM operation: ParallelGCFailedAllocation done
Event: 1083.711 Executing VM operation: ParallelGCFailedAllocation
Event: 1090.012 Executing VM operation: ParallelGCFailedAllocation done
Event: 1090.012 Executing VM operation: ParallelGCFailedAllocation
Dynamic libraries:
0x00007ff764880000 - 0x00007ff7648b7000 C:\Program Files\Java\jdk1.8.0_251\bin\java.exe
0x00007ffb76aa0000 - 0x00007ffb76c90000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb12250000 - 0x00007ffb12263000 C:\Program Files\AVAST Software\Avast\aswhook.dll
0x00007ffb75370000 - 0x00007ffb75422000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb74820000 - 0x00007ffb74ac4000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb75d20000 - 0x00007ffb75dc3000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb767b0000 - 0x00007ffb7684e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb766d0000 - 0x00007ffb76767000 C:\WINDOWS\System32\sechost.dll
0x00007ffb755f0000 - 0x00007ffb75710000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb76850000 - 0x00007ffb769e4000 C:\WINDOWS\System32\USER32.dll
0x00007ffb746a0000 - 0x00007ffb746c1000 C:\WINDOWS\System32\win32u.dll
0x00007ffb76780000 - 0x00007ffb767a6000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb741d0000 - 0x00007ffb74364000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb745b0000 - 0x00007ffb7464e000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb744b0000 - 0x00007ffb745aa000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb69610000 - 0x00007ffb69894000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.836_none_e6c4b943130f18ed\COMCTL32.dll
0x00007ffb75dd0000 - 0x00007ffb76106000 C:\WINDOWS\System32\combase.dll
0x00007ffb74ad0000 - 0x00007ffb74b50000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb75710000 - 0x00007ffb7573e000 C:\WINDOWS\System32\IMM32.DLL
0x0000000071b90000 - 0x0000000071c62000 C:\Program Files\Java\jdk1.8.0_251\jre\bin\msvcr100.dll
0x00000000712e0000 - 0x0000000071b8b000 C:\Program Files\Java\jdk1.8.0_251\jre\bin\server\jvm.dll
0x00007ffb76770000 - 0x00007ffb76778000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffb63260000 - 0x00007ffb63269000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffb769f0000 - 0x00007ffb76a5f000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb704a0000 - 0x00007ffb704c4000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb6cc90000 - 0x00007ffb6cc9a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb70470000 - 0x00007ffb7049d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ffb74650000 - 0x00007ffb7469a000 C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffb6ac90000 - 0x00007ffb6ac9f000 C:\Program Files\Java\jdk1.8.0_251\jre\bin\verify.dll
0x00007ffb686d0000 - 0x00007ffb686f9000 C:\Program Files\Java\jdk1.8.0_251\jre\bin\java.dll
0x00007ffb684e0000 - 0x00007ffb68503000 C:\Program Files\Java\jdk1.8.0_251\jre\bin\instrument.dll
0x00007ffb686b0000 - 0x00007ffb686c6000 C:\Program Files\Java\jdk1.8.0_251\jre\bin\zip.dll
0x00007ffb74c70000 - 0x00007ffb75354000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffb75980000 - 0x00007ffb75a29000 C:\WINDOWS\System32\shcore.dll
0x00007ffb73a30000 - 0x00007ffb741ae000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffb73a00000 - 0x00007ffb73a23000 C:\WINDOWS\System32\profapi.dll
0x00007ffb73970000 - 0x00007ffb739ba000 C:\WINDOWS\System32\powrprof.dll
0x00007ffb73960000 - 0x00007ffb73970000 C:\WINDOWS\System32\UMPDC.dll
0x00007ffb74b50000 - 0x00007ffb74ba2000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffb739e0000 - 0x00007ffb739f1000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffb741b0000 - 0x00007ffb741c7000 C:\WINDOWS\System32\cryptsp.dll
0x00007ffb67c40000 - 0x00007ffb67c5a000 C:\Users\malcolm\AppData\Local\JetBrains\IntelliJ IDEA 2020.1.2\bin\breakgen64.dll
0x00007ffb435e0000 - 0x00007ffb435fa000 C:\Program Files\Java\jdk1.8.0_251\jre\bin\net.dll
0x00007ffb731d0000 - 0x00007ffb73237000 C:\WINDOWS\system32\mswsock.dll
0x00007ffb6bb20000 - 0x00007ffb6bd14000 C:\WINDOWS\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -javaagent:C:\Users\malcolm\AppData\Local\JetBrains\IntelliJ IDEA 2020.1.2\lib\idea_rt.jar=61834:C:\Users\malcolm\AppData\Local\JetBrains\IntelliJ IDEA 2020.1.2\bin -Dfile.encoding=UTF-8
java_command: com.qhf.Main
java_class_path (initial): C:\Program Files\Java\jdk1.8.0_251\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_251\jre\lib\rt.jar;C:\Users\malcolm\IdeaProjects\pprojConsolidator\out\production\pprojConsolidator;C:\Users\malcolm\AppData\Local\JetBrains\IntelliJ IDEA 2020.1.2\lib\idea_rt.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\ProgramData\Oracle\Java\javapath;;C:\Program Files (x86)\HighPoint Technologies, Inc\HighPoint RocketStor Manager\Service;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Windows Kits\10\Microsoft Application Virtualization\Sequencer\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\malcolm\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\malcolm\AppData\Local\Programs\Python\Python36\;C:\Users\malcolm\AppData\Local\Microsoft\WindowsApps;C:\FFmpeg\bin;;C:\Users\malcolm\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\malcolm\AppData\Local\JetBrains\IntelliJ IDEA 2020.1.2\bin;
USERNAME=malcolm
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 1 Stepping 1, AuthenticAMD
[...]
That's a large file. Set VM startup settings -Xms and -Xmx large as possible.
It is a crash rather than OutOfMemoryException so it might be worth trying JDK9+. Then also the String tables are smaller (if you have latin chars) and that might also give better chance of unmarshalling the XML. If you are stuck, using XML SAX handlers may allow you to extract it in sub-sections but with a lot more coding effort.
I switched to Java 13 and jumped through the hoops to get JAXB working with that release.
No more EXCEPTION_ACCESS_VIOLATION!
Related
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGFPE (0x8) at pc=0x000000010e6cb868, pid=4484, tid=0x0000000000002403
#
# JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.191-b12 mixed mode bsd-amd64 compressed oops)
problem: # Problematic frame:
# j com.sun.tools.javac.comp.ConstFold.fold2(ILcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;+877
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00007f84eb009000): JavaThread "main" [_thread_in_Java, id=9219, stack(0x000000030485b000,0x000000030495b000)]
siginfo: si_signo: 8 (SIGFPE), si_code: 5 (FPE_FLTINV), si_addr: 0x000000010e6cb868
Registers:
RAX=0x0000000000000001, RBX=0x000000000000006c, RCX=0x0000000000000000, RDX=0x0000000000000000
RSP=0x00000003049581f0, RBP=0x0000000304958238, RSI=0x0000000304958190, RDI=0x00000007c0011570
R8 =0x00000007777abf28, R9 =0x00000007777abf08, R10=0x000000010d108120, R11=0x000000010f1071c0
R12=0x0000000000000000, R13=0x000000012c1db8c0, R14=0x0000000304958270, R15=0x00007f84eb009000
RIP=0x000000010e6cb868, EFLAGS=0x0000000000000a83, ERR=0x0000000000000000
TRAPNO=0x0000000000000000
Top of Stack: (sp=0x00000003049581f0)
0x00000003049581f0: 000000077506ece0 00000003049581f8
0x0000000304958200: 000000012c1db8bd 0000000304958270
0x0000000304958210: 000000012c1dc5c0 000000012cb95ea8
0x0000000304958220: 000000012c1dc150 0000000000000000
0x0000000304958230: 0000000304958280 000000077507da30
0x0000000304958240: 000000010feee024 00000006c1034b10
0x0000000304958250: 00000006c1028340 00000007777abf28
0x0000000304958260: 00000007777abf08 000000070000006c
0x0000000304958270: 000000077507fae0 000000010feee024
0x0000000304958280: 00000006c19afb80 000000010ea03894
0x0000000304958290: 00000007f805b996 000000077507da30
0x00000003049582a0: 00000007756f8658 0000000700000002
0x00000003049582b0: 000000077507fd90 00000007777abdd0
0x00000003049582c0: 000000077506ece0 00000007777a73b8
0x00000003049582d0: 00000007759d7228 0000000110346fb4
0x00000003049582e0: 000000077add8f08 0000000000000000
0x00000003049582f0: 00000007777abd40 00000007759d7228
0x0000000304958300: 00000000eea0faba 000000010fe7f374
0x0000000304958310: 000000000000000c 000000010fe7d65c
0x0000000304958320: 0000000000000000 00000007777abd40
0x0000000304958330: 00000007777abdf0 00000007777abd40
0x0000000304958340: 00000007777abd40 0000000000000030
0x0000000304958350: 00000007777abdf0 000000077507da30
0x0000000304958360: 0000000000000001 000000010e8134a4
0x0000000304958370: 00000000eeadf0cb 000000077507d5d0
0x0000000304958380: 00000007756f8748 000000077507da30
0x0000000304958390: 00000007756f8838 00000007777abf08
0x00000003049583a0: 00007f84eb009000 00007f84eb009000
0x00000003049583b0: 000000077507d5d0 00000007756f8748
0x00000003049583c0: 00000007777abf08 00000007777abf28
0x00000003049583d0: 00000000634e5337 00007f84eb009000
0x00000003049583e0: 00000007777abe88 000000011a46f000
Instructions: (pc=0x000000010e6cb868)
0x000000010e6cb848: c8 8b 04 24 48 83 c4 08 81 f8 00 00 00 80 0f 85
0x000000010e6cb858: 0b 00 00 00 33 d2 83 f9 ff 0f 84 03 00 00 00 99
0x000000010e6cb868: f7 f9 41 0f b6 5d 01 49 ff c5 49 ba 20 81 10 0d
0x000000010e6cb878: 01 00 00 00 41 ff 24 da 80 00 00 00 00 00 00 00
Register to memory mapping:
RAX=0x0000000000000001 is an unknown value
RBX=0x000000000000006c is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x00000003049581f0 is pointing into the stack for thread: 0x00007f84eb009000
RBP=0x0000000304958238 is pointing into the stack for thread: 0x00007f84eb009000
RSI=0x0000000304958190 is pointing into the stack for thread: 0x00007f84eb009000
RDI=0x00000007c0011570 is pointing into metadata
R8 =0x00000007777abf28 is an oop
com.sun.tools.javac.code.Type$JCPrimitiveType$1
- klass: 'com/sun/tools/javac/code/Type$JCPrimitiveType$1'
R9 =0x00000007777abf08 is an oop
com.sun.tools.javac.code.Type$JCPrimitiveType$1
- klass: 'com/sun/tools/javac/code/Type$JCPrimitiveType$1'
R10=0x000000010d108120: _ZN19TemplateInterpreter13_active_tableE+0x2000 in /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/jre/lib/server/libjvm.dylib at 0x000000010c800000
R11=0x000000010f1071c0 is at entry_point+32 in (nmethod*)0x000000010f107050
R12=0x0000000000000000 is an unknown value
R13=0x000000012c1db8c0 is pointing into metadata
R14=0x0000000304958270 is pointing into the stack for thread: 0x00007f84eb009000
R15=0x00007f84eb009000 is a thread
Stack: [0x000000030485b000,0x000000030495b000], sp=0x00000003049581f0, free space=1012k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
j com.sun.tools.javac.comp.ConstFold.fold2(ILcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;+877
J 6941 C1 com.sun.tools.javac.comp.Attr.visitBinary(Lcom/sun/tools/javac/tree/JCTree$JCBinary;)V (301 bytes) # 0x000000010feee024 [0x000000010feec100+0x1f24]
J 7646 C2 com.sun.tools.javac.tree.JCTree$JCBinary.accept(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V (6 bytes) # 0x000000010f6abf24 [0x000000010f6abee0+0x44]
J 8325 C2 com.sun.tools.javac.comp.Attr.visitVarDef(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V (406 bytes) # 0x000000010f61e620 [0x000000010f61d400+0x1220]
J 4996 C2 com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V (6 bytes) # 0x000000010f5db2a4 [0x000000010f5db260+0x44]
J 8612 C2 com.sun.tools.javac.comp.Attr.visitBlock(Lcom/sun/tools/javac/tree/JCTree$JCBlock;)V (363 bytes) # 0x00000001103c7e54 [0x00000001103c7ae0+0x374]
J 5934 C2 com.sun.tools.javac.tree.JCTree$JCBlock.accept(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V (6 bytes) # 0x000000010ea79f64 [0x000000010ea79f20+0x44]
J 7562 C2 com.sun.tools.javac.comp.Attr.attribStat(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type; (11 bytes) # 0x000000010ecf3218 [0x000000010ecf3180+0x98]
j com.sun.tools.javac.comp.Attr.visitTry(Lcom/sun/tools/javac/tree/JCTree$JCTry;)V+246
J 7664 C1 com.sun.tools.javac.tree.JCTree$JCTry.accept(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V (6 bytes) # 0x000000010f6c0fcc [0x000000010f6c0ec0+0x10c]
J 8612 C2 com.sun.tools.javac.comp.Attr.visitBlock(Lcom/sun/tools/javac/tree/JCTree$JCBlock;)V (363 bytes) # 0x00000001103c7e54 [0x00000001103c7ae0+0x374]
J 5934 C2 com.sun.tools.javac.tree.JCTree$JCBlock.accept(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V (6 bytes) # 0x000000010ea79f64 [0x000000010ea79f20+0x44]
J 5637 C2 com.sun.tools.javac.comp.Attr.attribTree(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type; (148 bytes) # 0x000000010f836ce0 [0x000000010f836c40+0xa0]
J 5891 C1 com.sun.tools.javac.comp.Attr.visitMethodDef(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)V (1198 bytes) # 0x000000010f94a49c [0x000000010f943400+0x709c]
J 5728 C2 com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V (6 bytes) # 0x000000010edfeee4 [0x000000010edfeea0+0x44]
J 5637 C2 com.sun.tools.javac.comp.Attr.attribTree(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type; (148 bytes) # 0x000000010f836ce0 [0x000000010f836c40+0xa0]
J 7951 C1 com.sun.tools.javac.comp.Attr.attribClassBody(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V (726 bytes) # 0x000000010f35c94c [0x000000010f358b60+0x3dec]
J 6935 C1 com.sun.tools.javac.comp.Attr.attribClass(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V (513 bytes) # 0x000000010fecef24 [0x000000010fecc760+0x27c4]
J 8135 C1 com.sun.tools.javac.comp.Attr.attribClass(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V (27 bytes) # 0x00000001101293c4 [0x00000001101292e0+0xe4]
j com.sun.tools.javac.comp.Attr.attrib(Lcom/sun/tools/javac/comp/Env;)V+36
J 8282 C1 com.sun.tools.javac.main.JavaCompiler.attribute(Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env; (277 bytes) # 0x000000010fee7c5c [0x000000010fee5b60+0x20fc]
j com.sun.tools.javac.main.JavaCompiler.compile2()V+177
j com.sun.tools.javac.main.JavaCompiler.compile(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Ljava/lang/Iterable;)V+165
j com.sun.tools.javac.main.Main.compile([Ljava/lang/String;[Ljava/lang/String;Lcom/sun/tools/javac/util/Context;Lcom/sun/tools/javac/util/List;Ljava/lang/Iterable;)Lcom/sun/tools/javac/main/Main$Result;+1299
j com.sun.tools.javac.api.JavacTaskImpl.doCall()Lcom/sun/tools/javac/main/Main$Result;+59
j com.sun.tools.javac.api.JavacTaskImpl.call()Ljava/lang/Boolean;+1
j org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess([Ljava/lang/String;Lorg/codehaus/plexus/compiler/CompilerConfiguration;[Ljava/lang/String;)Lorg/codehaus/plexus/compiler/CompilerResult;+129
j org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(Lorg/codehaus/plexus/compiler/CompilerConfiguration;)Lorg/codehaus/plexus/compiler/CompilerResult;+211
j org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute()V+3204
j org.apache.maven.plugin.compiler.TestCompilerMojo.execute()V+20
j org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/plugin/MojoExecution;)V+152
j org.apache.maven.lifecycle.internal.MojoExecutor.execute(Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/plugin/MojoExecution;Lorg/apache/maven/lifecycle/internal/ProjectIndex;Lorg/apache/maven/lifecycle/internal/DependencyContext;)V+215
j org.apache.maven.lifecycle.internal.MojoExecutor.execute(Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/plugin/MojoExecution;Lorg/apache/maven/lifecycle/internal/ProjectIndex;Lorg/apache/maven/lifecycle/internal/DependencyContext;Lorg/apache/maven/lifecycle/internal/PhaseRecorder;)V+6
j org.apache.maven.lifecycle.internal.MojoExecutor.execute(Lorg/apache/maven/execution/MavenSession;Ljava/util/List;Lorg/apache/maven/lifecycle/internal/ProjectIndex;)V+60
j org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/lifecycle/internal/ReactorContext;Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/lifecycle/internal/TaskSegment;)V+179
j org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/lifecycle/internal/ReactorContext;Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/lifecycle/internal/TaskSegment;)V+7
j org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/lifecycle/internal/ReactorContext;Lorg/apache/maven/lifecycle/internal/ProjectBuildList;Ljava/util/List;Lorg/apache/maven/lifecycle/internal/ReactorBuildStatus;)V+77
j org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lorg/apache/maven/execution/MavenSession;)V+348
j org.apache.maven.DefaultMaven.doExecute(Lorg/apache/maven/execution/MavenExecutionRequest;Lorg/apache/maven/execution/MavenSession;Lorg/apache/maven/execution/MavenExecutionResult;Lorg/eclipse/aether/DefaultRepositorySystemSession;)Lorg/apache/maven/execution/MavenExecutionResult;+425
j org.apache.maven.DefaultMaven.doExecute(Lorg/apache/maven/execution/MavenExecutionRequest;)Lorg/apache/maven/execution/MavenExecutionResult;+98
j org.apache.maven.DefaultMaven.execute(Lorg/apache/maven/execution/MavenExecutionRequest;)Lorg/apache/maven/execution/MavenExecutionResult;+2
j org.apache.maven.cli.MavenCli.execute(Lorg/apache/maven/cli/CliRequest;)I+27
j org.apache.maven.cli.MavenCli.doMain(Lorg/apache/maven/cli/CliRequest;)I+66
j org.apache.maven.cli.MavenCli.main([Ljava/lang/String;Lorg/codehaus/plexus/classworlds/ClassWorld;)I+24
v ~StubRoutines::call_stub
V [libjvm.dylib+0x2ef9fe]
V [libjvm.dylib+0x4d6524]
V [libjvm.dylib+0x4d6a58]
V [libjvm.dylib+0x347f4c]
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced([Ljava/lang/String;)V+45
j org.codehaus.plexus.classworlds.launcher.Launcher.launch([Ljava/lang/String;)V+2
j org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode([Ljava/lang/String;)I+101
j org.codehaus.plexus.classworlds.launcher.Launcher.main([Ljava/lang/String;)V+1
j org.codehaus.classworlds.Launcher.main([Ljava/lang/String;)V+1
v ~StubRoutines::call_stub
V [libjvm.dylib+0x2ef9fe]
V [libjvm.dylib+0x3269a5]
V [libjvm.dylib+0x31f731]
C [java+0x38c6] JavaMain+0x9c4
C [libsystem_pthread.dylib+0x6950] _pthread_start+0xe0
C [libsystem_pthread.dylib+0x247b] thread_start+0xf
C 0x0000000000000000
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007f84aa32d000 JavaThread "JGit-WorkQueue" daemon [_thread_blocked, id=15367, stack(0x0000000305ed5000,0x0000000305fd5000)]
0x00007f84aa98d000 JavaThread "process reaper" daemon [_thread_blocked, id=38247, stack(0x0000000305eaa000,0x0000000305ed2000)]
0x00007f84ebacd000 JavaThread "Attach Listener" daemon [_thread_blocked, id=40351, stack(0x0000000305da7000,0x0000000305ea7000)]
0x00007f84eb84f000 JavaThread "Service Thread" daemon [_thread_blocked, id=41231, stack(0x0000000305ba1000,0x0000000305ca1000)]
0x00007f84ea036800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=41475, stack(0x0000000305a9e000,0x0000000305b9e000)]
0x00007f84ea82a000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=41987, stack(0x000000030599b000,0x0000000305a9b000)]
0x00007f84ea81b800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=23299, stack(0x0000000305898000,0x0000000305998000)]
0x00007f84eb82e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=42755, stack(0x0000000305795000,0x0000000305895000)]
0x00007f84eb815800 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=22599, stack(0x0000000305692000,0x0000000305792000)]
0x00007f84ea035800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=43267, stack(0x000000030558f000,0x000000030568f000)]
0x00007f84eb02b000 JavaThread "Finalizer" daemon [_thread_blocked, id=19227, stack(0x000000030537c000,0x000000030547c000)]
0x00007f84ea02b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=19747, stack(0x0000000305279000,0x0000000305379000)]
=>0x00007f84eb009000 JavaThread "main" [_thread_in_Java, id=9219, stack(0x000000030485b000,0x000000030495b000)]
Other Threads:
0x00007f84ea02a800 VMThread [stack: 0x0000000305176000,0x0000000305276000] [id=14083]
0x00007f84eb06e800 WatcherThread [stack: 0x0000000305ca4000,0x0000000305da4000] [id=24603]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 272896K, used 224430K [0x000000076ab00000, 0x0000000787880000, 0x00000007c0000000)
eden space 262144K, 81% used [0x000000076ab00000,0x0000000777bb1aa0,0x000000077ab00000)
from space 10752K, 99% used [0x000000077ab00000,0x000000077b57a0a8,0x000000077b580000)
to space 28672K, 0% used [0x0000000785c80000,0x0000000785c80000,0x0000000787880000)
ParOldGen total 132096K, used 37244K [0x00000006c0000000, 0x00000006c8100000, 0x000000076ab00000)
object space 132096K, 28% used [0x00000006c0000000,0x00000006c245f020,0x00000006c8100000)
Metaspace used 31490K, capacity 32580K, committed 32768K, reserved 1079296K
class space used 3483K, capacity 3806K, committed 3840K, reserved 1048576K
Card table byte_map: [0x000000011da6f000,0x000000011e270000] byte_map_base: 0x000000011a46f000
Marking Bits: (ParMarkBitMap*) 0x000000010d0f9e00
Begin Bits: [0x000000011e7c6000, 0x00000001227c6000)
End Bits: [0x00000001227c6000, 0x00000001267c6000)
Polling page: 0x00000001084d8000
CodeCache: size=245760Kb used=30069Kb max_used=30086Kb free=215690Kb
bounds [0x000000010e6af000, 0x000000011043f000, 0x000000011d6af000]
total_blobs=7493 nmethods=7063 adapters=344
compilation: enabled
Compilation events (10 events):
Event: 17.013 Thread 0x00007f84ea82a000 8678 4 com.sun.tools.javac.code.Type$UndetVar::addBound (9 bytes)
Event: 17.014 Thread 0x00007f84ea82a000 nmethod 8678 0x00000001103d5150 code [0x00000001103d52a0, 0x00000001103d5348]
Event: 17.015 Thread 0x00007f84ea036800 8679 3 com.sun.tools.javac.code.Types::glb (58 bytes)
Event: 17.016 Thread 0x00007f84ea036800 nmethod 8679 0x0000000110420b10 code [0x0000000110420d00, 0x00000001104216b8]
Event: 17.021 Thread 0x00007f84ea82a000 8680 % 4 com.sun.tools.javac.jvm.ClassWriter::writePool # 18 (1051 bytes)
Event: 17.023 Thread 0x00007f84ea036800 8682 3 com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext::insideOverloadPhase (35 bytes)
Event: 17.024 Thread 0x00007f84ea036800 nmethod 8682 0x0000000110416a50 code [0x0000000110416be0, 0x0000000110416f48]
Event: 17.031 Thread 0x00007f84eb82e800 nmethod 8676 0x0000000110431610 code [0x0000000110431980, 0x0000000110433160]
Event: 17.031 Thread 0x00007f84eb82e800 8681 4 com.sun.tools.javac.util.ListBuffer$1::next (39 bytes)
Event: 17.032 Thread 0x00007f84eb82e800 nmethod 8681 0x000000011042e610 code [0x000000011042e760, 0x000000011042e838]
GC Heap History (10 events):
Event: 2.640 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 76288K, used 74024K [0x000000076ab00000, 0x0000000774000000, 0x00000007c0000000)
eden space 65536K, 100% used [0x000000076ab00000,0x000000076eb00000,0x000000076eb00000)
from space 10752K, 78% used [0x000000076eb00000,0x000000076f34a230,0x000000076f580000)
to space 10752K, 0% used [0x0000000773580000,0x0000000773580000,0x0000000774000000)
ParOldGen total 175104K, used 0K [0x00000006c0000000, 0x00000006cab00000, 0x000000076ab00000)
object space 175104K, 0% used [0x00000006c0000000,0x00000006c0000000,0x00000006cab00000)
Metaspace used 15960K, capacity 16322K, committed 16640K, reserved 1064960K
class space used 1907K, capacity 2010K, committed 2048K, reserved 1048576K
Event: 2.679 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 141824K, used 10750K [0x000000076ab00000, 0x0000000774000000, 0x00000007c0000000)
eden space 131072K, 0% used [0x000000076ab00000,0x000000076ab00000,0x0000000772b00000)
from space 10752K, 99% used [0x0000000773580000,0x0000000773fffb58,0x0000000774000000)
to space 10752K, 0% used [0x0000000772b00000,0x0000000772b00000,0x0000000773580000)
ParOldGen total 175104K, used 869K [0x00000006c0000000, 0x00000006cab00000, 0x000000076ab00000)
object space 175104K, 0% used [0x00000006c0000000,0x00000006c00d94d0,0x00000006cab00000)
Metaspace used 15960K, capacity 16322K, committed 16640K, reserved 1064960K
class space used 1907K, capacity 2010K, committed 2048K, reserved 1048576K
}
Event: 4.791 GC heap before
{Heap before GC invocations=3 (full 0):
PSYoungGen total 141824K, used 141822K [0x000000076ab00000, 0x0000000774000000, 0x00000007c0000000)
eden space 131072K, 100% used [0x000000076ab00000,0x0000000772b00000,0x0000000772b00000)
from space 10752K, 99% used [0x0000000773580000,0x0000000773fffb58,0x0000000774000000)
to space 10752K, 0% used [0x0000000772b00000,0x0000000772b00000,0x0000000773580000)
ParOldGen total 175104K, used 869K [0x00000006c0000000, 0x00000006cab00000, 0x000000076ab00000)
object space 175104K, 0% used [0x00000006c0000000,0x00000006c00d94d0,0x00000006cab00000)
Metaspace used 17900K, capacity 18352K, committed 18688K, reserved 1064960K
class space used 2052K, capacity 2219K, committed 2304K, reserved 1048576K
Event: 4.850 GC heap after
Heap after GC invocations=3 (full 0):
PSYoungGen total 141824K, used 10736K [0x000000076ab00000, 0x000000077c000000, 0x00000007c0000000)
eden space 131072K, 0% used [0x000000076ab00000,0x000000076ab00000,0x0000000772b00000)
from space 10752K, 99% used [0x0000000772b00000,0x000000077357c010,0x0000000773580000)
to space 10752K, 0% used [0x000000077b580000,0x000000077b580000,0x000000077c000000)
ParOldGen total 175104K, used 17569K [0x00000006c0000000, 0x00000006cab00000, 0x000000076ab00000)
object space 175104K, 10% used [0x00000006c0000000,0x00000006c11286d8,0x00000006cab00000)
Metaspace used 17900K, capacity 18352K, committed 18688K, reserved 1064960K
class space used 2052K, capacity 2219K, committed 2304K, reserved 1048576K
}
Event: 5.318 GC heap before
{Heap before GC invocations=4 (full 0):
PSYoungGen total 141824K, used 33411K [0x000000076ab00000, 0x000000077c000000, 0x00000007c0000000)
eden space 131072K, 17% used [0x000000076ab00000,0x000000076c124e60,0x0000000772b00000)
from space 10752K, 99% used [0x0000000772b00000,0x000000077357c010,0x0000000773580000)
to space 10752K, 0% used [0x000000077b580000,0x000000077b580000,0x000000077c000000)
ParOldGen total 175104K, used 17569K [0x00000006c0000000, 0x00000006cab00000, 0x000000076ab00000)
object space 175104K, 10% used [0x00000006c0000000,0x00000006c11286d8,0x00000006cab00000)
Metaspace used 20551K, capacity 21072K, committed 21248K, reserved 1069056K
class space used 2337K, capacity 2527K, committed 2560K, reserved 1048576K
Event: 5.342 GC heap after
Heap after GC invocations=4 (full 0):
PSYoungGen total 272896K, used 10720K [0x000000076ab00000, 0x000000077c000000, 0x00000007c0000000)
eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
from space 10752K, 99% used [0x000000077b580000,0x000000077bff8040,0x000000077c000000)
to space 10752K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077b580000)
ParOldGen total 175104K, used 19948K [0x00000006c0000000, 0x00000006cab00000, 0x000000076ab00000)
object space 175104K, 11% used [0x00000006c0000000,0x00000006c137b328,0x00000006cab00000)
Metaspace used 20551K, capacity 21072K, committed 21248K, reserved 1069056K
class space used 2337K, capacity 2527K, committed 2560K, reserved 1048576K
}
Event: 5.342 GC heap before
{Heap before GC invocations=5 (full 1):
PSYoungGen total 272896K, used 10720K [0x000000076ab00000, 0x000000077c000000, 0x00000007c0000000)
eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
from space 10752K, 99% used [0x000000077b580000,0x000000077bff8040,0x000000077c000000)
to space 10752K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077b580000)
ParOldGen total 175104K, used 19948K [0x00000006c0000000, 0x00000006cab00000, 0x000000076ab00000)
object space 175104K, 11% used [0x00000006c0000000,0x00000006c137b328,0x00000006cab00000)
Metaspace used 20551K, capacity 21072K, committed 21248K, reserved 1069056K
class space used 2337K, capacity 2527K, committed 2560K, reserved 1048576K
Event: 5.432 GC heap after
Heap after GC invocations=5 (full 1):
PSYoungGen total 272896K, used 0K [0x000000076ab00000, 0x000000077c000000, 0x00000007c0000000)
eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
from space 10752K, 0% used [0x000000077b580000,0x000000077b580000,0x000000077c000000)
to space 10752K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077b580000)
ParOldGen total 132096K, used 26302K [0x00000006c0000000, 0x00000006c8100000, 0x000000076ab00000)
object space 132096K, 19% used [0x00000006c0000000,0x00000006c19afb08,0x00000006c8100000)
Metaspace used 20551K, capacity 21072K, committed 21248K, reserved 1069056K
class space used 2337K, capacity 2527K, committed 2560K, reserved 1048576K
}
Event: 11.560 GC heap before
{Heap before GC invocations=6 (full 1):
PSYoungGen total 272896K, used 262144K [0x000000076ab00000, 0x000000077c000000, 0x00000007c0000000)
eden space 262144K, 100% used [0x000000076ab00000,0x000000077ab00000,0x000000077ab00000)
from space 10752K, 0% used [0x000000077b580000,0x000000077b580000,0x000000077c000000)
to space 10752K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077b580000)
ParOldGen total 132096K, used 26302K [0x00000006c0000000, 0x00000006c8100000, 0x000000076ab00000)
object space 132096K, 19% used [0x00000006c0000000,0x00000006c19afb08,0x00000006c8100000)
Metaspace used 30715K, capacity 31812K, committed 32000K, reserved 1077248K
class space used 3451K, capacity 3742K, committed 3840K, reserved 1048576K
Event: 11.605 GC heap after
Heap after GC invocations=6 (full 1):
PSYoungGen total 272896K, used 10728K [0x000000076ab00000, 0x0000000787880000, 0x00000007c0000000)
eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
from space 10752K, 99% used [0x000000077ab00000,0x000000077b57a0a8,0x000000077b580000)
to space 28672K, 0% used [0x0000000785c80000,0x0000000785c80000,0x0000000787880000)
ParOldGen total 132096K, used 37244K [0x00000006c0000000, 0x00000006c8100000, 0x000000076ab00000)
object space 132096K, 28% used [0x00000006c0000000,0x00000006c245f020,0x00000006c8100000)
Metaspace used 30715K, capacity 31812K, committed 32000K, reserved 1077248K
class space used 3451K, capacity 3742K, committed 3840K, reserved 1048576K
}
I've fixed the same issue by changing the JDK from the Oracle version to the Zulu one.
You can download the ARM-64 supported JDK 8 built by Zulu from the following link:
https://www.azul.com/downloads/zulu-community/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk
Reference: https://stackoverflow.com/a/64788161/2906153
I have a Java server which is running on Tomcat 8 with Java 8 minor version 192, I am trying to generate 300 large reports (maximum of 5 in parallel) - at some point the Java virtual machine is crashing with an EXCEPTION_ACCESS_VIOLATION. I thought it was a memory issue, but when I looked at the heap during GC events and the free memory of the OS, it appears that it's probably not the issue.
Has anyone encountered a similar problem with HotSpot Java 8 version 192?
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000063f80ad0, pid=10364, tid=0x0000000000001dc4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_192-b12) (build 1.8.0_192-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.192-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0xb0ad0]
#
--------------- T H R E A D ---------------
Current thread (0x000000001bac0800): ConcurrentGCThread [stack: 0x000000001bd00000,0x000000001be00000] [id=7620]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000008
Stack: [0x000000001bd00000,0x000000001be00000], sp=0x000000001bdff778, free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xb0ad0]
=>0x000000001bac0800 (exited) ConcurrentGCThread [stack: 0x000000001bd00000,0x000000001be00000] [id=7620]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x0000000700000000, size: 3072 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
Heap:
garbage-first heap total 3145728K, used 2685424K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 1255 young (1285120K), 86 survivors (88064K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
Card table byte_map: [0x0000000014e00000,0x0000000015400000] byte_map_base: 0x0000000011600000
Marking Bits (Prev, Next): (CMBitMap*) 0x000000000252c018, (CMBitMap*) 0x000000000252c070
Prev Bits: [0x0000000015a00000, 0x0000000018a00000)
Next Bits: [0x0000000018a00000, 0x000000001ba00000)
Polling page: 0x0000000000e90000
CodeCache: size=245760Kb used=156616Kb max_used=156635Kb free=89143Kb
bounds [0x00000000034c0000, 0x000000000cf20000, 0x00000000124c0000]
total_blobs=38569 nmethods=37706 adapters=772
compilation: enabled
Compilation events (10 events):
Event: 111205.798 Thread 0x000000001f9f7800 nmethod 56988 0x000000000ad0f5d0 code [0x000000000ad0f720, 0x000000000ad0f850]
Event: 111205.804 Thread 0x000000001f9f5000 nmethod 56989 0x0000000008e6b410 code [0x0000000008e6b580, 0x0000000008e6b9a8]
Event: 111205.804 Thread 0x000000001f9f7800 56987 3 java.util.Random::nextBytes (56 bytes)
Event: 111205.805 Thread 0x000000001f9f7800 nmethod 56987 0x0000000008bb5b90 code [0x0000000008bb5d20, 0x0000000008bb6188]
Event: 111240.018 Thread 0x000000001f9f4000 56990 4 com.compuware.apm.agent.introspection.servlet.impl.JavaxHttpServletRequestWrapper::<init> (22 bytes)
Event: 111240.022 Thread 0x000000001f9f4000 nmethod 56990 0x000000000399d290 code [0x000000000399d3c0, 0x000000000399d518]
Event: 111269.830 Thread 0x000000001f9f6800 56991 4 java.util.concurrent.ConcurrentHashMap::sumCount (48 bytes)
Event: 111269.837 Thread 0x000000001f9f6800 nmethod 56991 0x000000000ac8a390 code [0x000000000ac8a4c0, 0x000000000ac8a618]
Event: 111336.508 Thread 0x000000001f9f7800 56992 ! 3 sun.reflect.GeneratedSerializationConstructorAccessor353::newInstance (49 bytes)
Event: 111336.510 Thread 0x000000001f9f7800 nmethod 56992 0x000000000b78ea90 code [0x000000000b78ec60, 0x000000000b78f238]
GC Heap History (10 events):
Event: 111341.340 GC heap before
{Heap before GC invocations=50780 (full 0):
garbage-first heap total 3145728K, used 2719920K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 1352 young (1384448K), 74 survivors (75776K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
Event: 111341.482 GC heap after
Heap after GC invocations=50781 (full 0):
garbage-first heap total 3145728K, used 1417712K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 81 young (82944K), 81 survivors (82944K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
}
Event: 111343.633 GC heap before
{Heap before GC invocations=50781 (full 0):
garbage-first heap total 3145728K, used 2711920K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 1342 young (1374208K), 81 survivors (82944K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
Event: 111343.803 GC heap after
Heap after GC invocations=50782 (full 0):
garbage-first heap total 3145728K, used 1437872K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 98 young (100352K), 98 survivors (100352K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
}
Event: 111345.420 GC heap before
{Heap before GC invocations=50782 (full 0):
garbage-first heap total 3145728K, used 2693168K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 1321 young (1352704K), 98 survivors (100352K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
Event: 111345.608 GC heap after
Heap after GC invocations=50783 (full 0):
garbage-first heap total 3145728K, used 1469858K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 97 young (99328K), 97 survivors (99328K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
}
Event: 111346.770 GC heap before
{Heap before GC invocations=50783 (full 0):
garbage-first heap total 3145728K, used 2274082K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 882 young (903168K), 97 survivors (99328K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
Event: 111346.959 GC heap after
Heap after GC invocations=50784 (full 0):
garbage-first heap total 3145728K, used 1457712K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 62 young (63488K), 62 survivors (63488K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
}
Event: 111348.567 GC heap before
{Heap before GC invocations=50784 (full 0):
garbage-first heap total 3145728K, used 2727856K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 1299 young (1330176K), 62 survivors (63488K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
Event: 111348.696 GC heap after
Heap after GC invocations=50785 (full 0):
garbage-first heap total 3145728K, used 1485552K [0x0000000700000000, 0x0000000700106000, 0x00000007c0000000)
region size 1024K, 86 young (88064K), 86 survivors (88064K)
Metaspace used 197130K, capacity 202198K, committed 206244K, reserved 1232896K
class space used 22121K, capacity 23031K, committed 23756K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 111133.233 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x0000000004313528 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.236 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x0000000004313528 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.236 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x000000000576ddd4 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.236 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x000000000576ddd4 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.236 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x0000000004313528 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.237 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x000000000576ddd4 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.237 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x0000000004313528 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.237 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x000000000576ddd4 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.237 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x0000000004313528 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Event: 111133.237 Thread 0x000000004bcc9800 Uncommon trap: reason=range_check action=none pc=0x0000000004313528 method=sun.reflect.generics.parser.SignatureParser.current()C # 34
Classes redefined (10 events):
Event: 13655.261 Thread 0x000000001f9af000 redefined class name=org.apache.catalina.valves.ErrorReportValve, count=9
Event: 13655.750 Thread 0x000000001f9af000 redefined class name=org.apache.catalina.core.StandardHostValve, count=9
Event: 13656.279 Thread 0x000000001f9af000 redefined class name=org.apache.catalina.core.StandardEngineValve, count=9
Event: 13656.812 Thread 0x000000001f9af000 redefined class name=sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection, count=9
Event: 13657.667 Thread 0x000000001f9af000 redefined class name=sun.rmi.registry.RegistryImpl, count=17
Event: 13658.035 Thread 0x000000001f9af000 redefined class name=java.rmi.server.RemoteServer, count=9
Event: 13658.524 Thread 0x000000001f9af000 redefined class name=sun.rmi.transport.tcp.TCPTransport, count=9
Event: 13659.261 Thread 0x000000001f9af000 redefined class name=java.sql.CallableStatement, count=9
Event: 13659.766 Thread 0x000000001f9af000 redefined class name=java.sql.PreparedStatement, count=9
Event: 13660.446 Thread 0x000000001f9af000 redefined class name=java.sql.DatabaseMetaData, count=9
Internal exceptions (10 events):
Event: 111338.446 Thread 0x0000000049311000 Exception <a 'java/lang/InterruptedException'> (0x00000007bf300ca0) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1684]
Event: 111339.637 Thread 0x0000000049311000 Exception <a 'java/lang/InterruptedException'> (0x00000007bce178a8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1684]
Event: 111339.654 Thread 0x0000000049311000 Exception <a 'java/lang/InterruptedException'> (0x00000007bce17ad0) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1684]
Event: 111343.128 Thread 0x000000002a1fa800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x0000000787f914f8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 111344.688 Thread 0x000000002d20f000 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x0000000796c02f18) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 111345.626 Thread 0x0000000049311000 Exception <a 'java/lang/InterruptedException'> (0x00000007bf984b28) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1684]
Event: 111348.132 Thread 0x000000002a1fa800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x0000000783004818) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 111348.253 Thread 0x000000003c725800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000077ebf4d90) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 111348.375 Thread 0x0000000049311000 Exception <a 'java/lang/InterruptedException'> (0x00000007bfe83468) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1684]
Event: 111349.702 Thread 0x000000002d20f000 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000078fd966a8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jni.cpp, line 735]
Events (10 events):
Event: 111346.960 Executing VM operation: G1IncCollectionPause done
Event: 111346.965 Executing VM operation: GetAllStackTraces
Event: 111346.978 Executing VM operation: GetAllStackTraces done
Event: 111347.323 Thread 0x000000003bcc9000 Thread added: 0x000000003bcc9000
Event: 111348.523 Executing VM operation: GetAllStackTraces
Event: 111348.537 Executing VM operation: GetAllStackTraces done
Event: 111348.563 Executing VM operation: G1IncCollectionPause
Event: 111348.696 Executing VM operation: G1IncCollectionPause done
Event: 111349.687 Executing VM operation: GetAllStackTraces
Event: 111349.701 Executing VM operation: GetAllStackTraces done
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.2906)
CPU:total 8 (initial active 8) (2 cores per cpu, 1 threads per core) family 6 model 79 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 16776692k(1156280k free), swap 20597344k(3148996k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.192-b12) for windows-amd64 JRE (1.8.0_192-b12), built on Oct 6 2018 17:12:23 by "java_re" with MS VC++ 10.0 (VS2010)
I have the same problem with HotSpot Java 8 version 20, and I upgrade it to version 102 and now I don't have the problem anymore.
I think you should change your version of Java
I am currently working on a program that I run within Jetty. Sometimes (like once in 2 weeks) it crashes the JVM and I'm not sure why this is happening. My only guess is that it could be memory-related.
Since the error pesists already for a while I had updated the JRE from 8.0_66 to 8.0_77 a while ago.
It generates a hs_err_pid logfile:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000038ce802, pid=2808, tid=3456
#
# JRE version: Java(TM) SE Runtime Environment (8.0_77-b03) (build 1.8.0_77-b03)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.77-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J 5131 C2 java.util.HashSet.add(Ljava/lang/Object;)Z (20 bytes) # 0x00000000038ce802 [0x00000000038ce720+0xe2]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00000000699ee800): JavaThread "Atmosphere-Scheduler-5956" daemon [_thread_in_Java, id=3456, stack(0x0000000058280000,0x0000000058380000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000ff7f000c
Registers:
RAX=0x0000000064388461, RBX=0x00000000ff7f0000, RCX=0x00000000c03d0988, RDX=0x00000000f0847b40
RSP=0x000000005837f700, RBP=0x00000000c03d09bc, RSI=0x00000000f0847b70, RDI=0x00000000147fc2c8
R8 =0x0000000000000010, R9 =0x000000006438e059, R10=0x0000000000000009, R11=0x00000000c03d0948
R12=0x0000000000000000, R13=0x00000000f0847b40, R14=0x00000000f0847b40, R15=0x00000000699ee800
RIP=0x00000000038ce802, EFLAGS=0x0000000000010286
Top of Stack: (sp=0x000000005837f700)
0x000000005837f700: 00000000f0847b40 00000000c03d0948
0x000000005837f710: 00000000f0847b70 00000000f0847d30
0x000000005837f720: 0000000000000002 000007feff573356
0x000000005837f730: 0000002200000019 00000000c03d0470
0x000000005837f740: 00000000c006b7b0 000000007483417f
0x000000005837f750: 00000000f0847b70 0000000003ad3ed4
0x000000005837f760: 00000000c03d0470 00000000ff3525a0
0x000000005837f770: 00000000c03d0400 0000000003b6d636
0x000000005837f780: 00000000c03d03a0 00000000f0847b40
0x000000005837f790: 00000000147e6e68 00000000c03d0908
0x000000005837f7a0: 00000000f0847b70 00000000c03d0908
0x000000005837f7b0: 00000000c03d0618 00000000c03d0608
0x000000005837f7c0: 00000000c03d0520 000000007483421c
0x000000005837f7d0: 0000004195065501 00000000ffffffff
0x000000005837f7e0: 0000000000000000 00000000712a65c6
0x000000005837f7f0: 00000000c03d0470 0000000003b64ae8
Instructions: (pc=0x00000000038ce802)
0x00000000038ce7e2: 23 d1 45 3b d0 0f 83 f0 0a 00 00 4a 8d 6c 91 10
0x00000000038ce7f2: 8b 5d 00 bf c8 c2 7f 14 85 db 0f 84 0b 01 00 00
0x00000000038ce802: 8b 53 0c 48 8b f3 41 3b d1 0f 84 0b 05 00 00 44
0x00000000038ce812: 8b 53 08 41 81 fa f0 65 81 14 0f 85 83 05 00 00
Register to memory mapping:
RAX=0x0000000064388461 is an unknown value
RBX=0x00000000ff7f0000 is an unallocated location in the heap
RCX=0x00000000c03d0988 is an oop
[Ljava.util.HashMap$Node;
- klass: 'java/util/HashMap$Node'[]
- length: 16
RDX=0x00000000f0847b40 is an oop
java.util.concurrent.ThreadPoolExecutor$Worker
- klass: 'java/util/concurrent/ThreadPoolExecutor$Worker'
RSP=0x000000005837f700 is pointing into the stack for thread: 0x00000000699ee800
RBP=0x00000000c03d09bc is pointing into object: 0x00000000c03d0988
[Ljava.util.HashMap$Node;
- klass: 'java/util/HashMap$Node'[]
- length: 16
RSI=0x00000000f0847b70 is an oop
java.lang.Thread
- klass: 'java/lang/Thread'
RDI=0x00000000147fc2c8 is pointing into metadata
R8 =0x0000000000000010 is an unknown value
R9 =0x000000006438e059 is an unknown value
R10=0x0000000000000009 is an unknown value
R11=0x00000000c03d0948 is an oop
java.util.HashMap
- klass: 'java/util/HashMap'
R12=0x0000000000000000 is an unknown value
R13=0x00000000f0847b40 is an oop
java.util.concurrent.ThreadPoolExecutor$Worker
- klass: 'java/util/concurrent/ThreadPoolExecutor$Worker'
R14=0x00000000f0847b40 is an oop
java.util.concurrent.ThreadPoolExecutor$Worker
- klass: 'java/util/concurrent/ThreadPoolExecutor$Worker'
R15=0x00000000699ee800 is a thread
Stack: [0x0000000058280000,0x0000000058380000], sp=0x000000005837f700, free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00000000038ce802
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00000000699ed000 JavaThread "Atmosphere-Scheduler-5938" daemon [_thread_blocked, id=4788, stack(0x0000000057470000,0x0000000057570000)]
=>0x00000000699ee800 JavaThread "Atmosphere-Scheduler-5956" daemon [_thread_in_Java, id=3456, stack(0x0000000058280000,0x0000000058380000)]
0x00000000699eb800 JavaThread "Atmosphere-Scheduler-5936" daemon [_thread_blocked, id=3520, stack(0x000000005afa0000,0x000000005b0a0000)]
0x0000000066296800 JavaThread "Atmosphere-Scheduler-5953" daemon [_thread_blocked, id=2076, stack(0x000000006a360000,0x000000006a460000)]
0x0000000056e8e800 JavaThread "qtp1642360923-8426" [_thread_blocked, id=4740, stack(0x0000000058070000,0x0000000058170000)]
0x0000000056e8b800 JavaThread "qtp1642360923-8425" [_thread_blocked, id=4684, stack(0x000000006ff20000,0x0000000070020000)]
0x0000000056e92000 JavaThread "qtp1642360923-8424" [_thread_blocked, id=4676, stack(0x000000006f820000,0x000000006f920000)]
0x000000006c387000 JavaThread "qtp1642360923-8121" [_thread_blocked, id=4344, stack(0x0000000070250000,0x0000000070350000)]
0x000000006c385800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3212, stack(0x00000000700f0000,0x00000000701f0000)]
0x000000005a1b5000 JavaThread "MySQL Statement Cancellation Timer" daemon [_thread_blocked, id=4636, stack(0x0000000059ea0000,0x0000000059fa0000)]
0x000000005a1b6800 JavaThread "Thread-14" [_thread_blocked, id=4620, stack(0x0000000058990000,0x0000000058a90000)]
0x000000005a1b9800 JavaThread "DestroyJavaVM" [_thread_blocked, id=3172, stack(0x00000000025c0000,0x00000000026c0000)]
0x000000005a1b8800 JavaThread "Scanner-0" daemon [_thread_blocked, id=4816, stack(0x000000006e0b0000,0x000000006e1b0000)]
0x000000005a1b3800 JavaThread "Scheduler-358699161" [_thread_blocked, id=4732, stack(0x000000006a050000,0x000000006a150000)]
0x0000000057928000 JavaThread "qtp1642360923-21-selector-ServerConnectorManager#11b27ced/0" [_thread_in_native, id=4248, stack(0x0000000058a90000,0x0000000058b90000)]
0x0000000057927800 JavaThread "qtp1642360923-20-acceptor-0#3626666f-ServerConnector#48974e45{SSL-http/1.1}{0.0.0.0:8443}" [_thread_in_native, id=4244, stack(0x0000000058880000,0x0000000058980000)]
0x0000000057924800 JavaThread "qtp1642360923-19-selector-ServerConnectorManager#57c6d586/0" [_thread_in_native, id=4240, stack(0x00000000570b0000,0x00000000571b0000)]
0x0000000057922000 JavaThread "qtp1642360923-18-selector-ServerConnectorManager#11b27ced/1" [_thread_in_native, id=4236, stack(0x00000000586c0000,0x00000000587c0000)]
0x0000000057921000 JavaThread "qtp1642360923-17-selector-ServerConnectorManager#57c6d586/1" [_thread_in_native, id=4232, stack(0x0000000058570000,0x0000000058670000)]
0x00000000578b5000 JavaThread "qtp1642360923-16-acceptor-0#469f2978-ServerConnector#170acf6e{HTTP/1.1}{0.0.0.0:80}" [_thread_in_native, id=4228, stack(0x0000000058170000,0x0000000058270000)]
0x0000000056bc0000 JavaThread "Service Thread" daemon [_thread_blocked, id=3604, stack(0x00000000571b0000,0x00000000572b0000)]
0x0000000056b70800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=3600, stack(0x0000000056fb0000,0x00000000570b0000)]
0x00000000551dc000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3596, stack(0x0000000056940000,0x0000000056a40000)]
0x00000000551d8000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3592, stack(0x0000000056a70000,0x0000000056b70000)]
0x00000000551d3000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3588, stack(0x0000000056840000,0x0000000056940000)]
0x00000000551cf800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3584, stack(0x00000000566c0000,0x00000000567c0000)]
0x00000000551b8800 JavaThread "Finalizer" daemon [_thread_blocked, id=3560, stack(0x0000000056500000,0x0000000056600000)]
0x0000000055171800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3544, stack(0x00000000562a0000,0x00000000563a0000)]
Other Threads:
0x0000000055169000 VMThread [stack: 0x0000000056110000,0x0000000056210000] [id=3424]
0x0000000056c0b000 WatcherThread [stack: 0x0000000057330000,0x0000000057430000] [id=3608]
VM state:synchronizing (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000000000224ba60] Safepoint_lock - owner thread: 0x0000000055169000
[0x000000000224bae0] Threads_lock - owner thread: 0x0000000055169000
Heap:
PSYoungGen total 184832K, used 96482K [0x00000000eab00000, 0x00000000fe980000, 0x0000000100000000)
eden space 179200K, 53% used [0x00000000eab00000,0x00000000f0918ba0,0x00000000f5a00000)
from space 5632K, 2% used [0x00000000fde80000,0x00000000fdea0000,0x00000000fe400000)
to space 5120K, 0% used [0x00000000fe480000,0x00000000fe480000,0x00000000fe980000)
ParOldGen total 47104K, used 29727K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d07dd0,0x00000000c2e00000)
Metaspace used 45558K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
Card table byte_map: [0x0000000011d50000,0x0000000011f60000] byte_map_base: 0x0000000011750000
Marking Bits: (ParMarkBitMap*) 0x0000000074db0600
Begin Bits: [0x00000000125e0000, 0x00000000135e0000)
End Bits: [0x00000000135e0000, 0x00000000145e0000)
Polling page: 0x0000000000130000
CodeCache: size=245760Kb used=22745Kb max_used=22762Kb free=223014Kb
bounds [0x0000000002990000, 0x0000000003ff0000, 0x0000000011990000]
total_blobs=7274 nmethods=6679 adapters=508
compilation: enabled
Compilation events (10 events):
Event: 159302.562 Thread 0x00000000551d8000 8439 4 java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask::compareTo (101 bytes)
Event: 159302.563 Thread 0x00000000551d8000 nmethod 8439 0x0000000003fcc8d0 code [0x0000000003fcca20, 0x0000000003fccaf8]
Event: 159602.700 Thread 0x0000000056b70800 8440 3 org.eclipse.jetty.server.session.AbstractSession::isValid (13 bytes)
Event: 159602.700 Thread 0x0000000056b70800 nmethod 8440 0x0000000002b2e690 code [0x0000000002b2e7e0, 0x0000000002b2e990]
Event: 159662.727 Thread 0x0000000056b70800 8441 1 com.vaadin.ui.UI::getUI (2 bytes)
Event: 159662.727 Thread 0x0000000056b70800 nmethod 8441 0x0000000003fcb690 code [0x0000000003fcb7e0, 0x0000000003fcb8f0]
Event: 161433.536 Thread 0x00000000551dc000 8442 ! 4 org.eclipse.jetty.server.session.HashSessionManager$Scavenger::run (126 bytes)
Event: 161433.536 Thread 0x00000000551d8000 8443 4 org.eclipse.jetty.util.log.StdErrLog::debug (61 bytes)
Event: 161433.538 Thread 0x00000000551d8000 nmethod 8443 0x0000000003664910 code [0x0000000003664a40, 0x0000000003664ab8]
Event: 161433.594 Thread 0x00000000551dc000 nmethod 8442 0x0000000003fe7dd0 code [0x0000000003fe8000, 0x0000000003fe94b0]
GC Heap History (10 events):
Event: 134999.764 GC heap before
{Heap before GC invocations=79 (full 4):
PSYoungGen total 226304K, used 225902K [0x00000000eab00000, 0x00000000ff480000, 0x0000000100000000)
eden space 225280K, 100% used [0x00000000eab00000,0x00000000f8700000,0x00000000f8700000)
from space 1024K, 60% used [0x00000000ff380000,0x00000000ff41b8c0,0x00000000ff480000)
to space 6656K, 0% used [0x00000000fe780000,0x00000000fe780000,0x00000000fee00000)
ParOldGen total 47104K, used 29543K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 62% used [0x00000000c0000000,0x00000000c1cd9db0,0x00000000c2e00000)
Metaspace used 45547K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
Event: 134999.768 GC heap after
Heap after GC invocations=79 (full 4):
PSYoungGen total 221696K, used 128K [0x00000000eab00000, 0x00000000ff400000, 0x0000000100000000)
eden space 215040K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f7d00000)
from space 6656K, 1% used [0x00000000fe780000,0x00000000fe7a0000,0x00000000fee00000)
to space 6144K, 0% used [0x00000000fee00000,0x00000000fee00000,0x00000000ff400000)
ParOldGen total 47104K, used 29711K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d03dd0,0x00000000c2e00000)
Metaspace used 45547K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
}
Event: 145444.534 GC heap before
{Heap before GC invocations=80 (full 4):
PSYoungGen total 221696K, used 215168K [0x00000000eab00000, 0x00000000ff400000, 0x0000000100000000)
eden space 215040K, 100% used [0x00000000eab00000,0x00000000f7d00000,0x00000000f7d00000)
from space 6656K, 1% used [0x00000000fe780000,0x00000000fe7a0000,0x00000000fee00000)
to space 6144K, 0% used [0x00000000fee00000,0x00000000fee00000,0x00000000ff400000)
ParOldGen total 47104K, used 29711K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d03dd0,0x00000000c2e00000)
Metaspace used 45547K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
Event: 145444.538 GC heap after
Heap after GC invocations=80 (full 4):
PSYoungGen total 205824K, used 128K [0x00000000eab00000, 0x00000000fee80000, 0x0000000100000000)
eden space 205312K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f7380000)
from space 512K, 25% used [0x00000000fee00000,0x00000000fee20000,0x00000000fee80000)
to space 6144K, 0% used [0x00000000fe280000,0x00000000fe280000,0x00000000fe880000)
ParOldGen total 47104K, used 29711K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d03dd0,0x00000000c2e00000)
Metaspace used 45547K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
}
Event: 154478.429 GC heap before
{Heap before GC invocations=81 (full 4):
PSYoungGen total 205824K, used 205440K [0x00000000eab00000, 0x00000000fee80000, 0x0000000100000000)
eden space 205312K, 100% used [0x00000000eab00000,0x00000000f7380000,0x00000000f7380000)
from space 512K, 25% used [0x00000000fee00000,0x00000000fee20000,0x00000000fee80000)
to space 6144K, 0% used [0x00000000fe280000,0x00000000fe280000,0x00000000fe880000)
ParOldGen total 47104K, used 29711K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d03dd0,0x00000000c2e00000)
Metaspace used 45551K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
Event: 154478.432 GC heap after
Heap after GC invocations=81 (full 4):
PSYoungGen total 202240K, used 160K [0x00000000eab00000, 0x00000000fee80000, 0x0000000100000000)
eden space 196096K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f6a80000)
from space 6144K, 2% used [0x00000000fe280000,0x00000000fe2a8000,0x00000000fe880000)
to space 5632K, 0% used [0x00000000fe900000,0x00000000fe900000,0x00000000fee80000)
ParOldGen total 47104K, used 29719K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d05dd0,0x00000000c2e00000)
Metaspace used 45551K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
}
Event: 164082.782 GC heap before
{Heap before GC invocations=82 (full 4):
PSYoungGen total 202240K, used 196256K [0x00000000eab00000, 0x00000000fee80000, 0x0000000100000000)
eden space 196096K, 100% used [0x00000000eab00000,0x00000000f6a80000,0x00000000f6a80000)
from space 6144K, 2% used [0x00000000fe280000,0x00000000fe2a8000,0x00000000fe880000)
to space 5632K, 0% used [0x00000000fe900000,0x00000000fe900000,0x00000000fee80000)
ParOldGen total 47104K, used 29719K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d05dd0,0x00000000c2e00000)
Metaspace used 45558K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
Event: 164082.786 GC heap after
Heap after GC invocations=82 (full 4):
PSYoungGen total 187904K, used 128K [0x00000000eab00000, 0x00000000fe980000, 0x0000000100000000)
eden space 187392K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f6200000)
from space 512K, 25% used [0x00000000fe900000,0x00000000fe920000,0x00000000fe980000)
to space 5632K, 0% used [0x00000000fde80000,0x00000000fde80000,0x00000000fe400000)
ParOldGen total 47104K, used 29727K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d07dd0,0x00000000c2e00000)
Metaspace used 45558K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
}
Event: 173778.650 GC heap before
{Heap before GC invocations=83 (full 4):
PSYoungGen total 187904K, used 187520K [0x00000000eab00000, 0x00000000fe980000, 0x0000000100000000)
eden space 187392K, 100% used [0x00000000eab00000,0x00000000f6200000,0x00000000f6200000)
from space 512K, 25% used [0x00000000fe900000,0x00000000fe920000,0x00000000fe980000)
to space 5632K, 0% used [0x00000000fde80000,0x00000000fde80000,0x00000000fe400000)
ParOldGen total 47104K, used 29727K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d07dd0,0x00000000c2e00000)
Metaspace used 45558K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
Event: 173778.653 GC heap after
Heap after GC invocations=83 (full 4):
PSYoungGen total 184832K, used 128K [0x00000000eab00000, 0x00000000fe980000, 0x0000000100000000)
eden space 179200K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f5a00000)
from space 5632K, 2% used [0x00000000fde80000,0x00000000fdea0000,0x00000000fe400000)
to space 5120K, 0% used [0x00000000fe480000,0x00000000fe480000,0x00000000fe980000)
ParOldGen total 47104K, used 29727K [0x00000000c0000000, 0x00000000c2e00000, 0x00000000eab00000)
object space 47104K, 63% used [0x00000000c0000000,0x00000000c1d07dd0,0x00000000c2e00000)
Metaspace used 45558K, capacity 46722K, committed 46976K, reserved 1089536K
class space used 5649K, capacity 5903K, committed 6016K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 102224.612 Thread 0x0000000056e90000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000035bb46c method=java.util.Hashtable.containsKey(Ljava/lang/Object;)Z # 6
Event: 102224.612 Thread 0x0000000056e90000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003480724 method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; # 60
Event: 102224.612 Thread 0x0000000056e90000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000035bb46c method=java.util.Hashtable.containsKey(Ljava/lang/Object;)Z # 6
Event: 102224.612 Thread 0x0000000056e90000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003480724 method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; # 60
Event: 102224.793 Thread 0x0000000056e90000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d478a8 method=java.util.ComparableTimSort.binarySort([Ljava/lang/Object;III)V # 40
Event: 103137.632 Thread 0x0000000056e8e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000039832f8 method=java.lang.ref.SoftReference.get()Ljava/lang/Object; # 6
Event: 104277.211 Thread 0x0000000056e8e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003eafe5c method=java.lang.Character.isISOControl(I)Z # 16
Event: 106660.954 Thread 0x0000000056e8b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003a776bc method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; # 192
Event: 106660.954 Thread 0x0000000056e8b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003a776bc method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; # 192
Event: 117408.235 Thread 0x0000000056bb9000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000342c264 method=java.lang.ref.SoftReference.get()Ljava/lang/Object; # 6
Internal exceptions (10 events):
Event: 117407.200 Thread 0x0000000066296800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ef825f78) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 117407.200 Thread 0x000000006c387000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ef7e09f8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 117408.235 Thread 0x0000000056bb9000 Implicit null exception at 0x000000000342bcf3 to 0x000000000342c245
Event: 117410.969 Thread 0x0000000056bb9000 Exception <a 'java/io/IOException'> (0x00000000efa1e130) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 123617.033 Thread 0x0000000056e92000 Exception <a 'java/io/IOException'> (0x00000000f7143420) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 127983.590 Thread 0x0000000056e8e800 Exception <a 'java/io/IOException'> (0x00000000ef71f768) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 127983.592 Thread 0x0000000056e92000 Exception <a 'java/io/IOException'> (0x00000000ef5193e8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 158161.078 Thread 0x0000000056e92000 Exception <a 'java/io/IOException'> (0x00000000ef4f6008) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 158354.151 Thread 0x0000000056e8e800 Exception <a 'java/io/IOException'> (0x00000000eee3b798) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 163436.192 Thread 0x0000000056e92000 Exception <a 'java/io/IOException'> (0x00000000f0e79238) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\jni.cpp, line 709]
Events (10 events):
Event: 178249.198 Thread 0x00000000699ec800 Thread added: 0x00000000699ec800
Event: 178249.432 Executing VM operation: RevokeBias
Event: 178249.432 Thread 0x00000000699ee800 Thread added: 0x00000000699ee800
Event: 178249.433 Executing VM operation: RevokeBias done
Event: 178249.433 Thread 0x0000000066294000 Thread exited: 0x0000000066294000
Event: 178279.212 Executing VM operation: RevokeBias
Event: 178279.212 Executing VM operation: RevokeBias done
Event: 178279.212 Thread 0x00000000699ed000 Thread added: 0x00000000699ed000
Event: 178279.212 Thread 0x00000000699ec800 Thread exited: 0x00000000699ec800
Event: 178279.446 Executing VM operation: RevokeBias
I found that this could be memory-related and should check for the heap.
This seems to be 53% full in this log, but I also found logs with 10% and 99%.
Also the stacktraces were always different in those logs.
Somewhere below that I found another (older?) heap before GC, which actually states 100% used. Does that mean it is memory related and increasing the memory for jetty should fix this?
Event: 173778.650 GC heap before
{Heap before GC invocations=83 (full 4):
PSYoungGen total 187904K, used 187520K [0x00000000eab00000, 0x00000000fe980000, 0x0000000100000000)
eden space 187392K, 100% used [0x00000000eab00000,0x00000000f6200000,0x00000000f6200000)
from space 512K, 25% used [0x00000000fe900000,0x00000000fe920000,0x00000000fe980000)
to space 5632K, 0% used [0x00000000fde80000,0x00000000fde80000,0x00000000fe400000)
Update of things I tried:
So far I have checked the memory without any problems.
I updated the JRE to 8.0_92.
I set the parameters -Xms1g -Xmx2g.
It doesnt seem to resolve the problem though, since I got another crash 3 seconds after running the programm this time: http://pastebin.com/jjEVm09V
I have a JAVA8 program that uses threading to iterate through a piece of code that uses a .dll behind the scenes, and every so often I get this access violation, but have no idea why. As it doesn't happen every time, I am at a loss as to where to look in order to determine what is going wrong. It creates no error if I run serially - but for performance purposes I would love to get this to reliably work in parallel.
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000001800e9fee, pid=1324, tid=15040
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b15) (build 1.8.0_45-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [jPortfolioPrecision-2.24.0.dll+0xe9fee]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x00000000270f9800): JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_in_native, id=15040, stack(0x000000002d690000,0x000000002d790000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
Registers:
RAX=0x0003ea0000050900, RBX=0x000000002c062870, RCX=0x000000000258dc18, RDX=0x000000002c062870
RSP=0x000000002d78ea68, RBP=0x000000003c9b44f0, RSI=0x000000000258dc18, RDI=0x00000000025880c0
R8 =0x000000004b68ffff, R9 =0x000000003c9b4500, R10=0x000000002d78ebe8, R11=0x000000003c9b44f0
R12=0x000000002d78eb50, R13=0x000000002d2f1db8, R14=0x000000002d78ecc8, R15=0x00000000270f9800
RIP=0x00000001800e9fee, EFLAGS=0x0000000000010297
Top of Stack: (sp=0x000000002d78ea68)
0x000000002d78ea68: 0000000180025678 00000000277384f8
0x000000002d78ea78: 0000000000000000 0000000027738370
0x000000002d78ea88: 00000000270f9800 fffffffffffffffe
0x000000002d78ea98: 0000000027738370 00000000270f9800
0x000000002d78eaa8: 0000000100000000 00000000277384f8
0x000000002d78eab8: 0000000027738370 00000000270f9800
0x000000002d78eac8: 0000000100000000 0000000000000006
0x000000002d78ead8: 000000018036a908 0000000000000000
0x000000002d78eae8: 0000000000000000 00000000264ad370
0x000000002d78eaf8: 000000018036a908 0000000000000000
0x000000002d78eb08: 000000002d78eb80 000000003a5b9640
0x000000002d78eb18: 000000018002577d 000000000258dc18
0x000000002d78eb28: 000000002d78eca8 00000000328003b0
0x000000002d78eb38: 000000006fa48ef6 000000000258dc18
0x000000002d78eb48: 000000018015076b 0000000002848e60
0x000000002d78eb58: 0000000000000001 00000000328003b0
Instructions: (pc=0x00000001800e9fee)
0x00000001800e9fce: 5c 24 20 e8 d6 9e 17 00 cc cc cc cc cc cc cc cc
0x00000001800e9fde: cc cc 4c 8b 02 49 8b 40 10 48 89 02 49 8b 40 10
0x00000001800e9fee: 80 78 21 00 75 04 48 89 50 08 48 8b 42 08 49 89
0x00000001800e9ffe: 40 08 48 8b 41 08 48 3b 50 08 75 0d 4c 89 40 08
Register to memory mapping:
RAX=0x0003ea0000050900 is an unknown value
RBX=0x000000002c062870 is an unknown value
RCX=0x000000000258dc18 is an unknown value
RDX=0x000000002c062870 is an unknown value
RSP=0x000000002d78ea68 is pointing into the stack for thread: 0x00000000270f9800
RBP=0x000000003c9b44f0 is an unknown value
RSI=0x000000000258dc18 is an unknown value
RDI=0x00000000025880c0 is an unknown value
R8 =0x000000004b68ffff is an unknown value
R9 =0x000000003c9b4500 is an unknown value
R10=0x000000002d78ebe8 is pointing into the stack for thread: 0x00000000270f9800
R11=0x000000003c9b44f0 is an unknown value
R12=0x000000002d78eb50 is pointing into the stack for thread: 0x00000000270f9800
R13={method} {0x000000002d2f1dc0} 'release' '()V' in 'com/axiomainc/portfolioprecision2/Portfolio'
R14=0x000000002d78ecc8 is pointing into the stack for thread: 0x00000000270f9800
R15=0x00000000270f9800 is a thread
Stack: [0x000000002d690000,0x000000002d790000], sp=0x000000002d78ea68, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jPortfolioPrecision-2.24.0.dll+0xe9fee]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.axiomainc.portfolioprecision2.Portfolio.release()V+0
j com.axiomainc.portfolioprecision.optimization.RebalancingSolution$RebRunInfo.destroy()V+107
J 3775 C1 com.axiomainc.portfolioprecision.optimization.RebalancingSolution.resetRebRunInfo()V (20 bytes) # 0x00000000032c0d5c [0x00000000032c0c80+0xdc]
j com.axiomainc.portfolioprecision.optimization.RebalancingSolution.reset()V+65
J 4098 C1 Auction$$Lambda$1.accept(Ljava/lang/Object;)V (8 bytes) # 0x0000000003d88ddc [0x0000000003d88b00+0x2dc]
J 4097 C1 java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Ljava/lang/Object;)V (11 bytes) # 0x0000000002f5cc5c [0x0000000002f5cb40+0x11c]
j java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Ljava/util/function/Consumer;)V+99
j java.util.stream.AbstractPipeline.copyInto(Ljava/util/stream/Sink;Ljava/util/Spliterator;)V+32
j java.util.stream.ForEachOps$ForEachTask.compute()V+103
j java.util.concurrent.CountedCompleter.exec()Z+1
j java.util.concurrent.ForkJoinTask.doExec()I+10
j java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Ljava/util/concurrent/ForkJoinTask;)V+21
j java.util.concurrent.ForkJoinPool.runWorker(Ljava/util/concurrent/ForkJoinPool$WorkQueue;)V+35
j java.util.concurrent.ForkJoinWorkerThread.run()V+24
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000026512800 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_in_vm, id=13904, stack(0x0000000029080000,0x0000000029180000)]
=>0x00000000270f9800 JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_in_native, id=15040, stack(0x000000002d690000,0x000000002d790000)]
0x0000000029b95000 JavaThread "ForkJoinPool.commonPool-worker-0" daemon [_thread_in_vm, id=13304, stack(0x000000002d430000,0x000000002d530000)]
0x000000002497d000 JavaThread "Service Thread" daemon [_thread_blocked, id=6304, stack(0x0000000025ac0000,0x0000000025bc0000)]
0x0000000024979000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=1536, stack(0x00000000258d0000,0x00000000259d0000)]
0x0000000024912800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=9508, stack(0x0000000025790000,0x0000000025890000)]
0x000000002491a800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12292, stack(0x0000000025520000,0x0000000025620000)]
0x0000000024903800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=11188, stack(0x0000000025330000,0x0000000025430000)]
0x0000000024902000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=11868, stack(0x0000000025230000,0x0000000025330000)]
0x00000000248f3000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=8752, stack(0x0000000024d20000,0x0000000024e20000)]
0x00000000233c9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4572, stack(0x0000000025030000,0x0000000025130000)]
0x00000000233c8800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13632, stack(0x0000000024ea0000,0x0000000024fa0000)]
0x0000000023366800 JavaThread "Finalizer" daemon [_thread_blocked, id=13760, stack(0x00000000247f0000,0x00000000248f0000)]
0x0000000023365800 JavaThread "Reference Handler" daemon [_thread_blocked, id=13676, stack(0x0000000024690000,0x0000000024790000)]
0x00000000027f8800 JavaThread "main" [_thread_in_vm, id=11228, stack(0x0000000002c60000,0x0000000002d60000)]
Other Threads:
0x0000000023360000 VMThread [stack: 0x0000000024470000,0x0000000024570000] [id=14196]
0x000000002497e800 WatcherThread [stack: 0x0000000024580000,0x0000000024680000] [id=12964]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 2092032K, used 1807248K [0x000000072b200000, 0x00000007be880000, 0x00000007c0000000)
eden space 1939968K, 85% used [0x000000072b200000,0x00000007902a2b78,0x00000007a1880000)
from space 152064K, 99% used [0x00000007b5400000,0x00000007be841650,0x00000007be880000)
to space 197120K, 0% used [0x00000007a6780000,0x00000007a6780000,0x00000007b2800000)
ParOldGen total 534528K, used 313588K [0x0000000601600000, 0x0000000622000000, 0x000000072b200000)
object space 534528K, 58% used [0x0000000601600000,0x000000061483d3c0,0x0000000622000000)
Metaspace used 17911K, capacity 18122K, committed 18432K, reserved 1064960K
class space used 1889K, capacity 1987K, committed 2048K, reserved 1048576K
Card table byte_map: [0x0000000012120000,0x0000000012f20000] byte_map_base: 0x000000000f115000
Marking Bits: (ParMarkBitMap*) 0x0000000070114040
Begin Bits: [0x0000000013c80000, 0x000000001ac28000)
End Bits: [0x000000001ac28000, 0x0000000021bd0000)
Polling page: 0x0000000001d00000
CodeCache: size=245760Kb used=16432Kb max_used=17370Kb free=229327Kb
bounds [0x0000000002d60000, 0x0000000003e80000, 0x0000000011d60000]
total_blobs=3577 nmethods=3105 adapters=392
compilation: enabled
Compilation events (10 events):
Event: 92.735 Thread 0x0000000024979000 nmethod 4179 0x0000000003a21a90 code [0x0000000003a21c00, 0x0000000003a21ed8]
Event: 92.735 Thread 0x0000000024979000 4180 3 com.axiomainc.portfolioprecision.WorkspaceDatedElement::destroy (10 bytes)
Event: 92.735 Thread 0x0000000024979000 nmethod 4180 0x000000000368f7d0 code [0x000000000368f940, 0x000000000368fae8]
Event: 92.735 Thread 0x0000000024979000 4181 ! 3 java.io.PrintStream::write (69 bytes)
Event: 92.736 Thread 0x0000000024979000 nmethod 4181 0x0000000003a33490 code [0x0000000003a33660, 0x0000000003a33e18]
Event: 92.743 Thread 0x000000002491a800 4182 4 Auction::getDaysToComplete (129 bytes)
Event: 92.751 Thread 0x000000002491a800 nmethod 4182 0x0000000003ae2490 code [0x0000000003ae2740, 0x0000000003ae3320]
Event: 92.782 Thread 0x0000000024912800 4183 4 com.axiomainc.portfolioprecision.optimization.RebalancingBase::sanityCheck (1263 bytes)
Event: 92.782 Thread 0x000000002491a800 4184 ! 4 com.axiomainc.portfolioprecision.optimization.Strategy::sanityCheck (252 bytes)
Event: 92.801 Thread 0x000000002491a800 nmethod 4184 0x00000000035648d0 code [0x0000000003564b80, 0x0000000003566548]
GC Heap History (10 events):
Event: 40.446 GC heap before
{Heap before GC invocations=9 (full 0):
PSYoungGen total 959488K, used 959474K [0x000000072b200000, 0x0000000770b00000, 0x00000007c0000000)
eden space 876032K, 100% used [0x000000072b200000,0x0000000760980000,0x0000000760980000)
from space 83456K, 99% used [0x0000000767a80000,0x000000076cbfcb80,0x000000076cc00000)
to space 115712K, 0% used [0x0000000760980000,0x0000000760980000,0x0000000767a80000)
ParOldGen total 306176K, used 138062K [0x0000000601600000, 0x0000000614100000, 0x000000072b200000)
object space 306176K, 45% used [0x0000000601600000,0x0000000609cd3858,0x0000000614100000)
Metaspace used 14955K, capacity 15094K, committed 15232K, reserved 1062912K
class space used 1596K, capacity 1661K, committed 1664K, reserved 1048576K
Event: 40.523 GC heap after
Heap after GC invocations=9 (full 0):
PSYoungGen total 991744K, used 81636K [0x000000072b200000, 0x000000078fc00000, 0x00000007c0000000)
eden space 876032K, 0% used [0x000000072b200000,0x000000072b200000,0x0000000760980000)
from space 115712K, 70% used [0x0000000760980000,0x00000007659393b8,0x0000000767a80000)
to space 123392K, 0% used [0x0000000788380000,0x0000000788380000,0x000000078fc00000)
ParOldGen total 306176K, used 142922K [0x0000000601600000, 0x0000000614100000, 0x000000072b200000)
object space 306176K, 46% used [0x0000000601600000,0x000000060a192b90,0x0000000614100000)
Metaspace used 14955K, capacity 15094K, committed 15232K, reserved 1062912K
class space used 1596K, capacity 1661K, committed 1664K, reserved 1048576K
}
Event: 46.380 GC heap before
{Heap before GC invocations=10 (full 0):
PSYoungGen total 991744K, used 957668K [0x000000072b200000, 0x000000078fc00000, 0x00000007c0000000)
eden space 876032K, 100% used [0x000000072b200000,0x0000000760980000,0x0000000760980000)
from space 115712K, 70% used [0x0000000760980000,0x00000007659393b8,0x0000000767a80000)
to space 123392K, 0% used [0x0000000788380000,0x0000000788380000,0x000000078fc00000)
ParOldGen total 306176K, used 142922K [0x0000000601600000, 0x0000000614100000, 0x000000072b200000)
object space 306176K, 46% used [0x0000000601600000,0x000000060a192b90,0x0000000614100000)
Metaspace used 17505K, capacity 17702K, committed 17920K, reserved 1064960K
class space used 1873K, capacity 1955K, committed 2048K, reserved 1048576K
Event: 46.587 GC heap after
Heap after GC invocations=10 (full 0):
PSYoungGen total 1512960K, used 100949K [0x000000072b200000, 0x0000000791400000, 0x00000007c0000000)
eden space 1389568K, 0% used [0x000000072b200000,0x000000072b200000,0x000000077ff00000)
from space 123392K, 81% used [0x0000000788380000,0x000000078e615780,0x000000078fc00000)
to space 135680K, 0% used [0x000000077ff00000,0x000000077ff00000,0x0000000788380000)
ParOldGen total 306176K, used 221581K [0x0000000601600000, 0x0000000614100000, 0x000000072b200000)
object space 306176K, 72% used [0x0000000601600000,0x000000060ee636f0,0x0000000614100000)
Metaspace used 17505K, capacity 17702K, committed 17920K, reserved 1064960K
class space used 1873K, capacity 1955K, committed 2048K, reserved 1048576K
}
Event: 62.091 GC heap before
{Heap before GC invocations=11 (full 0):
PSYoungGen total 1512960K, used 1490517K [0x000000072b200000, 0x0000000791400000, 0x00000007c0000000)
eden space 1389568K, 100% used [0x000000072b200000,0x000000077ff00000,0x000000077ff00000)
from space 123392K, 81% used [0x0000000788380000,0x000000078e615780,0x000000078fc00000)
to space 135680K, 0% used [0x000000077ff00000,0x000000077ff00000,0x0000000788380000)
ParOldGen total 306176K, used 221581K [0x0000000601600000, 0x0000000614100000, 0x000000072b200000)
object space 306176K, 72% used [0x0000000601600000,0x000000060ee636f0,0x0000000614100000)
Metaspace used 17755K, capacity 17926K, committed 18176K, reserved 1064960K
class space used 1886K, capacity 1987K, committed 2048K, reserved 1048576K
Event: 62.403 GC heap after
Heap after GC invocations=11 (full 0):
PSYoungGen total 1525248K, used 135657K [0x000000072b200000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1389568K, 0% used [0x000000072b200000,0x000000072b200000,0x000000077ff00000)
from space 135680K, 99% used [0x000000077ff00000,0x000000078837a418,0x0000000788380000)
to space 176128K, 0% used [0x00000007b5400000,0x00000007b5400000,0x00000007c0000000)
ParOldGen total 306176K, used 269979K [0x0000000601600000, 0x0000000614100000, 0x000000072b200000)
object space 306176K, 88% used [0x0000000601600000,0x0000000611da6ea0,0x0000000614100000)
Metaspace used 17755K, capacity 17926K, committed 18176K, reserved 1064960K
class space used 1886K, capacity 1987K, committed 2048K, reserved 1048576K
}
Event: 62.403 GC heap before
{Heap before GC invocations=12 (full 1):
PSYoungGen total 1525248K, used 135657K [0x000000072b200000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1389568K, 0% used [0x000000072b200000,0x000000072b200000,0x000000077ff00000)
from space 135680K, 99% used [0x000000077ff00000,0x000000078837a418,0x0000000788380000)
to space 176128K, 0% used [0x00000007b5400000,0x00000007b5400000,0x00000007c0000000)
ParOldGen total 306176K, used 269979K [0x0000000601600000, 0x0000000614100000, 0x000000072b200000)
object space 306176K, 88% used [0x0000000601600000,0x0000000611da6ea0,0x0000000614100000)
Metaspace used 17755K, capacity 17926K, committed 18176K, reserved 1064960K
class space used 1886K, capacity 1987K, committed 2048K, reserved 1048576K
Event: 63.545 GC heap after
Heap after GC invocations=12 (full 1):
PSYoungGen total 1525248K, used 82137K [0x000000072b200000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1389568K, 0% used [0x000000072b200000,0x000000072b200000,0x000000077ff00000)
from space 135680K, 60% used [0x000000077ff00000,0x0000000784f36770,0x0000000788380000)
to space 176128K, 0% used [0x00000007b5400000,0x00000007b5400000,0x00000007c0000000)
ParOldGen total 534528K, used 305719K [0x0000000601600000, 0x0000000622000000, 0x000000072b200000)
object space 534528K, 57% used [0x0000000601600000,0x000000061408ddf0,0x0000000622000000)
Metaspace used 17755K, capacity 17926K, committed 18176K, reserved 1064960K
class space used 1886K, capacity 1987K, committed 2048K, reserved 1048576K
}
Event: 77.576 GC heap before
{Heap before GC invocations=13 (full 1):
PSYoungGen total 1525248K, used 1471705K [0x000000072b200000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1389568K, 100% used [0x000000072b200000,0x000000077ff00000,0x000000077ff00000)
from space 135680K, 60% used [0x000000077ff00000,0x0000000784f36770,0x0000000788380000)
to space 176128K, 0% used [0x00000007b5400000,0x00000007b5400000,0x00000007c0000000)
ParOldGen total 534528K, used 305719K [0x0000000601600000, 0x0000000622000000, 0x000000072b200000)
object space 534528K, 57% used [0x0000000601600000,0x000000061408ddf0,0x0000000622000000)
Metaspace used 17860K, capacity 18054K, committed 18432K, reserved 1064960K
class space used 1889K, capacity 1987K, committed 2048K, reserved 1048576K
Event: 77.894 GC heap after
Heap after GC invocations=13 (full 1):
PSYoungGen total 2092032K, used 151813K [0x000000072b200000, 0x00000007be880000, 0x00000007c0000000)
eden space 1939968K, 0% used [0x000000072b200000,0x000000072b200000,0x00000007a1880000)
from space 152064K, 99% used [0x00000007b5400000,0x00000007be841650,0x00000007be880000)
to space 197120K, 0% used [0x00000007a6780000,0x00000007a6780000,0x00000007b2800000)
ParOldGen total 534528K, used 313588K [0x0000000601600000, 0x0000000622000000, 0x000000072b200000)
object space 534528K, 58% used [0x0000000601600000,0x000000061483d3c0,0x0000000622000000)
Metaspace used 17860K, capacity 18054K, committed 18432K, reserved 1064960K
class space used 1889K, capacity 1987K, committed 2048K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 72.282 Thread 0x00000000027f8800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000036fef6c method=java.text.DigitList.isZero()Z # 7
Event: 72.283 Thread 0x00000000027f8800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000036c6d7c method=java.text.DigitList.isZero()Z # 7
Event: 76.727 Thread 0x00000000027f8800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003dd7fe8 method=sun.misc.FloatingDecimal$BinaryToASCIIBuffer.dtoa(IJIZ)V # 1245
Event: 76.794 Thread 0x00000000027f8800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038d093c method=Port.getTradedPercentages()Ljava/util/Map; # 148
Event: 76.795 Thread 0x00000000027f8800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000383dcb4 method=Port.getTradedPercentages()Ljava/util/Map; # 148
Event: 76.949 Thread 0x00000000027f8800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038d093c method=Port.getTradedPercentages()Ljava/util/Map; # 148
Event: 76.949 Thread 0x00000000027f8800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000383dcb4 method=Port.getTradedPercentages()Ljava/util/Map; # 148
Event: 77.026 Thread 0x00000000027f8800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000387eb64 method=Auction.getDaysToComplete(Lcom/axiomainc/portfolioprecision/Asset;)Ljava/lang/Double; # 4
Event: 92.533 Thread 0x00000000027f8800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038d093c method=Port.getTradedPercentages()Ljava/util/Map; # 148
Event: 92.735 Thread 0x00000000027f8800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003e40a08 method=Auctioneer.haveAllAssetsConverged(LAuction;)Z # 236
Internal exceptions (10 events):
Event: 26.360 Thread 0x00000000027f8800 Implicit null exception at 0x00000000032216b8 to 0x0000000003221f0d
Event: 26.360 Thread 0x00000000027f8800 Implicit null exception at 0x0000000002ed745e to 0x0000000002ed7831
Event: 26.361 Thread 0x00000000027f8800 Implicit null exception at 0x00000000032c0874 to 0x00000000032c0b5d
Event: 26.361 Thread 0x00000000027f8800 Implicit null exception at 0x0000000002f198ef to 0x0000000002f1995d
Event: 41.330 Thread 0x00000000027f8800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000007359c3dc0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\methodHandles.cpp, line 1125]
Event: 41.332 Thread 0x00000000027f8800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000007359d23d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\methodHandles.cpp, line 1125]
Event: 41.374 Thread 0x000000002704a000 Implicit null exception at 0x000000000387822a to 0x000000000387879d
Event: 41.374 Thread 0x0000000026b57000 Implicit null exception at 0x000000000387822a to 0x000000000387879d
Event: 41.754 Thread 0x0000000026b57000 Implicit null exception at 0x00000000032c8144 to 0x00000000032c8899
Event: 46.692 Thread 0x0000000023365800 Implicit null exception at 0x0000000003237d94 to 0x000000000323862d
Events (10 events):
Event: 92.662 Thread 0x00000000027f8800 DEOPT PACKING pc=0x0000000003a248c1 sp=0x0000000002d5f430
Event: 92.662 Thread 0x00000000027f8800 DEOPT UNPACKING pc=0x0000000002da787f sp=0x0000000002d5f258 mode 0
Event: 92.678 Thread 0x00000000027f8800 DEOPT PACKING pc=0x0000000003a248c1 sp=0x0000000002d5f430
Event: 92.678 Thread 0x00000000027f8800 DEOPT UNPACKING pc=0x0000000002da787f sp=0x0000000002d5f258 mode 0
Event: 92.695 Thread 0x00000000027f8800 DEOPT PACKING pc=0x0000000003a248c1 sp=0x0000000002d5f430
Event: 92.695 Thread 0x00000000027f8800 DEOPT UNPACKING pc=0x0000000002da787f sp=0x0000000002d5f258 mode 0
Event: 92.735 Thread 0x00000000027f8800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000003e40a08
Event: 92.735 Thread 0x00000000027f8800 DEOPT PACKING pc=0x0000000003e40a08 sp=0x0000000002d5f680
Event: 92.735 Thread 0x00000000027f8800 DEOPT UNPACKING pc=0x0000000002da582a sp=0x0000000002d5f6c8 mode 2
Event: 92.799 Thread 0x0000000026512800 Thread added: 0x0000000026512800
Dynamic libraries:
0x000000013fcd0000 - 0x000000013fd07000 C:\Program Files\Java\jdk1.8.0_45\bin\java.exe
0x0000000077180000 - 0x0000000077329000 C:\windows\SYSTEM32\ntdll.dll
0x0000000076f60000 - 0x000000007707f000 C:\windows\system32\kernel32.dll
0x000007fefd240000 - 0x000007fefd2ac000 C:\windows\system32\KERNELBASE.dll
0x000007fefe8b0000 - 0x000007fefe98b000 C:\windows\system32\ADVAPI32.dll
0x000007fefe700000 - 0x000007fefe79f000 C:\windows\system32\msvcrt.dll
0x000007fefe370000 - 0x000007fefe38f000 C:\windows\SYSTEM32\sechost.dll
0x000007feff2e0000 - 0x000007feff40d000 C:\windows\system32\RPCRT4.dll
0x0000000077080000 - 0x000000007717a000 C:\windows\system32\USER32.dll
0x000007fefe7a0000 - 0x000007fefe807000 C:\windows\system32\GDI32.dll
0x000007fefe290000 - 0x000007fefe29e000 C:\windows\system32\LPK.dll
0x000007fefef90000 - 0x000007feff059000 C:\windows\system32\USP10.dll
0x000007fefb0c0000 - 0x000007fefb2b4000 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007feff410000 - 0x000007feff481000 C:\windows\system32\SHLWAPI.dll
0x000007fefe6d0000 - 0x000007fefe6fe000 C:\windows\system32\IMM32.DLL
0x000007fefe5c0000 - 0x000007fefe6c9000 C:\windows\system32\MSCTF.dll
0x000007fefcec0000 - 0x000007fefcf2b000 C:\PROGRA~1\Citrix\System32\MFAPHOOK64.DLL
0x000007fefcde0000 - 0x000007fefce15000 C:\Program Files\Citrix\ICAService\picaFullScreenHookX64.dll
0x000007fefc590000 - 0x000007fefc5cc000 C:\Program Files\Citrix\ICAService\ShellHook64.dll
0x000007fefec20000 - 0x000007fefee23000 C:\windows\system32\ole32.dll
0x000007fefd500000 - 0x000007fefe288000 C:\windows\system32\SHELL32.dll
0x000007fefcc40000 - 0x000007fefcdd3000 C:\Program Files\Citrix\ICAService\SCardHook64.dll
0x000007fefcc10000 - 0x000007fefcc36000 C:\Program Files\Citrix\ICAService\cxinjime64.dll
0x000007fee7770000 - 0x000007fee77e6000 C:\Program Files\Citrix\ICAService\PicaWtsHook64.dll
0x00000000795b0000 - 0x0000000079682000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\msvcr100.dll
0x000000006f910000 - 0x0000000070193000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\server\jvm.dll
0x000007fef19a0000 - 0x000007fef19a9000 C:\windows\system32\WSOCK32.dll
0x000007fefe2a0000 - 0x000007fefe2ed000 C:\windows\system32\WS2_32.dll
0x000007fefd380000 - 0x000007fefd388000 C:\windows\system32\NSI.dll
0x000007fef9760000 - 0x000007fef979b000 C:\windows\system32\WINMM.dll
0x000007fefb8e0000 - 0x000007fefb8ec000 C:\windows\system32\VERSION.dll
0x0000000077350000 - 0x0000000077357000 C:\windows\system32\PSAPI.DLL
0x0000000001cf0000 - 0x0000000001cff000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\verify.dll
0x000000006cc80000 - 0x000000006cca9000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\java.dll
0x000000006d3c0000 - 0x000000006d3f5000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\jdwp.dll
0x0000000063e20000 - 0x0000000063e28000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\npt.dll
0x0000000070410000 - 0x0000000070426000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\zip.dll
0x000007fefcfc0000 - 0x000007fefcfcf000 C:\windows\system32\profapi.dll
0x0000000063e10000 - 0x0000000063e19000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\dt_socket.dll
0x000007fefbfa0000 - 0x000007fefbff5000 C:\windows\system32\mswsock.dll
0x000007fefb9b0000 - 0x000007fefb9b7000 C:\windows\System32\wshtcpip.dll
0x0000000001e60000 - 0x0000000001e7a000 C:\Program Files\Java\jdk1.8.0_45\jre\bin\net.dll
0x000007fefbf90000 - 0x000007fefbf97000 C:\windows\System32\wship6.dll
0x000007fefbe20000 - 0x000007fefbe7b000 C:\windows\system32\DNSAPI.dll
0x00000000747d0000 - 0x00000000747f6000 C:\Program Files\Bonjour\mdnsNSP.dll
0x000007fefa450000 - 0x000007fefa477000 C:\windows\system32\Iphlpapi.DLL
0x000007fefa440000 - 0x000007fefa44b000 C:\windows\system32\WINNSI.DLL
0x000007fef87c0000 - 0x000007fef87c8000 C:\windows\system32\rasadhlp.dll
0x000007fef8cd0000 - 0x000007fef8d23000 C:\windows\System32\fwpuclnt.dll
0x000007fefc000000 - 0x000007fefc017000 C:\windows\system32\CRYPTSP.dll
0x000007fefbd00000 - 0x000007fefbd47000 C:\windows\system32\rsaenh.dll
0x000007fefcff0000 - 0x000007fefd00e000 C:\windows\system32\USERENV.dll
If yopu see the crash logs
Crash has occured in native code.
# Problematic frame:
# C [jPortfolioPrecision-2.24.0.dll+0xe9fee]
#
Parallally you can check the stack trace of Java code. Which is leading to crash.
Problematic thread is ForkJoinPool.commonPool-worker-2.
You need to correct your native code..
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.axiomainc.portfolioprecision2.Portfolio.release()V+0
j com.axiomainc.portfolioprecision.optimization.RebalancingSolution$RebRunInfo.destroy()V+107
J 3775 C1 com.axiomainc.portfolioprecision.optimization.RebalancingSolution.resetRebRunInfo()V (20 bytes) # 0x00000000032c0d5c [0x00000000032c0c80+0xdc]
j com.axiomainc.portfolioprecision.optimization.RebalancingSolution.reset()V+65
J 4098 C1 Auction$$Lambda$1.accept(Ljava/lang/Object;)V (8 bytes) # 0x0000000003d88ddc [0x0000000003d88b00+0x2dc]
J 4097 C1 java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Ljava/lang/Object;)V (11 bytes) # 0x0000000002f5cc5c [0x0000000002f5cb40+0x11c]
j java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Ljava/util/function/Consumer;)V+99
j java.util.stream.AbstractPipeline.copyInto(Ljava/util/stream/Sink;Ljava/util/Spliterator;)V+32
j java.util.stream.ForEachOps$ForEachTask.compute()V+103
j java.util.concurrent.CountedCompleter.exec()Z+1
j java.util.concurrent.ForkJoinTask.doExec()I+10
j java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Ljava/util/concurrent/ForkJoinTask;)V+21
j java.util.concurrent.ForkJoinPool.runWorker(Ljava/util/concurrent/ForkJoinPool$WorkQueue;)V+35``
j java.util.concurrent.ForkJoinWorkerThread.run()V+24
v ~StubRoutines::call_stub
on one of my servers iam getting a java error. That error creates a lot of .log and .mdmp files which fill up the server. The dumps are located on c:windows and that causes the system to create alerts when c is low on disk space.
I cant change the Javaversion because exactly that version is needed by an important software which runs on that system and anyway everything is working fine even with that java error.
Is there any way to disable those dumpfiles and logs or redirect them to be saved on d:?
btw, here is one of those logfiles:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6fae6d27, pid=4244, tid=17956
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Server VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# V [jvm.dll+0x6d27]
#
# Core dump written. Default location: C:\WINDOWS\system32\hs_err_pid4244.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 (0x4d536400): JavaThread "Thread-1" [_thread_in_native, id=17956, stack(0x4d1c0000,0x4d2c0000)]
siginfo: ExceptionCode=0xc0000005, writing address 0x00000164
Registers:
EAX=0x0000dead, EBX=0x00000000, ECX=0x4d3c4400, EDX=0x0000dead
ESP=0x4d2bfa80, EBP=0x4d2bfa84, ESI=0x00000000, EDI=0x00000000
EIP=0x6fae6d27, EFLAGS=0x00010246
Top of Stack: (sp=0x4d2bfa80)
0x4d2bfa80: 005fe798 4d2bfaa0 6fb9072a 00000000
0x4d2bfa90: 00000006 005fe798 00000000 005fe798
0x4d2bfaa0: 00000001 0111a048 4d3c4528 4c278000
0x4d2bfab0: 005fe798 ffffffff 4d3c0330 00000036
0x4d2bfac0: 0111bf38 00000001 0111c1d8 4d536400
0x4d2bfad0: 00000000 4d2bfb38 04dffa18 0111d0a1
0x4d2bfae0: 4d3c0330 00000001 00000001 0111f410
0x4d2bfaf0: 04dffa18 011d2a6a 00000001 01c4aee4
Instructions: (pc=0x6fae6d27)
0x6fae6d07: c4 04 89 96 64 01 00 00 5e 5d c3 8b 45 10 89 86
0x6fae6d17: 64 01 00 00 5e 5d c3 cc cc 55 8b ec 56 8b 75 08
0x6fae6d27: c7 86 64 01 00 00 05 00 00 00 83 3d 50 e3 fa 6f
0x6fae6d37: 01 7e 19 80 3d e9 dc fa 6f 00 74 07 f0 83 04 24
Register to memory mapping:
EAX=0x0000dead is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x4d3c4400 is an unknown value
EDX=0x0000dead is an unknown value
ESP=0x4d2bfa80 is pointing into the stack for thread: 0x4d536400
EBP=0x4d2bfa84 is pointing into the stack for thread: 0x4d536400
ESI=0x00000000 is an unknown value
EDI=0x00000000 is an unknown value
Stack: [0x4d1c0000,0x4d2c0000], sp=0x4d2bfa80, free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6d27]
V [jvm.dll+0xb072a]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.ietsol.enterprise.EntClient.exitNow(I)V+0
j com.ietsol.enterprise.EntAAGtwyHandler.run()V+83
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x4d536400 JavaThread "Thread-1" [_thread_in_native, id=17956, stack(0x4d1c0000,0x4d2c0000)]
0x4d494800 JavaThread "Thread-0" [_thread_in_native, id=13020, stack(0x4d920000,0x4da20000)]
0x4c2e2400 JavaThread "Service Thread" daemon [_thread_blocked, id=13304, stack(0x4cd30000,0x4ce30000)]
0x4c2dfc00 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11192, stack(0x4d0a0000,0x4d1a0000)]
0x4c2cf400 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=16240, stack(0x4ce90000,0x4cf90000)]
0x4c2c6400 JavaThread "Attach Listener" daemon [_thread_blocked, id=18248, stack(0x4cc20000,0x4cd20000)]
0x4c271c00 JavaThread "Finalizer" daemon [_thread_blocked, id=10336, stack(0x4c5d0000,0x4c6d0000)]
0x4c26cc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=14020, stack(0x4bff0000,0x4c0f0000)]
0x0056c800 JavaThread "main" [_thread_blocked, id=7584, stack(0x001d0000,0x002d0000)]
Other Threads:
0x00c4d400 VMThread [stack: 0x4c420000,0x4c520000] [id=11088]
0x4c2e3000 WatcherThread [stack: 0x4d2c0000,0x4d3c0000] [id=3484]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 8320K, used 5667K [0x336f0000, 0x34180000, 0x48c40000)
eden space 8256K, 68% used [0x336f0000,0x33c6cf48,0x33f00000)
from space 64K, 75% used [0x33f20000,0x33f2c000,0x33f30000)
to space 1280K, 0% used [0x34040000,0x34040000,0x34180000)
ParOldGen total 16192K, used 7173K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x093415f8,0x09c10000)
PSPermGen total 16384K, used 3663K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd3e38,0x05c40000)
Card table byte_map: [0x48c40000,0x48e70000] byte_map_base: 0x48c19e00
Polling page: 0x00170000
Code Cache [0x01c40000, 0x01e80000, 0x04c40000)
total_blobs=352 nmethods=211 adapters=93 free_code_cache=48314Kb largest_free_block=49436096
Compilation events (10 events):
Event: 69279.567 Thread 0x4c2cf400 211 java.lang.ref.SoftReference::get (29 bytes)
Event: 69279.568 Thread 0x4c2cf400 nmethod 211 0x01ce4108 code [0x01ce4200, 0x01ce4270]
Event: 71139.400 Thread 0x4c2dfc00 212 ! java.net.AbstractPlainSocketImpl::isConnectionReset (31 bytes)
Event: 71139.402 Thread 0x4c2dfc00 nmethod 212 0x01ce0408 code [0x01ce0500, 0x01ce06b0]
Event: 74679.318 Thread 0x4c2cf400 213 sun.util.calendar.Gregorian::newCalendarDate (9 bytes)
Event: 74679.320 Thread 0x4c2cf400 nmethod 213 0x01c8f908 code [0x01c8fa00, 0x01c8fb10]
Event: 75039.158 Thread 0x4c2dfc00 214 java.net.SocketInputStream::read (15 bytes)
Event: 75039.158 Thread 0x4c2cf400 215 ! java.net.SocketInputStream::read (290 bytes)
Event: 75039.184 Thread 0x4c2cf400 nmethod 215 0x01cf91c8 code [0x01cf9420, 0x01cfa428]
Event: 75039.199 Thread 0x4c2dfc00 nmethod 214 0x01cf6c08 code [0x01cf6e60, 0x01cf7e68]
GC Heap History (10 events):
Event: 46910.252 GC heap before
{Heap before GC invocations=1089 (full 10):
PSYoungGen total 10240K, used 8977K [0x336f0000, 0x34280000, 0x48c40000)
eden space 8768K, 100% used [0x336f0000,0x33f80000,0x33f80000)
from space 1472K, 14% used [0x34110000,0x34144640,0x34280000)
to space 1536K, 0% used [0x33f80000,0x33f80000,0x34100000)
ParOldGen total 16192K, used 7109K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 43% used [0x08c40000,0x093315f8,0x09c10000)
PSPermGen total 16384K, used 3660K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd33c8,0x05c40000)
Event: 46910.253 GC heap after
Heap after GC invocations=1089 (full 10):
PSYoungGen total 10304K, used 198K [0x336f0000, 0x34420000, 0x48c40000)
eden space 8768K, 0% used [0x336f0000,0x336f0000,0x33f80000)
from space 1536K, 12% used [0x33f80000,0x33fb19c0,0x34100000)
to space 1472K, 0% used [0x342b0000,0x342b0000,0x34420000)
ParOldGen total 16192K, used 7137K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x093385f8,0x09c10000)
PSPermGen total 16384K, used 3660K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd33c8,0x05c40000)
}
Event: 49274.397 GC heap before
{Heap before GC invocations=1090 (full 10):
PSYoungGen total 10304K, used 8966K [0x336f0000, 0x34420000, 0x48c40000)
eden space 8768K, 100% used [0x336f0000,0x33f80000,0x33f80000)
from space 1536K, 12% used [0x33f80000,0x33fb19c0,0x34100000)
to space 1472K, 0% used [0x342b0000,0x342b0000,0x34420000)
ParOldGen total 16192K, used 7137K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x093385f8,0x09c10000)
PSPermGen total 16384K, used 3660K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd33c8,0x05c40000)
Event: 49274.398 GC heap after
Heap after GC invocations=1090 (full 10):
PSYoungGen total 8704K, used 64K [0x336f0000, 0x342c0000, 0x48c40000)
eden space 8640K, 0% used [0x336f0000,0x336f0000,0x33f60000)
from space 64K, 100% used [0x342b0000,0x342c0000,0x342c0000)
to space 1472K, 0% used [0x33fe0000,0x33fe0000,0x34150000)
ParOldGen total 16192K, used 7149K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x0933b5f8,0x09c10000)
PSPermGen total 16384K, used 3660K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd33c8,0x05c40000)
}
Event: 51099.959 GC heap before
{Heap before GC invocations=1091 (full 10):
PSYoungGen total 8704K, used 8704K [0x336f0000, 0x342c0000, 0x48c40000)
eden space 8640K, 100% used [0x336f0000,0x33f60000,0x33f60000)
from space 64K, 100% used [0x342b0000,0x342c0000,0x342c0000)
to space 1472K, 0% used [0x33fe0000,0x33fe0000,0x34150000)
ParOldGen total 16192K, used 7149K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x0933b5f8,0x09c10000)
PSPermGen total 16384K, used 3661K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd3688,0x05c40000)
Event: 51099.960 GC heap after
Heap after GC invocations=1091 (full 10):
PSYoungGen total 9984K, used 48K [0x336f0000, 0x342c0000, 0x48c40000)
eden space 8512K, 0% used [0x336f0000,0x336f0000,0x33f40000)
from space 1472K, 3% used [0x33fe0000,0x33fec000,0x34150000)
to space 1408K, 0% used [0x34160000,0x34160000,0x342c0000)
ParOldGen total 16192K, used 7153K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x0933c5f8,0x09c10000)
PSPermGen total 16384K, used 3661K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd3688,0x05c40000)
}
Event: 60699.402 GC heap before
{Heap before GC invocations=1092 (full 10):
PSYoungGen total 9984K, used 8560K [0x336f0000, 0x342c0000, 0x48c40000)
eden space 8512K, 100% used [0x336f0000,0x33f40000,0x33f40000)
from space 1472K, 3% used [0x33fe0000,0x33fec000,0x34150000)
to space 1408K, 0% used [0x34160000,0x34160000,0x342c0000)
ParOldGen total 16192K, used 7153K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x0933c5f8,0x09c10000)
PSPermGen total 16384K, used 3661K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd3688,0x05c40000)
Event: 60699.403 GC heap after
Heap after GC invocations=1092 (full 10):
PSYoungGen total 8768K, used 64K [0x336f0000, 0x341c0000, 0x48c40000)
eden space 8384K, 0% used [0x336f0000,0x336f0000,0x33f20000)
from space 384K, 16% used [0x34160000,0x34170000,0x341c0000)
to space 1344K, 0% used [0x33f20000,0x33f20000,0x34070000)
ParOldGen total 16192K, used 7161K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x0933e5f8,0x09c10000)
PSPermGen total 16384K, used 3661K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd3688,0x05c40000)
}
Event: 70779.220 GC heap before
{Heap before GC invocations=1093 (full 10):
PSYoungGen total 8768K, used 8448K [0x336f0000, 0x341c0000, 0x48c40000)
eden space 8384K, 100% used [0x336f0000,0x33f20000,0x33f20000)
from space 384K, 16% used [0x34160000,0x34170000,0x341c0000)
to space 1344K, 0% used [0x33f20000,0x33f20000,0x34070000)
ParOldGen total 16192K, used 7161K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x0933e5f8,0x09c10000)
PSPermGen total 16384K, used 3663K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd3e38,0x05c40000)
Event: 70779.221 GC heap after
Heap after GC invocations=1093 (full 10):
PSYoungGen total 8320K, used 48K [0x336f0000, 0x34180000, 0x48c40000)
eden space 8256K, 0% used [0x336f0000,0x336f0000,0x33f00000)
from space 64K, 75% used [0x33f20000,0x33f2c000,0x33f30000)
to space 1280K, 0% used [0x34040000,0x34040000,0x34180000)
ParOldGen total 16192K, used 7173K [0x08c40000, 0x09c10000, 0x336f0000)
object space 16192K, 44% used [0x08c40000,0x093415f8,0x09c10000)
PSPermGen total 16384K, used 3663K [0x04c40000, 0x05c40000, 0x08c40000)
object space 16384K, 22% used [0x04c40000,0x04fd3e38,0x05c40000)
}
Deoptimization events (10 events):
Event: 19574.358 Thread 0x4e7fec00 Uncommon trap -12 fr.pc 0x01c89554
Event: 19752.307 Thread 0x4e7fec00 Uncommon trap -83 fr.pc 0x01cac7fc
Event: 20116.836 Thread 0x4e7fec00 Uncommon trap -83 fr.pc 0x01c8faa8
Event: 21099.564 Thread 0x4e7fec00 Uncommon trap -83 fr.pc 0x01cc59b0
Event: 25181.201 Thread 0x4d3c4400 Uncommon trap -83 fr.pc 0x01caf678
Event: 27460.462 Thread 0x4e7fec00 Uncommon trap -28 fr.pc 0x01cdc3e0
Event: 28816.193 Thread 0x4d44cc00 Uncommon trap -83 fr.pc 0x01ca64e0
Event: 38413.449 Thread 0x4d4e9000 Uncommon trap -83 fr.pc 0x01c8fd58
Event: 38732.959 Thread 0x4eafa000 Uncommon trap -83 fr.pc 0x01c9da80
Event: 38732.959 Thread 0x4eafa000 Uncommon trap -83 fr.pc 0x01cccd3c
Internal exceptions (10 events):
Event: 75029.223 Thread 0x4d3c4400 Threw 0x33a6b1f8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 75329.216 Thread 0x4d3c4400 Threw 0x33aa9aa8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 75629.193 Thread 0x4d3c4400 Threw 0x33ae8498 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 75929.191 Thread 0x4d3c4400 Threw 0x33b26da0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 76229.161 Thread 0x4d3c4400 Threw 0x33b656f0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 76529.136 Thread 0x4d3c4400 Threw 0x33ba4058 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 76829.117 Thread 0x4d3c4400 Threw 0x33be2908 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 77129.098 Thread 0x4d3c4400 Threw 0x33c21220 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 77425.028 Thread 0x4d536400 Threw 0x33c6beb8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Event: 77425.028 Thread 0x4d536400 Threw 0x33c6bff8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:742
Events (10 events):
Event: 55074.408 Thread 0x4d4e8c00 Thread exited: 0x4d4e8c00
Event: 60699.402 Executing VM operation: ParallelGCFailedAllocation
Event: 60699.403 Executing VM operation: ParallelGCFailedAllocation done
Event: 66459.696 loading class 0x4d4c9978
Event: 66459.696 loading class 0x4d4c9978 done
Event: 70779.220 Executing VM operation: ParallelGCFailedAllocation
Event: 70779.221 Executing VM operation: ParallelGCFailedAllocation done
Event: 77382.116 Executing VM operation: RevokeBias
Event: 77382.116 Executing VM operation: RevokeBias done
Event: 77382.116 Thread 0x4d3c4400 Thread exited: 0x4d3c4400
Dynamic libraries:
0x77090000 - 0x77210000 C:\WINDOWS\SysWOW64\ntdll.dll
0x754d0000 - 0x755e0000 C:\WINDOWS\syswow64\kernel32.dll
0x757e0000 - 0x75827000 C:\WINDOWS\syswow64\KERNELBASE.dll
0x75390000 - 0x75490000 C:\WINDOWS\syswow64\USER32.dll
0x74f00000 - 0x74f90000 C:\WINDOWS\syswow64\GDI32.dll
0x752f0000 - 0x752fa000 C:\WINDOWS\syswow64\LPK.dll
0x75910000 - 0x759ad000 C:\WINDOWS\syswow64\USP10.dll
0x74c80000 - 0x74d2c000 C:\WINDOWS\syswow64\msvcrt.dll
0x75830000 - 0x758d0000 C:\WINDOWS\syswow64\ADVAPI32.dll
0x75720000 - 0x75739000 C:\WINDOWS\SysWOW64\sechost.dll
0x74f90000 - 0x75080000 C:\WINDOWS\syswow64\RPCRT4.dll
0x74bb0000 - 0x74c10000 C:\WINDOWS\syswow64\SspiCli.dll
0x74ba0000 - 0x74bac000 C:\WINDOWS\syswow64\CRYPTBASE.dll
0x74a90000 - 0x74a97000 C:\WINDOWS\system32\WSOCK32.dll
0x758d0000 - 0x75905000 C:\WINDOWS\syswow64\WS2_32.dll
0x754c0000 - 0x754c6000 C:\WINDOWS\syswow64\NSI.dll
0x73a80000 - 0x73ab2000 C:\WINDOWS\system32\WINMM.dll
0x74c10000 - 0x74c15000 C:\WINDOWS\syswow64\PSAPI.DLL
0x72e90000 - 0x72f4f000 C:\WINDOWS\system32\MSVCR100.dll
0x72980000 - 0x729ca000 C:\WINDOWS\SYSTEM32\MSCOREE.DLL
0x74c20000 - 0x74c80000 C:\WINDOWS\system32\IMM32.DLL
0x75220000 - 0x752ec000 C:\WINDOWS\syswow64\MSCTF.dll
0x72900000 - 0x7297e000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
0x75780000 - 0x757d7000 C:\WINDOWS\syswow64\SHLWAPI.dll
0x72a90000 - 0x72aa0000 C:\WINDOWS\system32\NLAapi.dll
0x72a80000 - 0x72a90000 C:\WINDOWS\system32\napinsp.dll
0x72d40000 - 0x72d7c000 C:\WINDOWS\System32\mswsock.dll
0x72a30000 - 0x72a74000 C:\WINDOWS\system32\DNSAPI.dll
0x72a20000 - 0x72a28000 C:\WINDOWS\System32\winrnr.dll
0x759b0000 - 0x765fb000 C:\WINDOWS\syswow64\SHELL32.dll
0x76930000 - 0x76a8c000 C:\WINDOWS\syswow64\ole32.dll
0x732b0000 - 0x7344e000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
0x75640000 - 0x756cf000 C:\WINDOWS\syswow64\OLEAUT32.dll
0x75080000 - 0x7521d000 C:\WINDOWS\syswow64\SETUPAPI.dll
0x75490000 - 0x754b7000 C:\WINDOWS\syswow64\CFGMGR32.dll
0x76c70000 - 0x76c82000 C:\WINDOWS\syswow64\DEVOBJ.dll
0x75300000 - 0x75383000 C:\WINDOWS\syswow64\CLBCatQ.DLL
0x6c090000 - 0x6c185000 C:\WINDOWS\system32\propsys.dll
0x73cb0000 - 0x73cb9000 C:\WINDOWS\system32\VERSION.dll
0x6bf10000 - 0x6bf16000 C:\WINDOWS\System32\wship6.dll
0x72d30000 - 0x72d35000 C:\WINDOWS\System32\wshtcpip.dll
0x73de0000 - 0x73dfc000 C:\WINDOWS\system32\IPHLPAPI.DLL
0x73dd0000 - 0x73dd7000 C:\WINDOWS\system32\WINNSI.DLL
0x6c5d0000 - 0x6c608000 C:\WINDOWS\System32\fwpuclnt.dll
0x6c5c0000 - 0x6c5c6000 C:\WINDOWS\system32\rasadhlp.dll
0x6af40000 - 0x6af48000 C:\WINDOWS\system32\credssp.dll
0x5db20000 - 0x5dbaa000 C:\WINDOWS\SysWOW64\Kerberos.DLL
0x72340000 - 0x72351000 C:\WINDOWS\system32\cryptdll.dll
0x75770000 - 0x7577c000 C:\WINDOWS\syswow64\MSASN1.dll
0x71ca0000 - 0x7233d000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
0x72820000 - 0x728f7000 C:\WINDOWS\system32\MSVCR120_CLR0400.dll
0x70c30000 - 0x71c9b000 C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\mscorlib\d1265d6159ea876f9d63ea4c1361b587\mscorlib.ni.dll
0x727a0000 - 0x7281d000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
0x725e0000 - 0x725f2000 C:\Windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll
0x70290000 - 0x70c2d000 C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System\d18e2115a3270f89663fce831547f534\System.ni.dll
0x6f3e0000 - 0x6f573000 C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Drawing\53d0b6fa2fc28f7d50f84999fc2a1bbf\System.Drawing.ni.dll
0x6ca00000 - 0x6caeb000 C:\WINDOWS\system32\DBGHELP.DLL
VM Arguments:
jvm_args: -Djava.net.preferIPv4Stack=true -Xrs
java_command: <unknown>
Launcher Type: generic
Environment Variables:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\
USERNAME=serviceuser
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows NT 6.1 , 64 bit Build 7601 Service Pack 1
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
Memory: 4k page, physical 12582456k(3857676k free), swap 16770812k(8354748k free)
vm_info: Java HotSpot(TM) Server VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar 1 2013 05:01:01 by "java_re" with unknown MS VC++:1600
time: Sat Aug 15 00:00:46 2015
elapsed time: 77425 seconds
Thanks