123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309 |
- #
- # There is insufficient memory for the Java Runtime Environment to continue.
- # Native memory allocation (malloc) failed to allocate 249136 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=12424, tid=0x0000000000000870
- #
- # JRE version: Java(TM) SE Runtime Environment (8.0_411) (build 1.8.0_411-b09)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.411-b09 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 (0x0000015baca35800): JavaThread "C2 CompilerThread6" daemon [_thread_in_native, id=2160, stack(0x0000003a13600000,0x0000003a13700000)]
-
- Stack: [0x0000003a13600000,0x0000003a13700000]
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- V [jvm.dll+0x3540d9]
-
-
- Current CompileTask:
- C2: 13982 4301 4 java.io.DataInputStream::readUTF (501 bytes)
-
-
- --------------- P R O C E S S ---------------
-
- Java Threads: ( => current thread )
- 0x0000015bae54a800 JavaThread "Thread-2" daemon [_thread_blocked, id=12644, stack(0x0000003a13e00000,0x0000003a13f00000)]
- 0x0000015baca8c800 JavaThread "Service Thread" daemon [_thread_blocked, id=12564, stack(0x0000003a13c00000,0x0000003a13d00000)]
- 0x0000015baca63000 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=28560, stack(0x0000003a13b00000,0x0000003a13c00000)]
- 0x0000015baca5a800 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=16976, stack(0x0000003a13a00000,0x0000003a13b00000)]
- 0x0000015baca51800 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=33640, stack(0x0000003a13900000,0x0000003a13a00000)]
- 0x0000015baca47000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=17468, stack(0x0000003a13800000,0x0000003a13900000)]
- 0x0000015baca46000 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=9508, stack(0x0000003a13700000,0x0000003a13800000)]
- =>0x0000015baca35800 JavaThread "C2 CompilerThread6" daemon [_thread_in_native, id=2160, stack(0x0000003a13600000,0x0000003a13700000)]
- 0x0000015baca33800 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=8988, stack(0x0000003a13500000,0x0000003a13600000)]
- 0x0000015baca0d000 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=31620, stack(0x0000003a13400000,0x0000003a13500000)]
- 0x0000015baca02000 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=5452, stack(0x0000003a13300000,0x0000003a13400000)]
- 0x0000015baca01800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=28232, stack(0x0000003a13200000,0x0000003a13300000)]
- 0x0000015bac9fd800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=22984, stack(0x0000003a13100000,0x0000003a13200000)]
- 0x0000015bac9f9000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=32468, stack(0x0000003a13000000,0x0000003a13100000)]
- 0x0000015ba9c9e000 JavaThread "Attach Listener" daemon [_thread_blocked, id=31728, stack(0x0000003a12f00000,0x0000003a13000000)]
- 0x0000015bac9f0800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=18900, stack(0x0000003a12e00000,0x0000003a12f00000)]
- 0x0000015bac980800 JavaThread "Finalizer" daemon [_thread_blocked, id=23132, stack(0x0000003a12d00000,0x0000003a12e00000)]
- 0x0000015ba9c80800 JavaThread "Reference Handler" daemon [_thread_blocked, id=30844, stack(0x0000003a12c00000,0x0000003a12d00000)]
- 0x0000015b8f171000 JavaThread "main" [_thread_in_vm, id=29284, stack(0x0000003a11d00000,0x0000003a11e00000)]
-
- Other Threads:
- 0x0000015ba9c75000 VMThread [stack: 0x0000003a12b00000,0x0000003a12c00000] [id=8676]
- 0x0000015bacae6000 WatcherThread [stack: 0x0000003a13d00000,0x0000003a13e00000] [id=14776]
-
- VM state:not at safepoint (normal execution)
-
- VM Mutex/Monitor currently owned by a thread: None
-
- heap address: 0x00000006c5000000, size: 4016 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 75264K, used 23179K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 35% used [0x000000076c580000,0x000000076dc22fb8,0x0000000770480000)
- from space 10752K, 0% used [0x0000000770480000,0x0000000770480000,0x0000000770f00000)
- to space 10752K, 0% used [0x0000000770f00000,0x0000000770f00000,0x0000000771980000)
- ParOldGen total 83456K, used 13875K [0x00000006c5000000, 0x00000006ca180000, 0x000000076c580000)
- object space 83456K, 16% used [0x00000006c5000000,0x00000006c5d8cc20,0x00000006ca180000)
- Metaspace used 21645K, capacity 22574K, committed 22832K, reserved 1069056K
- class space used 2615K, capacity 2841K, committed 2944K, reserved 1048576K
-
- Card table byte_map: [0x0000015b9ff20000,0x0000015ba0700000] byte_map_base: 0x0000015b9c8f8000
-
- Marking Bits: (ParMarkBitMap*) 0x00007ff91b8470d0
- Begin Bits: [0x0000015ba0c40000, 0x0000015ba4b00000)
- End Bits: [0x0000015ba4b00000, 0x0000015ba89c0000)
-
- Polling page: 0x0000015b8f2f0000
-
- CodeCache: size=245760Kb used=14484Kb max_used=15216Kb free=231275Kb
- bounds [0x0000015b90b60000, 0x0000015b91a50000, 0x0000015b9fb60000]
- total_blobs=4289 nmethods=3874 adapters=324
- compilation: enabled
-
- Compilation events (10 events):
- Event: 13.970 Thread 0x0000015bac9f9000 nmethod 4296 0x0000015b911459d0 code [0x0000015b91145b00, 0x0000015b91145b98]
- Event: 13.970 Thread 0x0000015baca5a800 4297 3 java.lang.invoke.MethodHandles$Lookup::checkMethod (83 bytes)
- Event: 13.970 Thread 0x0000015baca51800 4298 3 java.lang.invoke.MethodHandles$Lookup::maybeBindCaller (44 bytes)
- Event: 13.970 Thread 0x0000015baca47000 4299 3 java.lang.invoke.MethodHandleNatives::isCallerSensitive (29 bytes)
- Event: 13.970 Thread 0x0000015baca63000 4300 3 java.lang.invoke.MethodHandleNatives::canBeCalledVirtual (132 bytes)
- Event: 13.970 Thread 0x0000015baca5a800 nmethod 4297 0x0000015b91518c90 code [0x0000015b91518e60, 0x0000015b915198a0]
- Event: 13.971 Thread 0x0000015baca63000 nmethod 4300 0x0000015b9118d6d0 code [0x0000015b9118d8c0, 0x0000015b9118e1e0]
- Event: 13.971 Thread 0x0000015baca51800 nmethod 4298 0x0000015b91109450 code [0x0000015b91109620, 0x0000015b91109f80]
- Event: 13.971 Thread 0x0000015baca47000 nmethod 4299 0x0000015b90e930d0 code [0x0000015b90e93280, 0x0000015b90e93910]
- Event: 13.977 Thread 0x0000015baca35800 4301 4 java.io.DataInputStream::readUTF (501 bytes)
-
- GC Heap History (8 events):
- Event: 6.012 GC heap before
- {Heap before GC invocations=1 (full 0):
- PSYoungGen total 75264K, used 64512K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 100% used [0x000000076c580000,0x0000000770480000,0x0000000770480000)
- from space 10752K, 0% used [0x0000000770f00000,0x0000000770f00000,0x0000000771980000)
- to space 10752K, 0% used [0x0000000770480000,0x0000000770480000,0x0000000770f00000)
- ParOldGen total 172032K, used 0K [0x00000006c5000000, 0x00000006cf800000, 0x000000076c580000)
- object space 172032K, 0% used [0x00000006c5000000,0x00000006c5000000,0x00000006cf800000)
- Metaspace used 12654K, capacity 12972K, committed 13312K, reserved 1060864K
- class space used 1562K, capacity 1711K, committed 1792K, reserved 1048576K
- Event: 6.018 GC heap after
- Heap after GC invocations=1 (full 0):
- PSYoungGen total 75264K, used 10544K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 0% used [0x000000076c580000,0x000000076c580000,0x0000000770480000)
- from space 10752K, 98% used [0x0000000770480000,0x0000000770ecc1d0,0x0000000770f00000)
- to space 10752K, 0% used [0x0000000770f00000,0x0000000770f00000,0x0000000771980000)
- ParOldGen total 172032K, used 24K [0x00000006c5000000, 0x00000006cf800000, 0x000000076c580000)
- object space 172032K, 0% used [0x00000006c5000000,0x00000006c5006000,0x00000006cf800000)
- Metaspace used 12654K, capacity 12972K, committed 13312K, reserved 1060864K
- class space used 1562K, capacity 1711K, committed 1792K, reserved 1048576K
- }
- Event: 7.505 GC heap before
- {Heap before GC invocations=2 (full 0):
- PSYoungGen total 75264K, used 75056K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 100% used [0x000000076c580000,0x0000000770480000,0x0000000770480000)
- from space 10752K, 98% used [0x0000000770480000,0x0000000770ecc1d0,0x0000000770f00000)
- to space 10752K, 0% used [0x0000000770f00000,0x0000000770f00000,0x0000000771980000)
- ParOldGen total 172032K, used 24K [0x00000006c5000000, 0x00000006cf800000, 0x000000076c580000)
- object space 172032K, 0% used [0x00000006c5000000,0x00000006c5006000,0x00000006cf800000)
- Metaspace used 19597K, capacity 20352K, committed 20608K, reserved 1067008K
- class space used 2447K, capacity 2664K, committed 2688K, reserved 1048576K
- Event: 7.514 GC heap after
- Heap after GC invocations=2 (full 0):
- PSYoungGen total 75264K, used 10747K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 0% used [0x000000076c580000,0x000000076c580000,0x0000000770480000)
- from space 10752K, 99% used [0x0000000770f00000,0x000000077197ef10,0x0000000771980000)
- to space 10752K, 0% used [0x0000000770480000,0x0000000770480000,0x0000000770f00000)
- ParOldGen total 172032K, used 2445K [0x00000006c5000000, 0x00000006cf800000, 0x000000076c580000)
- object space 172032K, 1% used [0x00000006c5000000,0x00000006c52635a0,0x00000006cf800000)
- Metaspace used 19597K, capacity 20352K, committed 20608K, reserved 1067008K
- class space used 2447K, capacity 2664K, committed 2688K, reserved 1048576K
- }
- Event: 11.466 GC heap before
- {Heap before GC invocations=3 (full 0):
- PSYoungGen total 75264K, used 69634K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 91% used [0x000000076c580000,0x000000076ff01c88,0x0000000770480000)
- from space 10752K, 99% used [0x0000000770f00000,0x000000077197ef10,0x0000000771980000)
- to space 10752K, 0% used [0x0000000770480000,0x0000000770480000,0x0000000770f00000)
- ParOldGen total 172032K, used 2445K [0x00000006c5000000, 0x00000006cf800000, 0x000000076c580000)
- object space 172032K, 1% used [0x00000006c5000000,0x00000006c52635a0,0x00000006cf800000)
- Metaspace used 20318K, capacity 21114K, committed 21296K, reserved 1069056K
- class space used 2482K, capacity 2681K, committed 2688K, reserved 1048576K
- Event: 11.477 GC heap after
- Heap after GC invocations=3 (full 0):
- PSYoungGen total 75264K, used 10736K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 0% used [0x000000076c580000,0x000000076c580000,0x0000000770480000)
- from space 10752K, 99% used [0x0000000770480000,0x0000000770efc040,0x0000000770f00000)
- to space 10752K, 0% used [0x0000000770f00000,0x0000000770f00000,0x0000000771980000)
- ParOldGen total 172032K, used 5851K [0x00000006c5000000, 0x00000006cf800000, 0x000000076c580000)
- object space 172032K, 3% used [0x00000006c5000000,0x00000006c55b6fe8,0x00000006cf800000)
- Metaspace used 20318K, capacity 21114K, committed 21296K, reserved 1069056K
- class space used 2482K, capacity 2681K, committed 2688K, reserved 1048576K
- }
- Event: 11.477 GC heap before
- {Heap before GC invocations=4 (full 1):
- PSYoungGen total 75264K, used 10736K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 0% used [0x000000076c580000,0x000000076c580000,0x0000000770480000)
- from space 10752K, 99% used [0x0000000770480000,0x0000000770efc040,0x0000000770f00000)
- to space 10752K, 0% used [0x0000000770f00000,0x0000000770f00000,0x0000000771980000)
- ParOldGen total 172032K, used 5851K [0x00000006c5000000, 0x00000006cf800000, 0x000000076c580000)
- object space 172032K, 3% used [0x00000006c5000000,0x00000006c55b6fe8,0x00000006cf800000)
- Metaspace used 20318K, capacity 21114K, committed 21296K, reserved 1069056K
- class space used 2482K, capacity 2681K, committed 2688K, reserved 1048576K
- Event: 11.537 GC heap after
- Heap after GC invocations=4 (full 1):
- PSYoungGen total 75264K, used 0K [0x000000076c580000, 0x0000000771980000, 0x00000007c0000000)
- eden space 64512K, 0% used [0x000000076c580000,0x000000076c580000,0x0000000770480000)
- from space 10752K, 0% used [0x0000000770480000,0x0000000770480000,0x0000000770f00000)
- to space 10752K, 0% used [0x0000000770f00000,0x0000000770f00000,0x0000000771980000)
- ParOldGen total 83456K, used 13875K [0x00000006c5000000, 0x00000006ca180000, 0x000000076c580000)
- object space 83456K, 16% used [0x00000006c5000000,0x00000006c5d8cc20,0x00000006ca180000)
- Metaspace used 20318K, capacity 21114K, committed 21296K, reserved 1069056K
- class space used 2482K, capacity 2681K, committed 2688K, reserved 1048576K
- }
-
- Deoptimization events (10 events):
- Event: 11.952 Thread 0x0000015b8f171000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000015b9199fd7c method=org.apache.maven.model.merge.ModelMerger$MergingList.mergeAll(Ljava/util/Collection;Lorg/apache/maven/model/merge/ModelMerger$Remapping;)V @ 171
- Event: 13.066 Thread 0x0000015b8f171000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000015b918c410c method=org.codehaus.plexus.util.StringUtils.isNotEmpty(Ljava/lang/String;)Z @ 8
- Event: 13.924 Thread 0x0000015b8f171000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000015b912b820c method=sun.net.www.protocol.jar.Handler.parseURL(Ljava/net/URL;Ljava/lang/String;II)V @ 116
- Event: 13.932 Thread 0x0000015b8f171000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000015b91433d60 method=com.google.inject.internal.LinkedBindingImpl.acceptTargetVisitor(Lcom/google/inject/spi/BindingTargetVisitor;)Ljava/lang/Object; @ 2
- Event: 13.932 Thread 0x0000015b8f171000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000015b91433d60 method=com.google.inject.internal.LinkedBindingImpl.acceptTargetVisitor(Lcom/google/inject/spi/BindingTargetVisitor;)Ljava/lang/Object; @ 2
- Event: 13.942 Thread 0x0000015b8f171000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000015b91433d60 method=com.google.inject.internal.LinkedBindingImpl.acceptTargetVisitor(Lcom/google/inject/spi/BindingTargetVisitor;)Ljava/lang/Object; @ 2
- Event: 13.942 Thread 0x0000015b8f171000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000015b91433d60 method=com.google.inject.internal.LinkedBindingImpl.acceptTargetVisitor(Lcom/google/inject/spi/BindingTargetVisitor;)Ljava/lang/Object; @ 2
- Event: 13.944 Thread 0x0000015b8f171000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000015b919c2b60 method=com.google.inject.internal.InjectorImpl.enterContext()Lcom/google/inject/internal/InternalContext; @ 7
- Event: 13.964 Thread 0x0000015b8f171000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000015b917050d0 method=java.util.regex.Pattern.has(I)Z @ 6
- Event: 13.974 Thread 0x0000015b8f171000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000015b911d51b0 method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1
-
- Classes redefined (0 events):
- No events
-
- Internal exceptions (10 events):
- Event: 6.687 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b9152b702 to 0x0000015b9152ca7d
- Event: 7.201 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b91671483 to 0x0000015b916716cd
- Event: 8.051 Thread 0x0000015b8f171000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$and$0(Ljava/util/function/Predicate;Ljava/lang/Object;)Z> (0x000000076c9adee0) thrown at [C:\jenkins\workspace\8-2-build-windows-x64-cygwin-sans-NAS\jdk8u411\893\hotspot\src\share\vm\inte
- Event: 8.430 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b9179e568 to 0x0000015b9179fd31
- Event: 10.058 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b918697c2 to 0x0000015b9186990a
- Event: 11.466 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b911ee595 to 0x0000015b911ee795
- Event: 11.541 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b911f3aef to 0x0000015b911f3b59
- Event: 11.637 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b91926a08 to 0x0000015b91927019
- Event: 13.944 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b919c2816 to 0x0000015b919c2b51
- Event: 13.974 Thread 0x0000015b8f171000 Implicit null exception at 0x0000015b911d5118 to 0x0000015b911d51a6
-
- Events (10 events):
- Event: 13.978 loading class java/io/Externalizable
- Event: 13.978 loading class java/io/Externalizable done
- Event: 13.978 loading class java/time/zone/Ser done
- Event: 13.978 loading class java/time/zone/ZoneRules
- Event: 13.978 loading class java/time/zone/ZoneRules done
- Event: 13.978 loading class java/time/zone/ZoneOffsetTransitionRule
- Event: 13.978 loading class java/time/zone/ZoneOffsetTransitionRule done
- Event: 13.978 loading class java/time/LocalDateTime
- Event: 13.979 loading class java/time/LocalDateTime done
- Event: 13.979 loading class java/time/ZoneOffset
-
-
- Dynamic libraries:
- 0x00007ff7cd6d0000 - 0x00007ff7cd71a000 D:\Dev\Java\jdk-1.8\bin\java.exe
- 0x00007ff9767b0000 - 0x00007ff9769c7000 C:\WINDOWS\SYSTEM32\ntdll.dll
- 0x00007ff975280000 - 0x00007ff975344000 C:\WINDOWS\System32\KERNEL32.DLL
- 0x00007ff973df0000 - 0x00007ff9741c0000 C:\WINDOWS\System32\KERNELBASE.dll
- 0x00007ff9744a0000 - 0x00007ff974551000 C:\WINDOWS\System32\ADVAPI32.dll
- 0x00007ff975bc0000 - 0x00007ff975c67000 C:\WINDOWS\System32\msvcrt.dll
- 0x00007ff975860000 - 0x00007ff975907000 C:\WINDOWS\System32\sechost.dll
- 0x00007ff973a90000 - 0x00007ff973ab8000 C:\WINDOWS\System32\bcrypt.dll
- 0x00007ff975510000 - 0x00007ff975624000 C:\WINDOWS\System32\RPCRT4.dll
- 0x00007ff974650000 - 0x00007ff9747fe000 C:\WINDOWS\System32\USER32.dll
- 0x00007ff973a60000 - 0x00007ff973a86000 C:\WINDOWS\System32\win32u.dll
- 0x00007ff975910000 - 0x00007ff975939000 C:\WINDOWS\System32\GDI32.dll
- 0x00007ff974380000 - 0x00007ff97449b000 C:\WINDOWS\System32\gdi32full.dll
- 0x00007ff9742e0000 - 0x00007ff97437a000 C:\WINDOWS\System32\msvcp_win.dll
- 0x00007ff9741c0000 - 0x00007ff9742d1000 C:\WINDOWS\System32\ucrtbase.dll
- 0x00007ff93b7d0000 - 0x00007ff93ba62000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4830_none_270fe7d773858e80\COMCTL32.dll
- 0x00007ff9745c0000 - 0x00007ff9745f1000 C:\WINDOWS\System32\IMM32.DLL
- 0x00007ff959180000 - 0x00007ff95919b000 D:\Dev\Java\jdk-1.8\jre\bin\vcruntime140.dll
- 0x00007ff95a440000 - 0x00007ff95a44c000 D:\Dev\Java\jdk-1.8\jre\bin\vcruntime140_1.dll
- 0x00007ff92c5b0000 - 0x00007ff92c63e000 D:\Dev\Java\jdk-1.8\jre\bin\msvcp140.dll
- 0x00007ff91b010000 - 0x00007ff91b8c1000 D:\Dev\Java\jdk-1.8\jre\bin\server\jvm.dll
- 0x00007ff9764f0000 - 0x00007ff9764f8000 C:\WINDOWS\System32\PSAPI.DLL
- 0x00007ff969a70000 - 0x00007ff969a7a000 C:\WINDOWS\SYSTEM32\VERSION.dll
- 0x00007ff9674d0000 - 0x00007ff967504000 C:\WINDOWS\SYSTEM32\WINMM.dll
- 0x00007ff96a6d0000 - 0x00007ff96a6d9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
- 0x00007ff975630000 - 0x00007ff9756a1000 C:\WINDOWS\System32\WS2_32.dll
- 0x00007ff972a60000 - 0x00007ff972a78000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
- 0x00007ff95a2f0000 - 0x00007ff95a300000 D:\Dev\Java\jdk-1.8\jre\bin\verify.dll
- 0x00007ff958fe0000 - 0x00007ff95900b000 D:\Dev\Java\jdk-1.8\jre\bin\java.dll
- 0x00007ff958ea0000 - 0x00007ff958eb8000 D:\Dev\Java\jdk-1.8\jre\bin\zip.dll
- 0x00007ff975c70000 - 0x00007ff9764e8000 C:\WINDOWS\System32\SHELL32.dll
- 0x00007ff971960000 - 0x00007ff972270000 C:\WINDOWS\SYSTEM32\windows.storage.dll
- 0x00007ff974810000 - 0x00007ff974ba0000 C:\WINDOWS\System32\combase.dll
- 0x00007ff971820000 - 0x00007ff97195f000 C:\WINDOWS\SYSTEM32\wintypes.dll
- 0x00007ff975940000 - 0x00007ff975a4a000 C:\WINDOWS\System32\SHCORE.dll
- 0x00007ff974560000 - 0x00007ff9745be000 C:\WINDOWS\System32\shlwapi.dll
- 0x00007ff973990000 - 0x00007ff9739bb000 C:\WINDOWS\SYSTEM32\profapi.dll
- 0x00007ff9565b0000 - 0x00007ff9565cc000 D:\Dev\Java\jdk-1.8\jre\bin\net.dll
- 0x00007ff972ee0000 - 0x00007ff972f4a000 C:\WINDOWS\system32\mswsock.dll
- 0x00007ff950750000 - 0x00007ff950763000 D:\Dev\Java\jdk-1.8\jre\bin\nio.dll
- 0x00007ff94d640000 - 0x00007ff94d664000 D:\Dev\Maven\apache-maven-3.9.8\lib\jansi-native\Windows\x86_64\jansi.dll
-
- VM Arguments:
- jvm_args: -Dclassworlds.conf=D:\Dev\Maven\apache-maven-3.9.8\bin\m2.conf -Dmaven.home=D:\Dev\Maven\apache-maven-3.9.8 -Dlibrary.jansi.path=D:\Dev\Maven\apache-maven-3.9.8\lib\jansi-native -Dmaven.multiModuleProjectDirectory=D:\Project\shinsoft\SgIIP\workflow_hz
- java_command: org.codehaus.plexus.classworlds.launcher.Launcher install
- java_class_path (initial): D:\Dev\Maven\apache-maven-3.9.8\boot\plexus-classworlds-2.8.0.jar
- Launcher Type: SUN_STANDARD
-
- Environment Variables:
- JAVA_HOME=D:\Dev\Java\jdk-1.8
- CLASSPATH=.;D:\Dev\Java\jdk-1.8\bin;D:\Dev\Java\jdk-1.8\lib\dt.jar;D:\Dev\Java\jdk-1.8\lib\tools.jar
- PATH=D:\Tool\DevOps\ZenTao\bin\sliksvn;c:\Users\Zhang\AppData\Local\Programs\cursor\resources\app\bin;D:\Tool\DevOps\ZenTao\zbox\nssm\win64;D:\Dev\Python\Scripts\;D:\Dev\Python\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Dev\nvm;D:\Dev\nodejs;D:\Dev\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Tool\Xshell\;D:\Dev\Maven\apache-maven-3.9.8\bin;D:\Dev\TortoiseGit\bin;C:\Users\Zhang\AppData\Local\Microsoft\WindowsApps;D:\Tool\JetBrains\IntelliJ IDEA\bin;D:\Tool\JetBrains\PyCharm\bin;D:\Tool\Microsoft\VSCode\bin;D:\Tool\JetBrains\WebStorm\bin;D:\Dev\instantclient_19_6;D:\Dev\Java\jdk-1.8\bin;;D:\Tool\΢ÐÅweb¿ª·¢Õß¹¤¾ß\dll;C:\Program Files\Go\bin;C:\Users\Zhang\AppData\Local\Microsoft\WindowsApps;D:\Tool\JetBrains\IntelliJ IDEA\bin;C:\Users\Zhang\AppData\Local\Microsoft\WindowsApps;D:\Tool\JetBrains\IntelliJ IDEA\bin;;D:\Tool\JetBrains\PyCharm\bin;;D:\Dev\nvm;D:\Dev\nodejs;D:\Tool\Microsoft\VSCode\bin;D:\Tool\JetBrains\WebStorm\bin;;D:\Dev\Maven\apache-maven-3.9.8\bin;D:\Dev\instantclient_19_6;D:\Tool\ffmpeg\bin;D:\Dev\Java\jdk-1.8\bin;C:\Users\Zhang\go\bin;C:\Users\Zhang\AppData\Local\Microsoft\WinGet\Packages\Google.Protobuf_Microsoft.Winget.Source_8wekyb3d8bbwe\bin;
- USERNAME=Zhang
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 186 Stepping 2, GenuineIntel
-
-
-
- --------------- S Y S T E M ---------------
-
- OS: Windows 11 , 64 bit Build 22621 (10.0.22621.4830)
-
- CPU:total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 186 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 16441928k(606992k free), swap 32788548k(4168k free)
-
- vm_info: Java HotSpot(TM) 64-Bit Server VM (25.411-b09) for windows-amd64 JRE (1.8.0_411-b09), built on Mar 13 2024 07:26:13 by "java_re" with MS VC++ 17.1 (VS2022)
-
- time: Sun Feb 16 14:03:19 2025
- timezone: Intel64 Family 6 Model 186 Stepping 2, GenuineIntel
- elapsed time: 13.984987 seconds (0d 0h 0m 13s)
|