huang
9 天以前 9a9479a5e34324822b223747b7c88ff060466db0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1049568 bytes for Chunk::new
# Possible reasons:
#   The system is out of physical RAM or swap space
#   In 32 bit mode, the process size limit was hit
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Use 64 bit Java on a 64 bit OS
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (allocation.cpp:390), pid=36296, tid=0x0000000000006b80
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 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 (0x000000001e32e000):  JavaThread "" daemon [_thread_in_native, id=27520, stack(0x0000000020050000,0x0000000020150000)]
 
Stack: [0x0000000020050000,0x0000000020150000]
[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:  35711 11837       4       com.sun.tools.javac.jvm.ClassWriter::writeCode (922 bytes)
 
 
---------------  P R O C E S S  ---------------
 
Java Threads: ( => current thread )
  0x000000001e402800 JavaThread "" daemon [_thread_blocked, id=35968, stack(0x0000000020c50000,0x0000000020d50000)]
  0x000000001e353800 
[error occurred during error reporting (printing all threads), id 0xc0000005]
 
VM state:at safepoint (normal execution)
 
VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x0000000002890350] Threads_lock - owner thread: 0x000000001e264000
[0x0000000002890cd0] Heap_lock - owner thread: 0x000000000278e800
 
Heap:
 PSYoungGen      total 815616K, used 17338K [0x000000076bb80000, 0x00000007ac800000, 0x00000007c0000000)
  eden space 719360K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000797a00000)
  from space 96256K, 18% used [0x00000007a6a00000,0x00000007a7aee968,0x00000007ac800000)
  to   space 83456K, 0% used [0x0000000797a00000,0x0000000797a00000,0x000000079cb80000)
 ParOldGen       total 288768K, used 106627K [0x00000006c3200000, 0x00000006d4c00000, 0x000000076bb80000)
  object space 288768K, 36% used [0x00000006c3200000,0x00000006c9a20da0,0x00000006d4c00000)
 Metaspace       used 30788K, capacity 31732K, committed 35496K, reserved 1081344K
  class space    used 3362K, capacity 3625K, committed 4096K, reserved 1048576K
 
Card table byte_map: [0x0000000011d50000,0x0000000012540000] byte_map_base: 0x000000000e737000
 
Marking Bits: (ParMarkBitMap*) 0x0000000055f2a6d0
 Begin Bits: [0x0000000013790000, 0x00000000176c8000)
 End Bits:   [0x00000000176c8000, 0x000000001b600000)
 
Polling page: 0x00000000001d0000
 
CodeCache: size=245760Kb used=36176Kb max_used=41194Kb free=209583Kb
 bounds [0x0000000002990000, 0x00000000052f0000, 0x0000000011990000]
 total_blobs=8415 nmethods=7968 adapters=354
 compilation: enabled
 
Compilation events (10 events):
Event: 35.520 Thread 0x000000001e353800 nmethod 11955 0x0000000003b45fd0 code [0x0000000003b461e0, 0x0000000003b46dc8]
Event: 35.520 Thread 0x000000001e349800 11956       3       java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject::checkInterruptWhileWaiting (27 bytes)
Event: 35.521 Thread 0x000000001e349800 nmethod 11956 0x000000000334f8d0 code [0x000000000334faa0, 0x00000000033500f8]
Event: 35.521 Thread 0x000000001e33e800 11957       4       java.util.Date::normalize (110 bytes)
Event: 35.522 Thread 0x000000001e352000 11958   !   3       java.util.concurrent.locks.AbstractQueuedSynchronizer::acquireQueued (93 bytes)
Event: 35.523 Thread 0x000000001e352000 nmethod 11958 0x0000000002ce7610 code [0x0000000002ce7840, 0x0000000002ce8378]
Event: 35.524 Thread 0x000000001e334000 11959       4       sun.util.calendar.ZoneInfo::getOffsets (276 bytes)
Event: 35.525 Thread 0x000000001e333800 11960       4       sun.nio.cs.UTF_8::newEncoder (10 bytes)
Event: 35.527 Thread 0x000000001e333800 nmethod 11960 0x0000000002c3c790 code [0x0000000002c3c8e0, 0x0000000002c3c9e8]
Event: 35.531 Thread 0x000000001e334000 nmethod 11959 0x0000000003c053d0 code [0x0000000003c05540, 0x0000000003c05988]
 
GC Heap History (10 events):
Event: 20.561 GC heap after
Heap after GC invocations=14 (full 1):
 PSYoungGen      total 636928K, used 45054K [0x000000076bb80000, 0x00000007a0f80000, 0x00000007c0000000)
  eden space 591872K, 0% used [0x000000076bb80000,0x000000076bb80000,0x000000078fd80000)
  from space 45056K, 99% used [0x000000078fd80000,0x000000079297fb70,0x0000000792980000)
  to   space 69632K, 0% used [0x000000079cb80000,0x000000079cb80000,0x00000007a0f80000)
 ParOldGen       total 151552K, used 94313K [0x00000006c3200000, 0x00000006cc600000, 0x000000076bb80000)
  object space 151552K, 62% used [0x00000006c3200000,0x00000006c8e1a778,0x00000006cc600000)
 Metaspace       used 30000K, capacity 30866K, committed 31232K, reserved 1077248K
  class space    used 3319K, capacity 3508K, committed 3584K, reserved 1048576K
}
Event: 26.663 GC heap before
{Heap before GC invocations=15 (full 1):
 PSYoungGen      total 636928K, used 636926K [0x000000076bb80000, 0x00000007a0f80000, 0x00000007c0000000)
  eden space 591872K, 100% used [0x000000076bb80000,0x000000078fd80000,0x000000078fd80000)
  from space 45056K, 99% used [0x000000078fd80000,0x000000079297fb70,0x0000000792980000)
  to   space 69632K, 0% used [0x000000079cb80000,0x000000079cb80000,0x00000007a0f80000)
 ParOldGen       total 151552K, used 94313K [0x00000006c3200000, 0x00000006cc600000, 0x000000076bb80000)
  object space 151552K, 62% used [0x00000006c3200000,0x00000006c8e1a778,0x00000006cc600000)
 Metaspace       used 32002K, capacity 33024K, committed 33280K, reserved 1079296K
  class space    used 3511K, capacity 3736K, committed 3840K, reserved 1048576K
Event: 26.711 GC heap after
Heap after GC invocations=15 (full 1):
 PSYoungGen      total 788992K, used 69622K [0x000000076bb80000, 0x00000007a1d80000, 0x00000007c0000000)
  eden space 719360K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000797a00000)
  from space 69632K, 99% used [0x000000079cb80000,0x00000007a0f7da68,0x00000007a0f80000)
  to   space 83456K, 0% used [0x0000000797a00000,0x0000000797a00000,0x000000079cb80000)
 ParOldGen       total 151552K, used 104162K [0x00000006c3200000, 0x00000006cc600000, 0x000000076bb80000)
  object space 151552K, 68% used [0x00000006c3200000,0x00000006c97b88d8,0x00000006cc600000)
 Metaspace       used 32002K, capacity 33024K, committed 33280K, reserved 1079296K
  class space    used 3511K, capacity 3736K, committed 3840K, reserved 1048576K
}
Event: 32.641 GC heap before
{Heap before GC invocations=16 (full 1):
 PSYoungGen      total 788992K, used 576497K [0x000000076bb80000, 0x00000007a1d80000, 0x00000007c0000000)
  eden space 719360K, 70% used [0x000000076bb80000,0x000000078aa7ebf0,0x0000000797a00000)
  from space 69632K, 99% used [0x000000079cb80000,0x00000007a0f7da68,0x00000007a0f80000)
  to   space 83456K, 0% used [0x0000000797a00000,0x0000000797a00000,0x000000079cb80000)
 ParOldGen       total 151552K, used 104162K [0x00000006c3200000, 0x00000006cc600000, 0x000000076bb80000)
  object space 151552K, 68% used [0x00000006c3200000,0x00000006c97b88d8,0x00000006cc600000)
 Metaspace       used 34101K, capacity 35344K, committed 35496K, reserved 1081344K
  class space    used 3778K, capacity 4083K, committed 4096K, reserved 1048576K
Event: 32.719 GC heap after
Heap after GC invocations=16 (full 1):
 PSYoungGen      total 802816K, used 82187K [0x000000076bb80000, 0x00000007ac800000, 0x00000007c0000000)
  eden space 719360K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000797a00000)
  from space 83456K, 98% used [0x0000000797a00000,0x000000079ca42f90,0x000000079cb80000)
  to   space 96256K, 0% used [0x00000007a6a00000,0x00000007a6a00000,0x00000007ac800000)
 ParOldGen       total 151552K, used 122630K [0x00000006c3200000, 0x00000006cc600000, 0x000000076bb80000)
  object space 151552K, 80% used [0x00000006c3200000,0x00000006ca9c1968,0x00000006cc600000)
 Metaspace       used 34101K, capacity 35344K, committed 35496K, reserved 1081344K
  class space    used 3778K, capacity 4083K, committed 4096K, reserved 1048576K
}
Event: 32.719 GC heap before
{Heap before GC invocations=17 (full 2):
 PSYoungGen      total 802816K, used 82187K [0x000000076bb80000, 0x00000007ac800000, 0x00000007c0000000)
  eden space 719360K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000797a00000)
  from space 83456K, 98% used [0x0000000797a00000,0x000000079ca42f90,0x000000079cb80000)
  to   space 96256K, 0% used [0x00000007a6a00000,0x00000007a6a00000,0x00000007ac800000)
 ParOldGen       total 151552K, used 122630K [0x00000006c3200000, 0x00000006cc600000, 0x000000076bb80000)
  object space 151552K, 80% used [0x00000006c3200000,0x00000006ca9c1968,0x00000006cc600000)
 Metaspace       used 34101K, capacity 35344K, committed 35496K, reserved 1081344K
  class space    used 3778K, capacity 4083K, committed 4096K, reserved 1048576K
Event: 32.886 GC heap after
Heap after GC invocations=17 (full 2):
 PSYoungGen      total 802816K, used 0K [0x000000076bb80000, 0x00000007ac800000, 0x00000007c0000000)
  eden space 719360K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000797a00000)
  from space 83456K, 0% used [0x0000000797a00000,0x0000000797a00000,0x000000079cb80000)
  to   space 96256K, 0% used [0x00000007a6a00000,0x00000007a6a00000,0x00000007ac800000)
 ParOldGen       total 288768K, used 106619K [0x00000006c3200000, 0x00000006d4c00000, 0x000000076bb80000)
  object space 288768K, 36% used [0x00000006c3200000,0x00000006c9a1eda0,0x00000006d4c00000)
 Metaspace       used 29713K, capacity 30688K, committed 35496K, reserved 1081344K
  class space    used 3256K, capacity 3492K, committed 4096K, reserved 1048576K
}
Event: 35.538 GC heap before
{Heap before GC invocations=18 (full 2):
 PSYoungGen      total 802816K, used 351510K [0x000000076bb80000, 0x00000007ac800000, 0x00000007c0000000)
  eden space 719360K, 48% used [0x000000076bb80000,0x00000007812c5b80,0x0000000797a00000)
  from space 83456K, 0% used [0x0000000797a00000,0x0000000797a00000,0x000000079cb80000)
  to   space 96256K, 0% used [0x00000007a6a00000,0x00000007a6a00000,0x00000007ac800000)
 ParOldGen       total 288768K, used 106619K [0x00000006c3200000, 0x00000006d4c00000, 0x000000076bb80000)
  object space 288768K, 36% used [0x00000006c3200000,0x00000006c9a1eda0,0x00000006d4c00000)
 Metaspace       used 30788K, capacity 31732K, committed 35496K, reserved 1081344K
  class space    used 3362K, capacity 3625K, committed 4096K, reserved 1048576K
Event: 35.552 GC heap after
Heap after GC invocations=18 (full 2):
 PSYoungGen      total 815616K, used 17338K [0x000000076bb80000, 0x00000007ac800000, 0x00000007c0000000)
  eden space 719360K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000797a00000)
  from space 96256K, 18% used [0x00000007a6a00000,0x00000007a7aee968,0x00000007ac800000)
  to   space 83456K, 0% used [0x0000000797a00000,0x0000000797a00000,0x000000079cb80000)
 ParOldGen       total 288768K, used 106627K [0x00000006c3200000, 0x00000006d4c00000, 0x000000076bb80000)
  object space 288768K, 36% used [0x00000006c3200000,0x00000006c9a20da0,0x00000006d4c00000)
 Metaspace       used 30788K, capacity 31732K, committed 35496K, reserved 1081344K
  class space    used 3362K, capacity 3625K, committed 4096K, reserved 1048576K
}
Event: 35.552 GC heap before
{Heap before GC invocations=19 (full 3):
 PSYoungGen      total 815616K, used 17338K [0x000000076bb80000, 0x00000007ac800000, 0x00000007c0000000)
  eden space 719360K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000797a00000)
  from space 96256K, 18% used [0x00000007a6a00000,0x00000007a7aee968,0x00000007ac800000)
  to   space 83456K, 0% used [0x0000000797a00000,0x0000000797a00000,0x000000079cb80000)
 ParOldGen       total 288768K, used 106627K [0x00000006c3200000, 0x00000006d4c00000, 0x000000076bb80000)
  object space 288768K, 36% used [0x00000006c3200000,0x00000006c9a20da0,0x00000006d4c00000)
 Metaspace       used 30788K, capacity 31732K, committed 35496K, reserved 1081344K
  class space    used 3362K, capacity 3625K, committed 4096K, reserved 1048576K
 
Deoptimization events (10 events):
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003c87ab0 method=java.util.Formatter$FormatSpecifier.checkNumeric()V @ 5
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003e2c658 method=java.util.Formatter$FormatSpecifier.index(Ljava/lang/String;)I @ 1
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e6e91c method=java.util.Formatter$FormatSpecifier.printInteger(Ljava/lang/Object;Ljava/util/Locale;)V @ 58
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000037af904 method=java.util.Formatter$FormatSpecifier.print(JLjava/util/Locale;)V @ 15
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e6e91c method=java.util.Formatter$FormatSpecifier.printInteger(Ljava/lang/Object;Ljava/util/Locale;)V @ 58
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003ccd164 method=java.util.Formatter$FormatSpecifier.checkNumeric()V @ 5
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e6e91c method=java.util.Formatter$FormatSpecifier.printInteger(Ljava/lang/Object;Ljava/util/Locale;)V @ 58
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e6e91c method=java.util.Formatter$FormatSpecifier.printInteger(Ljava/lang/Object;Ljava/util/Locale;)V @ 58
Event: 35.538 Thread 0x000000000278e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004a4bac0 method=java.util.Formatter$FormatSpecifier.conversion(Ljava/lang/String;)C @ 13
Event: 35.538 Thread 0x000000000278e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000048374c4 method=java.util.Formatter$FormatSpecifier.print(Ljava/lang/Object;Ljava/util/Locale;)V @ 4
 
Internal exceptions (10 events):
Event: 31.527 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x0000000786762ae0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 31.528 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x0000000786764400) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 31.545 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x00000007867a58f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 31.545 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x00000007867a67b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 31.546 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x00000007867a76c0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 31.546 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x00000007867a8620) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 31.546 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x00000007867a94f8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 31.546 Thread 0x000000000278e800 Exception <a 'java/io/FileNotFoundException'> (0x00000007867aa468) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 35.280 Thread 0x000000000278e800 Implicit null exception at 0x0000000003c6e737 to 0x0000000003c6e7cd
Event: 35.434 Thread 0x000000000278e800 Exception <a 'java/lang/NoSuchMethodError': org.apache.maven.execution.MavenExecutionRequest.getFailureBehavior()Ljava/lang/String;> (0x000000077d9abe38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\interpretJ´äñ†?@
 
Events (10 events):
Event: 35.537 Thread 0x000000000278e800 Uncommon trap: trap_request=0xffffffde fr.pc=0x0000000003e6e91c
Event: 35.537 Thread 0x000000000278e800 DEOPT PACKING pc=0x0000000003e6e91c sp=0x00000000026ae590
Event: 35.537 Thread 0x000000000278e800 DEOPT UNPACKING pc=0x00000000029d582a sp=0x00000000026ae4d8 mode 2
Event: 35.538 Thread 0x000000000278e800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000004a4bac0
Event: 35.538 Thread 0x000000000278e800 DEOPT PACKING pc=0x0000000004a4bac0 sp=0x00000000026ae510
Event: 35.538 Thread 0x000000000278e800 DEOPT UNPACKING pc=0x00000000029d582a sp=0x00000000026ae4c8 mode 2
Event: 35.538 Thread 0x000000000278e800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00000000048374c4
Event: 35.538 Thread 0x000000000278e800 DEOPT PACKING pc=0x00000000048374c4 sp=0x00000000026ae5e0
Event: 35.538 Thread 0x000000000278e800 DEOPT UNPACKING pc=0x00000000029d582a sp=0x00000000026ae5d8 mode 2
Event: 35.538 Executing VM operation: ParallelGCSystemGC
 
 
Dynamic libraries:
0x00007ff70f590000 - 0x00007ff70f5c7000     C:\Program Files\Java\jdk1.8.0_101\bin\java.exe
0x00007ffd61eb0000 - 0x00007ffd620a8000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ffd61860000 - 0x00007ffd61922000     C:\Windows\System32\KERNEL32.DLL
0x00007ffd5f930000 - 0x00007ffd5fc26000     C:\Windows\System32\KERNELBASE.dll
0x00007ffd61db0000 - 0x00007ffd61e61000     C:\Windows\System32\ADVAPI32.dll
0x00007ffd61380000 - 0x00007ffd6141e000     C:\Windows\System32\msvcrt.dll
0x00007ffd61cb0000 - 0x00007ffd61d4f000     C:\Windows\System32\sechost.dll
0x00007ffd5fee0000 - 0x00007ffd60000000     C:\Windows\System32\RPCRT4.dll
0x00007ffd5f900000 - 0x00007ffd5f927000     C:\Windows\System32\bcrypt.dll
0x00007ffd611e0000 - 0x00007ffd6137d000     C:\Windows\System32\USER32.dll
0x00007ffd5fc80000 - 0x00007ffd5fca2000     C:\Windows\System32\win32u.dll
0x00007ffd61420000 - 0x00007ffd6144b000     C:\Windows\System32\GDI32.dll
0x00007ffd5f680000 - 0x00007ffd5f799000     C:\Windows\System32\gdi32full.dll
0x00007ffd5fdb0000 - 0x00007ffd5fe4d000     C:\Windows\System32\msvcp_win.dll
0x00007ffd5fcb0000 - 0x00007ffd5fdb0000     C:\Windows\System32\ucrtbase.dll
0x00007ffd45be0000 - 0x00007ffd45e7b000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6280_none_60bc30a171f2f3f3\COMCTL32.dll
0x00007ffd61650000 - 0x00007ffd6167f000     C:\Windows\System32\IMM32.DLL
0x0000000056470000 - 0x0000000056542000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\msvcr100.dll
0x0000000055710000 - 0x0000000055faa000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\server\jvm.dll
0x00007ffd61b40000 - 0x00007ffd61b48000     C:\Windows\System32\PSAPI.DLL
0x00007ffd2d560000 - 0x00007ffd2d569000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffd4c520000 - 0x00007ffd4c547000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ffd565d0000 - 0x00007ffd565da000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ffd61580000 - 0x00007ffd615eb000     C:\Windows\System32\WS2_32.dll
0x0000000056460000 - 0x000000005646f000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\verify.dll
0x0000000056430000 - 0x0000000056459000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\java.dll
0x00000000562a0000 - 0x00000000562c3000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\instrument.dll
0x0000000056410000 - 0x0000000056426000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\zip.dll
0x00007ffd60060000 - 0x00007ffd607d0000     C:\Windows\System32\SHELL32.dll
0x00007ffd5d300000 - 0x00007ffd5daa5000     C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffd60cd0000 - 0x00007ffd61023000     C:\Windows\System32\combase.dll
0x00007ffd5ef00000 - 0x00007ffd5ef2b000     C:\Windows\SYSTEM32\Wldp.dll
0x00007ffd61b50000 - 0x00007ffd61c1d000     C:\Windows\System32\OLEAUT32.dll
0x00007ffd61930000 - 0x00007ffd619dd000     C:\Windows\System32\SHCORE.dll
0x00007ffd615f0000 - 0x00007ffd6164b000     C:\Windows\System32\shlwapi.dll
0x00007ffd5f480000 - 0x00007ffd5f4a4000     C:\Windows\SYSTEM32\profapi.dll
0x00007ffd32fe0000 - 0x00007ffd32ffa000     D:\IntelliJ IDEA 2023.2\bin\breakgen64.dll
0x00000000563f0000 - 0x000000005640a000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\net.dll
0x00007ffd5ec10000 - 0x00007ffd5ec7a000     C:\Windows\system32\mswsock.dll
0x00000000563d0000 - 0x00000000563e1000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\nio.dll
0x0000000056290000 - 0x000000005629d000     C:\Program Files\Java\jdk1.8.0_101\jre\bin\management.dll
0x00007ffd2f030000 - 0x00007ffd2f047000     C:\Windows\system32\napinsp.dll
0x00007ffd2f010000 - 0x00007ffd2f02b000     C:\Windows\system32\pnrpnsp.dll
0x00007ffd2efd0000 - 0x00007ffd2efed000     C:\Windows\system32\wshbth.dll
0x00007ffd5aaa0000 - 0x00007ffd5aabd000     C:\Windows\system32\NLAapi.dll
0x00007ffd5e8f0000 - 0x00007ffd5e92b000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffd5e930000 - 0x00007ffd5e9fa000     C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffd60cc0000 - 0x00007ffd60cc8000     C:\Windows\System32\NSI.dll
0x00007ffd2efb0000 - 0x00007ffd2efc2000     C:\Windows\System32\winrnr.dll
0x00007ffd46910000 - 0x00007ffd4691a000     C:\Windows\System32\rasadhlp.dll
0x00007ffd46610000 - 0x00007ffd46690000     C:\Windows\System32\fwpuclnt.dll
 
VM Arguments:
jvm_args: -Dmaven.multiModuleProjectDirectory=D:\work\MES_Test_Project\mes-common -Dmaven.home=D:\dev\apache-maven-3.3.9 -Dclassworlds.conf=D:\dev\apache-maven-3.3.9\bin\m2.conf -Dmaven.ext.class.path=D:\IntelliJ IDEA 2023.2\plugins\maven\lib\maven-event-listener.jar -javaagent:D:\IntelliJ IDEA 2023.2\lib\idea_rt.jar=53149:D:\IntelliJ IDEA 2023.2\bin -Dfile.encoding=UTF-8 
java_command: org.codehaus.classworlds.Launcher -Didea.version=2023.2 -s D:\dev\apache-maven-3.3.9\conf\settings.xml -Dmaven.repo.local=D:\dev\apache-maven-3.3.9\repository install -P jdk-1.8
java_class_path (initial): D:\dev\apache-maven-3.3.9\boot\plexus-classworlds-2.5.2.jar;D:\IntelliJ IDEA 2023.2\lib\idea_rt.jar
Launcher Type: SUN_STANDARD
 
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-14.0.2
PATH=C:\Windows\System32;C:\Users\15320\python-sdk\python3.13.2;C:\Program Files\Java\jdk1.8.0_101\bin;C:\Users\15320\python-sdk\python3.13.2;C:\Program Files\Java\jdk1.8.0_101\bin;C:\Users\15320\python-sdk\python3.13.2;C:\Program Files\Java\jdk1.8.0_101\bin;d:\Trae CN\bin;C:\Users\15320\AppData\Local\Microsoft\WindowsApps;E:\Bandizip\;C:\Users\15320\gradle\gradle-7.3.3\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\15320\AppData\Roaming\npm;d:\IntelliJ IDEA 2023.2\bin;D:\Microsoft VS Code\bin;D:\fnm-windows;D:\CodeBuddy CN\bin;E:\Qoder\bin
USERNAME=15320
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 141 Stepping 1, GenuineIntel
 
 
 
---------------  S Y S T E M  ---------------
 
OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.5915)
 
CPU:total 16 (8 cores per cpu, 2 threads per core) family 6 model 141 stepping 1, 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 16567076k(5038584k free), swap 45730596k(5120k free)
 
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.101-b13) for windows-amd64 JRE (1.8.0_101-b13), built on Jun 22 2016 01:21:29 by "java_re" with MS VC++ 10.0 (VS2010)
 
time: Thu Nov 13 16:29:06 2025
elapsed time: 35 seconds (0d 0h 0m 35s)