forked from Aang23/UndergroundBiomesConstructs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid10005.log
2768 lines (2703 loc) · 311 KB
/
hs_err_pid10005.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
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
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f3b22677444, pid=10005, tid=0x00007f3ae52f9700
#
# JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04)
# Java VM: OpenJDK 64-Bit Server VM (25.212-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x587444] frame::sender(RegisterMap*) const+0xa4
#
# Core dump written. Default location: /home/alan/Documents/UndergroundBiomesConstructs/core or core.10005
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00007f3a5d11a000): JavaThread "pool-1-thread-21" [_thread_in_vm, id=10126, stack(0x00007f3ae51f9000,0x00007f3ae52fa000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000009
Registers:
RAX=0x0000000000000001, RBX=0x00007f3ae52f73f0, RCX=0x0000000000040000, RDX=0x00007f3ae52f7488
RSP=0x00007f3ae52f7380, RBP=0x00007f3ae52f73a0, RSI=0x00007f3ae52f7450, RDI=0x00007f3b0d045360
R8 =0x00007f3b0d000000, R9 =0x00000000da61e659, R10=0x00000007c0000768, R11=0x0000000000047e80
R12=0x00007f3ae52f7450, R13=0x00007f3a5d11a7c0, R14=0x00007f3ae52f73f0, R15=0x00007f3a5d11a000
RIP=0x00007f3b22677444, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007f3ae52f7380)
0x00007f3ae52f7380: 8a63e1cc4a269b07 8a93ac8edc783800
0x00007f3ae52f7390: 00007f3a5d11a000 00007f3a5d11a000
0x00007f3ae52f73a0: 00007f3ae52f7a90 00007f3b22a814af
0x00007f3ae52f73b0: e30d3eef10b500a6 00007f3ae52f7420
0x00007f3ae52f73c0: 00000000000003d8 00007f3ae52f7bb0
0x00007f3ae52f73d0: 00007f3ae52f7b1c 00007f3a984d6158
0x00007f3ae52f73e0: 00007f3a984d5d80 00007f3a984d5d70
0x00007f3ae52f73f0: 00000007930ddde8 001e299bf80000ed
0x00007f3ae52f7400: 0000000000000000 c9b7b2dc00000000
0x00007f3ae52f7410: 0000000000000001 00000007930ddde8
0x00007f3ae52f7420: 00007f3ae52f8250 00007f3b0d045c1a
0x00007f3ae52f7430: 00007f3b0d045b50 de63c2a500000000
0x00007f3ae52f7440: 0000000000000000 00007f3ae52f8250
0x00007f3ae52f7450: 00000007930ddde8 001e299bf80000ed
0x00007f3ae52f7460: 0000000000000000 c9b7b2dc00000000
0x00007f3ae52f7470: 0000000000000001 00000007930ddde8
0x00007f3ae52f7480: 00007f3a5d11a000 0c711857b297064e
0x00007f3ae52f7490: 400dcb810076838e 5facf7fd275e1c01
0x00007f3ae52f74a0: 6cfcdd37500e02a4 10b600801b01545f
0x00007f3ae52f74b0: 41841ffe8416c482 a0d86c1ba82b9cf0
0x00007f3ae52f74c0: b88edb8dfb6ec424 a1984c2eacc6f1de
0x00007f3ae52f74d0: ca8deea2b6cbf2e1 65fd33f3fb5c7747
0x00007f3ae52f74e0: 8e9b6bf0b91705be f323547d694ecfde
0x00007f3ae52f74f0: e5133ebbcccc9fef ec05cf9b7bd429aa
0x00007f3ae52f7500: 1d93f3275e603ca8 574b6cf07e636266
0x00007f3ae52f7510: e99db0cb31ac7afd 4fc2fee15f51d9ef
0x00007f3ae52f7520: ba60843e6719ded7 4a91d8b5c8da4263
0x00007f3ae52f7530: a953378639ce978f ed2dd53aaa54d2de
0x00007f3ae52f7540: b8b27695f7ba2f4b e242254626c7a509
0x00007f3ae52f7550: 038140039900200e 7ac000005367674f
0x00007f3ae52f7560: eb2d000000000087 8d14000001d09d24
0x00007f3ae52f7570: b5bbc3c9c2166ec5 c8c0bec3bdc2bbb5
Instructions: (pc=0x00007f3b22677444)
0x00007f3b22677424: 5d e8 64 48 33 1c 25 28 00 00 00 75 79 48 83 c4
0x00007f3b22677434: 18 5b 5d c3 0f 1f 84 00 00 00 00 00 48 8b 46 20
0x00007f3b22677444: 48 8b 78 08 48 8b 10 48 83 c0 10 48 89 03 48 89
0x00007f3b22677454: 43 28 48 89 53 20 48 89 7b 08 e8 6d a8 ee ff 48
Register to memory mapping:
RAX=0x0000000000000001 is an unknown value
RBX=0x00007f3ae52f73f0 is pointing into the stack for thread: 0x00007f3a5d11a000
RCX=0x0000000000040000 is an unknown value
RDX=0x00007f3ae52f7488 is pointing into the stack for thread: 0x00007f3a5d11a000
RSP=0x00007f3ae52f7380 is pointing into the stack for thread: 0x00007f3a5d11a000
RBP=0x00007f3ae52f73a0 is pointing into the stack for thread: 0x00007f3a5d11a000
RSI=0x00007f3ae52f7450 is pointing into the stack for thread: 0x00007f3a5d11a000
RDI=0x00007f3b0d045360 is an unknown value
R8 =0x00007f3b0d000000 is an unknown value
R9 =0x00000000da61e659 is an unknown value
R10=0x00000007c0000768 is pointing into metadata
R11=0x0000000000047e80 is an unknown value
R12=0x00007f3ae52f7450 is pointing into the stack for thread: 0x00007f3a5d11a000
R13=0x00007f3a5d11a7c0 is an unknown value
R14=0x00007f3ae52f73f0 is pointing into the stack for thread: 0x00007f3a5d11a000
R15=0x00007f3a5d11a000 is a thread
Stack: [0x00007f3ae51f9000,0x00007f3ae52fa000], sp=0x00007f3ae52f7380, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x587444] frame::sender(RegisterMap*) const+0xa4
V [libjvm.so+0x9914af] SharedRuntime::find_callee_info(JavaThread*, Bytecodes::Code&, CallInfo&, Thread*)+0x28f
V [libjvm.so+0x9938af] SharedRuntime::handle_ic_miss_helper(JavaThread*, Thread*)+0x9f
V [libjvm.so+0x9944c1] SharedRuntime::handle_wrong_method_ic_miss(JavaThread*)+0x41
v ~RuntimeStub::ic_miss_stub
C 0x0000000700582380
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~RuntimeStub::ic_miss_stub
C 0x0000000700582380
C 0x001e299bf80000ed
[error occurred during error reporting (printing Java stack), id 0xb]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007f3a5d10e800 JavaThread "pool-1-thread-32" [_thread_in_Java, id=10137, stack(0x00007f3ae46ee000,0x00007f3ae47ef000)]
0x00007f3a5d0f7000 JavaThread "pool-1-thread-31" [_thread_in_Java, id=10136, stack(0x00007f3ae47ef000,0x00007f3ae48f0000)]
0x00007f3a5d0f5000 JavaThread "pool-1-thread-30" [_thread_in_Java, id=10135, stack(0x00007f3ae48f0000,0x00007f3ae49f1000)]
0x00007f3a5d0f3800 JavaThread "pool-1-thread-29" [_thread_in_Java, id=10134, stack(0x00007f3ae49f1000,0x00007f3ae4af2000)]
0x00007f3a5d0f1800 JavaThread "pool-1-thread-28" [_thread_in_Java, id=10133, stack(0x00007f3ae4af2000,0x00007f3ae4bf3000)]
0x00007f3a5d0f0000 JavaThread "pool-1-thread-27" [_thread_in_Java, id=10132, stack(0x00007f3ae4bf3000,0x00007f3ae4cf4000)]
0x00007f3a5d0ee800 JavaThread "pool-1-thread-26" [_thread_in_vm, id=10131, stack(0x00007f3ae4cf4000,0x00007f3ae4df5000)]
0x00007f3a5d121000 JavaThread "pool-1-thread-25" [_thread_in_Java, id=10130, stack(0x00007f3ae4df5000,0x00007f3ae4ef6000)]
0x00007f3a5d11f000 JavaThread "pool-1-thread-24" [_thread_in_Java, id=10129, stack(0x00007f3ae4ef6000,0x00007f3ae4ff7000)]
0x00007f3a5d11d800 JavaThread "pool-1-thread-23" [_thread_in_native, id=10128, stack(0x00007f3ae4ff7000,0x00007f3ae50f8000)]
0x00007f3a5d11b800 JavaThread "pool-1-thread-22" [_thread_in_Java, id=10127, stack(0x00007f3ae50f8000,0x00007f3ae51f9000)]
=>0x00007f3a5d11a000 JavaThread "pool-1-thread-21" [_thread_in_vm, id=10126, stack(0x00007f3ae51f9000,0x00007f3ae52fa000)]
0x00007f3a5d210800 JavaThread "pool-1-thread-20" [_thread_in_Java, id=10125, stack(0x00007f3ae52fa000,0x00007f3ae53fb000)]
0x00007f3a5d20e800 JavaThread "pool-1-thread-19" [_thread_in_Java, id=10124, stack(0x00007f3ae53fb000,0x00007f3ae54fc000)]
0x00007f3a5d20d000 JavaThread "pool-1-thread-18" [_thread_in_native, id=10123, stack(0x00007f3ae54fc000,0x00007f3ae55fd000)]
0x00007f3a5d20b000 JavaThread "pool-1-thread-17" [_thread_in_Java, id=10122, stack(0x00007f3ae55fd000,0x00007f3ae56fe000)]
0x00007f3a5d209800 JavaThread "pool-1-thread-16" [_thread_in_Java, id=10121, stack(0x00007f3ae56fe000,0x00007f3ae57ff000)]
0x00007f3a5d208000 JavaThread "pool-1-thread-15" [_thread_in_Java, id=10120, stack(0x00007f3ae57ff000,0x00007f3ae5900000)]
0x00007f3a5d0ec000 JavaThread "pool-1-thread-14" [_thread_in_Java, id=10119, stack(0x00007f3ae5900000,0x00007f3ae5a01000)]
0x00007f3a5d0ea800 JavaThread "pool-1-thread-13" [_thread_in_Java, id=10118, stack(0x00007f3ae5a01000,0x00007f3ae5b02000)]
0x00007f3a5d0e8800 JavaThread "pool-1-thread-12" [_thread_in_Java, id=10117, stack(0x00007f3ae5b02000,0x00007f3ae5c03000)]
0x00007f3a5d0e7000 JavaThread "pool-1-thread-11" [_thread_in_Java, id=10116, stack(0x00007f3ae5c03000,0x00007f3ae5d04000)]
0x00007f3a5c6ae800 JavaThread "pool-1-thread-10" [_thread_in_Java, id=10115, stack(0x00007f3ae5d04000,0x00007f3ae5e05000)]
0x00007f3a5c6ac800 JavaThread "pool-1-thread-9" [_thread_in_vm, id=10114, stack(0x00007f3ae5e05000,0x00007f3ae5f06000)]
0x00007f3a5c6ab000 JavaThread "pool-1-thread-8" [_thread_in_Java, id=10113, stack(0x00007f3ae5f06000,0x00007f3ae6007000)]
0x00007f3a5c6a9000 JavaThread "pool-1-thread-7" [_thread_in_Java, id=10112, stack(0x00007f3ae6007000,0x00007f3ae6108000)]
0x00007f3a5c6a7800 JavaThread "pool-1-thread-6" [_thread_in_Java, id=10111, stack(0x00007f3ae6108000,0x00007f3ae6209000)]
0x00007f3a5c475800 JavaThread "pool-1-thread-5" [_thread_in_Java, id=10110, stack(0x00007f3ae6209000,0x00007f3ae630a000)]
0x00007f3a5c473800 JavaThread "pool-1-thread-4" [_thread_in_Java, id=10109, stack(0x00007f3ae630a000,0x00007f3ae640b000)]
0x00007f3a5c472800 JavaThread "pool-1-thread-3" [_thread_in_Java, id=10108, stack(0x00007f3ae6694000,0x00007f3ae6795000)]
0x00007f3a5c472000 JavaThread "pool-1-thread-2" [_thread_in_native, id=10107, stack(0x00007f3ae6795000,0x00007f3ae6896000)]
0x00007f3a5cf70800 JavaThread "pool-1-thread-1" [_thread_in_Java, id=10106, stack(0x00007f3ae7782000,0x00007f3ae7883000)]
0x00007f3a5cf77000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=10098, stack(0x00007f3ae7a83000,0x00007f3ae7b84000)]
0x00007f3a5caea000 JavaThread "File lock request listener" [_thread_in_native, id=10054, stack(0x00007f3aec618000,0x00007f3aec719000)]
0x00007f3a5c9c4000 JavaThread "process reaper" daemon [_thread_blocked, id=10053, stack(0x00007f3aec919000,0x00007f3aec952000)]
0x00007f3a5c01a000 JavaThread "Stdin handler" [_thread_blocked, id=10051, stack(0x00007f3aed3cd000,0x00007f3aed4ce000)]
0x00007f3a6000b800 JavaThread "Daemon worker" [_thread_blocked, id=10048, stack(0x00007f3aed4d5000,0x00007f3aed5d6000)]
0x00007f3a6000f000 JavaThread "Cancel handler" [_thread_blocked, id=10047, stack(0x00007f3aed5d6000,0x00007f3aed6d7000)]
0x00007f3a6000a800 JavaThread "Handler for socket connection from /0:0:0:0:0:0:0:1:34051 to /0:0:0:0:0:0:0:1:49020" [_thread_in_native, id=10046, stack(0x00007f3aed6d7000,0x00007f3aed7d8000)]
0x00007f3a6c017000 JavaThread "Daemon" [_thread_blocked, id=10045, stack(0x00007f3aed7d8000,0x00007f3aed8d9000)]
0x00007f3b1cc88000 JavaThread "Incoming local TCP Connector on port 34051" [_thread_in_native, id=10044, stack(0x00007f3aedad9000,0x00007f3aedbda000)]
0x00007f3b1c152000 JavaThread "Service Thread" daemon [_thread_blocked, id=10040, stack(0x00007f3aef9fa000,0x00007f3aefafb000)]
0x00007f3b1c14f000 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=10039, stack(0x00007f3aefafc000,0x00007f3aefbfc000)]
0x00007f3b1c14d000 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=10038, stack(0x00007f3aefbfd000,0x00007f3aefcfd000)]
0x00007f3b1c14b000 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=10037, stack(0x00007f3aefcfe000,0x00007f3aefdfe000)]
0x00007f3b1c149000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=10036, stack(0x00007f3aefdff000,0x00007f3aefeff000)]
0x00007f3b1c147000 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=10035, stack(0x00007f3aeff00000,0x00007f3af0000000)]
0x00007f3b1c145000 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=10034, stack(0x00007f3af40fe000,0x00007f3af41fe000)]
0x00007f3b1c142800 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=10033, stack(0x00007f3af41ff000,0x00007f3af42ff000)]
0x00007f3b1c138800 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=10032, stack(0x00007f3af4300000,0x00007f3af4400000)]
0x00007f3b1c136800 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=10031, stack(0x00007f3af4401000,0x00007f3af4501000)]
0x00007f3b1c134000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=10030, stack(0x00007f3af4502000,0x00007f3af4602000)]
0x00007f3b1c132800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10029, stack(0x00007f3af4603000,0x00007f3af4703000)]
0x00007f3b1c12f800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=10028, stack(0x00007f3af4704000,0x00007f3af4804000)]
0x00007f3b1c123000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10027, stack(0x00007f3af4804000,0x00007f3af4905000)]
0x00007f3b1c0f7000 JavaThread "Finalizer" daemon [_thread_blocked, id=10026, stack(0x00007f3af4905000,0x00007f3af4a06000)]
0x00007f3b1c0f2000 JavaThread "Reference Handler" daemon [_thread_blocked, id=10025, stack(0x00007f3af4a06000,0x00007f3af4b07000)]
0x00007f3b1c04c800 JavaThread "main" [_thread_blocked, id=10009, stack(0x00007f3b21cb9000,0x00007f3b21db9000)]
Other Threads:
0x00007f3b1c0e8800 VMThread [stack: 0x00007f3af4b08000,0x00007f3af4c08000] [id=10024]
0x00007f3b1c154800 WatcherThread [stack: 0x00007f3aef8fa000,0x00007f3aef9fa000] [id=10041]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x0000000700000000, size: 3072 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
Heap:
PSYoungGen total 790016K, used 396631K [0x0000000780000000, 0x00000007c0000000, 0x00000007c0000000)
eden space 734720K, 46% used [0x0000000780000000,0x0000000794d59050,0x00000007acd80000)
from space 55296K, 99% used [0x00000007acd80000,0x00000007b037ccd0,0x00000007b0380000)
to space 75776K, 0% used [0x00000007bb600000,0x00000007bb600000,0x00000007c0000000)
ParOldGen total 222208K, used 121535K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 54% used [0x0000000700000000,0x00000007076aff90,0x000000070d900000)
Metaspace used 52583K, capacity 53562K, committed 53976K, reserved 1095680K
class space used 6408K, capacity 6801K, committed 6912K, reserved 1048576K
Card table byte_map: [0x00007f3b20a6c000,0x00007f3b2106d000] byte_map_base: 0x00007f3b1d26c000
Marking Bits: (ParMarkBitMap*) 0x00007f3b22ea4c40
Begin Bits: [0x00007f3ac2000000, 0x00007f3ac5000000)
End Bits: [0x00007f3ac5000000, 0x00007f3ac8000000)
Polling page: 0x00007f3b23139000
CodeCache: size=245760Kb used=36018Kb max_used=36162Kb free=209741Kb
bounds [0x00007f3b0d000000, 0x00007f3b0f390000, 0x00007f3b1c000000]
total_blobs=9396 nmethods=8672 adapters=635
compilation: enabled
Compilation events (250 events):
Event: 14.008 Thread 0x00007f3b1c14f000 nmethod 10593 0x00007f3b0d352810 code [0x00007f3b0d352980, 0x00007f3b0d352b28]
Event: 14.010 Thread 0x00007f3b1c136800 10594 ! 4 java.io.FileOutputStream::close (62 bytes)
Event: 14.011 Thread 0x00007f3b1c12f800 10595 ! 4 java.util.zip.Inflater::end (50 bytes)
Event: 14.012 Thread 0x00007f3b1c142800 nmethod 10592 0x00007f3b0edf3050 code [0x00007f3b0edf31e0, 0x00007f3b0edf3968]
Event: 14.013 Thread 0x00007f3b1c12f800 nmethod 10595 0x00007f3b0d3d7410 code [0x00007f3b0d3d7580, 0x00007f3b0d3d78e8]
Event: 14.013 Thread 0x00007f3b1c147000 10596 4 java.util.LinkedHashMap::afterNodeRemoval (65 bytes)
Event: 14.014 Thread 0x00007f3b1c136800 nmethod 10594 0x00007f3b0d612950 code [0x00007f3b0d612ac0, 0x00007f3b0d6131e8]
Event: 14.015 Thread 0x00007f3b1c147000 nmethod 10596 0x00007f3b0effe810 code [0x00007f3b0effe960, 0x00007f3b0effea58]
Event: 14.039 Thread 0x00007f3b1c132800 10597 4 java.io.DataOutputStream::flush (8 bytes)
Event: 14.043 Thread 0x00007f3b1c132800 nmethod 10597 0x00007f3b0d60dad0 code [0x00007f3b0d60dc60, 0x00007f3b0d60e0a8]
Event: 14.062 Thread 0x00007f3b1c145000 10598 4 org.gradle.cache.internal.filelock.LockFileAccess::markClean (21 bytes)
Event: 14.062 Thread 0x00007f3b1c138800 10599 4 org.gradle.cache.internal.btree.BTreePersistentIndexedCache$DataBlock::setValue (44 bytes)
Event: 14.063 Thread 0x00007f3b1c132800 10600 4 org.gradle.cache.internal.btree.CachingBlockStore::flush (63 bytes)
Event: 14.063 Thread 0x00007f3b1c134000 10601 4 org.gradle.cache.internal.btree.StateCheckBlockStore::flush (31 bytes)
Event: 14.064 Thread 0x00007f3b1c145000 nmethod 10598 0x00007f3b0da00dd0 code [0x00007f3b0da00f40, 0x00007f3b0da010e8]
Event: 14.064 Thread 0x00007f3b1c142800 10602 4 org.gradle.cache.internal.btree.BTreePersistentIndexedCache$DataBlock::useNewValue (40 bytes)
Event: 14.068 Thread 0x00007f3b1c12f800 10603 4 org.gradle.cache.internal.btree.FreeListBlockStore::write (16 bytes)
Event: 14.068 Thread 0x00007f3b1c147000 10604 4 java.util.LinkedHashMap$LinkedHashIterator::remove (77 bytes)
Event: 14.071 Thread 0x00007f3b1c136800 10605 4 org.gradle.cache.internal.btree.FreeListBlockStore::flush (10 bytes)
Event: 14.072 Thread 0x00007f3b1c145000 10606 4 org.gradle.api.internal.changedetection.state.CachingFileSnapshotter$FileInfoSerializer::write (10 bytes)
Event: 14.074 Thread 0x00007f3b1c147000 nmethod 10604 0x00007f3b0db229d0 code [0x00007f3b0db22b60, 0x00007f3b0db231b8]
Event: 14.082 Thread 0x00007f3b1c138800 nmethod 10599 0x00007f3b0d85b810 code [0x00007f3b0d85ba60, 0x00007f3b0d85cef0]
Event: 14.092 Thread 0x00007f3b1c145000 nmethod 10606 0x00007f3b0edee910 code [0x00007f3b0edeeb00, 0x00007f3b0edef6b0]
Event: 14.119 Thread 0x00007f3b1c134000 nmethod 10601 0x00007f3b0ede5e90 code [0x00007f3b0ede6240, 0x00007f3b0ede8370]
Event: 14.125 Thread 0x00007f3b1c12f800 nmethod 10603 0x00007f3b0db5a110 code [0x00007f3b0db5a6a0, 0x00007f3b0db5d848]
Event: 14.126 Thread 0x00007f3b1c136800 nmethod 10605 0x00007f3b0d3f4dd0 code [0x00007f3b0d3f5160, 0x00007f3b0d3f7250]
Event: 14.132 Thread 0x00007f3b1c132800 nmethod 10600 0x00007f3b0e8a6b50 code [0x00007f3b0e8a6ee0, 0x00007f3b0e8a8f50]
Event: 14.140 Thread 0x00007f3b1c147000 10607 4 org.gradle.cache.internal.btree.BTreePersistentIndexedCache$HeaderBlock::getRoot (8 bytes)
Event: 14.142 Thread 0x00007f3b1c138800 10608 4 java.io.File::isFile (43 bytes)
Event: 14.143 Thread 0x00007f3b1c147000 nmethod 10607 0x00007f3b0db34c90 code [0x00007f3b0db34e00, 0x00007f3b0db34f88]
Event: 14.145 Thread 0x00007f3b1c145000 10609 4 org.gradle.api.internal.changedetection.state.DefaultFileCollectionSnapshotter$FileHashSnapshot::isUpToDate (26 bytes)
Event: 14.147 Thread 0x00007f3b1c14b000 10610 3 com.esotericsoftware.kryo.io.Output::writeString_slow (238 bytes)
Event: 14.147 Thread 0x00007f3b1c149000 10611 3 org.gradle.internal.serialize.kryo.KryoBackedEncoder::writeByte (9 bytes)
Event: 14.148 Thread 0x00007f3b1c14b000 nmethod 10610 0x00007f3b0d652890 code [0x00007f3b0d652a60, 0x00007f3b0d653118]
Event: 14.148 Thread 0x00007f3b1c145000 nmethod 10609 0x00007f3b0e312b10 code [0x00007f3b0e312c60, 0x00007f3b0e312e58]
Event: 14.148 Thread 0x00007f3b1c149000 nmethod 10611 0x00007f3b0d30b210 code [0x00007f3b0d30b380, 0x00007f3b0d30b608]
Event: 14.150 Thread 0x00007f3b1c14d000 10612 3 java.io.ObjectOutputStream$HandleTable::<init> (45 bytes)
Event: 14.150 Thread 0x00007f3b1c14f000 10613 3 java.io.ObjectOutputStream$HandleTable::clear (27 bytes)
Event: 14.151 Thread 0x00007f3b1c14f000 nmethod 10613 0x00007f3b0daf6f10 code [0x00007f3b0daf70c0, 0x00007f3b0daf7518]
Event: 14.151 Thread 0x00007f3b1c14d000 nmethod 10612 0x00007f3b0e827710 code [0x00007f3b0e8278e0, 0x00007f3b0e828038]
Event: 14.155 Thread 0x00007f3b1c138800 nmethod 10608 0x00007f3b0db21250 code [0x00007f3b0db21420, 0x00007f3b0db21b98]
Event: 14.176 Thread 0x00007f3b1c142800 nmethod 10602 0x00007f3b0eef36d0 code [0x00007f3b0eef3de0, 0x00007f3b0eef8508]
Event: 14.297 Thread 0x00007f3b1c149000 10615 1 org.gradle.internal.resource.transport.ResourceConnectorRepositoryTransport::getRepository (5 bytes)
Event: 14.297 Thread 0x00007f3b1c14b000 10614 1 org.gradle.api.internal.artifacts.repositories.AbstractArtifactRepository::getName (5 bytes)
Event: 14.298 Thread 0x00007f3b1c14b000 nmethod 10614 0x00007f3b0f0081d0 code [0x00007f3b0f008320, 0x00007f3b0f008430]
Event: 14.298 Thread 0x00007f3b1c149000 nmethod 10615 0x00007f3b0d99a110 code [0x00007f3b0d99a260, 0x00007f3b0d99a370]
Event: 14.298 Thread 0x00007f3b1c14f000 10616 1 org.gradle.api.internal.artifacts.configurations.DefaultConfiguration::getAllArtifacts (5 bytes)
Event: 14.298 Thread 0x00007f3b1c14d000 10618 3 org.gradle.api.internal.artifacts.configurations.Configurations::getNames (58 bytes)
Event: 14.298 Thread 0x00007f3b1c149000 10617 1 org.gradle.api.internal.artifacts.configurations.DefaultConfiguration::isTransitive (5 bytes)
Event: 14.298 Thread 0x00007f3b1c14b000 10619 1 org.gradle.api.internal.artifacts.configurations.DefaultConfiguration::getDescription (5 bytes)
Event: 14.298 Thread 0x00007f3b1c14f000 nmethod 10616 0x00007f3b0e9b6cd0 code [0x00007f3b0e9b6e20, 0x00007f3b0e9b6f30]
Event: 14.299 Thread 0x00007f3b1c14d000 nmethod 10618 0x00007f3b0dd13f50 code [0x00007f3b0dd141a0, 0x00007f3b0dd14d68]
Event: 14.299 Thread 0x00007f3b1c14d000 10620 3 org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.DependencyGraphBuilder$ModuleVersionResolveState::access$202 (7 bytes)
Event: 14.299 Thread 0x00007f3b1c14d000 nmethod 10620 0x00007f3b0d6c1b50 code [0x00007f3b0d6c1ca0, 0x00007f3b0d6c1df0]
Event: 14.299 Thread 0x00007f3b1c149000 nmethod 10617 0x00007f3b0d6c0e10 code [0x00007f3b0d6c0f60, 0x00007f3b0d6c1070]
Event: 14.299 Thread 0x00007f3b1c14b000 nmethod 10619 0x00007f3b0dd0bc50 code [0x00007f3b0dd0bda0, 0x00007f3b0dd0beb0]
Event: 14.301 Thread 0x00007f3b1c12f800 10621 ! 4 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver::next (2346 bytes)
Event: 14.303 Thread 0x00007f3b1c14d000 10622 3 sun.misc.FloatingDecimal$BinaryToASCIIBuffer::roundup (104 bytes)
Event: 14.304 Thread 0x00007f3b1c14d000 nmethod 10622 0x00007f3b0db1a810 code [0x00007f3b0db1a9a0, 0x00007f3b0db1ad10]
Event: 14.304 Thread 0x00007f3b1c14f000 10623 3 java.io.ObjectInputStream::readByte (8 bytes)
Event: 14.304 Thread 0x00007f3b1c149000 10624 3 java.io.ObjectInputStream::readUTF (8 bytes)
Event: 14.304 Thread 0x00007f3b1c14b000 10625 1 java.io.ObjectInputStream::access$500 (5 bytes)
Event: 14.305 Thread 0x00007f3b1c14b000 nmethod 10625 0x00007f3b0dec1e10 code [0x00007f3b0dec1f60, 0x00007f3b0dec2050]
Event: 14.305 Thread 0x00007f3b1c149000 nmethod 10624 0x00007f3b0ede5990 code [0x00007f3b0ede5b20, 0x00007f3b0ede5d58]
Event: 14.305 Thread 0x00007f3b1c14f000 nmethod 10623 0x00007f3b0d94f490 code [0x00007f3b0d94f620, 0x00007f3b0d94f918]
Event: 14.305 Thread 0x00007f3b1c14d000 10626 1 org.gradle.logging.internal.LogLevelChangeEvent::getNewLogLevel (5 bytes)
Event: 14.305 Thread 0x00007f3b1c14d000 nmethod 10626 0x00007f3b0daab690 code [0x00007f3b0daab7e0, 0x00007f3b0daab8f0]
Event: 14.305 Thread 0x00007f3b1c149000 10627 3 sun.net.www.ParseUtil::match (50 bytes)
Event: 14.306 Thread 0x00007f3b1c149000 nmethod 10627 0x00007f3b0d659bd0 code [0x00007f3b0d659d40, 0x00007f3b0d65a010]
Event: 14.322 Thread 0x00007f3b1c14b000 10628 ! 3 java.io.ObjectOutputStream::writeObject0 (619 bytes)
Event: 14.322 Thread 0x00007f3b1c14f000 10629 3 java.io.ObjectOutputStream$ReplaceTable::lookup (24 bytes)
Event: 14.322 Thread 0x00007f3b1c14d000 10630 3 java.io.ObjectStreamClass$WeakClassKey::equals (42 bytes)
Event: 14.322 Thread 0x00007f3b1c14d000 nmethod 10630 0x00007f3b0dd48e50 code [0x00007f3b0dd48fe0, 0x00007f3b0dd49570]
Event: 14.322 Thread 0x00007f3b1c14f000 nmethod 10629 0x00007f3b0dcc6610 code [0x00007f3b0dcc6780, 0x00007f3b0dcc69c8]
Event: 14.325 Thread 0x00007f3b1c136800 10631 4 com.google.gson.stream.JsonReader::hasNext (30 bytes)
Event: 14.326 Thread 0x00007f3b1c149000 10632 1 com.google.gson.stream.JsonReader::access$000 (5 bytes)
Event: 14.326 Thread 0x00007f3b1c149000 nmethod 10632 0x00007f3b0daadc50 code [0x00007f3b0daadda0, 0x00007f3b0daade90]
Event: 14.326 Thread 0x00007f3b1c132800 10633 4 com.google.gson.stream.JsonReader::peek (144 bytes)
Event: 14.326 Thread 0x00007f3b1c136800 nmethod 10631 0x00007f3b0daf0810 code [0x00007f3b0daf0960, 0x00007f3b0daf0a28]
Event: 14.327 Thread 0x00007f3b1c14d000 10635 3 com.google.gson.stream.JsonReader$1::promoteNameToValue (137 bytes)
Event: 14.327 Thread 0x00007f3b1c14f000 10636 3 com.google.gson.stream.JsonReader::access$002 (7 bytes)
Event: 14.327 Thread 0x00007f3b1c14b000 nmethod 10628 0x00007f3b0e2ac5d0 code [0x00007f3b0e2acbc0, 0x00007f3b0e2b04f8]
Event: 14.328 Thread 0x00007f3b1c14f000 nmethod 10636 0x00007f3b0daf04d0 code [0x00007f3b0daf0620, 0x00007f3b0daf0750]
Event: 14.328 Thread 0x00007f3b1c14f000 10638 ! 3 com.google.gson.internal.ConstructorConstructor$12::construct (56 bytes)
Event: 14.328 Thread 0x00007f3b1c132800 nmethod 10633 0x00007f3b0e2ac150 code [0x00007f3b0e2ac380, 0x00007f3b0e2ac4a8]
Event: 14.328 Thread 0x00007f3b1c132800 10637 4 com.google.gson.stream.JsonReader::nextNonWhitespace (366 bytes)
Event: 14.329 Thread 0x00007f3b1c14f000 nmethod 10638 0x00007f3b0d527b90 code [0x00007f3b0d527de0, 0x00007f3b0d528b58]
Event: 14.329 Thread 0x00007f3b1c14d000 nmethod 10635 0x00007f3b0d859390 code [0x00007f3b0d8596a0, 0x00007f3b0d85ae58]
Event: 14.329 Thread 0x00007f3b1c14d000 10639 3 com.google.gson.internal.UnsafeAllocator$1::newInstance (20 bytes)
Event: 14.329 Thread 0x00007f3b1c149000 10644 3 sun.reflect.UnsafeQualifiedLongFieldAccessorImpl::set (166 bytes)
Event: 14.329 Thread 0x00007f3b1c138800 10647 4 com.google.gson.stream.JsonReader::peekNumber (468 bytes)
Event: 14.329 Thread 0x00007f3b1c14f000 10640 3 sun.reflect.UnsafeQualifiedObjectFieldAccessorImpl::set (56 bytes)
Event: 14.329 Thread 0x00007f3b1c14d000 nmethod 10639 0x00007f3b0da096d0 code [0x00007f3b0da09840, 0x00007f3b0da09c28]
Event: 14.329 Thread 0x00007f3b1c14d000 10641 3 com.google.gson.internal.bind.TypeAdapters$8::read (6 bytes)
Event: 14.330 Thread 0x00007f3b1c14d000 nmethod 10641 0x00007f3b0d320b50 code [0x00007f3b0d320d20, 0x00007f3b0d3212e8]
Event: 14.330 Thread 0x00007f3b1c14d000 10642 ! 3 com.google.gson.internal.bind.TypeAdapters$8::read (34 bytes)
Event: 14.330 Thread 0x00007f3b1c14b000 10643 ! 3 com.google.gson.stream.JsonReader::nextLong (274 bytes)
Event: 14.330 Thread 0x00007f3b1c14d000 nmethod 10642 0x00007f3b0e200190 code [0x00007f3b0e200340, 0x00007f3b0e200828]
Event: 14.330 Thread 0x00007f3b1c14d000 10646 ! 3 sun.reflect.GeneratedMethodAccessor35::invoke (65 bytes)
Event: 14.330 Thread 0x00007f3b1c14f000 nmethod 10640 0x00007f3b0da29750 code [0x00007f3b0da29a00, 0x00007f3b0da2b308]
Event: 14.330 Thread 0x00007f3b1c14d000 nmethod 10646 0x00007f3b0da0b210 code [0x00007f3b0da0b400, 0x00007f3b0da0bbb8]
Event: 14.331 Thread 0x00007f3b1c142800 10648 4 java.util.LinkedHashMap::get (33 bytes)
Event: 14.331 Thread 0x00007f3b1c149000 nmethod 10644 0x00007f3b0d3f1190 code [0x00007f3b0d3f1500, 0x00007f3b0d3f4048]
Event: 14.331 Thread 0x00007f3b1c149000 10649 3 com.google.gson.stream.JsonReader::fillBuffer (168 bytes)
Event: 14.332 Thread 0x00007f3b1c149000 nmethod 10649 0x00007f3b0d3b1ad0 code [0x00007f3b0d3b1c80, 0x00007f3b0d3b2258]
Event: 14.332 Thread 0x00007f3b1c132800 nmethod 10637 0x00007f3b0d2b8990 code [0x00007f3b0d2b8b00, 0x00007f3b0d2b8d08]
Event: 14.332 Thread 0x00007f3b1c14b000 nmethod 10643 0x00007f3b0d8a1b50 code [0x00007f3b0d8a1f40, 0x00007f3b0d8a4188]
Event: 14.334 Thread 0x00007f3b1c149000 10650 1 org.slf4j.impl.StaticLoggerBinder::getLoggerFactory (5 bytes)
Event: 14.334 Thread 0x00007f3b1c149000 nmethod 10650 0x00007f3b0d2b8690 code [0x00007f3b0d2b87e0, 0x00007f3b0d2b88f0]
Event: 14.336 Thread 0x00007f3b1c142800 nmethod 10648 0x00007f3b0d366850 code [0x00007f3b0d3669c0, 0x00007f3b0d366d28]
Event: 14.337 Thread 0x00007f3b1c136800 10652 % 4 sun.security.provider.SHA::implCompress @ 364 (491 bytes)
Event: 14.337 Thread 0x00007f3b1c14f000 10651 3 sun.security.provider.ByteArrayAccess::i2bBig4 (111 bytes)
Event: 14.338 Thread 0x00007f3b1c14f000 nmethod 10651 0x00007f3b0d52b010 code [0x00007f3b0d52b1a0, 0x00007f3b0d52b4a8]
Event: 14.339 Thread 0x00007f3b1c138800 nmethod 10647 0x00007f3b0d3e2950 code [0x00007f3b0d3e2f80, 0x00007f3b0d3e34b8]
Event: 14.341 Thread 0x00007f3b1c134000 10653 4 java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)
Event: 14.343 Thread 0x00007f3b1c134000 nmethod 10653 0x00007f3b0da7c250 code [0x00007f3b0da7c3a0, 0x00007f3b0da7c4a8]
Event: 14.343 Thread 0x00007f3b1c136800 nmethod 10652% 0x00007f3b0da708d0 code [0x00007f3b0da70a40, 0x00007f3b0da70e38]
Event: 14.346 Thread 0x00007f3b1c14f000 10654 3 java.lang.ThreadLocal::get (38 bytes)
Event: 14.346 Thread 0x00007f3b1c14d000 10656 ! 3 java.lang.StringCoding::encode (120 bytes)
Event: 14.348 Thread 0x00007f3b1c14d000 nmethod 10656 0x00007f3b0d980f90 code [0x00007f3b0d9812e0, 0x00007f3b0d982d78]
Event: 14.349 Thread 0x00007f3b1c14f000 nmethod 10654 0x00007f3b0e8a6490 code [0x00007f3b0e8a6620, 0x00007f3b0e8a69a8]
Event: 14.350 Thread 0x00007f3b1c132800 10655 % 4 sun.security.provider.SHA::implCompress @ 279 (491 bytes)
Event: 14.350 Thread 0x00007f3b1c142800 10657 4 java.io.File::length (33 bytes)
Event: 14.353 Thread 0x00007f3b1c147000 10658 4 sun.security.provider.ByteArrayAccess::b2iBig64 (614 bytes)
Event: 14.355 Thread 0x00007f3b1c142800 nmethod 10657 0x00007f3b0da7bc50 code [0x00007f3b0da7bdc0, 0x00007f3b0da7bfc8]
Event: 14.357 Thread 0x00007f3b1c147000 nmethod 10658 0x00007f3b0d6ec150 code [0x00007f3b0d6ec2a0, 0x00007f3b0d6ec4f8]
Event: 14.359 Thread 0x00007f3b1c132800 nmethod 10655% 0x00007f3b0f001e50 code [0x00007f3b0f001fc0, 0x00007f3b0f0025b8]
Event: 14.360 Thread 0x00007f3b1c145000 10659 % 4 sun.security.provider.SHA::implCompress @ 12 (491 bytes)
Event: 14.395 Thread 0x00007f3b1c14d000 10660 1 java.util.concurrent.atomic.AtomicInteger::get (5 bytes)
Event: 14.395 Thread 0x00007f3b1c14d000 nmethod 10660 0x00007f3b0d6ebe90 code [0x00007f3b0d6ebfe0, 0x00007f3b0d6ec0f0]
Event: 14.399 Thread 0x00007f3b1c145000 nmethod 10659% 0x00007f3b0d8c6990 code [0x00007f3b0d8c6b00, 0x00007f3b0d8c7618]
Event: 14.399 Thread 0x00007f3b1c138800 10661 % 4 sun.security.provider.SHA::implCompress @ 122 (491 bytes)
Event: 14.422 Thread 0x00007f3b1c12f800 nmethod 10621 0x00007f3b0ee82390 code [0x00007f3b0ee82cc0, 0x00007f3b0ee85fb0]
Event: 14.430 Thread 0x00007f3b1c138800 nmethod 10661% 0x00007f3b0d8a0d50 code [0x00007f3b0d8a0ec0, 0x00007f3b0d8a1838]
Event: 14.432 Thread 0x00007f3b1c136800 10662 4 sun.security.provider.SHA::implCompress (491 bytes)
Event: 14.452 Thread 0x00007f3b1c14f000 10663 3 java.util.concurrent.locks.ReentrantLock::unlock (10 bytes)
Event: 14.452 Thread 0x00007f3b1c14b000 10665 3 java.util.concurrent.ThreadPoolExecutor::isRunning (10 bytes)
Event: 14.452 Thread 0x00007f3b1c14b000 nmethod 10665 0x00007f3b0e8a6090 code [0x00007f3b0e8a6200, 0x00007f3b0e8a6390]
Event: 14.452 Thread 0x00007f3b1c14b000 10664 3 java.util.concurrent.ThreadPoolExecutor::workerCountOf (5 bytes)
Event: 14.452 Thread 0x00007f3b1c14b000 nmethod 10664 0x00007f3b0d52ad10 code [0x00007f3b0d52ae60, 0x00007f3b0d52af90]
Event: 14.452 Thread 0x00007f3b1c14b000 10666 3 java.util.concurrent.atomic.AtomicInteger::getAndIncrement (12 bytes)
Event: 14.452 Thread 0x00007f3b1c14f000 nmethod 10663 0x00007f3b0d9fa910 code [0x00007f3b0d9faaa0, 0x00007f3b0d9fae98]
Event: 14.452 Thread 0x00007f3b1c14f000 10668 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$Asset::<init> (55 bytes)
Event: 14.452 Thread 0x00007f3b1c149000 10667 3 java.util.concurrent.ThreadPoolExecutor::execute (132 bytes)
Event: 14.453 Thread 0x00007f3b1c14b000 nmethod 10666 0x00007f3b0da705d0 code [0x00007f3b0da70720, 0x00007f3b0da70870]
Event: 14.453 Thread 0x00007f3b1c14b000 10670 3 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject::signal (33 bytes)
Event: 14.453 Thread 0x00007f3b1c14b000 nmethod 10670 0x00007f3b0df577d0 code [0x00007f3b0df57960, 0x00007f3b0df57ce8]
Event: 14.453 Thread 0x00007f3b1c14b000 10669 3 java.util.concurrent.LinkedBlockingQueue$Node::<init> (10 bytes)
Event: 14.453 Thread 0x00007f3b1c14b000 nmethod 10669 0x00007f3b0d9fa4d0 code [0x00007f3b0d9fa640, 0x00007f3b0d9fa810]
Event: 14.453 Thread 0x00007f3b1c14b000 10671 3 java.util.concurrent.LinkedBlockingQueue::enqueue (14 bytes)
Event: 14.454 Thread 0x00007f3b1c14b000 nmethod 10671 0x00007f3b0df57410 code [0x00007f3b0df57580, 0x00007f3b0df57710]
Event: 14.454 Thread 0x00007f3b1c14b000 10672 ! 3 java.util.concurrent.LinkedBlockingQueue::offer (130 bytes)
Event: 14.454 Thread 0x00007f3b1c149000 nmethod 10667 0x00007f3b0d3d1b10 code [0x00007f3b0d3d1d80, 0x00007f3b0d3d2c48]
Event: 14.454 Thread 0x00007f3b1c149000 10673 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::<init> (10 bytes)
Event: 14.454 Thread 0x00007f3b1c149000 nmethod 10673 0x00007f3b0d401590 code [0x00007f3b0d401700, 0x00007f3b0d401970]
Event: 14.454 Thread 0x00007f3b1c149000 10674 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::<init> (26 bytes)
Event: 14.454 Thread 0x00007f3b1c149000 nmethod 10674 0x00007f3b0d401150 code [0x00007f3b0d4012c0, 0x00007f3b0d4014d0]
Event: 14.454 Thread 0x00007f3b1c149000 10675 3 java.util.concurrent.AbstractExecutorService::submit (25 bytes)
Event: 14.455 Thread 0x00007f3b1c14f000 nmethod 10668 0x00007f3b0d5a8b10 code [0x00007f3b0d5a8d20, 0x00007f3b0d5a98f8]
Event: 14.455 Thread 0x00007f3b1c14f000 10676 3 java.util.concurrent.AbstractExecutorService::newTaskFor (9 bytes)
Event: 14.455 Thread 0x00007f3b1c149000 nmethod 10675 0x00007f3b0db59690 code [0x00007f3b0db59840, 0x00007f3b0db59e68]
Event: 14.455 Thread 0x00007f3b1c149000 10677 3 java.util.concurrent.FutureTask::<init> (27 bytes)
Event: 14.455 Thread 0x00007f3b1c14f000 nmethod 10676 0x00007f3b0d61ac90 code [0x00007f3b0d61ae20, 0x00007f3b0d61b1a8]
Event: 14.456 Thread 0x00007f3b1c14b000 nmethod 10672 0x00007f3b0d97eb10 code [0x00007f3b0d97edc0, 0x00007f3b0d9803c8]
Event: 14.456 Thread 0x00007f3b1c149000 nmethod 10677 0x00007f3b0d61a750 code [0x00007f3b0d61a8c0, 0x00007f3b0d61ab88]
Event: 14.458 Thread 0x00007f3b1c136800 nmethod 10662 0x00007f3b0dd4cc10 code [0x00007f3b0dd4cd80, 0x00007f3b0dd4d788]
Event: 14.468 Thread 0x00007f3b1c14f000 10678 3 sun.security.provider.ByteArrayAccess::i2bBig (204 bytes)
Event: 14.469 Thread 0x00007f3b1c14f000 nmethod 10678 0x00007f3b0ee81b50 code [0x00007f3b0ee81ce0, 0x00007f3b0ee82168]
Event: 14.472 Thread 0x00007f3b1c14f000 10679 3 sun.security.provider.SHA::resetHashes (41 bytes)
Event: 14.472 Thread 0x00007f3b1c14f000 nmethod 10679 0x00007f3b0ee81690 code [0x00007f3b0ee81800, 0x00007f3b0ee81a10]
Event: 14.472 Thread 0x00007f3b1c14f000 10680 3 sun.security.provider.SHA::<init> (30 bytes)
Event: 14.473 Thread 0x00007f3b1c14f000 nmethod 10680 0x00007f3b0dd9acd0 code [0x00007f3b0dd9ae60, 0x00007f3b0dd9b308]
Event: 14.473 Thread 0x00007f3b1c14f000 10681 3 sun.security.provider.SHA::implDigest (96 bytes)
Event: 14.473 Thread 0x00007f3b1c14f000 nmethod 10681 0x00007f3b0dd9a590 code [0x00007f3b0dd9a740, 0x00007f3b0dd9ab88]
Event: 14.473 Thread 0x00007f3b1c14f000 10682 ! 3 sun.reflect.GeneratedConstructorAccessor1::newInstance (49 bytes)
Event: 14.473 Thread 0x00007f3b1c14f000 nmethod 10682 0x00007f3b0edf4e90 code [0x00007f3b0edf5080, 0x00007f3b0edf5928]
Event: 14.473 Thread 0x00007f3b1c14f000 10683 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask::checkFileCorrupt (37 bytes)
Event: 14.475 Thread 0x00007f3b1c14f000 nmethod 10683 0x00007f3b0d845b90 code [0x00007f3b0d845e80, 0x00007f3b0d847308]
Event: 14.518 Thread 0x00007f3b1c136800 10693 4 java.lang.ThreadLocal::get (38 bytes)
Event: 14.518 Thread 0x00007f3b1c134000 10692 ! 4 java.lang.StringCoding::encode (120 bytes)
Event: 14.518 Thread 0x00007f3b1c14f000 10686 3 java.util.concurrent.locks.ReentrantLock$Sync::nonfairTryAcquire (67 bytes)
Event: 14.519 Thread 0x00007f3b1c14f000 nmethod 10686 0x00007f3b0d597dd0 code [0x00007f3b0d597f80, 0x00007f3b0d5986a8]
Event: 14.519 Thread 0x00007f3b1c14f000 10690 1 java.util.concurrent.locks.AbstractOwnableSynchronizer::setExclusiveOwnerThread (6 bytes)
Event: 14.519 Thread 0x00007f3b1c142800 10702 4 sun.security.provider.DigestBase::engineUpdate (189 bytes)
Event: 14.520 Thread 0x00007f3b1c136800 nmethod 10693 0x00007f3b0edf4590 code [0x00007f3b0edf4700, 0x00007f3b0edf4858]
Event: 14.520 Thread 0x00007f3b1c136800 10694 4 java.io.File::exists (43 bytes)
Event: 14.521 Thread 0x00007f3b1c147000 10685 ! 4 java.lang.StringCoding$StringEncoder::encode (179 bytes)
Event: 14.524 Thread 0x00007f3b1c132800 10715 4 sun.security.provider.ByteArrayAccess::i2bBig (204 bytes)
Event: 14.527 Thread 0x00007f3b1c14d000 10701 ! 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::call (484 bytes)
Event: 14.530 Thread 0x00007f3b1c145000 10714 4 sun.security.provider.ByteArrayAccess::i2bBig4 (111 bytes)
Event: 14.530 Thread 0x00007f3b1c12f800 10691 4 sun.security.provider.SHA::resetHashes (41 bytes)
Event: 14.531 Thread 0x00007f3b1c12f800 nmethod 10691 0x00007f3b0d400e90 code [0x00007f3b0d400fe0, 0x00007f3b0d401098]
Event: 14.531 Thread 0x00007f3b1c14b000 10684 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask::access$100 (7 bytes)
Event: 14.531 Thread 0x00007f3b1c14f000 nmethod 10690 0x00007f3b0d845890 code [0x00007f3b0d8459e0, 0x00007f3b0d845b10]
Event: 14.531 Thread 0x00007f3b1c14f000 10712 ! 3 java.util.concurrent.LinkedBlockingQueue::take (93 bytes)
Event: 14.531 Thread 0x00007f3b1c14b000 nmethod 10684 0x00007f3b0d597a50 code [0x00007f3b0d597bc0, 0x00007f3b0d597d28]
Event: 14.531 Thread 0x00007f3b1c14b000 10688 3 java.util.concurrent.ThreadPoolExecutor$Worker::tryAcquire (20 bytes)
Event: 14.531 Thread 0x00007f3b1c14b000 nmethod 10688 0x00007f3b0d597450 code [0x00007f3b0d5975c0, 0x00007f3b0d597970]
Event: 14.531 Thread 0x00007f3b1c14b000 10687 3 java.util.concurrent.ThreadPoolExecutor::runStateOf (5 bytes)
Event: 14.532 Thread 0x00007f3b1c14b000 nmethod 10687 0x00007f3b0e2b8610 code [0x00007f3b0e2b8760, 0x00007f3b0e2b8890]
Event: 14.532 Thread 0x00007f3b1c14b000 10689 3 java.util.concurrent.ThreadPoolExecutor::runStateAtLeast (11 bytes)
Event: 14.532 Thread 0x00007f3b1c14b000 nmethod 10689 0x00007f3b0d5970d0 code [0x00007f3b0d597240, 0x00007f3b0d5973d0]
Event: 14.532 Thread 0x00007f3b1c14b000 10697 3 java.util.concurrent.ThreadPoolExecutor$Worker::lock (6 bytes)
Event: 14.532 Thread 0x00007f3b1c14b000 nmethod 10697 0x00007f3b0d6f9fd0 code [0x00007f3b0d6fa180, 0x00007f3b0d6fa908]
Event: 14.532 Thread 0x00007f3b1c14b000 10698 3 java.util.concurrent.ThreadPoolExecutor::beforeExecute (1 bytes)
Event: 14.532 Thread 0x00007f3b1c14b000 nmethod 10698 0x00007f3b0d97e7d0 code [0x00007f3b0d97e920, 0x00007f3b0d97ea70]
Event: 14.532 Thread 0x00007f3b1c14b000 10695 3 java.util.concurrent.ThreadPoolExecutor$Worker::unlock (7 bytes)
Event: 14.532 Thread 0x00007f3b1c14b000 nmethod 10695 0x00007f3b0d6f9750 code [0x00007f3b0d6f98e0, 0x00007f3b0d6f9e08]
Event: 14.532 Thread 0x00007f3b1c14b000 10696 3 java.util.concurrent.ThreadPoolExecutor$Worker::tryRelease (12 bytes)
Event: 14.533 Thread 0x00007f3b1c14b000 nmethod 10696 0x00007f3b0d6eda50 code [0x00007f3b0d6edbc0, 0x00007f3b0d6edef0]
Event: 14.533 Thread 0x00007f3b1c14b000 10699 ! 3 java.util.concurrent.FutureTask::run (126 bytes)
Event: 14.533 Thread 0x00007f3b1c149000 10700 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::call (5 bytes)
Event: 14.533 Thread 0x00007f3b1c149000 nmethod 10700 0x00007f3b0d6f93d0 code [0x00007f3b0d6f9540, 0x00007f3b0d6f96c8]
Event: 14.533 Thread 0x00007f3b1c149000 10705 3 java.util.concurrent.LinkedBlockingQueue::dequeue (32 bytes)
Event: 14.533 Thread 0x00007f3b1c149000 nmethod 10705 0x00007f3b0d6ed650 code [0x00007f3b0d6ed7c0, 0x00007f3b0d6ed970]
Event: 14.533 Thread 0x00007f3b1c149000 10706 3 java.util.concurrent.atomic.AtomicInteger::getAndDecrement (12 bytes)
Event: 14.533 Thread 0x00007f3b1c149000 nmethod 10706 0x00007f3b0d6ed350 code [0x00007f3b0d6ed4a0, 0x00007f3b0d6ed5f0]
Event: 14.533 Thread 0x00007f3b1c149000 10704 3 java.util.concurrent.ThreadPoolExecutor::afterExecute (1 bytes)
Event: 14.533 Thread 0x00007f3b1c149000 nmethod 10704 0x00007f3b0d6ed050 code [0x00007f3b0d6ed1a0, 0x00007f3b0d6ed2f0]
Event: 14.533 Thread 0x00007f3b1c149000 10703 3 java.util.concurrent.FutureTask::finishCompletion (74 bytes)
Event: 14.534 Thread 0x00007f3b1c149000 nmethod 10703 0x00007f3b0d6ec650 code [0x00007f3b0d6ec800, 0x00007f3b0d6ecda8]
Event: 14.534 Thread 0x00007f3b1c149000 10707 ! 3 java.util.concurrent.ThreadPoolExecutor::getTask (179 bytes)
Event: 14.535 Thread 0x00007f3b1c149000 nmethod 10707 0x00007f3b0da0e250 code [0x00007f3b0da0e4a0, 0x00007f3b0da0f618]
Event: 14.535 Thread 0x00007f3b1c149000 10709 3 java.util.concurrent.FutureTask::set (36 bytes)
Event: 14.535 Thread 0x00007f3b1c149000 nmethod 10709 0x00007f3b0da0de10 code [0x00007f3b0da0df80, 0x00007f3b0da0e1a8]
Event: 14.535 Thread 0x00007f3b1c149000 10710 3 java.util.concurrent.FutureTask::done (1 bytes)
Event: 14.535 Thread 0x00007f3b1c149000 nmethod 10710 0x00007f3b0da0da50 code [0x00007f3b0da0dba0, 0x00007f3b0da0dcf0]
Event: 14.535 Thread 0x00007f3b1c149000 10708 3 java.util.concurrent.locks.ReentrantLock::lockInterruptibly (9 bytes)
Event: 14.535 Thread 0x00007f3b1c14d000 nmethod 10701 0x00007f3b0eee9f50 code [0x00007f3b0eeea6a0, 0x00007f3b0eeef388]
Event: 14.536 Thread 0x00007f3b1c14d000 10716 3 java.util.concurrent.locks.AbstractQueuedSynchronizer::acquireInterruptibly (28 bytes)
Event: 14.536 Thread 0x00007f3b1c14b000 nmethod 10699 0x00007f3b0eee9190 code [0x00007f3b0eee9380, 0x00007f3b0eee9be8]
Event: 14.536 Thread 0x00007f3b1c14b000 10713 3 java.util.concurrent.LinkedBlockingQueue::size (8 bytes)
Event: 14.536 Thread 0x00007f3b1c14d000 nmethod 10716 0x00007f3b0eee8a10 code [0x00007f3b0eee8bc0, 0x00007f3b0eee8ff8]
Event: 14.537 Thread 0x00007f3b1c147000 nmethod 10685 0x00007f3b0d439b90 code [0x00007f3b0d439d00, 0x00007f3b0d43a0e8]
Event: 14.538 Thread 0x00007f3b1c145000 nmethod 10714 0x00007f3b0eee8750 code [0x00007f3b0eee88a0, 0x00007f3b0eee8938]
Event: 14.539 Thread 0x00007f3b1c132800 nmethod 10715 0x00007f3b0d439510 code [0x00007f3b0d439660, 0x00007f3b0d439938]
Event: 14.539 Thread 0x00007f3b1c149000 nmethod 10708 0x00007f3b0d43af50 code [0x00007f3b0d43b100, 0x00007f3b0d43b618]
Event: 14.539 Thread 0x00007f3b1c14b000 nmethod 10713 0x00007f3b0d43ab50 code [0x00007f3b0d43acc0, 0x00007f3b0d43aeb0]
Event: 14.545 Thread 0x00007f3b1c14f000 nmethod 10712 0x00007f3b0e2f9610 code [0x00007f3b0e2f9900, 0x00007f3b0e2faf98]
Event: 14.547 Thread 0x00007f3b1c142800 nmethod 10702 0x00007f3b0f0c2250 code [0x00007f3b0f0c23e0, 0x00007f3b0f0c2838]
Event: 14.565 Thread 0x00007f3b1c136800 nmethod 10694 0x00007f3b0f0c10d0 code [0x00007f3b0f0c12a0, 0x00007f3b0f0c1a18]
Event: 14.579 Thread 0x00007f3b1c12f800 10717 ! 4 sun.reflect.GeneratedConstructorAccessor1::newInstance (49 bytes)
Event: 14.584 Thread 0x00007f3b1c12f800 nmethod 10717 0x00007f3b0d43a350 code [0x00007f3b0d43a4e0, 0x00007f3b0d43a8a8]
Event: 14.584 Thread 0x00007f3b1c138800 10718 4 net.minecraftforge.gradle.tasks.DownloadAssetsTask::checkFileCorrupt (37 bytes)
Event: 14.586 Thread 0x00007f3b1c14d000 10719 3 java.util.concurrent.locks.AbstractQueuedSynchronizer::release (33 bytes)
Event: 14.586 Thread 0x00007f3b1c134000 nmethod 10692 0x00007f3b0f0bfd50 code [0x00007f3b0f0bff60, 0x00007f3b0f0c0910]
Event: 14.586 Thread 0x00007f3b1c14d000 nmethod 10719 0x00007f3b0e2f9090 code [0x00007f3b0e2f9220, 0x00007f3b0e2f9538]
Event: 14.709 Thread 0x00007f3b1c138800 nmethod 10718 0x00007f3b0f0b9bd0 code [0x00007f3b0f0b9e80, 0x00007f3b0f0bb740]
Event: 14.725 Thread 0x00007f3b1c147000 10720 4 sun.security.provider.SHA::implDigest (96 bytes)
Event: 14.736 Thread 0x00007f3b1c147000 nmethod 10720 0x00007f3b0e2f6410 code [0x00007f3b0e2f65c0, 0x00007f3b0e2f6c90]
GC Heap History (26 events):
Event: 1.161 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 150528K, used 129024K [0x0000000780000000, 0x000000078a800000, 0x00000007c0000000)
eden space 129024K, 100% used [0x0000000780000000,0x0000000787e00000,0x0000000787e00000)
from space 21504K, 0% used [0x0000000789300000,0x0000000789300000,0x000000078a800000)
to space 21504K, 0% used [0x0000000787e00000,0x0000000787e00000,0x0000000789300000)
ParOldGen total 344064K, used 0K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700000000,0x0000000715000000)
Metaspace used 19845K, capacity 20248K, committed 20480K, reserved 1067008K
class space used 2577K, capacity 2706K, committed 2816K, reserved 1048576K
Event: 1.172 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 150528K, used 16080K [0x0000000780000000, 0x000000078a800000, 0x00000007c0000000)
eden space 129024K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000787e00000)
from space 21504K, 74% used [0x0000000787e00000,0x0000000788db4000,0x0000000789300000)
to space 21504K, 0% used [0x0000000789300000,0x0000000789300000,0x000000078a800000)
ParOldGen total 344064K, used 16K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700004000,0x0000000715000000)
Metaspace used 19845K, capacity 20248K, committed 20480K, reserved 1067008K
class space used 2577K, capacity 2706K, committed 2816K, reserved 1048576K
}
Event: 1.250 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 150528K, used 34362K [0x0000000780000000, 0x000000078a800000, 0x00000007c0000000)
eden space 129024K, 14% used [0x0000000780000000,0x00000007811da988,0x0000000787e00000)
from space 21504K, 74% used [0x0000000787e00000,0x0000000788db4000,0x0000000789300000)
to space 21504K, 0% used [0x0000000789300000,0x0000000789300000,0x000000078a800000)
ParOldGen total 344064K, used 16K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700004000,0x0000000715000000)
Metaspace used 20871K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
Event: 1.256 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 150528K, used 8722K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 129024K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000787e00000)
from space 21504K, 40% used [0x0000000789300000,0x0000000789b84bf0,0x000000078a800000)
to space 21504K, 0% used [0x0000000787e00000,0x0000000787e00000,0x0000000789300000)
ParOldGen total 344064K, used 24K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700006000,0x0000000715000000)
Metaspace used 20871K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
}
Event: 1.256 GC heap before
{Heap before GC invocations=3 (full 1):
PSYoungGen total 150528K, used 8722K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 129024K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000787e00000)
from space 21504K, 40% used [0x0000000789300000,0x0000000789b84bf0,0x000000078a800000)
to space 21504K, 0% used [0x0000000787e00000,0x0000000787e00000,0x0000000789300000)
ParOldGen total 344064K, used 24K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700006000,0x0000000715000000)
Metaspace used 20871K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
Event: 1.283 GC heap after
Heap after GC invocations=3 (full 1):
PSYoungGen total 150528K, used 0K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 129024K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000787e00000)
from space 21504K, 0% used [0x0000000789300000,0x0000000789300000,0x000000078a800000)
to space 21504K, 0% used [0x0000000787e00000,0x0000000787e00000,0x0000000789300000)
ParOldGen total 182272K, used 8452K [0x0000000700000000, 0x000000070b200000, 0x0000000780000000)
object space 182272K, 4% used [0x0000000700000000,0x0000000700841388,0x000000070b200000)
Metaspace used 20871K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
}
Event: 3.119 GC heap before
{Heap before GC invocations=4 (full 1):
PSYoungGen total 150528K, used 129024K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 129024K, 100% used [0x0000000780000000,0x0000000787e00000,0x0000000787e00000)
from space 21504K, 0% used [0x0000000789300000,0x0000000789300000,0x000000078a800000)
to space 21504K, 0% used [0x0000000787e00000,0x0000000787e00000,0x0000000789300000)
ParOldGen total 182272K, used 8452K [0x0000000700000000, 0x000000070b200000, 0x0000000780000000)
object space 182272K, 4% used [0x0000000700000000,0x0000000700841388,0x000000070b200000)
Metaspace used 34511K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4465K, capacity 4730K, committed 4736K, reserved 1048576K
Event: 3.128 GC heap after
Heap after GC invocations=4 (full 1):
PSYoungGen total 150528K, used 14617K [0x0000000780000000, 0x000000078f100000, 0x00000007c0000000)
eden space 129024K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000787e00000)
from space 21504K, 67% used [0x0000000787e00000,0x0000000788c467c0,0x0000000789300000)
to space 21504K, 0% used [0x000000078dc00000,0x000000078dc00000,0x000000078f100000)
ParOldGen total 182272K, used 8532K [0x0000000700000000, 0x000000070b200000, 0x0000000780000000)
object space 182272K, 4% used [0x0000000700000000,0x0000000700855398,0x000000070b200000)
Metaspace used 34511K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4465K, capacity 4730K, committed 4736K, reserved 1048576K
}
Event: 3.139 GC heap before
{Heap before GC invocations=5 (full 1):
PSYoungGen total 150528K, used 16693K [0x0000000780000000, 0x000000078f100000, 0x00000007c0000000)
eden space 129024K, 1% used [0x0000000780000000,0x0000000780206ed8,0x0000000787e00000)
from space 21504K, 67% used [0x0000000787e00000,0x0000000788c467c0,0x0000000789300000)
to space 21504K, 0% used [0x000000078dc00000,0x000000078dc00000,0x000000078f100000)
ParOldGen total 182272K, used 8532K [0x0000000700000000, 0x000000070b200000, 0x0000000780000000)
object space 182272K, 4% used [0x0000000700000000,0x0000000700855398,0x000000070b200000)
Metaspace used 34516K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4466K, capacity 4730K, committed 4736K, reserved 1048576K
Event: 3.145 GC heap after
Heap after GC invocations=5 (full 1):
PSYoungGen total 225280K, used 7313K [0x0000000780000000, 0x0000000791000000, 0x00000007c0000000)
eden space 203776K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078c700000)
from space 21504K, 34% used [0x000000078dc00000,0x000000078e3244e8,0x000000078f100000)
to space 21504K, 0% used [0x000000078c700000,0x000000078c700000,0x000000078dc00000)
ParOldGen total 182272K, used 8532K [0x0000000700000000, 0x000000070b200000, 0x0000000780000000)
object space 182272K, 4% used [0x0000000700000000,0x0000000700855398,0x000000070b200000)
Metaspace used 34516K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4466K, capacity 4730K, committed 4736K, reserved 1048576K
}
Event: 3.145 GC heap before
{Heap before GC invocations=6 (full 2):
PSYoungGen total 225280K, used 7313K [0x0000000780000000, 0x0000000791000000, 0x00000007c0000000)
eden space 203776K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078c700000)
from space 21504K, 34% used [0x000000078dc00000,0x000000078e3244e8,0x000000078f100000)
to space 21504K, 0% used [0x000000078c700000,0x000000078c700000,0x000000078dc00000)
ParOldGen total 182272K, used 8532K [0x0000000700000000, 0x000000070b200000, 0x0000000780000000)
object space 182272K, 4% used [0x0000000700000000,0x0000000700855398,0x000000070b200000)
Metaspace used 34516K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4466K, capacity 4730K, committed 4736K, reserved 1048576K
Event: 3.195 GC heap after
Heap after GC invocations=6 (full 2):
PSYoungGen total 225280K, used 0K [0x0000000780000000, 0x0000000791000000, 0x00000007c0000000)
eden space 203776K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078c700000)
from space 21504K, 0% used [0x000000078dc00000,0x000000078dc00000,0x000000078f100000)
to space 21504K, 0% used [0x000000078c700000,0x000000078c700000,0x000000078dc00000)
ParOldGen total 222208K, used 13773K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 6% used [0x0000000700000000,0x0000000700d73528,0x000000070d900000)
Metaspace used 34516K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4466K, capacity 4730K, committed 4736K, reserved 1048576K
}
Event: 4.616 GC heap before
{Heap before GC invocations=7 (full 2):
PSYoungGen total 225280K, used 203776K [0x0000000780000000, 0x0000000791000000, 0x00000007c0000000)
eden space 203776K, 100% used [0x0000000780000000,0x000000078c700000,0x000000078c700000)
from space 21504K, 0% used [0x000000078dc00000,0x000000078dc00000,0x000000078f100000)
to space 21504K, 0% used [0x000000078c700000,0x000000078c700000,0x000000078dc00000)
ParOldGen total 222208K, used 13773K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 6% used [0x0000000700000000,0x0000000700d73528,0x000000070d900000)
Metaspace used 40705K, capacity 41716K, committed 41816K, reserved 1085440K
class space used 5306K, capacity 5691K, committed 5760K, reserved 1048576K
Event: 4.627 GC heap after
Heap after GC invocations=7 (full 2):
PSYoungGen total 225280K, used 21492K [0x0000000780000000, 0x0000000799080000, 0x00000007c0000000)
eden space 203776K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078c700000)
from space 21504K, 99% used [0x000000078c700000,0x000000078dbfd3e0,0x000000078dc00000)
to space 25600K, 0% used [0x0000000797780000,0x0000000797780000,0x0000000799080000)
ParOldGen total 222208K, used 15456K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 6% used [0x0000000700000000,0x0000000700f183f0,0x000000070d900000)
Metaspace used 40705K, capacity 41716K, committed 41816K, reserved 1085440K
class space used 5306K, capacity 5691K, committed 5760K, reserved 1048576K
}
Event: 6.478 GC heap before
{Heap before GC invocations=8 (full 2):
PSYoungGen total 225280K, used 225268K [0x0000000780000000, 0x0000000799080000, 0x00000007c0000000)
eden space 203776K, 100% used [0x0000000780000000,0x000000078c700000,0x000000078c700000)
from space 21504K, 99% used [0x000000078c700000,0x000000078dbfd3e0,0x000000078dc00000)
to space 25600K, 0% used [0x0000000797780000,0x0000000797780000,0x0000000799080000)
ParOldGen total 222208K, used 15456K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 6% used [0x0000000700000000,0x0000000700f183f0,0x000000070d900000)
Metaspace used 47183K, capacity 48222K, committed 48344K, reserved 1091584K
class space used 5948K, capacity 6337K, committed 6400K, reserved 1048576K
Event: 6.524 GC heap after
Heap after GC invocations=8 (full 2):
PSYoungGen total 361984K, used 25589K [0x0000000780000000, 0x000000079b580000, 0x00000007c0000000)
eden space 336384K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000794880000)
from space 25600K, 99% used [0x0000000797780000,0x000000079907d7f0,0x0000000799080000)
to space 48128K, 0% used [0x0000000794880000,0x0000000794880000,0x0000000797780000)
ParOldGen total 222208K, used 47601K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 21% used [0x0000000700000000,0x0000000702e7c548,0x000000070d900000)
Metaspace used 47183K, capacity 48222K, committed 48344K, reserved 1091584K
class space used 5948K, capacity 6337K, committed 6400K, reserved 1048576K
}
Event: 9.018 GC heap before
{Heap before GC invocations=9 (full 2):
PSYoungGen total 361984K, used 361973K [0x0000000780000000, 0x000000079b580000, 0x00000007c0000000)
eden space 336384K, 100% used [0x0000000780000000,0x0000000794880000,0x0000000794880000)
from space 25600K, 99% used [0x0000000797780000,0x000000079907d7f0,0x0000000799080000)
to space 48128K, 0% used [0x0000000794880000,0x0000000794880000,0x0000000797780000)
ParOldGen total 222208K, used 47601K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 21% used [0x0000000700000000,0x0000000702e7c548,0x000000070d900000)
Metaspace used 49297K, capacity 50294K, committed 50520K, reserved 1093632K
class space used 6095K, capacity 6469K, committed 6528K, reserved 1048576K
Event: 9.045 GC heap after
Heap after GC invocations=9 (full 2):
PSYoungGen total 384512K, used 40750K [0x0000000780000000, 0x00000007a9080000, 0x00000007c0000000)
eden space 336384K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000794880000)
from space 48128K, 84% used [0x0000000794880000,0x000000079704bac0,0x0000000797780000)
to space 54272K, 0% used [0x00000007a5b80000,0x00000007a5b80000,0x00000007a9080000)
ParOldGen total 222208K, used 47609K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 21% used [0x0000000700000000,0x0000000702e7e548,0x000000070d900000)
Metaspace used 49297K, capacity 50294K, committed 50520K, reserved 1093632K
class space used 6095K, capacity 6469K, committed 6528K, reserved 1048576K
}
Event: 10.330 GC heap before
{Heap before GC invocations=10 (full 2):
PSYoungGen total 384512K, used 377134K [0x0000000780000000, 0x00000007a9080000, 0x00000007c0000000)
eden space 336384K, 100% used [0x0000000780000000,0x0000000794880000,0x0000000794880000)
from space 48128K, 84% used [0x0000000794880000,0x000000079704bac0,0x0000000797780000)
to space 54272K, 0% used [0x00000007a5b80000,0x00000007a5b80000,0x00000007a9080000)
ParOldGen total 222208K, used 47609K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 21% used [0x0000000700000000,0x0000000702e7e548,0x000000070d900000)
Metaspace used 49402K, capacity 50422K, committed 50776K, reserved 1093632K
class space used 6095K, capacity 6469K, committed 6528K, reserved 1048576K
Event: 10.350 GC heap after
Heap after GC invocations=10 (full 2):
PSYoungGen total 595456K, used 40983K [0x0000000780000000, 0x00000007a8980000, 0x00000007c0000000)
eden space 548352K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a1780000)
from space 47104K, 87% used [0x00000007a5b80000,0x00000007a8385de8,0x00000007a8980000)
to space 58368K, 0% used [0x00000007a1780000,0x00000007a1780000,0x00000007a5080000)
ParOldGen total 222208K, used 47617K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 21% used [0x0000000700000000,0x0000000702e80548,0x000000070d900000)
Metaspace used 49402K, capacity 50422K, committed 50776K, reserved 1093632K
class space used 6095K, capacity 6469K, committed 6528K, reserved 1048576K
}
Event: 12.359 GC heap before
{Heap before GC invocations=11 (full 2):
PSYoungGen total 595456K, used 589335K [0x0000000780000000, 0x00000007a8980000, 0x00000007c0000000)
eden space 548352K, 100% used [0x0000000780000000,0x00000007a1780000,0x00000007a1780000)
from space 47104K, 87% used [0x00000007a5b80000,0x00000007a8385de8,0x00000007a8980000)
to space 58368K, 0% used [0x00000007a1780000,0x00000007a1780000,0x00000007a5080000)
ParOldGen total 222208K, used 47617K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 21% used [0x0000000700000000,0x0000000702e80548,0x000000070d900000)
Metaspace used 49622K, capacity 50620K, committed 50776K, reserved 1093632K
class space used 6112K, capacity 6470K, committed 6528K, reserved 1048576K
Event: 12.397 GC heap after
Heap after GC invocations=11 (full 2):
PSYoungGen total 606720K, used 16959K [0x0000000780000000, 0x00000007b4500000, 0x00000007c0000000)
eden space 548352K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a1780000)
from space 58368K, 29% used [0x00000007a1780000,0x00000007a280fe48,0x00000007a5080000)
to space 56320K, 0% used [0x00000007b0e00000,0x00000007b0e00000,0x00000007b4500000)
ParOldGen total 222208K, used 72857K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 32% used [0x0000000700000000,0x00000007047264a0,0x000000070d900000)
Metaspace used 49622K, capacity 50620K, committed 50776K, reserved 1093632K
class space used 6112K, capacity 6470K, committed 6528K, reserved 1048576K
}
Event: 13.973 GC heap before
{Heap before GC invocations=12 (full 2):
PSYoungGen total 606720K, used 565311K [0x0000000780000000, 0x00000007b4500000, 0x00000007c0000000)
eden space 548352K, 100% used [0x0000000780000000,0x00000007a1780000,0x00000007a1780000)
from space 58368K, 29% used [0x00000007a1780000,0x00000007a280fe48,0x00000007a5080000)
to space 56320K, 0% used [0x00000007b0e00000,0x00000007b0e00000,0x00000007b4500000)
ParOldGen total 222208K, used 72857K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 32% used [0x0000000700000000,0x00000007047264a0,0x000000070d900000)
Metaspace used 52479K, capacity 53492K, committed 53720K, reserved 1095680K
class space used 6402K, capacity 6800K, committed 6912K, reserved 1048576K
Event: 14.003 GC heap after
Heap after GC invocations=12 (full 2):
PSYoungGen total 779264K, used 14233K [0x0000000780000000, 0x00000007b3980000, 0x00000007c0000000)
eden space 734720K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007acd80000)
from space 44544K, 31% used [0x00000007b0e00000,0x00000007b1be6578,0x00000007b3980000)
to space 55296K, 0% used [0x00000007acd80000,0x00000007acd80000,0x00000007b0380000)
ParOldGen total 222208K, used 88199K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 39% used [0x0000000700000000,0x0000000705621e40,0x000000070d900000)
Metaspace used 52479K, capacity 53492K, committed 53720K, reserved 1095680K
class space used 6402K, capacity 6800K, committed 6912K, reserved 1048576K
}
Event: 14.623 GC heap before
{Heap before GC invocations=13 (full 2):
PSYoungGen total 779264K, used 746850K [0x0000000780000000, 0x00000007b3980000, 0x00000007c0000000)
eden space 734720K, 99% used [0x0000000780000000,0x00000007acb72620,0x00000007acd80000)
from space 44544K, 31% used [0x00000007b0e00000,0x00000007b1be6578,0x00000007b3980000)
to space 55296K, 0% used [0x00000007acd80000,0x00000007acd80000,0x00000007b0380000)
ParOldGen total 222208K, used 88199K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 39% used [0x0000000700000000,0x0000000705621e40,0x000000070d900000)
Metaspace used 52583K, capacity 53562K, committed 53976K, reserved 1095680K
class space used 6408K, capacity 6801K, committed 6912K, reserved 1048576K
Event: 14.658 GC heap after
Heap after GC invocations=13 (full 2):
PSYoungGen total 790016K, used 55283K [0x0000000780000000, 0x00000007c0000000, 0x00000007c0000000)
eden space 734720K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007acd80000)
from space 55296K, 99% used [0x00000007acd80000,0x00000007b037ccd0,0x00000007b0380000)
to space 75776K, 0% used [0x00000007bb600000,0x00000007bb600000,0x00000007c0000000)
ParOldGen total 222208K, used 121535K [0x0000000700000000, 0x000000070d900000, 0x0000000780000000)
object space 222208K, 54% used [0x0000000700000000,0x00000007076aff90,0x000000070d900000)
Metaspace used 52583K, capacity 53562K, committed 53976K, reserved 1095680K
class space used 6408K, capacity 6801K, committed 6912K, reserved 1048576K
}
Deoptimization events (250 events):
Event: 6.977 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0d6051c8 method=com.sun.tools.javac.code.Types$19.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/util/List; @ 46
Event: 6.977 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eb2172c method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 110
Event: 6.993 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0d2eac20 method=com.sun.tools.javac.model.FilteredMemberList.unwanted(Lcom/sun/tools/javac/code/Symbol;)Z @ 14
Event: 6.997 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e6479b8 method=com.sun.tools.javac.util.ListBuffer.append(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer; @ 9
Event: 7.006 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eb7c7b4 method=com.sun.tools.javac.comp.Resolve$LookupFilter.accepts(Lcom/sun/tools/javac/code/Symbol;)Z @ 21
Event: 7.006 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ebb5c88 method=com.sun.tools.javac.comp.Resolve$LookupFilter.accepts(Lcom/sun/tools/javac/code/Symbol;)Z @ 21
Event: 7.029 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0d83b1e8 method=com.sun.tools.javac.comp.Check.checkDeprecated(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;
Event: 7.030 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ec20b1c method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 7.030 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ec20b1c method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 7.031 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ec20b1c method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 7.031 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ea50c48 method=com.sun.tools.javac.code.Scope.lookup(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry; @ 19
Event: 7.031 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eafe700 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 7.032 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0d83b1e8 method=com.sun.tools.javac.comp.Check.checkDeprecated(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;
Event: 7.033 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0d83b1e8 method=com.sun.tools.javac.comp.Check.checkDeprecated(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;
Event: 7.033 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec7d2a0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 300
Event: 7.033 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec7d2a0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 300
Event: 7.033 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec7d2a0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 300
Event: 7.033 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec7d2a0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 300
Event: 7.035 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ec20b1c method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 7.036 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0d83b1e8 method=com.sun.tools.javac.comp.Check.checkDeprecated(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;
Event: 7.040 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eafe700 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 7.044 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eb643bc method=com.sun.tools.javac.comp.Resolve$MethodCheckContext.compatible(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 13
Event: 7.046 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e9d6848 method=com.sun.tools.javac.code.Scope.lookup(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry; @ 19
Event: 7.065 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ec792a4 method=com.sun.tools.javac.util.Convert.chars2utf([CI[BII)I @ 35
Event: 7.071 Thread 0x00007f3a6000b800 Uncommon trap: reason=unloaded action=reinterpret pc=0x00007f3b0ecc1d60 method=com.sun.tools.javac.code.Types.freshTypeVariables(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List; @ 76
Event: 7.075 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eafe700 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 7.077 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eafe700 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 7.085 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0d6051c8 method=com.sun.tools.javac.code.Types$19.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/util/List; @ 46
Event: 7.106 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ece6724 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 31
Event: 7.138 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eb5f154 method=com.sun.tools.javac.code.Types$4.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 69
Event: 7.139 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e90e834 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 7.139 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e3344e4 method=com.sun.tools.javac.code.Type.isCompound()Z @ 23
Event: 7.140 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0e7752a0 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 7.143 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eb66ba4 method=com.sun.tools.javac.code.Types$4.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 69
Event: 7.144 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e90e834 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 7.145 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0e7752a0 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 7.165 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eb6d6fc method=com.sun.tools.javac.comp.Check.checkType(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/t
Event: 7.166 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eb6d6fc method=com.sun.tools.javac.comp.Check.checkType(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/t
Event: 7.171 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eb6d6fc method=com.sun.tools.javac.comp.Check.checkType(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/t
Event: 7.171 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eb6d6fc method=com.sun.tools.javac.comp.Check.checkType(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/t
Event: 7.176 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ed42608 method=com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.complete()V @ 7
Event: 7.178 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ed09b8c method=com.sun.tools.javac.tree.TreeInfo.getStartPos(Lcom/sun/tools/javac/tree/JCTree;)I @ 581
Event: 7.179 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e5f5694 method=com.sun.tools.javac.comp.Resolve.isAccessible(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Z)Z @ 202
Event: 7.198 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eb8b6bc method=com.sun.tools.javac.jvm.ClassReader.readMethod()Lcom/sun/tools/javac/code/Symbol$MethodSymbol; @ 280
Event: 7.202 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ed630ec method=com.sun.tools.javac.jvm.Pool.makePoolValue(Ljava/lang/Object;)Ljava/lang/Object; @ 4
Event: 7.203 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ed28ff4 method=com.sun.tools.javac.jvm.Pool.makePoolValue(Ljava/lang/Object;)Ljava/lang/Object; @ 4
Event: 7.210 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed67d18 method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 37
Event: 7.213 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed67d18 method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 37
Event: 7.216 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e590804 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 110
Event: 7.221 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e95de5c method=com.sun.tools.javac.code.Symbol$TypeSymbol.formFullName(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/Name; @ 22
Event: 7.232 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e90e834 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 7.232 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e90e834 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 7.269 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec354cc method=com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;Lcom/su
Event: 7.269 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec354cc method=com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;Lcom/su
Event: 7.270 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec354cc method=com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;Lcom/su
Event: 7.271 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec354cc method=com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;Lcom/su
Event: 7.273 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ec3bbfc method=com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;Lcom/su
Event: 7.284 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e68629c method=com.sun.tools.javac.util.IntHashTable.rehash()V @ 88
Event: 7.334 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0ed0e3d0 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 7.336 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0ed0e3d0 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 7.383 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e989d40 method=com.sun.tools.javac.code.Types.containsTypeEquivalent(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z @ 15
Event: 7.383 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ecda5a0 method=com.sun.tools.javac.code.Types.containsTypeEquivalent(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z @ 15
Event: 7.426 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ec187c4 method=com.sun.tools.javac.comp.Resolve.selectBest(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/s
Event: 7.437 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed1b1a4 method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 37
Event: 7.452 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0edcd4bc method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 558
Event: 7.459 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0ebb7614 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 7.459 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0ec926e4 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 7.459 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ebb7600 method=com.sun.tools.javac.code.Symbol$TypeSymbol.precedes(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;)Z @ 15
Event: 7.459 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0ebb7614 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 7.485 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed1b1a4 method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 37
Event: 7.490 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed67d18 method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 37
Event: 7.494 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ee12540 method=com.sun.tools.javac.jvm.Pool.put(Ljava/lang/Object;)I @ 87
Event: 7.495 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0ed0e3d0 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 7.496 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0ed0e3d0 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 7.498 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ee0bf94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 7.498 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ee0bf94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 7.508 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ee0bf94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 7.508 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ee0bf94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 7.557 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eeed03c method=com.sun.tools.javac.comp.Resolve.isAccessible(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Z)Z @ 141
Event: 7.680 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ef91f5c method=com.sun.tools.javac.comp.Resolve.selectBest(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lc
Event: 7.680 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ef91f5c method=com.sun.tools.javac.comp.Resolve.selectBest(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lc
Event: 7.684 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e5aa0c0 method=com.sun.tools.javac.util.Convert.chars2utf([CI[BII)I @ 35
Event: 7.695 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ee5da14 method=com.sun.tools.javac.code.Symbol$MethodSymbol.overrides(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;Z)Z @ 62
Event: 7.697 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ee53f64 method=com.sun.tools.javac.code.Types.asOuterSuper(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type; @ 4
Event: 7.698 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ee53f64 method=com.sun.tools.javac.code.Types.asOuterSuper(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type; @ 4
Event: 7.704 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ef18574 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 95
Event: 7.704 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ef18574 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 95
Event: 7.705 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ef18574 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 95
Event: 7.705 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ef18574 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 95
Event: 7.710 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0d325f50 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 7.721 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ee33c50 method=com.sun.tools.javac.code.Symbol$MethodSymbol.overrides(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;Z)Z @ 62
Event: 7.722 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ee53f64 method=com.sun.tools.javac.code.Types.asOuterSuper(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type; @ 4
Event: 7.730 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ea1b434 method=com.sun.tools.javac.comp.Resolve.findInheritedMemberType(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/cod
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e7b5bb8 method=com.sun.tools.javac.code.Types.cvarLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfb3a0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfb3a0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfea24 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type; @ 59
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfea24 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type; @ 59
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f02fb74 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 117
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e69d108 method=com.sun.tools.javac.code.Types.cvarLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfb3a0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfb3a0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfea24 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type; @ 59
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ecfea24 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type; @ 59
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e91cec0 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f03f970 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 117
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e91cec0 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e91cec0 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f001c0c method=com.sun.tools.javac.code.Types.cvarLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
Event: 7.746 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ee4c13c method=com.sun.tools.javac.code.Types$4.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 29
Event: 7.750 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0edcd4bc method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 558
Event: 7.750 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0edcd4bc method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 558
Event: 7.750 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0edeab7c method=com.sun.tools.javac.comp.Resolve$MethodResultInfo.check(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/co
Event: 7.750 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0edeab7c method=com.sun.tools.javac.comp.Resolve$MethodResultInfo.check(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/co
Event: 7.750 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0edea968 method=com.sun.tools.javac.comp.Attr.check(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;ILcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Typ
Event: 7.751 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0eb87f28 method=com.sun.tools.javac.comp.Resolve$MethodResultInfo.check(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/co
Event: 7.751 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0eb87f28 method=com.sun.tools.javac.comp.Resolve$MethodResultInfo.check(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/co
Event: 7.760 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e91cec0 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 7.760 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ee58da0 method=com.sun.tools.javac.code.Types$4.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 29
Event: 7.787 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f0b0018 method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 7.801 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f0b0018 method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 7.803 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f0b0018 method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 7.812 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f0b0018 method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 8.042 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0f04b164 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 149
Event: 8.043 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0f04b164 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 149
Event: 8.043 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0f04b164 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 149
Event: 8.044 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0f04b164 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 149
Event: 8.045 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0d495778 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 8.048 Thread 0x00007f3a6000b800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f3b0f124e7c method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 149
Event: 8.060 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0efc7c68 method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 21
Event: 8.060 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0efc7c68 method=com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 21
Event: 8.062 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f1445c8 method=com.sun.tools.javac.code.Symbol$TypeSymbol.precedes(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;)Z @ 34
Event: 8.062 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ee7341c method=com.sun.tools.javac.code.Symbol$TypeSymbol.precedes(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;)Z @ 34
Event: 8.062 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0d5f1430 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 14
Event: 8.062 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f124e9c method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 123
Event: 8.066 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ef7ac98 method=com.sun.tools.javac.code.Types$SignatureGenerator.assembleSig(Lcom/sun/tools/javac/code/Type;)V @ 210
Event: 8.066 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ef7ac98 method=com.sun.tools.javac.code.Types$SignatureGenerator.assembleSig(Lcom/sun/tools/javac/code/Type;)V @ 210
Event: 8.085 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0f06cea8 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 324
Event: 8.286 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e9b6ec8 method=java.util.concurrent.locks.ReentrantLock$Sync.nonfairTryAcquire(I)Z @ 10
Event: 12.237 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0eb8d438 method=org.gradle.api.specs.CompositeSpec.<init>(Ljava/lang/Iterable;)V @ 37
Event: 12.249 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0eb8d438 method=org.gradle.api.specs.CompositeSpec.<init>(Ljava/lang/Iterable;)V @ 37
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d5fdc54 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 38
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d5fda40 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d5fda40 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d5fda40 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0dd4e128 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e7fec24 method=org.gradle.api.specs.NotSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 10
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0dd49cbc method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d44cfa0 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 12.261 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0d6c1580 method=org.gradle.api.internal.file.pattern.FixedStepsPathMatcher.matches([Ljava/lang/String;I)Z @ 18
Event: 12.286 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ecf9a70 method=org.gradle.api.internal.changedetection.state.OutputFilesCollectionSnapshotter$OutputFilesSnapshot$1.next(Lorg/gradle/util/ChangeListener;)Z @ 46
Event: 12.301 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0eb8d438 method=org.gradle.api.specs.CompositeSpec.<init>(Ljava/lang/Iterable;)V @ 37
Event: 12.432 Thread 0x00007f3a6000b800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007f3b0e70e074 method=java.util.ComparableTimSort.reverseRange([Ljava/lang/Object;II)V @ 20
Event: 12.432 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e71ee5c method=java.util.ComparableTimSort.gallopRight(Ljava/lang/Comparable;[Ljava/lang/Object;III)I @ 42
Event: 12.432 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e71ee5c method=java.util.ComparableTimSort.gallopRight(Ljava/lang/Comparable;[Ljava/lang/Object;III)I @ 42
Event: 12.434 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e569754 method=java.util.regex.Pattern$Curly.study(Ljava/util/regex/Pattern$TreeInfo;)Z @ 71
Event: 12.505 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0e2cc904 method=java.util.Hashtable.get(Ljava/lang/Object;)Ljava/lang/Object; @ 6
Event: 12.505 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0e2cc904 method=java.util.Hashtable.get(Ljava/lang/Object;)Ljava/lang/Object; @ 6
Event: 12.582 Thread 0x00007f3a6000b800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007f3b0e70e074 method=java.util.ComparableTimSort.reverseRange([Ljava/lang/Object;II)V @ 20
Event: 12.582 Thread 0x00007f3a6000b800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007f3b0e70e074 method=java.util.ComparableTimSort.reverseRange([Ljava/lang/Object;II)V @ 20
Event: 12.582 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e71ee5c method=java.util.ComparableTimSort.gallopRight(Ljava/lang/Comparable;[Ljava/lang/Object;III)I @ 42
Event: 12.582 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e71ee5c method=java.util.ComparableTimSort.gallopRight(Ljava/lang/Comparable;[Ljava/lang/Object;III)I @ 42
Event: 12.582 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0de3d85c method=org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.addMethodToList(Ljava/lang/Object;Lgroovy/lang/MetaMethod;)Ljava/lang/Object; @ 247
Event: 12.665 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e9d2dbc method=java.util.Arrays.equals([B[B)Z @ 2
Event: 12.670 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f3396d4 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 12.670 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f336f1c method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 12.670 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f336f1c method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 12.670 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f336f1c method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 12.675 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f3396d4 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 12.675 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e93ff00 method=org.gradle.api.internal.file.AbstractFileTree$1.visitFile(Lorg/gradle/api/file/FileVisitDetails;)V @ 5
Event: 12.937 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0e70e110 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 42
Event: 12.937 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0e71042c method=java.util.ComparableTimSort.binarySort([Ljava/lang/Object;III)V @ 94
Event: 12.948 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eca226c method=java.io.FileDescriptor.attach(Ljava/io/Closeable;)V @ 4
Event: 12.949 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0e70e110 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 42
Event: 12.949 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0e70e110 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 42
Event: 12.950 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed0e3a8 method=java.security.MessageDigest$Delegate.engineDigest()[B @ 4
Event: 12.950 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed0e3a8 method=java.security.MessageDigest$Delegate.engineDigest()[B @ 4
Event: 12.963 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e57d86c method=java.security.MessageDigest.getInstance(Ljava/lang/String;)Ljava/security/MessageDigest; @ 37
Event: 12.966 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0dbb3928 method=java.util.LinkedHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 20
Event: 12.967 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0f32d5ec method=java.util.Collections$UnmodifiableCollection.isEmpty()Z @ 4
Event: 12.967 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0f32d5ec method=java.util.Collections$UnmodifiableCollection.isEmpty()Z @ 4
Event: 12.967 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0f32d5ec method=java.util.Collections$UnmodifiableCollection.isEmpty()Z @ 4
Event: 12.967 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e57d86c method=java.security.MessageDigest.getInstance(Ljava/lang/String;)Ljava/security/MessageDigest; @ 37
Event: 12.967 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed0e3a8 method=java.security.MessageDigest$Delegate.engineDigest()[B @ 4
Event: 12.969 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ed0e3a8 method=java.security.MessageDigest$Delegate.engineDigest()[B @ 4
Event: 12.970 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e57d86c method=java.security.MessageDigest.getInstance(Ljava/lang/String;)Ljava/security/MessageDigest; @ 37
Event: 12.970 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e57d86c method=java.security.MessageDigest.getInstance(Ljava/lang/String;)Ljava/security/MessageDigest; @ 37
Event: 12.984 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e8fbbd4 method=java.io.BufferedOutputStream.flush()V @ 8
Event: 12.984 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e8fbbd4 method=java.io.BufferedOutputStream.flush()V @ 8
Event: 12.984 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e8fbbd4 method=java.io.BufferedOutputStream.flush()V @ 8
Event: 12.995 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0e8fbbd4 method=java.io.BufferedOutputStream.flush()V @ 8
Event: 13.001 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ee5264c method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 13.003 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f34d1d4 method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 13.003 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0d61017c method=sun.security.provider.DigestBase.engineUpdate([BII)V @ 1
Event: 13.006 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e392284 method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 13.092 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0d3fd510 method=sun.security.provider.DigestBase.engineUpdate([BII)V @ 1
Event: 13.092 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d683940 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.092 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d683940 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.092 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d683940 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.092 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0d683940 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.215 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f386b9c method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 13.235 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0eb6178c method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 13.393 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ec39850 method=sun.util.calendar.ZoneInfo.getOffsets(J[II)I @ 128
Event: 13.393 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ec92e8c method=sun.util.calendar.ZoneInfo.getOffsets(J[II)I @ 128
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eae6338 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Lorg/gradle/api/file/FileTreeElement;)Z @ 5
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f2a9f80 method=java.lang.String.split(Ljava/lang/String;I)[Ljava/lang/String; @ 281
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f335238 method=org.gradle.api.internal.file.pattern.FixedStepsPathMatcher.matches([Ljava/lang/String;I)Z @ 91
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0dd4bc78 method=org.gradle.api.internal.file.pattern.GreedyPathMatcher.matches([Ljava/lang/String;I)Z @ 6
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eae6338 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Lorg/gradle/api/file/FileTreeElement;)Z @ 5
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f335238 method=org.gradle.api.internal.file.pattern.FixedStepsPathMatcher.matches([Ljava/lang/String;I)Z @ 91
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0dd4bc78 method=org.gradle.api.internal.file.pattern.GreedyPathMatcher.matches([Ljava/lang/String;I)Z @ 6
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eae6338 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Lorg/gradle/api/file/FileTreeElement;)Z @ 5
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ec11404 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Lorg/gradle/api/file/FileTreeElement;)Z @ 5
Event: 13.395 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ece2460 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Lorg/gradle/api/file/FileTreeElement;)Z @ 5
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ecac47c method=java.io.FilterInputStream.read([B)I @ 5
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ebe214c method=java.util.zip.InflaterInputStream.fill()V @ 19
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ecac47c method=java.io.FilterInputStream.read([B)I @ 5
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ebe214c method=java.util.zip.InflaterInputStream.fill()V @ 19
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ecac47c method=java.io.FilterInputStream.read([B)I @ 5
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ebe214c method=java.util.zip.InflaterInputStream.fill()V @ 19
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ecac47c method=java.io.FilterInputStream.read([B)I @ 5
Event: 13.396 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0ebe214c method=java.util.zip.InflaterInputStream.fill()V @ 19
Event: 13.399 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0eae6338 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Lorg/gradle/api/file/FileTreeElement;)Z @ 5
Event: 13.402 Thread 0x00007f3a6000b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f3b0ec1bc08 method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Lorg/gradle/api/file/FileTreeElement;)Z @ 5
Event: 13.410 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f335238 method=org.gradle.api.internal.file.pattern.FixedStepsPathMatcher.matches([Ljava/lang/String;I)Z @ 91
Event: 13.410 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0dd4bc78 method=org.gradle.api.internal.file.pattern.GreedyPathMatcher.matches([Ljava/lang/String;I)Z @ 6
Event: 13.410 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f335238 method=org.gradle.api.internal.file.pattern.FixedStepsPathMatcher.matches([Ljava/lang/String;I)Z @ 91
Event: 13.410 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0dd4bc78 method=org.gradle.api.internal.file.pattern.GreedyPathMatcher.matches([Ljava/lang/String;I)Z @ 6
Event: 13.415 Thread 0x00007f3a6000b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3b0f32907c method=org.gradle.api.internal.file.pattern.FixedStepsPathMatcher.matches([Ljava/lang/String;I)Z @ 91
Event: 13.953 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0f1f1894 method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 14.147 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0ec803fc method=com.esotericsoftware.kryo.io.Output.writeByte(B)V @ 8
Event: 14.336 Thread 0x00007f3a5cf70800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0d3e6390 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 14.337 Thread 0x00007f3a5c472000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0da7dbc4 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 14.450 Thread 0x00007f3a6000b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0d2dbd0c method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.473 Thread 0x00007f3a5d20b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0e97aa60 method=java.util.concurrent.locks.ReentrantLock$Sync.nonfairTryAcquire(I)Z @ 34
Event: 14.545 Thread 0x00007f3a5d0ee800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.547 Thread 0x00007f3a5d208000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.547 Thread 0x00007f3a5cf70800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.548 Thread 0x00007f3a5d0ec000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.548 Thread 0x00007f3a5c472000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.549 Thread 0x00007f3a5c475800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.553 Thread 0x00007f3a5c473800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.555 Thread 0x00007f3a5d209800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.557 Thread 0x00007f3a5d20e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.557 Thread 0x00007f3a5d11f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.558 Thread 0x00007f3a5d10e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.559 Thread 0x00007f3a5d0f5000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.560 Thread 0x00007f3a5d0f1800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.560 Thread 0x00007f3a5d0ea800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 14.562 Thread 0x00007f3a5d0f7000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3b0df9a154 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Classes redefined (0 events):
No events
Internal exceptions (250 events):
Event: 3.774 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/user/UserBasePlugin$10Customizer> (0x0000000785fd5c78) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/system
Event: 3.800 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/user/UserBasePlugin$15BeanInfo> (0x0000000786279468) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDi
Event: 3.800 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/user/UserBasePlugin$15Customizer> (0x0000000786281d08) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/system
Event: 3.810 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/user/UserBasePlugin$4BeanInfo> (0x00000007863a4060) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDic
Event: 3.810 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/user/UserBasePlugin$4Customizer> (0x00000007863ac8e0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.859 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/util/delayed/DelayedStringBeanInfo> (0x00000007867fac08) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/syst
Event: 3.860 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/util/delayed/DelayedStringCustomizer> (0x0000000786803a70) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/sy
Event: 3.868 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/user/ReobfTaskFactory$1BeanInfo> (0x000000078690f5e8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.868 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': net/minecraftforge/gradle/user/ReobfTaskFactory$1Customizer> (0x0000000786918250) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/syste
Event: 3.879 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': org/gradle/model/internal/core/ModelMapGroovyDecoratorBeanInfo> (0x0000000786a4b070) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/sy
Event: 3.879 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': org/gradle/model/internal/core/ModelMapGroovyDecoratorCustomizer> (0x0000000786a70270) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/
Event: 3.887 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': groovy/lang/GString$1BeanInfo> (0x0000000786b5ee58) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.887 Thread 0x00007f3a6000b800 Exception <a 'java/lang/ClassNotFoundException': groovy/lang/GStringBeanInfo> (0x0000000786b754a8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.212.b04-0.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]