123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- #
- # There is insufficient memory for the Java Runtime Environment to continue.
- # Native memory allocation (malloc) failed to allocate 389296 bytes for Chunk::new
- # Possible reasons:
- # The system is out of physical RAM or swap space
- # The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
- # Possible solutions:
- # Reduce memory load on the system
- # Increase physical memory or swap space
- # Check if swap backing store is full
- # Decrease Java heap size (-Xmx/-Xms)
- # Decrease number of Java threads
- # Decrease Java thread stack sizes (-Xss)
- # Set larger code cache with -XX:ReservedCodeCacheSize=
- # JVM is running with Zero Based Compressed Oops mode in which the Java heap is
- # placed in the first 32GB address space. The Java Heap base address is the
- # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
- # to set the Java Heap base and to place the Java Heap above 32GB virtual address.
- # This output file may be truncated or incomplete.
- #
- # Out of Memory Error (allocation.cpp:389), pid=23908, tid=0x000000000000740c
- #
- # JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.221-b11 mixed mode windows-amd64 compressed oops)
- # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
- #
- --------------- T H R E A D ---------------
- Current thread (0x000000001ed38000): JavaThread "C2 CompilerThread3" daemon [_thread_in_native, id=29708, stack(0x0000000020c00000,0x0000000020d00000)]
- Stack: [0x0000000020c00000,0x0000000020d00000]
- [error occurred during error reporting (printing stack bounds), id 0xc0000005]
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- Current CompileTask:
- C2: 58750 8662 4 java.util.regex.Matcher::replaceAll (59 bytes)
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x000000001ee19000 JavaThread "Service Thread" daemon [_thread_blocked, id=30712, stack(0x0000000021500000,0x0000000021600000)]
- 0x000000001ed56000 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=29896, stack(0x0000000021400000,0x0000000021500000)]
- 0x000000001ed49800 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=16800, stack(0x0000000021300000,0x0000000021400000)]
- 0x000000001ed48800 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=28156, stack(0x0000000021200000,0x0000000021300000)]
- 0x000000001ed48000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=39232, stack(0x0000000021100000,0x0000000021200000)]
- 0x000000001ed47000 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=13648, stack(0x0000000021000000,0x0000000021100000)]
- 0x000000001ed44800 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=38304, stack(0x0000000020f00000,0x0000000021000000)]
- 0x000000001ed3b800 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=17392, stack(0x0000000020e00000,0x0000000020f00000)]
- 0x000000001ed3b000 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=12216, stack(0x0000000020d00000,0x0000000020e00000)]
- =>0x000000001ed38000 JavaThread "C2 CompilerThread3" daemon [_thread_in_native, id=29708, stack(0x0000000020c00000,0x0000000020d00000)]
- 0x000000001ed37800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=28964, stack(0x0000000020b00000,0x0000000020c00000)]
- 0x000000001ed34800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6888, stack(0x0000000020a00000,0x0000000020b00000)]
- 0x000000001ed33000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4864, stack(0x0000000020900000,0x0000000020a00000)]
- 0x000000001ed1a000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=19428, stack(0x0000000020800000,0x0000000020900000)]
- 0x000000001ed00000 JavaThread "Attach Listener" daemon [_thread_blocked, id=30976, stack(0x0000000020700000,0x0000000020800000)]
- 0x000000001ecfd000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=18288, stack(0x0000000020600000,0x0000000020700000)]
- 0x000000001d213800 JavaThread "Finalizer" daemon [_thread_blocked, id=37244, stack(0x0000000020500000,0x0000000020600000)]
- 0x000000001ec86000 JavaThread "Reference Handler" daemon [_thread_blocked, id=40620, stack(0x0000000020400000,0x0000000020500000)]
- 0x00000000033f2800 JavaThread "main" [_thread_in_native, id=23892, stack(0x0000000002cd0000,0x0000000002dd0000)]
- Other Threads:
- 0x000000001ec64800 VMThread [stack: 0x0000000020300000,0x0000000020400000] [id=30564]
- 0x000000001eec5000 WatcherThread [stack: 0x0000000021700000,0x0000000021800000] [id=17860]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- heap address: 0x00000006c5200000, size: 4014 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 601600K, used 41769K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 7% used [0x000000076c600000,0x000000076eeca510,0x000000078c400000)
- from space 79360K, 0% used [0x0000000792080000,0x0000000792080000,0x0000000796e00000)
- to space 94720K, 0% used [0x000000078c400000,0x000000078c400000,0x0000000792080000)
- ParOldGen total 305152K, used 223815K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 73% used [0x00000006c5200000,0x00000006d2c91c88,0x00000006d7c00000)
- Metaspace used 30719K, capacity 31952K, committed 32000K, reserved 1077248K
- class space used 3498K, capacity 3797K, committed 3840K, reserved 1048576K
- Card table byte_map: [0x00000000128b0000,0x0000000013090000] byte_map_base: 0x000000000f287000
- Marking Bits: (ParMarkBitMap*) 0x000000005a1d5ce0
- Begin Bits: [0x00000000142d0000, 0x0000000018188000)
- End Bits: [0x0000000018188000, 0x000000001c040000)
- Polling page: 0x00000000014e0000
- CodeCache: size=245760Kb used=29868Kb max_used=29893Kb free=215891Kb
- bounds [0x00000000034f0000, 0x0000000005250000, 0x00000000124f0000]
- total_blobs=7433 nmethods=6986 adapters=355
- compilation: enabled
- Compilation events (10 events):
- Event: 58.711 Thread 0x000000001ed56000 8659 3 lombok.javac.handlers.JavacHandlerUtil$CopyJavadoc$2$1::cleanup (59 bytes)
- Event: 58.711 Thread 0x000000001ed33000 nmethod 8657 0x0000000005205a50 code [0x0000000005205ba0, 0x0000000005205c98]
- Event: 58.711 Thread 0x000000001ed48000 nmethod 8658 0x000000000523b590 code [0x000000000523b7e0, 0x000000000523c5a8]
- Event: 58.712 Thread 0x000000001ed56000 nmethod 8659 0x0000000005239fd0 code [0x000000000523a220, 0x000000000523afe8]
- Event: 58.712 Thread 0x000000001ed49800 8660 1 lombok.javac.Javac$JavadocOps_8$1::getText (5 bytes)
- Event: 58.712 Thread 0x000000001ed49800 nmethod 8660 0x0000000005210850 code [0x00000000052109a0, 0x0000000005210ab0]
- Event: 58.713 Thread 0x000000001ed3b800 8661 4 lombok.javac.Javac::getDocComment (41 bytes)
- Event: 58.714 Thread 0x000000001ed38000 8662 4 java.util.regex.Matcher::replaceAll (59 bytes)
- Event: 58.720 Thread 0x000000001ed3b800 nmethod 8661 0x000000000411ce90 code [0x000000000411d080, 0x000000000411d840]
- Event: 58.747 Thread 0x000000001ed48800 8663 3 java.util.ArrayList::sort (48 bytes)
- GC Heap History (10 events):
- Event: 45.819 GC heap before
- {Heap before GC invocations=29 (full 2):
- PSYoungGen total 543232K, used 537746K [0x000000076c600000, 0x0000000794280000, 0x00000007c0000000)
- eden space 475136K, 100% used [0x000000076c600000,0x0000000789600000,0x0000000789600000)
- from space 68096K, 91% used [0x000000078e180000,0x0000000791ea4ba0,0x0000000792400000)
- to space 77312K, 0% used [0x0000000789600000,0x0000000789600000,0x000000078e180000)
- ParOldGen total 305152K, used 213667K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 70% used [0x00000006c5200000,0x00000006d22a8fa0,0x00000006d7c00000)
- Metaspace used 30608K, capacity 31810K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- Event: 45.875 GC heap after
- Heap after GC invocations=29 (full 2):
- PSYoungGen total 552448K, used 49943K [0x000000076c600000, 0x0000000796e00000, 0x00000007c0000000)
- eden space 475136K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000789600000)
- from space 77312K, 64% used [0x0000000789600000,0x000000078c6c5f20,0x000000078e180000)
- to space 79360K, 0% used [0x0000000792080000,0x0000000792080000,0x0000000796e00000)
- ParOldGen total 305152K, used 213675K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 70% used [0x00000006c5200000,0x00000006d22aafa0,0x00000006d7c00000)
- Metaspace used 30608K, capacity 31810K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- }
- Event: 50.947 GC heap before
- {Heap before GC invocations=30 (full 2):
- PSYoungGen total 552448K, used 525079K [0x000000076c600000, 0x0000000796e00000, 0x00000007c0000000)
- eden space 475136K, 100% used [0x000000076c600000,0x0000000789600000,0x0000000789600000)
- from space 77312K, 64% used [0x0000000789600000,0x000000078c6c5f20,0x000000078e180000)
- to space 79360K, 0% used [0x0000000792080000,0x0000000792080000,0x0000000796e00000)
- ParOldGen total 305152K, used 213675K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 70% used [0x00000006c5200000,0x00000006d22aafa0,0x00000006d7c00000)
- Metaspace used 30646K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- Event: 51.008 GC heap after
- Heap after GC invocations=30 (full 2):
- PSYoungGen total 601600K, used 79341K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 0% used [0x000000076c600000,0x000000076c600000,0x000000078c400000)
- from space 79360K, 99% used [0x0000000792080000,0x0000000796dfb5a0,0x0000000796e00000)
- to space 94720K, 0% used [0x000000078c400000,0x000000078c400000,0x0000000792080000)
- ParOldGen total 305152K, used 220867K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 72% used [0x00000006c5200000,0x00000006d29b0fa0,0x00000006d7c00000)
- Metaspace used 30646K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- }
- Event: 53.456 GC heap before
- {Heap before GC invocations=31 (full 2):
- PSYoungGen total 601600K, used 601581K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 100% used [0x000000076c600000,0x000000078c400000,0x000000078c400000)
- from space 79360K, 99% used [0x0000000792080000,0x0000000796dfb5a0,0x0000000796e00000)
- to space 94720K, 0% used [0x000000078c400000,0x000000078c400000,0x0000000792080000)
- ParOldGen total 305152K, used 220867K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 72% used [0x00000006c5200000,0x00000006d29b0fa0,0x00000006d7c00000)
- Metaspace used 30660K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- Event: 53.525 GC heap after
- Heap after GC invocations=31 (full 2):
- PSYoungGen total 616960K, used 94709K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 0% used [0x000000076c600000,0x000000076c600000,0x000000078c400000)
- from space 94720K, 99% used [0x000000078c400000,0x000000079207d680,0x0000000792080000)
- to space 79360K, 0% used [0x0000000792080000,0x0000000792080000,0x0000000796e00000)
- ParOldGen total 305152K, used 253595K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 83% used [0x00000006c5200000,0x00000006d49a6f30,0x00000006d7c00000)
- Metaspace used 30660K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- }
- Event: 58.239 GC heap before
- {Heap before GC invocations=32 (full 2):
- PSYoungGen total 616960K, used 616949K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 100% used [0x000000076c600000,0x000000078c400000,0x000000078c400000)
- from space 94720K, 99% used [0x000000078c400000,0x000000079207d680,0x0000000792080000)
- to space 79360K, 0% used [0x0000000792080000,0x0000000792080000,0x0000000796e00000)
- ParOldGen total 305152K, used 253595K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 83% used [0x00000006c5200000,0x00000006d49a6f30,0x00000006d7c00000)
- Metaspace used 30667K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- Event: 58.295 GC heap after
- Heap after GC invocations=32 (full 2):
- PSYoungGen total 601600K, used 79355K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 0% used [0x000000076c600000,0x000000076c600000,0x000000078c400000)
- from space 79360K, 99% used [0x0000000792080000,0x0000000796dfee00,0x0000000796e00000)
- to space 94720K, 0% used [0x000000078c400000,0x000000078c400000,0x0000000792080000)
- ParOldGen total 305152K, used 284493K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 93% used [0x00000006c5200000,0x00000006d67d34c0,0x00000006d7c00000)
- Metaspace used 30667K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- }
- Event: 58.295 GC heap before
- {Heap before GC invocations=33 (full 3):
- PSYoungGen total 601600K, used 79355K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 0% used [0x000000076c600000,0x000000076c600000,0x000000078c400000)
- from space 79360K, 99% used [0x0000000792080000,0x0000000796dfee00,0x0000000796e00000)
- to space 94720K, 0% used [0x000000078c400000,0x000000078c400000,0x0000000792080000)
- ParOldGen total 305152K, used 284493K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 93% used [0x00000006c5200000,0x00000006d67d34c0,0x00000006d7c00000)
- Metaspace used 30667K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- Event: 58.684 GC heap after
- Heap after GC invocations=33 (full 3):
- PSYoungGen total 601600K, used 0K [0x000000076c600000, 0x0000000798980000, 0x00000007c0000000)
- eden space 522240K, 0% used [0x000000076c600000,0x000000076c600000,0x000000078c400000)
- from space 79360K, 0% used [0x0000000792080000,0x0000000792080000,0x0000000796e00000)
- to space 94720K, 0% used [0x000000078c400000,0x000000078c400000,0x0000000792080000)
- ParOldGen total 305152K, used 223815K [0x00000006c5200000, 0x00000006d7c00000, 0x000000076c600000)
- object space 305152K, 73% used [0x00000006c5200000,0x00000006d2c91c88,0x00000006d7c00000)
- Metaspace used 30667K, capacity 31874K, committed 32000K, reserved 1077248K
- class space used 3489K, capacity 3794K, committed 3840K, reserved 1048576K
- }
- Deoptimization events (10 events):
- Event: 58.122 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004b77f28 method=com.sun.tools.javac.comp.Attr.checkIdInternal(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/
- Event: 58.196 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004b6d850 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 19
- Event: 58.196 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004b68104 method=com.sun.tools.javac.code.Type$ClassType.isRaw()Z @ 28
- Event: 58.716 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004dd9e80 method=com.sun.tools.javac.tree.JCTree$JCIdent.accept(Lcom/sun/source/tree/TreeVisitor;Ljava/lang/Object;)Ljava/lang/Object; @ 3
- Event: 58.735 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004a03db0 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 36
- Event: 58.735 Thread 0x00000000033f2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004d8c738 method=java.net.URI$Parser.scan(IILjava/lang/String;Ljava/lang/String;)I @ 23
- Event: 58.736 Thread 0x00000000033f2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003d651a0 method=java.lang.String.lastIndexOf([CII[CIII)I @ 135
- Event: 58.737 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004a03db0 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 36
- Event: 58.737 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004a03db0 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 36
- Event: 58.747 Thread 0x00000000033f2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004a03db0 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 36
- Classes redefined (0 events):
- No events
- Internal exceptions (10 events):
- Event: 19.004 Thread 0x00000000033f2800 NullPointerException at vtable entry 0x00000000037acdf7
- Event: 19.004 Thread 0x00000000033f2800 Exception <a 'java/lang/NullPointerException'> (0x000000076f8af818) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
- Event: 19.200 Thread 0x00000000033f2800 Implicit null exception at 0x0000000004de3930 to 0x0000000004de395d
- Event: 43.987 Thread 0x00000000033f2800 Implicit null exception at 0x0000000004ae8cf1 to 0x0000000004ae91fd
- Event: 44.027 Thread 0x00000000033f2800 Implicit null exception at 0x000000000489df13 to 0x000000000489df66
- Event: 45.152 Thread 0x00000000033f2800 Implicit null exception at 0x0000000003a4b87b to 0x0000000003a4bb59
- Event: 47.662 Thread 0x00000000033f2800 Implicit null exception at 0x0000000004c6b567 to 0x0000000004c6d5bb
- Event: 54.705 Thread 0x00000000033f2800 Implicit null exception at 0x0000000004ead13e to 0x0000000004eaeba9
- Event: 54.705 Thread 0x00000000033f2800 Implicit null exception at 0x0000000004e1978c to 0x0000000004e197cd
- Event: 58.737 Thread 0x00000000033f2800 Exception <a 'java/io/FileNotFoundException'> (0x000000076e8acd78) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jni.cpp, line 710]
- Events (10 events):
- Event: 58.739 loading class com/sun/tools/javac/processing/JavacFiler$FilerWriter done
- Event: 58.739 loading class java/io/FilterWriter
- Event: 58.741 loading class java/io/FilterWriter done
- Event: 58.743 loading class org/springframework/boot/configurationprocessor/metadata/JsonConverter
- Event: 58.743 loading class org/springframework/boot/configurationprocessor/metadata/JsonConverter done
- Event: 58.745 loading class org/springframework/boot/configurationprocessor/metadata/JsonConverter$ItemMetadataComparator
- Event: 58.745 loading class org/springframework/boot/configurationprocessor/metadata/JsonConverter$ItemMetadataComparator done
- Event: 58.747 Thread 0x00000000033f2800 Uncommon trap: trap_request=0xffffffde fr.pc=0x0000000004a03db0
- Event: 58.747 Thread 0x00000000033f2800 DEOPT PACKING pc=0x0000000004a03db0 sp=0x0000000002dcd180
- Event: 58.747 Thread 0x00000000033f2800 DEOPT UNPACKING pc=0x000000000353583b sp=0x0000000002dcd128 mode 2
- Dynamic libraries:
- 0x00007ff727bf0000 - 0x00007ff727c27000 D:\dev\jdk1.8\bin\java.exe
- 0x00007ffb209f0000 - 0x00007ffb20c07000 C:\Windows\SYSTEM32\ntdll.dll
- 0x00007ffb1eca0000 - 0x00007ffb1ed64000 C:\Windows\System32\KERNEL32.DLL
- 0x00007ffb1e290000 - 0x00007ffb1e63c000 C:\Windows\System32\KERNELBASE.dll
- 0x00007ffb1feb0000 - 0x00007ffb1ff62000 C:\Windows\System32\ADVAPI32.dll
- 0x00007ffb1fd00000 - 0x00007ffb1fda7000 C:\Windows\System32\msvcrt.dll
- 0x00007ffb1ead0000 - 0x00007ffb1eb7a000 C:\Windows\System32\sechost.dll
- 0x00007ffb1e700000 - 0x00007ffb1e728000 C:\Windows\System32\bcrypt.dll
- 0x00007ffb20520000 - 0x00007ffb20635000 C:\Windows\System32\RPCRT4.dll
- 0x00007ffb1eda0000 - 0x00007ffb1ef4e000 C:\Windows\System32\USER32.dll
- 0x00007ffb1e170000 - 0x00007ffb1e196000 C:\Windows\System32\win32u.dll
- 0x00007ffb1ed70000 - 0x00007ffb1ed99000 C:\Windows\System32\GDI32.dll
- 0x00007ffb1de90000 - 0x00007ffb1dfa9000 C:\Windows\System32\gdi32full.dll
- 0x00007ffb1e0d0000 - 0x00007ffb1e16a000 C:\Windows\System32\msvcp_win.dll
- 0x00007ffb1dfb0000 - 0x00007ffb1e0c1000 C:\Windows\System32\ucrtbase.dll
- 0x00007ffb09ca0000 - 0x00007ffb09f33000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.3672_none_2713b9d173822955\COMCTL32.dll
- 0x00007ffb1fcc0000 - 0x00007ffb1fcf1000 C:\Windows\System32\IMM32.DLL
- 0x000000005a260000 - 0x000000005a332000 D:\dev\jdk1.8\jre\bin\msvcr100.dll
- 0x00000000599b0000 - 0x000000005a255000 D:\dev\jdk1.8\jre\bin\server\jvm.dll
- 0x00007ffb1fcb0000 - 0x00007ffb1fcb8000 C:\Windows\System32\PSAPI.DLL
- 0x00007ffb14cc0000 - 0x00007ffb14cf4000 C:\Windows\SYSTEM32\WINMM.dll
- 0x00007ffb17650000 - 0x00007ffb17659000 C:\Windows\SYSTEM32\WSOCK32.dll
- 0x00007ffb0e890000 - 0x00007ffb0e89a000 C:\Windows\SYSTEM32\VERSION.dll
- 0x00007ffb1ff80000 - 0x00007ffb1fff1000 C:\Windows\System32\WS2_32.dll
- 0x00007ffb03da0000 - 0x00007ffb03daf000 D:\dev\jdk1.8\jre\bin\verify.dll
- 0x00007ffad5820000 - 0x00007ffad5849000 D:\dev\jdk1.8\jre\bin\java.dll
- 0x00007ffb00e00000 - 0x00007ffb00e23000 D:\dev\jdk1.8\jre\bin\instrument.dll
- 0x00007ffaef370000 - 0x00007ffaef386000 D:\dev\jdk1.8\jre\bin\zip.dll
- 0x00007ffb1efd0000 - 0x00007ffb1f82c000 C:\Windows\System32\SHELL32.dll
- 0x00007ffb1bc80000 - 0x00007ffb1c577000 C:\Windows\SYSTEM32\windows.storage.dll
- 0x00007ffb20160000 - 0x00007ffb204e8000 C:\Windows\System32\combase.dll
- 0x00007ffb1bb40000 - 0x00007ffb1bc7f000 C:\Windows\SYSTEM32\wintypes.dll
- 0x00007ffb1fdb0000 - 0x00007ffb1fea4000 C:\Windows\System32\SHCORE.dll
- 0x00007ffb1e970000 - 0x00007ffb1e9ce000 C:\Windows\System32\shlwapi.dll
- 0x00007ffb1dc50000 - 0x00007ffb1dc71000 C:\Windows\SYSTEM32\profapi.dll
- 0x00007ffb0ee40000 - 0x00007ffb0ee5a000 D:\IntelliJ IDEA 2023.3.4\bin\breakgen64.dll
- 0x00007ffaeed60000 - 0x00007ffaeed7a000 D:\dev\jdk1.8\jre\bin\net.dll
- 0x00007ffb0f0c0000 - 0x00007ffb0f2b0000 C:\Windows\SYSTEM32\urlmon.dll
- 0x00007ffb1c7d0000 - 0x00007ffb1c7dc000 C:\Windows\SYSTEM32\netutils.dll
- 0x00007ffb0e350000 - 0x00007ffb0e60e000 C:\Windows\SYSTEM32\iertutil.dll
- 0x00007ffb0e8a0000 - 0x00007ffb0e8c8000 C:\Windows\SYSTEM32\srvcli.dll
- 0x00007ffb1d2b0000 - 0x00007ffb1d319000 C:\Windows\system32\mswsock.dll
- 0x00007ffae0320000 - 0x00007ffae0332000 D:\dev\jdk1.8\jre\bin\nio.dll
- 0x0000000069ac0000 - 0x0000000069ae4000 C:\Users\61002\AppData\Local\Temp\jansi-2.4.0-275e1bf645a7f4d4-jansi.dll
- VM Arguments:
- jvm_args: -Dmaven.multiModuleProjectDirectory=D:\hssx\manHourHousekeeper\fhKeeper\formulahousekeeper\management-crm -Djansi.passthrough=true -Dmaven.home=D:\IntelliJ IDEA 2023.3.4\plugins\maven\lib\maven3 -Dclassworlds.conf=D:\IntelliJ IDEA 2023.3.4\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.ext.class.path=D:\IntelliJ IDEA 2023.3.4\plugins\maven\lib\maven-event-listener.jar -javaagent:D:\IntelliJ IDEA 2023.3.4\lib\idea_rt.jar=60414:D:\IntelliJ IDEA 2023.3.4\bin -Dfile.encoding=UTF-8
- java_command: org.codehaus.classworlds.Launcher -Didea.version=2023.3.4 -s D:\apache-maven-3.6.1\conf\settings.xml -Dmaven.repo.local=D:\mvn-repository package
- java_class_path (initial): D:\IntelliJ IDEA 2023.3.4\plugins\maven\lib\maven3\boot\plexus-classworlds-2.7.0.jar;D:\IntelliJ IDEA 2023.3.4\plugins\maven\lib\maven3\boot\plexus-classworlds.license;D:\IntelliJ IDEA 2023.3.4\lib\idea_rt.jar
- Launcher Type: SUN_STANDARD
- Environment Variables:
- JAVA_HOME=D:\dev\jdk1.8
- PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\dev\jdk1.8\bin;D:\git;D:\git\bin;D:\git\usr\bin;D:\apache-maven-3.6.1\bin;D:\Git\cmd;D:\dev\nodejs;C:\Users\61002\AppData\Local\Android\Sdk\platform-tools;C:\Users\61002\AppData\Local\Android\Sdk\emulator;C:\Users\61002\AppData\Local\Android\Sdk\tools;C:\Users\61002\AppData\Local\Android\Sdk\tools\bin;C:\Program Files\dotnet\;C:\Users\61002\AppData\Local\Android\Sdk;D:\apache-tomcat-8.5.100\bin;%NVM_HOME%;%NVM_SYMLINK%;C:\Users\61002\AppData\Local\Microsoft\WindowsApps;D:\IntelliJ IDEA 2023.3.4\bin;;C:\Users\61002\AppData\Local\Programs\Microsoft VS Code\bin;D:\npm\node_global;D:\dev\nodejs\node_global;C:\Users\61002\AppData\Roaming\nvm;C:\Program Files\nodejs
- USERNAME=61002
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 191 Stepping 2, GenuineIntel
- --------------- S Y S T E M ---------------
- OS: Windows 10.0 , 64 bit Build 22621 (10.0.22621.3672)
- CPU:total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 191 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
- Memory: 4k page, physical 16434048k(594264k free), swap 42648444k(3196k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (25.221-b11) for windows-amd64 JRE (1.8.0_221-b11), built on Jul 4 2019 04:39:29 by "java_re" with MS VC++ 10.0 (VS2010)
- time: Wed Jul 03 18:06:40 2024
- timezone: �й���ʱ��
- elapsed time: 58 seconds (0d 0h 0m 58s)
|