123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- #
- # There is insufficient memory for the Java Runtime Environment to continue.
- # Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
- # 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:272), pid=26704, tid=0x0000000000006004
- #
- # JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 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 (0x000000001f824000): JavaThread "C2 CompilerThread7" daemon [_thread_in_native, id=24580, stack(0x0000000021f60000,0x0000000022060000)]
- Stack: [0x0000000021f60000,0x0000000022060000]
- [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: 17695 8568 4 com.sun.tools.javac.code.Types::union (166 bytes)
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x000000001f906000 JavaThread "Service Thread" daemon [_thread_blocked, id=33296, stack(0x0000000022560000,0x0000000022660000)]
- 0x000000001f824800 JavaThread "C1 CompilerThread11" daemon [_thread_in_native, id=30940, stack(0x0000000022460000,0x0000000022560000)]
- 0x000000001f823000 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=23484, stack(0x0000000022360000,0x0000000022460000)]
- 0x000000001f821800 JavaThread "C1 CompilerThread9" daemon [_thread_in_native, id=21400, stack(0x0000000022260000,0x0000000022360000)]
- 0x000000001f81e000 JavaThread "C1 CompilerThread8" daemon [_thread_in_native, id=22276, stack(0x0000000022060000,0x0000000022160000)]
- =>0x000000001f824000 JavaThread "C2 CompilerThread7" daemon [_thread_in_native, id=24580, stack(0x0000000021f60000,0x0000000022060000)]
- 0x000000001f81f800 JavaThread "C2 CompilerThread6" daemon [_thread_in_vm, id=26720, stack(0x0000000021e60000,0x0000000021f60000)]
- 0x000000001f80c000 JavaThread "C2 CompilerThread5" daemon [_thread_in_native, id=6488, stack(0x0000000021d60000,0x0000000021e60000)]
- 0x000000001f809000 JavaThread "C2 CompilerThread4" daemon [_thread_in_native, id=28464, stack(0x0000000021c60000,0x0000000021d60000)]
- 0x000000001f804800 JavaThread "C2 CompilerThread3" daemon [_thread_in_native, id=4772, stack(0x0000000021b60000,0x0000000021c60000)]
- 0x000000001f802800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=9976, stack(0x0000000021a60000,0x0000000021b60000)]
- 0x000000001f802000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=27432, stack(0x0000000021960000,0x0000000021a60000)]
- 0x000000001f801000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=21792, stack(0x0000000021860000,0x0000000021960000)]
- 0x000000001f7fc800 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=17852, stack(0x0000000021760000,0x0000000021860000)]
- 0x000000001f7d5000 JavaThread "Attach Listener" daemon [_thread_blocked, id=18460, stack(0x0000000021660000,0x0000000021760000)]
- 0x000000001f7d4000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11948, stack(0x0000000021560000,0x0000000021660000)]
- 0x000000001f75e800 JavaThread "Finalizer" daemon [_thread_blocked, id=8776, stack(0x00000000213f0000,0x00000000214f0000)]
- 0x000000001f758000 JavaThread "Reference Handler" daemon [_thread_blocked, id=16364, stack(0x00000000212f0000,0x00000000213f0000)]
- 0x00000000039a2800 JavaThread "main" [_thread_in_vm, id=31584, stack(0x00000000036a0000,0x00000000037a0000)]
- Other Threads:
- 0x000000001f735000 VMThread [stack: 0x00000000211f0000,0x00000000212f0000] [id=18612]
- 0x000000001f8af800 WatcherThread [stack: 0x0000000022660000,0x0000000022760000] [id=25236]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- heap address: 0x00000006c4400000, size: 4028 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 370176K, used 46932K [0x000000076c180000, 0x000000078b000000, 0x00000007c0000000)
- eden space 305152K, 2% used [0x000000076c180000,0x000000076ca58ca8,0x000000077eb80000)
- from space 65024K, 58% used [0x000000077eb80000,0x000000078107c3b8,0x0000000782b00000)
- to space 64512K, 0% used [0x0000000787100000,0x0000000787100000,0x000000078b000000)
- ParOldGen total 265216K, used 98022K [0x00000006c4400000, 0x00000006d4700000, 0x000000076c180000)
- object space 265216K, 36% used [0x00000006c4400000,0x00000006ca3b9ae8,0x00000006d4700000)
- Metaspace used 31611K, capacity 32450K, committed 32512K, reserved 1077248K
- class space used 3564K, capacity 3778K, committed 3840K, reserved 1048576K
- Card table byte_map: [0x0000000012e60000,0x0000000013640000] byte_map_base: 0x000000000f83e000
- Marking Bits: (ParMarkBitMap*) 0x000000005e965ce0
- Begin Bits: [0x0000000014a80000, 0x0000000018970000)
- End Bits: [0x0000000018970000, 0x000000001c860000)
- Polling page: 0x00000000013c0000
- CodeCache: size=245760Kb used=31304Kb max_used=31304Kb free=214455Kb
- bounds [0x0000000003aa0000, 0x0000000005960000, 0x0000000012aa0000]
- total_blobs=7400 nmethods=6962 adapters=347
- compilation: enabled
- Compilation events (10 events):
- Event: 17.692 Thread 0x000000001f824800 nmethod 8730 0x00000000058ee910 code [0x00000000058eea80, 0x00000000058eeca8]
- Event: 17.692 Thread 0x000000001f821800 nmethod 8729 0x000000000592a0d0 code [0x000000000592a240, 0x000000000592a3c8]
- Event: 17.692 Thread 0x000000001f824800 8733 3 com.sun.tools.javac.comp.Attr::check (219 bytes)
- Event: 17.692 Thread 0x000000001f821800 8723 3 com.sun.tools.javac.comp.Infer$IncorporationStep$7::apply (290 bytes)
- Event: 17.692 Thread 0x000000001f823000 nmethod 8731 0x000000000592ded0 code [0x000000000592e080, 0x000000000592e5c8]
- Event: 17.692 Thread 0x000000001f823000 8725 3 com.sun.tools.javac.comp.Infer$IncorporationStep$9::apply (226 bytes)
- Event: 17.693 Thread 0x000000001f81e000 nmethod 8732 0x000000000592c250 code [0x000000000592c480, 0x000000000592d5a8]
- Event: 17.693 Thread 0x000000001f81e000 8724 3 com.sun.tools.javac.comp.Infer$IncorporationStep$8::apply (121 bytes)
- Event: 17.694 Thread 0x000000001f81f800 nmethod 8717 0x000000000592be10 code [0x000000000592bf60, 0x000000000592c0d8]
- Event: 17.694 Thread 0x000000001f81f800 8718 4 java.util.EnumMap::isValidKey (36 bytes)
- GC Heap History (10 events):
- Event: 15.166 GC heap before
- {Heap before GC invocations=15 (full 1):
- PSYoungGen total 226816K, used 225700K [0x000000076c180000, 0x0000000781900000, 0x00000007c0000000)
- eden space 171520K, 100% used [0x000000076c180000,0x0000000776900000,0x0000000776900000)
- from space 55296K, 97% used [0x0000000776900000,0x0000000779de9270,0x0000000779f00000)
- to space 62976K, 0% used [0x000000077db80000,0x000000077db80000,0x0000000781900000)
- ParOldGen total 126976K, used 68438K [0x00000006c4400000, 0x00000006cc000000, 0x000000076c180000)
- object space 126976K, 53% used [0x00000006c4400000,0x00000006c86d5828,0x00000006cc000000)
- Metaspace used 30085K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3432K, capacity 3682K, committed 3712K, reserved 1048576K
- Event: 15.185 GC heap after
- Heap after GC invocations=15 (full 1):
- PSYoungGen total 284160K, used 50241K [0x000000076c180000, 0x0000000782d80000, 0x00000007c0000000)
- eden space 221184K, 0% used [0x000000076c180000,0x000000076c180000,0x0000000779980000)
- from space 62976K, 79% used [0x000000077db80000,0x0000000780c904d0,0x0000000781900000)
- to space 67584K, 0% used [0x0000000779980000,0x0000000779980000,0x000000077db80000)
- ParOldGen total 126976K, used 75011K [0x00000006c4400000, 0x00000006cc000000, 0x000000076c180000)
- object space 126976K, 59% used [0x00000006c4400000,0x00000006c8d40e18,0x00000006cc000000)
- Metaspace used 30085K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3432K, capacity 3682K, committed 3712K, reserved 1048576K
- }
- Event: 15.647 GC heap before
- {Heap before GC invocations=16 (full 1):
- PSYoungGen total 284160K, used 271425K [0x000000076c180000, 0x0000000782d80000, 0x00000007c0000000)
- eden space 221184K, 100% used [0x000000076c180000,0x0000000779980000,0x0000000779980000)
- from space 62976K, 79% used [0x000000077db80000,0x0000000780c904d0,0x0000000781900000)
- to space 67584K, 0% used [0x0000000779980000,0x0000000779980000,0x000000077db80000)
- ParOldGen total 126976K, used 75011K [0x00000006c4400000, 0x00000006cc000000, 0x000000076c180000)
- object space 126976K, 59% used [0x00000006c4400000,0x00000006c8d40e18,0x00000006cc000000)
- Metaspace used 30157K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3442K, capacity 3682K, committed 3712K, reserved 1048576K
- Event: 15.659 GC heap after
- Heap after GC invocations=16 (full 1):
- PSYoungGen total 288768K, used 8464K [0x000000076c180000, 0x0000000786d00000, 0x00000007c0000000)
- eden space 221184K, 0% used [0x000000076c180000,0x000000076c180000,0x0000000779980000)
- from space 67584K, 12% used [0x0000000779980000,0x000000077a1c4080,0x000000077db80000)
- to space 67584K, 0% used [0x0000000782b00000,0x0000000782b00000,0x0000000786d00000)
- ParOldGen total 126976K, used 101768K [0x00000006c4400000, 0x00000006cc000000, 0x000000076c180000)
- object space 126976K, 80% used [0x00000006c4400000,0x00000006ca7621a0,0x00000006cc000000)
- Metaspace used 30157K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3442K, capacity 3682K, committed 3712K, reserved 1048576K
- }
- Event: 15.659 GC heap before
- {Heap before GC invocations=17 (full 2):
- PSYoungGen total 288768K, used 8464K [0x000000076c180000, 0x0000000786d00000, 0x00000007c0000000)
- eden space 221184K, 0% used [0x000000076c180000,0x000000076c180000,0x0000000779980000)
- from space 67584K, 12% used [0x0000000779980000,0x000000077a1c4080,0x000000077db80000)
- to space 67584K, 0% used [0x0000000782b00000,0x0000000782b00000,0x0000000786d00000)
- ParOldGen total 126976K, used 101768K [0x00000006c4400000, 0x00000006cc000000, 0x000000076c180000)
- object space 126976K, 80% used [0x00000006c4400000,0x00000006ca7621a0,0x00000006cc000000)
- Metaspace used 30157K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3442K, capacity 3682K, committed 3712K, reserved 1048576K
- Event: 15.826 GC heap after
- Heap after GC invocations=17 (full 2):
- PSYoungGen total 288768K, used 0K [0x000000076c180000, 0x0000000786d00000, 0x00000007c0000000)
- eden space 221184K, 0% used [0x000000076c180000,0x000000076c180000,0x0000000779980000)
- from space 67584K, 0% used [0x0000000779980000,0x0000000779980000,0x000000077db80000)
- to space 67584K, 0% used [0x0000000782b00000,0x0000000782b00000,0x0000000786d00000)
- ParOldGen total 265216K, used 98006K [0x00000006c4400000, 0x00000006d4700000, 0x000000076c180000)
- object space 265216K, 36% used [0x00000006c4400000,0x00000006ca3b5ae8,0x00000006d4700000)
- Metaspace used 30157K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3442K, capacity 3682K, committed 3712K, reserved 1048576K
- }
- Event: 16.460 GC heap before
- {Heap before GC invocations=18 (full 2):
- PSYoungGen total 288768K, used 221184K [0x000000076c180000, 0x0000000786d00000, 0x00000007c0000000)
- eden space 221184K, 100% used [0x000000076c180000,0x0000000779980000,0x0000000779980000)
- from space 67584K, 0% used [0x0000000779980000,0x0000000779980000,0x000000077db80000)
- to space 67584K, 0% used [0x0000000782b00000,0x0000000782b00000,0x0000000786d00000)
- ParOldGen total 265216K, used 98006K [0x00000006c4400000, 0x00000006d4700000, 0x000000076c180000)
- object space 265216K, 36% used [0x00000006c4400000,0x00000006ca3b5ae8,0x00000006d4700000)
- Metaspace used 30180K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3442K, capacity 3682K, committed 3712K, reserved 1048576K
- Event: 16.470 GC heap after
- Heap after GC invocations=18 (full 2):
- PSYoungGen total 371200K, used 31401K [0x000000076c180000, 0x0000000786b80000, 0x00000007c0000000)
- eden space 305152K, 0% used [0x000000076c180000,0x000000076c180000,0x000000077eb80000)
- from space 66048K, 47% used [0x0000000782b00000,0x00000007849aa7f0,0x0000000786b80000)
- to space 65024K, 0% used [0x000000077eb80000,0x000000077eb80000,0x0000000782b00000)
- ParOldGen total 265216K, used 98014K [0x00000006c4400000, 0x00000006d4700000, 0x000000076c180000)
- object space 265216K, 36% used [0x00000006c4400000,0x00000006ca3b7ae8,0x00000006d4700000)
- Metaspace used 30180K, capacity 31010K, committed 31104K, reserved 1077248K
- class space used 3442K, capacity 3682K, committed 3712K, reserved 1048576K
- }
- Event: 17.669 GC heap before
- {Heap before GC invocations=19 (full 2):
- PSYoungGen total 371200K, used 336553K [0x000000076c180000, 0x0000000786b80000, 0x00000007c0000000)
- eden space 305152K, 100% used [0x000000076c180000,0x000000077eb80000,0x000000077eb80000)
- from space 66048K, 47% used [0x0000000782b00000,0x00000007849aa7f0,0x0000000786b80000)
- to space 65024K, 0% used [0x000000077eb80000,0x000000077eb80000,0x0000000782b00000)
- ParOldGen total 265216K, used 98014K [0x00000006c4400000, 0x00000006d4700000, 0x000000076c180000)
- object space 265216K, 36% used [0x00000006c4400000,0x00000006ca3b7ae8,0x00000006d4700000)
- Metaspace used 31560K, capacity 32450K, committed 32512K, reserved 1077248K
- class space used 3558K, capacity 3778K, committed 3840K, reserved 1048576K
- Event: 17.680 GC heap after
- Heap after GC invocations=19 (full 2):
- PSYoungGen total 370176K, used 37872K [0x000000076c180000, 0x000000078b000000, 0x00000007c0000000)
- eden space 305152K, 0% used [0x000000076c180000,0x000000076c180000,0x000000077eb80000)
- from space 65024K, 58% used [0x000000077eb80000,0x000000078107c3b8,0x0000000782b00000)
- to space 64512K, 0% used [0x0000000787100000,0x0000000787100000,0x000000078b000000)
- ParOldGen total 265216K, used 98022K [0x00000006c4400000, 0x00000006d4700000, 0x000000076c180000)
- object space 265216K, 36% used [0x00000006c4400000,0x00000006ca3b9ae8,0x00000006d4700000)
- Metaspace used 31560K, capacity 32450K, committed 32512K, reserved 1077248K
- class space used 3558K, capacity 3778K, committed 3840K, reserved 1048576K
- }
- Deoptimization events (10 events):
- Event: 17.683 Thread 0x00000000039a2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004200664 method=com.sun.tools.javac.code.Type.isErroneous(Lcom/sun/tools/javac/util/List;)Z @ 19
- Event: 17.683 Thread 0x00000000039a2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000050e1378 method=com.sun.tools.javac.comp.Resolve.accessInternal(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;L
- Event: 17.684 Thread 0x00000000039a2800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000441fb68 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 149
- Event: 17.686 Thread 0x00000000039a2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000050c49c4 method=com.sun.tools.javac.code.Types.wildLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
- Event: 17.687 Thread 0x00000000039a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000050c4ea4 method=com.sun.tools.javac.code.Type.containsAny(Lcom/sun/tools/javac/util/List;)Z @ 20
- Event: 17.690 Thread 0x00000000039a2800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000058fee68 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 324
- Event: 17.690 Thread 0x00000000039a2800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000058fee68 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 324
- Event: 17.691 Thread 0x00000000039a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000005716d20 method=com.sun.tools.javac.code.Type.containsAny(Lcom/sun/tools/javac/util/List;)Z @ 20
- Event: 17.692 Thread 0x00000000039a2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004852644 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
- Event: 17.692 Thread 0x00000000039a2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000046a22d0 method=com.sun.tools.javac.code.Type.isCompound()Z @ 23
- Classes redefined (0 events):
- No events
- Internal exceptions (10 events):
- Event: 13.512 Thread 0x00000000039a2800 Implicit null exception at 0x0000000004536b73 to 0x0000000004536fb9
- Event: 13.514 Thread 0x00000000039a2800 Implicit null exception at 0x0000000004459f55 to 0x000000000445a171
- Event: 14.616 Thread 0x00000000039a2800 Implicit null exception at 0x0000000004f2f397 to 0x0000000004f2f63f
- Event: 14.773 Thread 0x00000000039a2800 Implicit null exception at 0x00000000051367f0 to 0x000000000513819d
- Event: 14.774 Thread 0x00000000039a2800 Implicit null exception at 0x0000000003d75072 to 0x0000000003d75539
- Event: 15.545 Thread 0x00000000039a2800 Implicit null exception at 0x00000000050d33cf to 0x00000000050d34d5
- Event: 15.844 Thread 0x00000000039a2800 Implicit null exception at 0x000000000522f83b to 0x000000000523176d
- Event: 16.610 Thread 0x00000000039a2800 Implicit null exception at 0x0000000004395cf3 to 0x00000000043968f5
- Event: 17.367 Thread 0x00000000039a2800 Implicit null exception at 0x0000000005317edd to 0x0000000005318aa1
- Event: 17.368 Thread 0x00000000039a2800 Implicit null exception at 0x00000000053dd461 to 0x00000000053de199
- Events (10 events):
- Event: 17.692 Thread 0x00000000039a2800 Uncommon trap: trap_request=0xffffffde fr.pc=0x0000000004852644
- Event: 17.692 Thread 0x00000000039a2800 DEOPT PACKING pc=0x0000000004852644 sp=0x000000000379c140
- Event: 17.692 Thread 0x00000000039a2800 DEOPT UNPACKING pc=0x0000000003ae583b sp=0x000000000379c0d8 mode 2
- Event: 17.692 Thread 0x00000000039a2800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00000000046a22d0
- Event: 17.692 Thread 0x00000000039a2800 DEOPT PACKING pc=0x00000000046a22d0 sp=0x000000000379c150
- Event: 17.692 Thread 0x00000000039a2800 DEOPT UNPACKING pc=0x0000000003ae583b sp=0x000000000379c0e0 mode 2
- Event: 17.693 loading class com/sun/tools/javac/comp/Resolve$ReferenceLookupHelper$1
- Event: 17.693 loading class com/sun/tools/javac/comp/Resolve$ReferenceLookupHelper$1 done
- Event: 17.694 loading class com/sun/tools/javac/comp/Resolve$UnboundMethodReferenceLookupHelper
- Event: 17.694 loading class com/sun/tools/javac/comp/Resolve$UnboundMethodReferenceLookupHelper done
- Dynamic libraries:
- 0x00007ff775690000 - 0x00007ff7756c7000 D:\application\java\jdk\bin\java.exe
- 0x00007ffefb6e0000 - 0x00007ffefb8e9000 C:\Windows\SYSTEM32\ntdll.dll
- 0x00007ffeface0000 - 0x00007ffefad9d000 C:\Windows\System32\KERNEL32.DLL
- 0x00007ffef8c30000 - 0x00007ffef8fad000 C:\Windows\System32\KERNELBASE.dll
- 0x00007ffefada0000 - 0x00007ffefae4e000 C:\Windows\System32\ADVAPI32.dll
- 0x00007ffef9980000 - 0x00007ffef9a23000 C:\Windows\System32\msvcrt.dll
- 0x00007ffefac40000 - 0x00007ffefacde000 C:\Windows\System32\sechost.dll
- 0x00007ffef9c40000 - 0x00007ffef9d60000 C:\Windows\System32\RPCRT4.dll
- 0x00007ffef9a30000 - 0x00007ffef9bdd000 C:\Windows\System32\USER32.dll
- 0x00007ffef9540000 - 0x00007ffef9566000 C:\Windows\System32\win32u.dll
- 0x00007ffefaaf0000 - 0x00007ffefab19000 C:\Windows\System32\GDI32.dll
- 0x00007ffef8fb0000 - 0x00007ffef90c8000 C:\Windows\System32\gdi32full.dll
- 0x00007ffef9330000 - 0x00007ffef93cd000 C:\Windows\System32\msvcp_win.dll
- 0x00007ffef90d0000 - 0x00007ffef91e1000 C:\Windows\System32\ucrtbase.dll
- 0x00007ffed30a0000 - 0x00007ffed3345000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\COMCTL32.dll
- 0x00007ffef9610000 - 0x00007ffef9641000 C:\Windows\System32\IMM32.DLL
- 0x000000005e9f0000 - 0x000000005eac2000 D:\application\java\jdk\jre\bin\msvcr100.dll
- 0x000000005e140000 - 0x000000005e9e5000 D:\application\java\jdk\jre\bin\server\jvm.dll
- 0x00007ffef9900000 - 0x00007ffef9908000 C:\Windows\System32\PSAPI.DLL
- 0x00007ffef0780000 - 0x00007ffef0789000 C:\Windows\SYSTEM32\WSOCK32.dll
- 0x00007ffee9350000 - 0x00007ffee935a000 C:\Windows\SYSTEM32\VERSION.dll
- 0x00007ffef31d0000 - 0x00007ffef3203000 C:\Windows\SYSTEM32\WINMM.dll
- 0x00007ffef9800000 - 0x00007ffef986f000 C:\Windows\System32\WS2_32.dll
- 0x00007ffeddaf0000 - 0x00007ffeddaff000 D:\application\java\jdk\jre\bin\verify.dll
- 0x00007ffebc7b0000 - 0x00007ffebc7d9000 D:\application\java\jdk\jre\bin\java.dll
- 0x00007ffedd5b0000 - 0x00007ffedd5d3000 D:\application\java\jdk\jre\bin\instrument.dll
- 0x00007ffecb420000 - 0x00007ffecb436000 D:\application\java\jdk\jre\bin\zip.dll
- 0x00007ffef9ea0000 - 0x00007ffefa658000 C:\Windows\System32\SHELL32.dll
- 0x00007ffef6cd0000 - 0x00007ffef7538000 C:\Windows\SYSTEM32\windows.storage.dll
- 0x00007ffefb2a0000 - 0x00007ffefb619000 C:\Windows\System32\combase.dll
- 0x00007ffef6b60000 - 0x00007ffef6cc6000 C:\Windows\SYSTEM32\wintypes.dll
- 0x00007ffef9700000 - 0x00007ffef97ea000 C:\Windows\System32\SHCORE.dll
- 0x00007ffef9890000 - 0x00007ffef98ed000 C:\Windows\System32\shlwapi.dll
- 0x00007ffef8af0000 - 0x00007ffef8b11000 C:\Windows\SYSTEM32\profapi.dll
- 0x00007ffec9960000 - 0x00007ffec997a000 D:\application\jetbrains\idea\IntelliJ IDEA 2021.3.1\bin\breakgen64.dll
- 0x00007ffecaf20000 - 0x00007ffecaf3a000 D:\application\java\jdk\jre\bin\net.dll
- 0x00007ffeed430000 - 0x00007ffeed61f000 C:\Windows\SYSTEM32\urlmon.dll
- 0x00007ffeed0d0000 - 0x00007ffeed383000 C:\Windows\SYSTEM32\iertutil.dll
- 0x00007ffeed390000 - 0x00007ffeed3b8000 C:\Windows\SYSTEM32\srvcli.dll
- 0x00007ffef7860000 - 0x00007ffef786c000 C:\Windows\SYSTEM32\netutils.dll
- 0x00007ffef8190000 - 0x00007ffef81f7000 C:\Windows\system32\mswsock.dll
- 0x00007ffec9fb0000 - 0x00007ffec9fc2000 D:\application\java\jdk\jre\bin\nio.dll
- 0x00007ffeb8e80000 - 0x00007ffeb8ea4000 D:\application\java\jdk\jre\bin\sunec.dll
- 0x00007ffef7870000 - 0x00007ffef789d000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
- 0x00007ffef97f0000 - 0x00007ffef97f9000 C:\Windows\System32\NSI.dll
- 0x00007ffeefa90000 - 0x00007ffeefaa9000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
- 0x00007ffeefd40000 - 0x00007ffeefd5e000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
- 0x00007ffef78e0000 - 0x00007ffef79c8000 C:\Windows\SYSTEM32\DNSAPI.dll
- 0x00007ffef8460000 - 0x00007ffef8478000 C:\Windows\SYSTEM32\CRYPTSP.dll
- 0x00007ffef7cd0000 - 0x00007ffef7d05000 C:\Windows\system32\rsaenh.dll
- 0x00007ffef8230000 - 0x00007ffef8259000 C:\Windows\SYSTEM32\USERENV.dll
- 0x00007ffef85a0000 - 0x00007ffef85c7000 C:\Windows\SYSTEM32\bcrypt.dll
- 0x00007ffef91f0000 - 0x00007ffef926f000 C:\Windows\System32\bcryptprimitives.dll
- 0x00007ffef8380000 - 0x00007ffef838c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
- 0x00007ffee78f0000 - 0x00007ffee793b000 C:\Program Files (x86)\Sangfor\SSL\ClientComponent\SangforNspX64.dll
- 0x00007ffefae50000 - 0x00007ffefafea000 C:\Windows\System32\ole32.dll
- 0x00007ffef9dc0000 - 0x00007ffef9e96000 C:\Windows\System32\OLEAUT32.dll
- 0x00007ffeeea90000 - 0x00007ffeeea9a000 C:\Windows\System32\rasadhlp.dll
- 0x00007ffeecf40000 - 0x00007ffeecfc1000 C:\Windows\System32\fwpuclnt.dll
- VM Arguments:
- jvm_args: -Dmaven.multiModuleProjectDirectory=D:\developer\workspace\geidco\geidco_dev\dcp-meeting-service -Dmaven.home=D:\developer\apache-maven-3.3.9 -Dclassworlds.conf=D:\developer\apache-maven-3.3.9\bin\m2.conf -Dmaven.ext.class.path=D:\application\jetbrains\idea\IntelliJ IDEA 2021.3.1\plugins\maven\lib\maven-event-listener.jar -javaagent:D:\application\jetbrains\idea\IntelliJ IDEA 2021.3.1\lib\idea_rt.jar=6240:D:\application\jetbrains\idea\IntelliJ IDEA 2021.3.1\bin -Dfile.encoding=UTF-8
- java_command: org.codehaus.classworlds.Launcher -Didea.version=2021.3.1 -s D:\developer\apache-maven-3.3.9\conf\settings4.xml package
- java_class_path (initial): D:\developer\apache-maven-3.3.9\boot\plexus-classworlds-2.5.2.jar;D:\application\jetbrains\idea\IntelliJ IDEA 2021.3.1\lib\idea_rt.jar
- Launcher Type: SUN_STANDARD
- Environment Variables:
- JAVA_HOME=D:\application\java\jdk
- PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\application\java\jdk\bin;D:\developer\apache-maven-3.3.9\bin;C:\Windows\System32\HWAudioDriverLibs;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\application\svn\bin;D:\application\git\Git\cmd;D:\application\nodejs\;C:\Program Files\dotnet\;D:\application\wechatdev\微信web开发者工具\dll;D:\application\xshell\;D:\application\xftp\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\baidu\AppData\Local\Microsoft\WindowsApps;C:\Users\baidu\AppData\Roaming\npm
- USERNAME=xiaoyu
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel
- --------------- S Y S T E M ---------------
- OS: Windows 10.0 , 64 bit Build 22000 (10.0.22000.708)
- CPU:total 20 (initial active 20) (10 cores per cpu, 2 threads per core) family 6 model 154 stepping 3, 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 16497272k(325968k free), swap 32225908k(5792k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (25.202-b08) for windows-amd64 JRE (1.8.0_202-b08), built on Dec 15 2018 19:54:30 by "java_re" with MS VC++ 10.0 (VS2010)
- time: Fri Sep 09 09:36:55 2022
- timezone: 中国标准时间
- elapsed time: 17 seconds (0d 0h 0m 17s)
|