-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhs_err_pid22732.log
More file actions
752 lines (690 loc) · 54.5 KB
/
hs_err_pid22732.log
File metadata and controls
752 lines (690 loc) · 54.5 KB
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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 428096 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 (arena.cpp:191), pid=22732, tid=8784
#
# JRE version: OpenJDK Runtime Environment (17.0.9) (build 17.0.9+0--11185874)
# Java VM: OpenJDK 64-Bit Server VM (17.0.9+0--11185874, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: org.jetbrains.kotlin.cli.jvm.K2JVMCompiler @C:\Users\se055\app_project\LifeMaster_XML\app\build\20250116_306686021674217734.compiler.options
Host: 12th Gen Intel(R) Core(TM) i5-1240P, 16 cores, 15G, Windows 11 , 64 bit Build 22621 (10.0.22621.4391)
Time: Thu Jan 16 20:58:02 2025 Windows 11 , 64 bit Build 22621 (10.0.22621.4391) elapsed time: 11.629341 seconds (0d 0h 0m 11s)
--------------- T H R E A D ---------------
Current thread (0x000001c8b016e6f0): JavaThread "C2 CompilerThread7" daemon [_thread_in_native, id=8784, stack(0x00000028a9400000,0x00000028a9500000)]
Current CompileTask:
C2: 11629 12615 4 org.jetbrains.kotlin.parsing.KotlinExpressionParsing::parseBinaryExpression (70 bytes)
Stack: [0x00000028a9400000,0x00000028a9500000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6886e9]
V [jvm.dll+0x841e4a]
V [jvm.dll+0x843a8e]
V [jvm.dll+0x8440f3]
V [jvm.dll+0x24c14f]
V [jvm.dll+0xac44c]
V [jvm.dll+0xaca9c]
V [jvm.dll+0x2b376f]
V [jvm.dll+0x590767]
V [jvm.dll+0x226762]
V [jvm.dll+0x21f48d]
V [jvm.dll+0x21d0c1]
V [jvm.dll+0x1a674d]
V [jvm.dll+0x22d088]
V [jvm.dll+0x22b1c0]
V [jvm.dll+0x7f62f7]
V [jvm.dll+0x7f06aa]
V [jvm.dll+0x687565]
C [ucrtbase.dll+0x29333]
C [KERNEL32.DLL+0x1259d]
C [ntdll.dll+0x5af38]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000001c8adf39af0, length=22, elements={
0x000001c889699f00, 0x000001c8a8a86670, 0x000001c8a8a874f0, 0x000001c8a8abea80,
0x000001c8a8ac1550, 0x000001c8a8ac2520, 0x000001c8a8add4f0, 0x000001c8a8adf2a0,
0x000001c8a8adfd50, 0x000001c8a8ae2760, 0x000001c8a8c72de0, 0x000001c8a8c79720,
0x000001c8a8cb5c30, 0x000001c8a8cc65c0, 0x000001c8a8d39bf0, 0x000001c8a8d361c0,
0x000001c8ad2b3120, 0x000001c8adb4c810, 0x000001c8ae12b7d0, 0x000001c8ae412e60,
0x000001c8ade07fb0, 0x000001c8b016e6f0
}
Java Threads: ( => current thread )
0x000001c889699f00 JavaThread "main" [_thread_in_Java, id=9056, stack(0x00000028a6a00000,0x00000028a6b00000)]
0x000001c8a8a86670 JavaThread "Reference Handler" daemon [_thread_blocked, id=6256, stack(0x00000028a7100000,0x00000028a7200000)]
0x000001c8a8a874f0 JavaThread "Finalizer" daemon [_thread_blocked, id=24852, stack(0x00000028a7200000,0x00000028a7300000)]
0x000001c8a8abea80 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15712, stack(0x00000028a7300000,0x00000028a7400000)]
0x000001c8a8ac1550 JavaThread "Attach Listener" daemon [_thread_blocked, id=23864, stack(0x00000028a7400000,0x00000028a7500000)]
0x000001c8a8ac2520 JavaThread "Service Thread" daemon [_thread_blocked, id=24724, stack(0x00000028a7500000,0x00000028a7600000)]
0x000001c8a8add4f0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=25364, stack(0x00000028a7600000,0x00000028a7700000)]
0x000001c8a8adf2a0 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=25576, stack(0x00000028a7700000,0x00000028a7800000)]
0x000001c8a8adfd50 JavaThread "C1 CompilerThread0" daemon [_thread_in_native, id=4476, stack(0x00000028a7800000,0x00000028a7900000)]
0x000001c8a8ae2760 JavaThread "Sweeper thread" daemon [_thread_blocked, id=24372, stack(0x00000028a7900000,0x00000028a7a00000)]
0x000001c8a8c72de0 JavaThread "C1 CompilerThread1" daemon [_thread_in_native, id=25388, stack(0x00000028a7a00000,0x00000028a7b00000)]
0x000001c8a8c79720 JavaThread "C1 CompilerThread2" daemon [_thread_in_native, id=19684, stack(0x00000028a7b00000,0x00000028a7c00000)]
0x000001c8a8cb5c30 JavaThread "Notification Thread" daemon [_thread_blocked, id=8428, stack(0x00000028a7c00000,0x00000028a7d00000)]
0x000001c8a8cc65c0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=10328, stack(0x00000028a7e00000,0x00000028a7f00000)]
0x000001c8a8d39bf0 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=20020, stack(0x00000028a7f00000,0x00000028a8000000)]
0x000001c8a8d361c0 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=22580, stack(0x00000028a8000000,0x00000028a8100000)]
0x000001c8ad2b3120 JavaThread "C1 CompilerThread3" daemon [_thread_in_native, id=8380, stack(0x00000028a8100000,0x00000028a8200000)]
0x000001c8adb4c810 JavaThread "C2 CompilerThread3" daemon [_thread_in_native, id=14544, stack(0x00000028a8d00000,0x00000028a8e00000)]
0x000001c8ae12b7d0 JavaThread "C2 CompilerThread4" daemon [_thread_in_native, id=8352, stack(0x00000028a8e00000,0x00000028a8f00000)]
0x000001c8ae412e60 JavaThread "C2 CompilerThread5" daemon [_thread_in_native, id=23548, stack(0x00000028a9200000,0x00000028a9300000)]
0x000001c8ade07fb0 JavaThread "C2 CompilerThread6" daemon [_thread_in_native, id=22108, stack(0x00000028a9300000,0x00000028a9400000)]
=>0x000001c8b016e6f0 JavaThread "C2 CompilerThread7" daemon [_thread_in_native, id=8784, stack(0x00000028a9400000,0x00000028a9500000)]
Other Threads:
0x000001c8a8a82a30 VMThread "VM Thread" [stack: 0x00000028a7000000,0x00000028a7100000] [id=20832]
0x000001c8a8cb6110 WatcherThread [stack: 0x00000028a7d00000,0x00000028a7e00000] [id=24796]
0x000001c8897079f0 GCTaskThread "GC Thread#0" [stack: 0x00000028a6b00000,0x00000028a6c00000] [id=25656]
0x000001c8ad3c5fe0 GCTaskThread "GC Thread#1" [stack: 0x00000028a8200000,0x00000028a8300000] [id=22380]
0x000001c8ad3e63f0 GCTaskThread "GC Thread#2" [stack: 0x00000028a8300000,0x00000028a8400000] [id=18576]
0x000001c8ad3e6ab0 GCTaskThread "GC Thread#3" [stack: 0x00000028a8400000,0x00000028a8500000] [id=23996]
0x000001c8ad3e6d70 GCTaskThread "GC Thread#4" [stack: 0x00000028a8500000,0x00000028a8600000] [id=22936]
0x000001c8ad2ccfb0 GCTaskThread "GC Thread#5" [stack: 0x00000028a8600000,0x00000028a8700000] [id=15412]
0x000001c8adc46590 GCTaskThread "GC Thread#6" [stack: 0x00000028a8700000,0x00000028a8800000] [id=22632]
0x000001c8adbd2ad0 GCTaskThread "GC Thread#7" [stack: 0x00000028a8800000,0x00000028a8900000] [id=14060]
0x000001c8adbfc860 GCTaskThread "GC Thread#8" [stack: 0x00000028a8900000,0x00000028a8a00000] [id=25556]
0x000001c8adf0cf30 GCTaskThread "GC Thread#9" [stack: 0x00000028a8a00000,0x00000028a8b00000] [id=10900]
0x000001c8add66760 GCTaskThread "GC Thread#10" [stack: 0x00000028a8f00000,0x00000028a9000000] [id=3840]
0x000001c8add664a0 GCTaskThread "GC Thread#11" [stack: 0x00000028a9000000,0x00000028a9100000] [id=5416]
0x000001c8add66a20 GCTaskThread "GC Thread#12" [stack: 0x00000028a9100000,0x00000028a9200000] [id=9780]
0x000001c889718340 ConcurrentGCThread "G1 Main Marker" [stack: 0x00000028a6c00000,0x00000028a6d00000] [id=26412]
0x000001c889719500 ConcurrentGCThread "G1 Conc#0" [stack: 0x00000028a6d00000,0x00000028a6e00000] [id=21668]
0x000001c8ade91020 ConcurrentGCThread "G1 Conc#1" [stack: 0x00000028a8b00000,0x00000028a8c00000] [id=18636]
0x000001c8add661e0 ConcurrentGCThread "G1 Conc#2" [stack: 0x00000028a8c00000,0x00000028a8d00000] [id=18428]
0x000001c8a86998e0 ConcurrentGCThread "G1 Refine#0" [stack: 0x00000028a6e00000,0x00000028a6f00000] [id=4300]
0x000001c8afc7aad0 ConcurrentGCThread "G1 Refine#1" [stack: 0x00000028a9500000,0x00000028a9600000] [id=17876]
0x000001c8afc79640 ConcurrentGCThread "G1 Refine#2" [stack: 0x00000028a9600000,0x00000028a9700000] [id=26276]
0x000001c8a869a310 ConcurrentGCThread "G1 Service" [stack: 0x00000028a6f00000,0x00000028a7000000] [id=25072]
Threads with active compile tasks:
C2 CompilerThread0 11650 12563 4 org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getClassifier$1::invoke (170 bytes)
C1 CompilerThread0 11651 12710 3 org.jetbrains.kotlin.types.RangeUtilKt::getRangeOrProgressionElementType (588 bytes)
C2 CompilerThread1 11651 12637 4 org.jetbrains.kotlin.serialization.deserialization.NameResolverUtilKt::getName (23 bytes)
C2 CompilerThread2 11651 12588 4 org.jetbrains.kotlin.resolve.lazy.descriptors.LazyClassMemberScope::resolveUnknownVisibilitiesForMembers (110 bytes)
C2 CompilerThread3 11651 12641 4 org.jetbrains.kotlin.resolve.scopes.LazyScopeAdapter::getWorkerScope (13 bytes)
C2 CompilerThread4 11651 12407 4 org.jetbrains.kotlin.types.checker.NewCapturedTypeKt::captureArguments (659 bytes)
C2 CompilerThread5 11651 12670 4 org.jetbrains.kotlin.parsing.AbstractKotlinParsing::atSet (113 bytes)
C2 CompilerThread6 11651 12621 4 org.jetbrains.kotlin.resolve.OverridingUtil::computeVisibilityToInherit (105 bytes)
C2 CompilerThread7 11651 12615 4 org.jetbrains.kotlin.parsing.KotlinExpressionParsing::parseBinaryExpression (70 bytes)
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000706000000, size: 4000 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) not mapped
Compressed class space mapped at: 0x0000000800000000-0x0000000840000000, reserved size: 1073741824
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x40000000
GC Precious Log:
CPUs: 16 total, 16 available
Memory: 15996M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 2M
Heap Min Capacity: 8M
Heap Initial Capacity: 250M
Heap Max Capacity: 4000M
Pre-touch: Disabled
Parallel Workers: 13
Concurrent Workers: 3
Concurrent Refinement Workers: 13
Periodic GC: Disabled
Heap:
garbage-first heap total 165888K, used 83768K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 1 survivors (2048K)
Metaspace used 70115K, committed 70400K, reserved 1114112K
class space used 7957K, committed 8064K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
| 0|0x0000000706000000, 0x0000000706200000, 0x0000000706200000|100%|HS| |TAMS 0x0000000706200000, 0x0000000706000000| Complete
| 1|0x0000000706200000, 0x0000000706400000, 0x0000000706400000|100%|HC| |TAMS 0x0000000706400000, 0x0000000706200000| Complete
| 2|0x0000000706400000, 0x0000000706600000, 0x0000000706600000|100%|HS| |TAMS 0x0000000706600000, 0x0000000706400000| Complete
| 3|0x0000000706600000, 0x0000000706800000, 0x0000000706800000|100%|HS| |TAMS 0x0000000706800000, 0x0000000706600000| Complete
| 4|0x0000000706800000, 0x0000000706a00000, 0x0000000706a00000|100%|HC| |TAMS 0x0000000706a00000, 0x0000000706800000| Complete
| 5|0x0000000706a00000, 0x0000000706c00000, 0x0000000706c00000|100%| O| |TAMS 0x0000000706c00000, 0x0000000706a00000| Untracked
| 6|0x0000000706c00000, 0x0000000706e00000, 0x0000000706e00000|100%| O| |TAMS 0x0000000706e00000, 0x0000000706c00000| Untracked
| 7|0x0000000706e00000, 0x0000000707000000, 0x0000000707000000|100%| O| |TAMS 0x0000000707000000, 0x0000000706e00000| Untracked
| 8|0x0000000707000000, 0x0000000707200000, 0x0000000707200000|100%| O| |TAMS 0x0000000707200000, 0x0000000707000000| Untracked
| 9|0x0000000707200000, 0x0000000707400000, 0x0000000707400000|100%| O| |TAMS 0x0000000707400000, 0x0000000707200000| Untracked
| 10|0x0000000707400000, 0x0000000707400000, 0x0000000707600000| 0%| F| |TAMS 0x0000000707400000, 0x0000000707400000| Untracked
| 11|0x0000000707600000, 0x0000000707800000, 0x0000000707800000|100%| O| |TAMS 0x0000000707800000, 0x0000000707600000| Untracked
| 12|0x0000000707800000, 0x0000000707a00000, 0x0000000707a00000|100%| O| |TAMS 0x0000000707a00000, 0x0000000707800000| Untracked
| 13|0x0000000707a00000, 0x0000000707c00000, 0x0000000707c00000|100%| O| |TAMS 0x0000000707c00000, 0x0000000707a00000| Untracked
| 14|0x0000000707c00000, 0x0000000707e00000, 0x0000000707e00000|100%| O| |TAMS 0x0000000707e00000, 0x0000000707c00000| Untracked
| 15|0x0000000707e00000, 0x0000000708000000, 0x0000000708000000|100%| O| |TAMS 0x0000000708000000, 0x0000000707e00000| Untracked
| 16|0x0000000708000000, 0x0000000708200000, 0x0000000708200000|100%| O| |TAMS 0x0000000708200000, 0x0000000708000000| Untracked
| 17|0x0000000708200000, 0x0000000708400000, 0x0000000708400000|100%| O| |TAMS 0x0000000708400000, 0x0000000708200000| Untracked
| 18|0x0000000708400000, 0x0000000708600000, 0x0000000708600000|100%| O| |TAMS 0x0000000708600000, 0x0000000708400000| Untracked
| 19|0x0000000708600000, 0x0000000708800000, 0x0000000708800000|100%| O| |TAMS 0x0000000708800000, 0x0000000708600000| Untracked
| 20|0x0000000708800000, 0x0000000708a00000, 0x0000000708a00000|100%| O| |TAMS 0x0000000708a00000, 0x0000000708800000| Untracked
| 21|0x0000000708a00000, 0x0000000708c00000, 0x0000000708c00000|100%| O| |TAMS 0x0000000708c00000, 0x0000000708a00000| Untracked
| 22|0x0000000708c00000, 0x0000000708e00000, 0x0000000708e00000|100%| O| |TAMS 0x0000000708e00000, 0x0000000708c00000| Untracked
| 23|0x0000000708e00000, 0x0000000709000000, 0x0000000709000000|100%| O| |TAMS 0x0000000709000000, 0x0000000708e00000| Untracked
| 24|0x0000000709000000, 0x0000000709200000, 0x0000000709200000|100%| O| |TAMS 0x0000000709200000, 0x0000000709000000| Untracked
| 25|0x0000000709200000, 0x0000000709400000, 0x0000000709400000|100%| O| |TAMS 0x0000000709400000, 0x0000000709200000| Untracked
| 26|0x0000000709400000, 0x0000000709600000, 0x0000000709600000|100%| O| |TAMS 0x0000000709600000, 0x0000000709400000| Untracked
| 27|0x0000000709600000, 0x0000000709800000, 0x0000000709800000|100%| O| |TAMS 0x0000000709800000, 0x0000000709600000| Untracked
| 28|0x0000000709800000, 0x0000000709a00000, 0x0000000709a00000|100%| O| |TAMS 0x0000000709a00000, 0x0000000709800000| Untracked
| 29|0x0000000709a00000, 0x0000000709c00000, 0x0000000709c00000|100%| O| |TAMS 0x0000000709c00000, 0x0000000709a00000| Untracked
| 30|0x0000000709c00000, 0x0000000709e00000, 0x0000000709e00000|100%| O| |TAMS 0x0000000709e00000, 0x0000000709c00000| Untracked
| 31|0x0000000709e00000, 0x000000070a000000, 0x000000070a000000|100%| O| |TAMS 0x000000070a000000, 0x0000000709e00000| Untracked
| 32|0x000000070a000000, 0x000000070a200000, 0x000000070a200000|100%| O| |TAMS 0x000000070a200000, 0x000000070a000000| Untracked
| 33|0x000000070a200000, 0x000000070a400000, 0x000000070a400000|100%| O| |TAMS 0x000000070a400000, 0x000000070a200000| Untracked
| 34|0x000000070a400000, 0x000000070a600000, 0x000000070a600000|100%| O| |TAMS 0x000000070a456c00, 0x000000070a400000| Untracked
| 35|0x000000070a600000, 0x000000070a800000, 0x000000070a800000|100%| O| |TAMS 0x000000070a600000, 0x000000070a600000| Untracked
| 36|0x000000070a800000, 0x000000070aa00000, 0x000000070aa00000|100%| O| |TAMS 0x000000070a800000, 0x000000070a800000| Untracked
| 37|0x000000070aa00000, 0x000000070ac00000, 0x000000070ac00000|100%| O| |TAMS 0x000000070aa00000, 0x000000070aa00000| Untracked
| 38|0x000000070ac00000, 0x000000070ae00000, 0x000000070ae00000|100%|HS| |TAMS 0x000000070ac00000, 0x000000070ac00000| Complete
| 39|0x000000070ae00000, 0x000000070b000000, 0x000000070b000000|100%| O| |TAMS 0x000000070ae00000, 0x000000070ae00000| Untracked
| 40|0x000000070b000000, 0x000000070b14c400, 0x000000070b200000| 64%| O| |TAMS 0x000000070b000000, 0x000000070b000000| Untracked
| 41|0x000000070b200000, 0x000000070b200000, 0x000000070b400000| 0%| F| |TAMS 0x000000070b200000, 0x000000070b200000| Untracked
| 42|0x000000070b400000, 0x000000070b400000, 0x000000070b600000| 0%| F| |TAMS 0x000000070b400000, 0x000000070b400000| Untracked
| 43|0x000000070b600000, 0x000000070b600000, 0x000000070b800000| 0%| F| |TAMS 0x000000070b600000, 0x000000070b600000| Untracked
| 44|0x000000070b800000, 0x000000070b800000, 0x000000070ba00000| 0%| F| |TAMS 0x000000070b800000, 0x000000070b800000| Untracked
| 45|0x000000070ba00000, 0x000000070ba00000, 0x000000070bc00000| 0%| F| |TAMS 0x000000070ba00000, 0x000000070ba00000| Untracked
| 46|0x000000070bc00000, 0x000000070bc00000, 0x000000070be00000| 0%| F| |TAMS 0x000000070bc00000, 0x000000070bc00000| Untracked
| 47|0x000000070be00000, 0x000000070be00000, 0x000000070c000000| 0%| F| |TAMS 0x000000070be00000, 0x000000070be00000| Untracked
| 48|0x000000070c000000, 0x000000070c000000, 0x000000070c200000| 0%| F| |TAMS 0x000000070c000000, 0x000000070c000000| Untracked
| 49|0x000000070c200000, 0x000000070c200000, 0x000000070c400000| 0%| F| |TAMS 0x000000070c200000, 0x000000070c200000| Untracked
| 50|0x000000070c400000, 0x000000070c400000, 0x000000070c600000| 0%| F| |TAMS 0x000000070c400000, 0x000000070c400000| Untracked
| 51|0x000000070c600000, 0x000000070c600000, 0x000000070c800000| 0%| F| |TAMS 0x000000070c600000, 0x000000070c600000| Untracked
| 52|0x000000070c800000, 0x000000070c800000, 0x000000070ca00000| 0%| F| |TAMS 0x000000070c800000, 0x000000070c800000| Untracked
| 53|0x000000070ca00000, 0x000000070ca00000, 0x000000070cc00000| 0%| F| |TAMS 0x000000070ca00000, 0x000000070ca00000| Untracked
| 54|0x000000070cc00000, 0x000000070cc00000, 0x000000070ce00000| 0%| F| |TAMS 0x000000070cc00000, 0x000000070cc00000| Untracked
| 55|0x000000070ce00000, 0x000000070ce00000, 0x000000070d000000| 0%| F| |TAMS 0x000000070ce00000, 0x000000070ce00000| Untracked
| 56|0x000000070d000000, 0x000000070d000000, 0x000000070d200000| 0%| F| |TAMS 0x000000070d000000, 0x000000070d000000| Untracked
| 57|0x000000070d200000, 0x000000070d200000, 0x000000070d400000| 0%| F| |TAMS 0x000000070d200000, 0x000000070d200000| Untracked
| 58|0x000000070d400000, 0x000000070d400000, 0x000000070d600000| 0%| F| |TAMS 0x000000070d400000, 0x000000070d400000| Untracked
| 59|0x000000070d600000, 0x000000070d600000, 0x000000070d800000| 0%| F| |TAMS 0x000000070d600000, 0x000000070d600000| Untracked
| 60|0x000000070d800000, 0x000000070d800000, 0x000000070da00000| 0%| F| |TAMS 0x000000070d800000, 0x000000070d800000| Untracked
| 61|0x000000070da00000, 0x000000070da00000, 0x000000070dc00000| 0%| F| |TAMS 0x000000070da00000, 0x000000070da00000| Untracked
| 62|0x000000070dc00000, 0x000000070dc00000, 0x000000070de00000| 0%| F| |TAMS 0x000000070dc00000, 0x000000070dc00000| Untracked
| 63|0x000000070de00000, 0x000000070de00000, 0x000000070e000000| 0%| F| |TAMS 0x000000070de00000, 0x000000070de00000| Untracked
| 64|0x000000070e000000, 0x000000070e000000, 0x000000070e200000| 0%| F| |TAMS 0x000000070e000000, 0x000000070e000000| Untracked
| 65|0x000000070e200000, 0x000000070e281ea0, 0x000000070e400000| 25%| S|CS|TAMS 0x000000070e200000, 0x000000070e200000| Complete
| 66|0x000000070e400000, 0x000000070e400000, 0x000000070e600000| 0%| F| |TAMS 0x000000070e400000, 0x000000070e400000| Untracked
| 67|0x000000070e600000, 0x000000070e600000, 0x000000070e800000| 0%| F| |TAMS 0x000000070e600000, 0x000000070e600000| Untracked
| 68|0x000000070e800000, 0x000000070e800000, 0x000000070ea00000| 0%| F| |TAMS 0x000000070e800000, 0x000000070e800000| Untracked
| 69|0x000000070ea00000, 0x000000070ea00000, 0x000000070ec00000| 0%| F| |TAMS 0x000000070ea00000, 0x000000070ea00000| Untracked
| 70|0x000000070ec00000, 0x000000070ec00000, 0x000000070ee00000| 0%| F| |TAMS 0x000000070ec00000, 0x000000070ec00000| Untracked
| 71|0x000000070ee00000, 0x000000070ee00000, 0x000000070f000000| 0%| F| |TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked
| 72|0x000000070f000000, 0x000000070f000000, 0x000000070f200000| 0%| F| |TAMS 0x000000070f000000, 0x000000070f000000| Untracked
| 73|0x000000070f200000, 0x000000070f200000, 0x000000070f400000| 0%| F| |TAMS 0x000000070f200000, 0x000000070f200000| Untracked
| 74|0x000000070f400000, 0x000000070f400000, 0x000000070f600000| 0%| F| |TAMS 0x000000070f400000, 0x000000070f400000| Untracked
| 75|0x000000070f600000, 0x000000070f600000, 0x000000070f800000| 0%| F| |TAMS 0x000000070f600000, 0x000000070f600000| Untracked
| 76|0x000000070f800000, 0x000000070f800000, 0x000000070fa00000| 0%| F| |TAMS 0x000000070f800000, 0x000000070f800000| Untracked
| 77|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked
| 78|0x000000070fc00000, 0x000000070fc00000, 0x000000070fe00000| 0%| F| |TAMS 0x000000070fc00000, 0x000000070fc00000| Untracked
| 79|0x000000070fe00000, 0x000000070ffc2450, 0x0000000710000000| 87%| E| |TAMS 0x000000070fe00000, 0x000000070fe00000| Complete
| 124|0x0000000715800000, 0x0000000715a00000, 0x0000000715a00000|100%| E|CS|TAMS 0x0000000715800000, 0x0000000715800000| Complete
Card table byte_map: [0x000001c89cbc0000,0x000001c89d390000] _byte_map_base: 0x000001c899390000
Marking Bits (Prev, Next): (CMBitMap*) 0x000001c889708010, (CMBitMap*) 0x000001c889708050
Prev Bits: [0x000001c89db60000, 0x000001c8a19e0000)
Next Bits: [0x000001c8a19e0000, 0x000001c8a5860000)
Polling page: 0x000001c888e50000
Metaspace:
Usage:
Non-class: 60.70 MB used.
Class: 7.77 MB used.
Both: 68.47 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 60.88 MB ( 95%) committed, 1 nodes.
Class space: 1.00 GB reserved, 7.88 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 68.75 MB ( 6%) committed.
Chunk freelists:
Non-Class: 3.17 MB
Class: 8.07 MB
Both: 11.24 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 114.06 MB
CDS: off
MetaspaceReclaimPolicy: balanced
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 8388608.
- enlarge_chunks_in_place: 1.
- new_chunks_are_fully_committed: 0.
- uncommit_free_chunks: 1.
- use_allocation_guard: 0.
- handle_deallocations: 1.
Internal statistics:
num_allocs_failed_limit: 6.
num_arena_births: 332.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 1098.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 6.
num_chunks_taken_from_freelist: 2607.
num_chunk_merges: 6.
num_chunk_splits: 2011.
num_chunks_enlarged: 1727.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=119168Kb used=6250Kb max_used=6350Kb free=112917Kb
bounds [0x000001c894710000, 0x000001c894d70000, 0x000001c89bb70000]
CodeHeap 'profiled nmethods': size=119104Kb used=32283Kb max_used=32283Kb free=86820Kb
bounds [0x000001c88cb70000, 0x000001c88eb00000, 0x000001c893fc0000]
CodeHeap 'non-nmethods': size=7488Kb used=3022Kb max_used=3097Kb free=4465Kb
bounds [0x000001c893fc0000, 0x000001c8942d0000, 0x000001c894710000]
total_blobs=11349 nmethods=10718 adapters=536
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 11.614 Thread 0x000001c8a8adfd50 12674 3 org.jetbrains.kotlin.com.intellij.openapi.fileTypes.CharsetUtil::extractCharsetFromFileContent (57 bytes)
Event: 11.616 Thread 0x000001c8a8c72de0 nmethod 12673 0x000001c88ead2410 code [0x000001c88ead25e0, 0x000001c88ead2898]
Event: 11.616 Thread 0x000001c8a8c72de0 12675 3 org.jetbrains.kotlin.com.intellij.testFramework.LightVirtualFile::<init> (38 bytes)
Event: 11.616 Thread 0x000001c8ad2b3120 nmethod 12662 0x000001c88eace390 code [0x000001c88eace900, 0x000001c88ead1248]
Event: 11.617 Thread 0x000001c8ad2b3120 12678 3 org.jetbrains.kotlin.types.TypeSubstitutionKt::replace$default (29 bytes)
Event: 11.619 Thread 0x000001c8a8adfd50 nmethod 12674 0x000001c88ead2a10 code [0x000001c88ead2ca0, 0x000001c88ead3b68]
Event: 11.619 Thread 0x000001c8a8adfd50 12690 3 org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt::getClassifierFromMeAndSuperclasses (40 bytes)
Event: 11.619 Thread 0x000001c8ad2b3120 nmethod 12678 0x000001c88ead9b10 code [0x000001c88ead9ce0, 0x000001c88eada048]
Event: 11.620 Thread 0x000001c8ad2b3120 12693 3 org.jetbrains.kotlin.synthetic.SamAdapterFunctionsScope::getSyntheticMemberFunctions (259 bytes)
Event: 11.620 Thread 0x000001c8a8c72de0 nmethod 12675 0x000001c88ead8b90 code [0x000001c88ead8dc0, 0x000001c88ead9818]
Event: 11.621 Thread 0x000001c8a8c72de0 12682 3 java.util.Collections::reverse (125 bytes)
Event: 11.621 Thread 0x000001c8a8adfd50 nmethod 12690 0x000001c88eada190 code [0x000001c88eada360, 0x000001c88eada748]
Event: 11.621 Thread 0x000001c8a8adfd50 12689 3 org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt::getInnerConstructors (149 bytes)
Event: 11.622 Thread 0x000001c8ae412e60 nmethod 12664 0x000001c894b55210 code [0x000001c894b553a0, 0x000001c894b555b8]
Event: 11.623 Thread 0x000001c8a8c79720 nmethod 12647 0x000001c88ead3f90 code [0x000001c88ead45e0, 0x000001c88ead7cc8]
Event: 11.624 Thread 0x000001c8a8c72de0 nmethod 12682 0x000001c88eada910 code [0x000001c88eadab60, 0x000001c88eadb608]
Event: 11.624 Thread 0x000001c8ae412e60 12670 4 org.jetbrains.kotlin.parsing.AbstractKotlinParsing::atSet (113 bytes)
Event: 11.624 Thread 0x000001c8a8c72de0 12676 3 org.jetbrains.kotlin.com.intellij.testFramework.LightVirtualFileBase::<init> (30 bytes)
Event: 11.624 Thread 0x000001c8a8c79720 12684 3 org.jetbrains.kotlin.resolve.calls.tower.MemberScopeTowerLevel$getFunctions$1::invoke (13 bytes)
Event: 11.625 Thread 0x000001c8a8c79720 nmethod 12684 0x000001c88eadb910 code [0x000001c88eadbac0, 0x000001c88eadbe08]
GC Heap History (20 events):
Event: 5.474 GC heap before
{Heap before GC invocations=13 (full 0):
garbage-first heap total 96256K, used 73005K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 3 survivors (6144K)
Metaspace used 59156K, committed 59456K, reserved 1114112K
class space used 6941K, committed 7104K, reserved 1048576K
}
Event: 5.487 GC heap after
{Heap after GC invocations=14 (full 0):
garbage-first heap total 96256K, used 51475K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 59156K, committed 59456K, reserved 1114112K
class space used 6941K, committed 7104K, reserved 1048576K
}
Event: 5.711 GC heap before
{Heap before GC invocations=14 (full 0):
garbage-first heap total 96256K, used 71955K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 12 young (24576K), 2 survivors (4096K)
Metaspace used 59383K, committed 59648K, reserved 1114112K
class space used 6950K, committed 7104K, reserved 1048576K
}
Event: 5.725 GC heap after
{Heap after GC invocations=15 (full 0):
garbage-first heap total 116736K, used 55956K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 59383K, committed 59648K, reserved 1114112K
class space used 6950K, committed 7104K, reserved 1048576K
}
Event: 5.988 GC heap before
{Heap before GC invocations=16 (full 0):
garbage-first heap total 116736K, used 86676K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 17 young (34816K), 2 survivors (4096K)
Metaspace used 59642K, committed 59904K, reserved 1114112K
class space used 6987K, committed 7104K, reserved 1048576K
}
Event: 5.995 GC heap after
{Heap after GC invocations=17 (full 0):
garbage-first heap total 116736K, used 59333K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 59642K, committed 59904K, reserved 1114112K
class space used 6987K, committed 7104K, reserved 1048576K
}
Event: 6.798 GC heap before
{Heap before GC invocations=17 (full 0):
garbage-first heap total 116736K, used 88005K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 2 survivors (4096K)
Metaspace used 63651K, committed 64000K, reserved 1114112K
class space used 7535K, committed 7680K, reserved 1048576K
}
Event: 6.804 GC heap after
{Heap after GC invocations=18 (full 0):
garbage-first heap total 116736K, used 61654K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 63651K, committed 64000K, reserved 1114112K
class space used 7535K, committed 7680K, reserved 1048576K
}
Event: 7.903 GC heap before
{Heap before GC invocations=19 (full 0):
garbage-first heap total 116736K, used 90326K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 15 young (30720K), 1 survivors (2048K)
Metaspace used 66257K, committed 66560K, reserved 1114112K
class space used 7733K, committed 7872K, reserved 1048576K
}
Event: 7.914 GC heap after
{Heap after GC invocations=20 (full 0):
garbage-first heap total 116736K, used 65295K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 66257K, committed 66560K, reserved 1114112K
class space used 7733K, committed 7872K, reserved 1048576K
}
Event: 8.940 GC heap before
{Heap before GC invocations=20 (full 0):
garbage-first heap total 116736K, used 91919K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 15 young (30720K), 2 survivors (4096K)
Metaspace used 67864K, committed 68160K, reserved 1114112K
class space used 7834K, committed 7936K, reserved 1048576K
}
Event: 8.954 GC heap after
{Heap after GC invocations=21 (full 0):
garbage-first heap total 116736K, used 69289K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 67864K, committed 68160K, reserved 1114112K
class space used 7834K, committed 7936K, reserved 1048576K
}
Event: 9.945 GC heap before
{Heap before GC invocations=22 (full 0):
garbage-first heap total 122880K, used 91817K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 13 young (26624K), 2 survivors (4096K)
Metaspace used 68954K, committed 69248K, reserved 1114112K
class space used 7928K, committed 8064K, reserved 1048576K
}
Event: 9.958 GC heap after
{Heap after GC invocations=23 (full 0):
garbage-first heap total 122880K, used 73494K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 68954K, committed 69248K, reserved 1114112K
class space used 7928K, committed 8064K, reserved 1048576K
}
Event: 10.941 GC heap before
{Heap before GC invocations=23 (full 0):
garbage-first heap total 122880K, used 98070K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 14 young (28672K), 2 survivors (4096K)
Metaspace used 69770K, committed 70080K, reserved 1114112K
class space used 7949K, committed 8064K, reserved 1048576K
}
Event: 10.955 GC heap after
{Heap after GC invocations=24 (full 0):
garbage-first heap total 122880K, used 77005K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 69770K, committed 70080K, reserved 1114112K
class space used 7949K, committed 8064K, reserved 1048576K
}
Event: 11.496 GC heap before
{Heap before GC invocations=25 (full 0):
garbage-first heap total 137216K, used 95437K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 12 young (24576K), 2 survivors (4096K)
Metaspace used 70033K, committed 70272K, reserved 1114112K
class space used 7956K, committed 8064K, reserved 1048576K
}
Event: 11.503 GC heap after
{Heap after GC invocations=26 (full 0):
garbage-first heap total 137216K, used 79812K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 70033K, committed 70272K, reserved 1114112K
class space used 7956K, committed 8064K, reserved 1048576K
}
Event: 11.563 GC heap before
{Heap before GC invocations=26 (full 0):
garbage-first heap total 137216K, used 83908K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 2 survivors (4096K)
Metaspace used 70046K, committed 70336K, reserved 1114112K
class space used 7957K, committed 8064K, reserved 1048576K
}
Event: 11.570 GC heap after
{Heap after GC invocations=27 (full 0):
garbage-first heap total 165888K, used 81720K [0x0000000706000000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 70046K, committed 70336K, reserved 1114112K
class space used 7957K, committed 8064K, reserved 1048576K
}
Dll operation events (2 events):
Event: 0.009 Loaded shared library C:\Program Files\Android\Android Studio1\jbr\bin\java.dll
Event: 0.847 Loaded shared library C:\Program Files\Android\Android Studio1\jbr\bin\verify.dll
Deoptimization events (20 events):
Event: 11.060 Thread 0x000001c889699f00 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000001c894d0186c relative=0x0000000000006b4c
Event: 11.060 Thread 0x000001c889699f00 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000001c894d0186c method=org.jetbrains.kotlin.types.TypeSubstitutor.projectedTypeForConflictedTypeWithUnsafeVariance(Lorg/jetbrains/kotlin/types/KotlinType;Lorg/jetbrains/k
Event: 11.060 Thread 0x000001c889699f00 DEOPT PACKING pc=0x000001c894d0186c sp=0x00000028a6afa6c0
Event: 11.060 Thread 0x000001c889699f00 DEOPT UNPACKING pc=0x000001c8940169a3 sp=0x00000028a6afa628 mode 2
Event: 11.117 Thread 0x000001c889699f00 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000001c894b382e8 relative=0x0000000000000128
Event: 11.117 Thread 0x000001c889699f00 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000001c894b382e8 method=org.jetbrains.kotlin.types.DelegatingSimpleType.isMarkedNullable()Z @ 4 c2
Event: 11.118 Thread 0x000001c889699f00 DEOPT PACKING pc=0x000001c894b382e8 sp=0x00000028a6afb870
Event: 11.118 Thread 0x000001c889699f00 DEOPT UNPACKING pc=0x000001c8940169a3 sp=0x00000028a6afb7b0 mode 2
Event: 11.118 Thread 0x000001c889699f00 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000001c894b382e8 relative=0x0000000000000128
Event: 11.118 Thread 0x000001c889699f00 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000001c894b382e8 method=org.jetbrains.kotlin.types.DelegatingSimpleType.isMarkedNullable()Z @ 4 c2
Event: 11.118 Thread 0x000001c889699f00 DEOPT PACKING pc=0x000001c894b382e8 sp=0x00000028a6afb7b0
Event: 11.118 Thread 0x000001c889699f00 DEOPT UNPACKING pc=0x000001c8940169a3 sp=0x00000028a6afb6e8 mode 2
Event: 11.316 Thread 0x000001c889699f00 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001c894bc68c8 relative=0x00000000000000a8
Event: 11.316 Thread 0x000001c889699f00 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001c894bc68c8 method=org.jetbrains.kotlin.types.checker.KotlinTypePreparator.transformToNewType(Lorg/jetbrains/kotlin/types/SimpleType;)Lorg/jetbrains/kotlin/types/SimpleType; @ 449 c2
Event: 11.316 Thread 0x000001c889699f00 DEOPT PACKING pc=0x000001c894bc68c8 sp=0x00000028a6afac50
Event: 11.316 Thread 0x000001c889699f00 DEOPT UNPACKING pc=0x000001c8940169a3 sp=0x00000028a6afaaf0 mode 2
Event: 11.410 Thread 0x000001c889699f00 Uncommon trap: trap_request=0xffffffde fr.pc=0x000001c894a2e29c relative=0x0000000000000c9c
Event: 11.410 Thread 0x000001c889699f00 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001c894a2e29c method=org.jetbrains.kotlin.com.intellij.psi.impl.source.CharTableImpl$StringHashToCharSequencesMap.getSubSequenceWithHashCode(ILjava/lang/CharSequence;II)Ljava/lang/CharSequen
Event: 11.411 Thread 0x000001c889699f00 DEOPT PACKING pc=0x000001c894a2e29c sp=0x00000028a6afaba0
Event: 11.411 Thread 0x000001c889699f00 DEOPT UNPACKING pc=0x000001c8940169a3 sp=0x00000028a6afaac0 mode 2
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 6.936 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a85064 to 0x000001c894a8c3a0
Event: 6.936 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a85064 to 0x000001c894a8c3a0
Event: 6.936 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a85064 to 0x000001c894a8c3a0
Event: 6.936 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a85064 to 0x000001c894a8c3a0
Event: 6.936 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a85064 to 0x000001c894a8c3a0
Event: 6.936 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a6b228 to 0x000001c894a714d4
Event: 6.936 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a42ad0 to 0x000001c894a4703c
Event: 6.937 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894852366 to 0x000001c8948526b0
Event: 6.938 Thread 0x000001c889699f00 Implicit null exception at 0x000001c89472bcf2 to 0x000001c89472c2d8
Event: 6.972 Thread 0x000001c889699f00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070cc8d2b0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070cc8d2b0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
Event: 6.972 Thread 0x000001c889699f00 Exception <a 'java/lang/IncompatibleClassChangeError'{0x000000070cc90e68}: Found class java.lang.Object, but interface was expected> (0x000000070cc90e68)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 838]
Event: 6.990 Thread 0x000001c889699f00 Implicit null exception at 0x000001c89472ce72 to 0x000001c89472d46c
Event: 7.459 Thread 0x000001c889699f00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c09bde0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int)'> (0x000000070c09bde0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
Event: 7.730 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894a9575c to 0x000001c894a966c0
Event: 8.055 Thread 0x000001c889699f00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070cbd1618}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070cbd1618)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
Event: 8.056 Thread 0x000001c889699f00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070cbd62e8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070cbd62e8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
Event: 8.535 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894ba75f0 to 0x000001c894ba76b3
Event: 8.664 Thread 0x000001c889699f00 Implicit null exception at 0x000001c894c27383 to 0x000001c894c294b4
Event: 8.863 Thread 0x000001c889699f00 Implicit null exception at 0x000001c8947b6b20 to 0x000001c8947b6c9c
Event: 8.863 Thread 0x000001c889699f00 Implicit null exception at 0x000001c89478fcd8 to 0x000001c89478fd6e
VM Operations (20 events):
Event: 10.907 Executing VM operation: ICBufferFull
Event: 10.915 Executing VM operation: ICBufferFull done
Event: 10.941 Executing VM operation: G1CollectForAllocation
Event: 10.955 Executing VM operation: G1CollectForAllocation done
Event: 10.990 Executing VM operation: G1PauseRemark
Event: 11.028 Executing VM operation: G1PauseRemark done
Event: 11.046 Executing VM operation: G1PauseCleanup
Event: 11.046 Executing VM operation: G1PauseCleanup done
Event: 11.309 Executing VM operation: HandshakeAllThreads
Event: 11.309 Executing VM operation: HandshakeAllThreads done
Event: 11.311 Executing VM operation: HandshakeAllThreads
Event: 11.311 Executing VM operation: HandshakeAllThreads done
Event: 11.335 Executing VM operation: ICBufferFull
Event: 11.335 Executing VM operation: ICBufferFull done
Event: 11.439 Executing VM operation: HandshakeAllThreads
Event: 11.439 Executing VM operation: HandshakeAllThreads done
Event: 11.496 Executing VM operation: G1CollectForAllocation
Event: 11.503 Executing VM operation: G1CollectForAllocation done
Event: 11.563 Executing VM operation: G1CollectForAllocation
Event: 11.570 Executing VM operation: G1CollectForAllocation done
Events (20 events):
Event: 10.558 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e37d890
Event: 10.559 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e3ba490
Event: 10.560 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e3d5b90
Event: 10.561 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e40dd10
Event: 10.561 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e413d90
Event: 10.562 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e420390
Event: 10.562 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e42d890
Event: 10.562 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e430c90
Event: 10.565 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e540d90
Event: 10.565 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e561510
Event: 10.566 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e56f590
Event: 10.566 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e577a10
Event: 10.567 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e5b8a10
Event: 10.571 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e649c10
Event: 10.574 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e6a5610
Event: 10.574 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e6a5b10
Event: 10.582 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e84ba10
Event: 10.583 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e898290
Event: 10.584 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e8b9010
Event: 10.586 Thread 0x000001c8a8ae2760 flushing nmethod 0x000001c88e965d90
Dynamic libraries:
0x00007ff7a56e0000 - 0x00007ff7a56ea000 C:\Program Files\Android\Android Studio1\jbr\bin\java.exe
0x00007ffa99290000 - 0x00007ffa994a7000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffa97dc0000 - 0x00007ffa97e84000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffa96a10000 - 0x00007ffa96dca000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffa96e70000 - 0x00007ffa96f81000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffa78660000 - 0x00007ffa7867b000 C:\Program Files\Android\Android Studio1\jbr\bin\VCRUNTIME140.dll
0x00007ffa6d500000 - 0x00007ffa6d517000 C:\Program Files\Android\Android Studio1\jbr\bin\jli.dll
0x00007ffa98aa0000 - 0x00007ffa98c4e000 C:\WINDOWS\System32\USER32.dll
0x00007ffa969e0000 - 0x00007ffa96a06000 C:\WINDOWS\System32\win32u.dll
0x00007ffa97d90000 - 0x00007ffa97db9000 C:\WINDOWS\System32\GDI32.dll
0x00007ffa96890000 - 0x00007ffa969ab000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffa745c0000 - 0x00007ffa74852000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4541_none_2710d1c57384c085\COMCTL32.dll
0x00007ffa96dd0000 - 0x00007ffa96e6a000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffa989f0000 - 0x00007ffa98a97000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffa98d00000 - 0x00007ffa98d31000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffa7de90000 - 0x00007ffa7de9c000 C:\Program Files\Android\Android Studio1\jbr\bin\vcruntime140_1.dll
0x00007ffa613c0000 - 0x00007ffa6144d000 C:\Program Files\Android\Android Studio1\jbr\bin\msvcp140.dll
0x00007ff9b3620000 - 0x00007ff9b42a3000 C:\Program Files\Android\Android Studio1\jbr\bin\server\jvm.dll
0x00007ffa97c20000 - 0x00007ffa97cd2000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffa98c50000 - 0x00007ffa98cf7000 C:\WINDOWS\System32\sechost.dll
0x00007ffa969b0000 - 0x00007ffa969d8000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffa97830000 - 0x00007ffa97944000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffa7de40000 - 0x00007ffa7de49000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffa8c160000 - 0x00007ffa8c194000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffa961d0000 - 0x00007ffa9621d000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
0x00007ffa97b90000 - 0x00007ffa97c01000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffa7d240000 - 0x00007ffa7d24a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffa96010000 - 0x00007ffa96023000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffa95580000 - 0x00007ffa95598000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffa7d7c0000 - 0x00007ffa7d7ca000 C:\Program Files\Android\Android Studio1\jbr\bin\jimage.dll
0x00007ffa93d60000 - 0x00007ffa93f92000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffa97390000 - 0x00007ffa9771f000 C:\WINDOWS\System32\combase.dll
0x00007ffa97e90000 - 0x00007ffa97f67000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffa6ac40000 - 0x00007ffa6ac72000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffa96560000 - 0x00007ffa965db000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffa74940000 - 0x00007ffa74965000 C:\Program Files\Android\Android Studio1\jbr\bin\java.dll
0x00007ffa77d20000 - 0x00007ffa77d38000 C:\Program Files\Android\Android Studio1\jbr\bin\zip.dll
0x00007ffa97f70000 - 0x00007ffa987e8000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffa94450000 - 0x00007ffa94d58000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffa94310000 - 0x00007ffa9444f000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffa97150000 - 0x00007ffa9724a000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffa97250000 - 0x00007ffa972ae000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffa96490000 - 0x00007ffa964bb000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffa770b0000 - 0x00007ffa770c9000 C:\Program Files\Android\Android Studio1\jbr\bin\net.dll
0x00007ffa91c80000 - 0x00007ffa91db6000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffa95a20000 - 0x00007ffa95a89000 C:\WINDOWS\system32\mswsock.dll
0x00007ffa74920000 - 0x00007ffa74936000 C:\Program Files\Android\Android Studio1\jbr\bin\nio.dll
0x00007ffa78480000 - 0x00007ffa78490000 C:\Program Files\Android\Android Studio1\jbr\bin\verify.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Android\Android Studio1\jbr\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4541_none_2710d1c57384c085;C:\Program Files\Android\Android Studio1\jbr\bin\server
VM Arguments:
java_command: org.jetbrains.kotlin.cli.jvm.K2JVMCompiler @C:\Users\se055\app_project\LifeMaster_XML\app\build\20250116_306686021674217734.compiler.options
java_class_path (initial): C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-compiler-embeddable\1.7.10\909803167c98606fcf22b4c848647c68e351d48d\kotlin-compiler-embeddable-1.7.10.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-reflect\1.7.10\165e600dfea6185cf5efa700756294cc4904dbeb\kotlin-reflect-1.7.10.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-stdlib\1.7.10\d2abf9e77736acc4450dc4a3f707fa2c10f5099d\kotlin-stdlib-1.7.10.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-script-runtime\1.7.10\c99c87a6988d8fd8d5142e9ed5c9f34a7cf561ee\kotlin-script-runtime-1.7.10.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-daemon-embeddable\1.7.10\3a9f7aef7080d3ae63126cbba4f827ed664f32fa\kotlin-daemon-embeddable-1.7.10.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains.intellij.deps\trove4j\1.0.20200330\3afb14d5f9ceb459d724e907a21145e8ff394f02\trove4j-1.0.20200330.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\5.6.0\330f2244e9030119ab3030fc3fededc86713d9cc\jna-5.6.0.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-stdlib-common\1.7.10\bac80c520d0a9e3f3673bc2658c6ed02ef45a76a\kotlin-stdlib-common-1.7.10.jar;C:\Users\se055\.gradle\caches\modules-2\files-2.1\org.jetbrains\annotations\13.0\919f0dfe192fb4e063e7dacadee7f8bb9a2672a9\annotations-13.0.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 12 {product} {ergonomic}
uint ConcGCThreads = 3 {product} {ergonomic}
uint G1ConcRefinementThreads = 13 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 262144000 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4194304000 {product} {ergonomic}
size_t MaxNewSize = 2516582400 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 7602480 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4194304000 {manageable} {ergonomic}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-21
CLASSPATH=C:\Program Files\Java\jdk-21\lib
PATH=C:\Program Files\Java\jdk-21\bin;C:\Program Files\Oculus\Support\oculus-runtime;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\»ç¿ëÀÚ\se055\AppData\Roaming\npm\;Pr;gram Files\nodejs\;C:\Program Files\Graphviz\bin;C:\Program Files\gs\gs10.02.0\bin;C:\Users\se055\appdata\local\android\sdk\platform-tools;C:\Program Files (x86)\openssl\bin\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Users\se055\AppData\Local\Microsoft\WindowsApps
USERNAME=se055
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel
TMP=C:\Users\se055\AppData\Local\Temp
TEMP=C:\Users\se055\AppData\Local\Temp
Periodic native trim disabled
JNI global refs:
JNI global refs: 29, weak refs: 14
JNI global refs memory usage: 843, weak refs: 841
OOME stack traces (most recent first):
Classloader memory used:
Loader jdk.internal.loader.ClassLoaders$AppClassLoader : 7040K
Loader bootstrap : 1672K
Loader jdk.internal.loader.ClassLoaders$PlatformClassLoader : 34451B
Loader jdk.internal.reflect.DelegatingClassLoader : 22883B
--------------- S Y S T E M ---------------
OS:
Windows 11 , 64 bit Build 22621 (10.0.22621.4391)
OS uptime: 0 days 6:51 hours
Hyper-V role detected
CPU: total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 154 stepping 3 microcode 0x423, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, clwb, hv
Processor Information for processor 0
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 1
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 2
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 3
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 4
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 5
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 6
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 7
Max Mhz: 1700, Current Mhz: 1700, Mhz Limit: 1700
Processor Information for processor 8
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Processor Information for processor 9
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Processor Information for processor 10
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Processor Information for processor 11
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Processor Information for processor 12
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Processor Information for processor 13
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Processor Information for processor 14
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Processor Information for processor 15
Max Mhz: 1700, Current Mhz: 1200, Mhz Limit: 1190
Memory: 4k page, system-wide physical 15996M (1632M free)
TotalPageFile size 22704M (AvailPageFile size 4M)
current process WorkingSet (physical memory assigned to process): 384M, peak: 399M
current process commit charge ("private bytes"): 459M, peak: 459M
vm_info: OpenJDK 64-Bit Server VM (17.0.9+0--11185874) for windows-amd64 JRE (17.0.9+0--11185874), built on Dec 6 2023 18:57:44 by "androidbuild" with MS VC++ 16.10 / 16.11 (VS2019)
END.