forked from mitchtabian/WeatherApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs_err_pid33492.log
402 lines (365 loc) · 35 KB
/
hs_err_pid33492.log
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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1070096 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 Unscaled Compressed Oops mode in which the Java heap is
# placed in the first 4GB 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 4GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (allocation.cpp:390), pid=33492, tid=0x0000000000008388
#
# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-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 (0x00000000186f4800): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=33672, stack(0x0000000018fc0000,0x00000000190c0000)]
Stack: [0x0000000018fc0000,0x00000000190c0000]
[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:3477700 17965 % 4 com.android.tools.r8.ir.regalloc.LinearScanRegisterAllocator::a @ 2151 (3993 bytes)
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000022e44000 JavaThread "WorkerExecutor Queue Thread 10" [_thread_blocked, id=6508, stack(0x0000000029910000,0x0000000029a10000)]
0x0000000022e43000 JavaThread "Cache worker for Java compile cache (C:\Users\c-scoyle\AndroidStudioProjects\WeatherApp\.gradle\5.6.4\javaCompile)" [_thread_blocked, id=30336, stack(0x0000000029410000,0x0000000029510000)]
0x0000000022e49000 JavaThread "Cache worker for Java compile cache (C:\Users\c-scoyle\.gradle\caches\5.6.4\javaCompile)" [_thread_blocked, id=24108, stack(0x0000000029310000,0x0000000029410000)]
0x0000000022e50000 JavaThread "WorkerExecutor Queue Thread 9" [_thread_blocked, id=16864, stack(0x000000002a9b0000,0x000000002aab0000)]
0x0000000022e4d800 JavaThread "stdout" [_thread_in_native, id=23184, stack(0x000000002a310000,0x000000002a410000)]
0x0000000022e4a800 JavaThread "stderr" [_thread_in_native, id=13004, stack(0x000000002a210000,0x000000002a310000)]
0x0000000022e4e800 JavaThread "stdout" [_thread_in_native, id=33328, stack(0x000000002a110000,0x000000002a210000)]
0x0000000022e4c000 JavaThread "stderr" [_thread_in_native, id=30792, stack(0x000000002a010000,0x000000002a110000)]
0x0000000022e4a000 JavaThread "stdout" [_thread_in_native, id=32440, stack(0x0000000029f10000,0x000000002a010000)]
0x0000000022e4d000 JavaThread "stderr" [_thread_in_native, id=23292, stack(0x0000000029e10000,0x0000000029f10000)]
0x0000000022e50800 JavaThread "stdout" [_thread_in_native, id=33628, stack(0x0000000029d10000,0x0000000029e10000)]
0x0000000022e4b800 JavaThread "stderr" [_thread_in_native, id=6704, stack(0x0000000029c10000,0x0000000029d10000)]
0x0000000022e42800 JavaThread "stdout" [_thread_in_native, id=29948, stack(0x0000000029b10000,0x0000000029c10000)]
0x0000000022e46000 JavaThread "stderr" [_thread_in_native, id=27156, stack(0x0000000029a10000,0x0000000029b10000)]
0x000000001af79000 JavaThread "stdout" [_thread_in_native, id=4964, stack(0x0000000029210000,0x0000000029310000)]
0x000000001af77800 JavaThread "stderr" [_thread_in_native, id=25248, stack(0x0000000029110000,0x0000000029210000)]
0x000000001af74000 JavaThread "stdout" [_thread_in_native, id=33524, stack(0x0000000029010000,0x0000000029110000)]
0x000000001af77000 JavaThread "stderr" [_thread_in_native, id=19320, stack(0x0000000028f10000,0x0000000029010000)]
0x000000001af73000 JavaThread "stdout" [_thread_in_native, id=32176, stack(0x0000000028e10000,0x0000000028f10000)]
0x000000001af75800 JavaThread "stderr" [_thread_in_native, id=31916, stack(0x0000000028a10000,0x0000000028b10000)]
0x000000001af78800 JavaThread "pool-11-thread-1" [_thread_blocked, id=21044, stack(0x0000000028b10000,0x0000000028c10000)]
0x000000001b18a000 JavaThread "WorkerExecutor Queue" [_thread_blocked, id=12660, stack(0x0000000028910000,0x0000000028a10000)]
0x000000001b186000 JavaThread "Cache worker for execution history cache (C:\Users\c-scoyle\AndroidStudioProjects\WeatherApp\.gradle\5.6.4\executionHistory)" [_thread_blocked, id=32900, stack(0x0000000028810000,0x0000000028910000)]
0x000000001b183000 JavaThread "Execution worker for ':' Thread 7" [_thread_blocked, id=17660, stack(0x0000000028510000,0x0000000028610000)]
0x000000001b185000 JavaThread "Execution worker for ':' Thread 6" [_thread_blocked, id=30852, stack(0x0000000028410000,0x0000000028510000)]
0x000000001b184800 JavaThread "Execution worker for ':' Thread 5" [_thread_in_Java, id=31884, stack(0x0000000028310000,0x0000000028410000)]
0x000000001b17a800 JavaThread "Execution worker for ':' Thread 4" [_thread_blocked, id=32300, stack(0x0000000028210000,0x0000000028310000)]
0x000000001b180800 JavaThread "Execution worker for ':' Thread 3" [_thread_blocked, id=7068, stack(0x0000000027f00000,0x0000000028000000)]
0x000000001b17e800 JavaThread "Execution worker for ':' Thread 2" [_thread_in_native, id=21892, stack(0x0000000027e00000,0x0000000027f00000)]
0x000000001b180000 JavaThread "Execution worker for ':'" [_thread_blocked, id=6004, stack(0x0000000026cd0000,0x0000000026dd0000)]
0x000000001b17d800 JavaThread "Cache worker for file content cache (C:\Users\c-scoyle\AndroidStudioProjects\WeatherApp\.gradle\5.6.4\fileContent)" [_thread_blocked, id=2108, stack(0x00000000251b0000,0x00000000252b0000)]
0x000000001dddc000 JavaThread "Cache worker for file content cache (C:\Users\c-scoyle\.gradle\caches\5.6.4\fileContent)" [_thread_blocked, id=33380, stack(0x0000000023fa0000,0x00000000240a0000)]
0x000000001dddb800 JavaThread "Cache worker for Build Output Cleanup Cache (C:\Users\c-scoyle\AndroidStudioProjects\WeatherApp\.gradle\buildOutputCleanup)" [_thread_blocked, id=32628, stack(0x00000000236a0000,0x00000000237a0000)]
0x000000001ddda800 JavaThread "Build operations Thread 8" [_thread_blocked, id=5496, stack(0x00000000235a0000,0x00000000236a0000)]
0x000000001dddd800 JavaThread "Build operations Thread 7" [_thread_blocked, id=33724, stack(0x00000000234a0000,0x00000000235a0000)]
0x000000001ddda000 JavaThread "Build operations Thread 6" [_thread_blocked, id=29276, stack(0x00000000233a0000,0x00000000234a0000)]
0x000000001ddd7800 JavaThread "Build operations Thread 5" [_thread_blocked, id=33132, stack(0x0000000022020000,0x0000000022120000)]
0x000000001dddd000 JavaThread "Build operations Thread 4" [_thread_blocked, id=31160, stack(0x0000000021aa0000,0x0000000021ba0000)]
0x000000001ddd9000 JavaThread "Build operations Thread 3" [_thread_blocked, id=21036, stack(0x00000000212a0000,0x00000000213a0000)]
0x000000001ddde800 JavaThread "Build operations Thread 2" [_thread_blocked, id=32760, stack(0x0000000020cb0000,0x0000000020db0000)]
0x000000001ddd8800 JavaThread "Build operations" [_thread_blocked, id=15844, stack(0x000000001f780000,0x000000001f880000)]
0x000000001ddd0000 JavaThread "Cache worker for cache directory md-rule (C:\Users\c-scoyle\.gradle\caches\5.6.4\md-rule)" [_thread_blocked, id=8160, stack(0x000000001cfe0000,0x000000001d0e0000)]
0x000000001ddd7000 JavaThread "Cache worker for cache directory md-supplier (C:\Users\c-scoyle\.gradle\caches\5.6.4\md-supplier)" [_thread_blocked, id=16936, stack(0x000000001cee0000,0x000000001cfe0000)]
0x000000001ddd5800 JavaThread "Cache worker for file hash cache (C:\Users\c-scoyle\AndroidStudioProjects\WeatherApp\.gradle\5.6.4\fileHashes)" [_thread_blocked, id=4476, stack(0x000000001cce0000,0x000000001cde0000)]
0x000000001ddd1000 JavaThread "Thread-32" [_thread_blocked, id=33408, stack(0x000000001cbe0000,0x000000001cce0000)]
0x000000001ddd4800 JavaThread "Stdin handler" [_thread_blocked, id=33036, stack(0x000000001cae0000,0x000000001cbe0000)]
0x000000001ddcf800 JavaThread "Asynchronous log dispatcher for DefaultDaemonConnection: socket connection from /127.0.0.1:49565 to /127.0.0.1:61257" [_thread_blocked, id=12008, stack(0x000000001c7e0000,0x000000001c8e0000)]
0x000000001ddd1800 JavaThread "Daemon worker Thread 2" [_thread_blocked, id=16512, stack(0x000000001c6e0000,0x000000001c7e0000)]
0x000000001ddd3000 JavaThread "Cancel handler" [_thread_blocked, id=33268, stack(0x0000000000de0000,0x0000000000ee0000)]
0x000000001ddd2800 JavaThread "Handler for socket connection from /127.0.0.1:49565 to /127.0.0.1:61257" [_thread_in_native, id=25504, stack(0x0000000000ce0000,0x0000000000de0000)]
0x000000001ddd6000 JavaThread "Daemon Thread 2" [_thread_blocked, id=11336, stack(0x0000000000be0000,0x0000000000ce0000)]
0x000000001b183800 JavaThread "Memory manager" [_thread_blocked, id=31912, stack(0x00000000240a0000,0x00000000241a0000)]
0x000000001b182000 JavaThread "Cache worker for execution history cache (C:\Users\c-scoyle\.gradle\caches\5.6.4\executionHistory)" [_thread_blocked, id=13500, stack(0x00000000213a0000,0x00000000214a0000)]
0x000000001b181800 JavaThread "Cache worker for journal cache (C:\Users\c-scoyle\.gradle\caches\journal-1)" [_thread_blocked, id=24564, stack(0x000000001d4e0000,0x000000001d5e0000)]
0x000000001b17d000 JavaThread "File lock request listener" [_thread_in_native, id=33016, stack(0x000000001d3e0000,0x000000001d4e0000)]
0x000000001b17c000 JavaThread "Cache worker for file hash cache (C:\Users\c-scoyle\.gradle\caches\5.6.4\fileHashes)" [_thread_blocked, id=30004, stack(0x000000001d2e0000,0x000000001d3e0000)]
0x000000001af74800 JavaThread "Daemon periodic checks" [_thread_blocked, id=16300, stack(0x000000001c5e0000,0x000000001c6e0000)]
0x000000001af76000 JavaThread "Incoming local TCP Connector on port 49565" [_thread_in_native, id=32328, stack(0x000000001c3a0000,0x000000001c4a0000)]
0x000000001af7a000 JavaThread "Daemon health stats" [_thread_blocked, id=21796, stack(0x000000001bd60000,0x000000001be60000)]
0x0000000018713800 JavaThread "Service Thread" daemon [_thread_blocked, id=16532, stack(0x00000000193c0000,0x00000000194c0000)]
0x00000000186ff000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=29692, stack(0x00000000192c0000,0x00000000193c0000)]
0x00000000186f7800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=28120, stack(0x00000000191c0000,0x00000000192c0000)]
0x00000000186f6800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=19096, stack(0x00000000190c0000,0x00000000191c0000)]
=>0x00000000186f4800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=33672, stack(0x0000000018fc0000,0x00000000190c0000)]
0x00000000186f2000 JavaThread "Attach Listener" daemon [_thread_blocked, id=31444, stack(0x0000000018ec0000,0x0000000018fc0000)]
0x00000000186f1000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=33760, stack(0x0000000018dc0000,0x0000000018ec0000)]
0x00000000186e0800 JavaThread "Finalizer" daemon [_thread_blocked, id=32160, stack(0x0000000018bc0000,0x0000000018cc0000)]
0x00000000168cd000 JavaThread "Reference Handler" daemon [_thread_blocked, id=33528, stack(0x0000000018ac0000,0x0000000018bc0000)]
0x0000000002a12800 JavaThread "main" [_thread_blocked, id=4884, stack(0x0000000002840000,0x0000000002940000)]
Other Threads:
0x00000000168c9000 VMThread [stack: 0x00000000185c0000,0x00000000186c0000] [id=32364]
0x0000000018715800 WatcherThread [stack: 0x00000000194c0000,0x00000000195c0000] [id=27468]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x00000000a0000000, size: 1536 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000
Heap:
PSYoungGen total 370688K, used 283982K [0x00000000e0000000, 0x00000000f9e80000, 0x0000000100000000)
eden space 332800K, 85% used [0x00000000e0000000,0x00000000f1553998,0x00000000f4500000)
from space 37888K, 0% used [0x00000000f6a00000,0x00000000f6a00000,0x00000000f8f00000)
to space 37888K, 0% used [0x00000000f4500000,0x00000000f4500000,0x00000000f6a00000)
ParOldGen total 284672K, used 54103K [0x00000000a0000000, 0x00000000b1600000, 0x00000000e0000000)
object space 284672K, 19% used [0x00000000a0000000,0x00000000a34d5f58,0x00000000b1600000)
Metaspace used 99990K, capacity 104010K, committed 105304K, reserved 1140736K
class space used 13234K, capacity 13992K, committed 14208K, reserved 1048576K
Card table byte_map: [0x0000000011ed0000,0x00000000121e0000] byte_map_base: 0x00000000119d0000
Marking Bits: (ParMarkBitMap*) 0x0000000074224ce0
Begin Bits: [0x0000000012be0000, 0x00000000143e0000)
End Bits: [0x00000000143e0000, 0x0000000015be0000)
Polling page: 0x0000000000ad0000
CodeCache: size=245760Kb used=52682Kb max_used=52682Kb free=193077Kb
bounds [0x0000000002b10000, 0x0000000005ec0000, 0x0000000011b10000]
total_blobs=16175 nmethods=15247 adapters=838
compilation: enabled
Compilation events (10 events):
Event: 3477.650 Thread 0x00000000186ff000 18112 2 com.android.tools.r8.v.a.a.a.h.T0::f (193 bytes)
Event: 3477.651 Thread 0x00000000186ff000 nmethod 18112 0x0000000005eb9190 code [0x0000000005eb9380, 0x0000000005eb9a98]
Event: 3477.651 Thread 0x00000000186ff000 18114 3 java.util.HashMap::containsValue (80 bytes)
Event: 3477.652 Thread 0x00000000186ff000 nmethod 18114 0x0000000005eba0d0 code [0x0000000005eba260, 0x0000000005eba748]
Event: 3477.652 Thread 0x00000000186ff000 18113 2 com.android.tools.r8.u.c.M::h (60 bytes)
Event: 3477.653 Thread 0x00000000186ff000 nmethod 18113 0x0000000005eba910 code [0x0000000005ebaa80, 0x0000000005ebac98]
Event: 3477.660 Thread 0x00000000186ff000 18115 2 com.android.tools.r8.code.S0::hashCode (5 bytes)
Event: 3477.661 Thread 0x00000000186ff000 nmethod 18115 0x0000000005ebadd0 code [0x0000000005ebaf40, 0x0000000005ebb0c8]
Event: 3477.661 Thread 0x00000000186ff000 18116 2 com.android.tools.r8.code.S0::x (11 bytes)
Event: 3477.661 Thread 0x00000000186ff000 nmethod 18116 0x0000000005ebb190 code [0x0000000005ebb300, 0x0000000005ebb488]
GC Heap History (10 events):
Event: 26.028 GC heap before
{Heap before GC invocations=16 (full 3):
PSYoungGen total 270336K, used 270315K [0x00000000e0000000, 0x00000000f2700000, 0x0000000100000000)
eden space 248832K, 100% used [0x00000000e0000000,0x00000000ef300000,0x00000000ef300000)
from space 21504K, 99% used [0x00000000f0e00000,0x00000000f22facc0,0x00000000f2300000)
to space 26624K, 0% used [0x00000000ef300000,0x00000000ef300000,0x00000000f0d00000)
ParOldGen total 195072K, used 36313K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 18% used [0x00000000a0000000,0x00000000a2376460,0x00000000abe80000)
Metaspace used 77062K, capacity 80584K, committed 80856K, reserved 1118208K
class space used 10410K, capacity 11142K, committed 11264K, reserved 1048576K
Event: 26.082 GC heap after
Heap after GC invocations=16 (full 3):
PSYoungGen total 275456K, used 26597K [0x00000000e0000000, 0x00000000f6880000, 0x0000000100000000)
eden space 248832K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000ef300000)
from space 26624K, 99% used [0x00000000ef300000,0x00000000f0cf96a8,0x00000000f0d00000)
to space 35840K, 0% used [0x00000000f4580000,0x00000000f4580000,0x00000000f6880000)
ParOldGen total 195072K, used 51875K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 26% used [0x00000000a0000000,0x00000000a32a8ea8,0x00000000abe80000)
Metaspace used 77062K, capacity 80584K, committed 80856K, reserved 1118208K
class space used 10410K, capacity 11142K, committed 11264K, reserved 1048576K
}
Event: 3468.389 GC heap before
{Heap before GC invocations=17 (full 3):
PSYoungGen total 275456K, used 275429K [0x00000000e0000000, 0x00000000f6880000, 0x0000000100000000)
eden space 248832K, 100% used [0x00000000e0000000,0x00000000ef300000,0x00000000ef300000)
from space 26624K, 99% used [0x00000000ef300000,0x00000000f0cf96a8,0x00000000f0d00000)
to space 35840K, 0% used [0x00000000f4580000,0x00000000f4580000,0x00000000f6880000)
ParOldGen total 195072K, used 51875K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 26% used [0x00000000a0000000,0x00000000a32a8ea8,0x00000000abe80000)
Metaspace used 82492K, capacity 86342K, committed 86488K, reserved 1124352K
class space used 10940K, capacity 11727K, committed 11776K, reserved 1048576K
Event: 3468.438 GC heap after
Heap after GC invocations=17 (full 3):
PSYoungGen total 316928K, used 23196K [0x00000000e0000000, 0x00000000f6100000, 0x0000000100000000)
eden space 288768K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000f1a00000)
from space 28160K, 82% used [0x00000000f4580000,0x00000000f5c27140,0x00000000f6100000)
to space 36352K, 0% used [0x00000000f1a00000,0x00000000f1a00000,0x00000000f3d80000)
ParOldGen total 195072K, used 70142K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 35% used [0x00000000a0000000,0x00000000a447f9c8,0x00000000abe80000)
Metaspace used 82492K, capacity 86342K, committed 86488K, reserved 1124352K
class space used 10940K, capacity 11727K, committed 11776K, reserved 1048576K
}
Event: 3472.933 GC heap before
{Heap before GC invocations=18 (full 3):
PSYoungGen total 316928K, used 311964K [0x00000000e0000000, 0x00000000f6100000, 0x0000000100000000)
eden space 288768K, 100% used [0x00000000e0000000,0x00000000f1a00000,0x00000000f1a00000)
from space 28160K, 82% used [0x00000000f4580000,0x00000000f5c27140,0x00000000f6100000)
to space 36352K, 0% used [0x00000000f1a00000,0x00000000f1a00000,0x00000000f3d80000)
ParOldGen total 195072K, used 70142K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 35% used [0x00000000a0000000,0x00000000a447f9c8,0x00000000abe80000)
Metaspace used 90341K, capacity 94222K, committed 94424K, reserved 1130496K
class space used 11965K, capacity 12777K, committed 12800K, reserved 1048576K
Event: 3472.971 GC heap after
Heap after GC invocations=18 (full 3):
PSYoungGen total 325120K, used 26715K [0x00000000e0000000, 0x00000000f8f00000, 0x0000000100000000)
eden space 288768K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000f1a00000)
from space 36352K, 73% used [0x00000000f1a00000,0x00000000f3416c50,0x00000000f3d80000)
to space 37888K, 0% used [0x00000000f6a00000,0x00000000f6a00000,0x00000000f8f00000)
ParOldGen total 195072K, used 70150K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 35% used [0x00000000a0000000,0x00000000a44819c8,0x00000000abe80000)
Metaspace used 90341K, capacity 94222K, committed 94424K, reserved 1130496K
class space used 11965K, capacity 12777K, committed 12800K, reserved 1048576K
}
Event: 3474.049 GC heap before
{Heap before GC invocations=19 (full 3):
PSYoungGen total 325120K, used 82578K [0x00000000e0000000, 0x00000000f8f00000, 0x0000000100000000)
eden space 288768K, 19% used [0x00000000e0000000,0x00000000e368dd30,0x00000000f1a00000)
from space 36352K, 73% used [0x00000000f1a00000,0x00000000f3416c50,0x00000000f3d80000)
to space 37888K, 0% used [0x00000000f6a00000,0x00000000f6a00000,0x00000000f8f00000)
ParOldGen total 195072K, used 70150K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 35% used [0x00000000a0000000,0x00000000a44819c8,0x00000000abe80000)
Metaspace used 93822K, capacity 98176K, committed 98280K, reserved 1134592K
class space used 12477K, capacity 13338K, committed 13440K, reserved 1048576K
Event: 3474.086 GC heap after
Heap after GC invocations=19 (full 3):
PSYoungGen total 370688K, used 22800K [0x00000000e0000000, 0x00000000f9e80000, 0x0000000100000000)
eden space 332800K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000f4500000)
from space 37888K, 60% used [0x00000000f6a00000,0x00000000f8044178,0x00000000f8f00000)
to space 37888K, 0% used [0x00000000f4500000,0x00000000f4500000,0x00000000f6a00000)
ParOldGen total 195072K, used 70158K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 35% used [0x00000000a0000000,0x00000000a44839c8,0x00000000abe80000)
Metaspace used 93822K, capacity 98176K, committed 98280K, reserved 1134592K
class space used 12477K, capacity 13338K, committed 13440K, reserved 1048576K
}
Event: 3474.086 GC heap before
{Heap before GC invocations=20 (full 4):
PSYoungGen total 370688K, used 22800K [0x00000000e0000000, 0x00000000f9e80000, 0x0000000100000000)
eden space 332800K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000f4500000)
from space 37888K, 60% used [0x00000000f6a00000,0x00000000f8044178,0x00000000f8f00000)
to space 37888K, 0% used [0x00000000f4500000,0x00000000f4500000,0x00000000f6a00000)
ParOldGen total 195072K, used 70158K [0x00000000a0000000, 0x00000000abe80000, 0x00000000e0000000)
object space 195072K, 35% used [0x00000000a0000000,0x00000000a44839c8,0x00000000abe80000)
Metaspace used 93822K, capacity 98176K, committed 98280K, reserved 1134592K
class space used 12477K, capacity 13338K, committed 13440K, reserved 1048576K
Event: 3474.432 GC heap after
Heap after GC invocations=20 (full 4):
PSYoungGen total 370688K, used 0K [0x00000000e0000000, 0x00000000f9e80000, 0x0000000100000000)
eden space 332800K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000f4500000)
from space 37888K, 0% used [0x00000000f6a00000,0x00000000f6a00000,0x00000000f8f00000)
to space 37888K, 0% used [0x00000000f4500000,0x00000000f4500000,0x00000000f6a00000)
ParOldGen total 284672K, used 54103K [0x00000000a0000000, 0x00000000b1600000, 0x00000000e0000000)
object space 284672K, 19% used [0x00000000a0000000,0x00000000a34d5f58,0x00000000b1600000)
Metaspace used 92312K, capacity 95178K, committed 98280K, reserved 1134592K
class space used 12130K, capacity 12730K, committed 13440K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 3476.189 Thread 0x000000001b184800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000520ff38 method=com.android.tools.r8.u.b.i1.a(Lcom/android/tools/r8/ir/analysis/type/k;)Lcom/android/tools/r8/u/b/i1; @ 23
Event: 3476.301 Thread 0x000000001b17a800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005a44c70 method=com.android.tools.r8.u.c.o.a(ILcom/android/tools/r8/u/c/M;)I @ 165
Event: 3476.310 Thread 0x000000001b17a800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005802a28 method=com.android.tools.r8.ir.regalloc.LinearScanRegisterAllocator.a(Lcom/android/tools/r8/u/b/d0;Lcom/android/tools/r8/ir/regalloc/LinearScanRegisterAllocator$b;)Z @ 75
Event: 3476.854 Thread 0x000000001b184800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005c4fd70 method=com.android.tools.r8.ir.regalloc.g.a(ILcom/android/tools/r8/ir/regalloc/g$a;)Z @ 84
Event: 3476.864 Thread 0x000000001b184800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000347aa00 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84
Event: 3476.864 Thread 0x000000001b184800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000373a5f8 method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 109
Event: 3476.867 Thread 0x000000001b184800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003180f28 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84
Event: 3477.088 Thread 0x000000001b184800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000058febb4 method=com.android.tools.r8.ir.regalloc.a.compareTo(Ljava/lang/Object;)I @ 81
Event: 3477.211 Thread 0x000000001b184800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003316738 method=com.android.tools.r8.ir.regalloc.a.c(I)Lcom/android/tools/r8/ir/regalloc/a; @ 132
Event: 3477.316 Thread 0x000000001b184800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005ccbac8 method=com.android.tools.r8.graph.r.equals(Ljava/lang/Object;)Z @ 29
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 3475.667 Thread 0x000000001ddd1800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e4b3aad0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3475.675 Thread 0x000000001b180800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e74294e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3475.676 Thread 0x000000001b180000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e7276bf0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3475.681 Thread 0x000000001b183000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e70d4268) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3475.689 Thread 0x000000001b185000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e761a558) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3475.836 Thread 0x000000001b180800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e76beee0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3475.864 Thread 0x000000001ddd1800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e8ed1538) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3475.986 Thread 0x000000001b185000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e93adf90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3476.082 Thread 0x000000001b183000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e9eb08e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3477.315 Thread 0x000000001b17a800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000ef028e90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Events (10 events):
Event: 3477.401 Thread 0x000000001b184800 DEOPT PACKING pc=0x0000000003a4396d sp=0x000000002840b180
Event: 3477.401 Thread 0x000000001b184800 DEOPT UNPACKING pc=0x0000000002b57890 sp=0x000000002840b100 mode 0
Event: 3477.426 loading class com/android/tools/r8/v/a/a/a/f/P0
Event: 3477.426 loading class com/android/tools/r8/v/a/a/a/f/P0 done
Event: 3477.567 Executing VM operation: ForceSafepoint
Event: 3477.567 Executing VM operation: ForceSafepoint done
Event: 3477.579 Thread 0x000000001b184800 DEOPT PACKING pc=0x0000000005bf5b57 sp=0x000000002840a8f0
Event: 3477.579 Thread 0x000000001b184800 DEOPT UNPACKING pc=0x0000000002b57890 sp=0x000000002840a7b0 mode 0
Event: 3477.692 Thread 0x000000001b184800 DEOPT PACKING pc=0x0000000005980a9e sp=0x000000002840afe0
Event: 3477.692 Thread 0x000000001b184800 DEOPT UNPACKING pc=0x0000000002b57890 sp=0x000000002840ae30 mode 0
Dynamic libraries:
0x00007ff750640000 - 0x00007ff750677000 C:\Program Files\Java\jdk1.8.0_201\bin\java.exe
0x00007ffdd28e0000 - 0x00007ffdd2ad0000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffdd1990000 - 0x00007ffdd1a42000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffdd06b0000 - 0x00007ffdd0953000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffdd1780000 - 0x00007ffdd1823000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffdd2800000 - 0x00007ffdd289e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffdd0f00000 - 0x00007ffdd0f97000 C:\WINDOWS\System32\sechost.dll
0x00007ffdd21e0000 - 0x00007ffdd2300000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffdd2550000 - 0x00007ffdd26e4000 C:\WINDOWS\System32\USER32.dll
0x00007ffdd0960000 - 0x00007ffdd0981000 C:\WINDOWS\System32\win32u.dll
0x00007ffdd0e00000 - 0x00007ffdd0e26000 C:\WINDOWS\System32\GDI32.dll
0x00007ffdd04a0000 - 0x00007ffdd0634000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffdcf9f0000 - 0x00007ffdcfa8e000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffdcf870000 - 0x00007ffdcf96a000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffdbfbd0000 - 0x00007ffdbfe55000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.778_none_e6c6b761130d4fb8\COMCTL32.dll
0x00007ffdd1a50000 - 0x00007ffdd1d86000 C:\WINDOWS\System32\combase.dll
0x00007ffdcf970000 - 0x00007ffdcf9f0000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffdd1750000 - 0x00007ffdd177e000 C:\WINDOWS\System32\IMM32.DLL
0x0000000075220000 - 0x00000000752f1000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\msvcr100.dll
0x0000000073a00000 - 0x00000000742a4000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\server\jvm.dll
0x00007ffdd21d0000 - 0x00007ffdd21d8000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffdcd180000 - 0x00007ffdcd1a4000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffdce750000 - 0x00007ffdce75a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffdbc570000 - 0x00007ffdbc579000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffdd26f0000 - 0x00007ffdd275f000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffdcd150000 - 0x00007ffdcd17d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ffdd0640000 - 0x00007ffdd068a000 C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffdbccf0000 - 0x00007ffdbccff000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\verify.dll
0x00007ffda8010000 - 0x00007ffda8039000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.dll
0x00007ffdb30b0000 - 0x00007ffdb30c6000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\zip.dll
0x00007ffdd0fa0000 - 0x00007ffdd1685000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffdd2300000 - 0x00007ffdd23a9000 C:\WINDOWS\System32\shcore.dll
0x00007ffdcfd20000 - 0x00007ffdd04a0000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffdcf7b0000 - 0x00007ffdcf7d3000 C:\WINDOWS\System32\profapi.dll
0x00007ffdcf7e0000 - 0x00007ffdcf82a000 C:\WINDOWS\System32\powrprof.dll
0x00007ffdcf7a0000 - 0x00007ffdcf7b0000 C:\WINDOWS\System32\UMPDC.dll
0x00007ffdd23b0000 - 0x00007ffdd2402000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffdcf830000 - 0x00007ffdcf841000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffdd0690000 - 0x00007ffdd06a7000 C:\WINDOWS\System32\cryptsp.dll
0x00007ffdb9400000 - 0x00007ffdb941a000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\net.dll
0x00007ffdc0380000 - 0x00007ffdc0555000 C:\WINDOWS\SYSTEM32\urlmon.dll
0x00007ffdbf920000 - 0x00007ffdbfbc6000 C:\WINDOWS\SYSTEM32\iertutil.dll
0x00007ffdcf1e0000 - 0x00007ffdcf1ec000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
0x00007ffdcf010000 - 0x00007ffdcf077000 C:\WINDOWS\system32\mswsock.dll
0x00007ffdb4f70000 - 0x00007ffdb4f81000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\nio.dll
0x00007ffdc8250000 - 0x00007ffdc8276000 C:\Users\c-scoyle\.gradle\native\30\windows-amd64\native-platform.dll
0x00007ffdc8360000 - 0x00007ffdc836d000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\management.dll
0x00007ffdce910000 - 0x00007ffdce943000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffdcfaf0000 - 0x00007ffdcfb16000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffdcf690000 - 0x00007ffdcf6b5000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffdced20000 - 0x00007ffdced5a000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffdd2090000 - 0x00007ffdd2098000 C:\WINDOWS\System32\NSI.dll
0x00007ffdca360000 - 0x00007ffdca376000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffdca340000 - 0x00007ffdca35c000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffdced60000 - 0x00007ffdcee2a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffdac610000 - 0x00007ffdac634000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\sunec.dll
0x00007ffdc6a90000 - 0x00007ffdc6a9a000 C:\Windows\System32\rasadhlp.dll
0x00007ffdc98a0000 - 0x00007ffdc9917000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffdcb580000 - 0x00007ffdcb58b000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\sunmscapi.dll
0x00007ffdcfb20000 - 0x00007ffdcfc69000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffdcf850000 - 0x00007ffdcf862000 C:\WINDOWS\System32\MSASN1.dll
0x00007ffdce3d0000 - 0x00007ffdce401000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffdccf20000 - 0x00007ffdccfaf000 C:\WINDOWS\system32\apphelp.dll
VM Arguments:
jvm_args: -Xmx1536m -Dfile.encoding=windows-1252 -Duser.country=GB -Duser.language=en -Duser.variant
java_command: org.gradle.launcher.daemon.bootstrap.GradleDaemon 5.6.4
java_class_path (initial): C:\Users\c-scoyle\.gradle\wrapper\dists\gradle-5.6.4-all\ankdp27end7byghfw1q2sw75f\gradle-5.6.4\lib\gradle-launcher-5.6.4.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.5.0_22
PATH=C:\Program Files\Java\jdk1.5.0_22\jre\bin;C:\Program Files (x86)\Java\jre1.8.0_231\bin;C:\Program Files\Java\jdk1.8.0_201\jre\bin;C:\DevSuiteHome_2\jdk\jre\bin\classic;C:\DevSuiteHome_2\jdk\jre\bin;C:\DevSuiteHome_2\jdk\jre\bin\client;C:\DevSuiteHome_2\jlib;C:\DevSuiteHome_2\bin;C:\DevSuiteHome_2\jre\1.4.2\bin\client;C:\DevSuiteHome_2\jre\1.4.2\bin;C:\DevSuiteHome_1\jre\1.4.2\bin\client;C:\DevSuiteHome_1\jre\1.4.2\bin;C:\oracle\BIToolsHome_1\jdk\jre\bin\classic;C:\oracle\BIToolsHome_1\jdk\jre\bin;C:\oracle\BIToolsHome_1\bin;C:\oracle\BIToolsHome_1\jlib;C:\oracle\BIToolsHome_1\jre\1.4.2\bin\client;C:\oracle\BIToolsHome_1\jre\1.4.2\bin;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\;C:\Program Files (x86)\Webex\Webex\Applications;C:\Program Files (x86)\WinMerge;C:\Program Files\TortoiseSVN\bin;C:\Program Files\PuTTY\;C:\Program Files (x86)\PuTTY\;C:\apache-maven-3.6.2\bin;C:\Program Files\Git\cmd;C:\Users\c-scoyle\AppData\Local\Microsoft\WindowsApps;;C:\Users\c-scoyle\AppData\Local\Programs\Microsoft VS Code\bin
USERNAME=c-scoyle
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.778)
CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12, 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 16578840k(4290112k free), swap 20773144k(0k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.201-b09) for windows-amd64 JRE (1.8.0_201-b09), built on Dec 15 2018 18:36:39 by "java_re" with MS VC++ 10.0 (VS2010)
time: Fri May 29 11:54:02 2020
timezone: GMT Daylight Time
elapsed time: 3477 seconds (0d 0h 57m 57s)