forked from Aang23/UndergroundBiomesConstructs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid28436.log
2704 lines (2639 loc) · 306 KB
/
hs_err_pid28436.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=0x00007f791304ad54, pid=28436, tid=0x00007f78e7dfd700
#
# JRE version: OpenJDK Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: OpenJDK 64-Bit Server VM (25.201-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x586d54] frame::sender(RegisterMap*) const+0xa4
#
# Core dump written. Default location: /home/alan/Documents/UndergroundBiomesConstructs/core or core.28436
#
# 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 (0x00007f78304ef000): JavaThread "pool-1-thread-14" [_thread_in_vm, id=28518, stack(0x00007f78e7cfd000,0x00007f78e7dfe000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000
Registers:
RAX=0xf8020806e00a4cf5, RBX=0x00007f78e7dfb320, RCX=0x00007f790c076ee0, RDX=0x00007f78e7dfb3b8
RSP=0x00007f78e7dfb2b0, RBP=0x00007f78e7dfb2d0, RSI=0x00007f78e7dfb380, RDI=0x00007f78fd005360
R8 =0x00007f78fd000000, R9 =0x0000000031dd4ffc, R10=0x00000007c0000768, R11=0x00000000003c4f00
R12=0x00007f78e7dfb380, R13=0x00007f783061f230, R14=0x00007f78e7dfb320, R15=0x00007f78304ef000
RIP=0x00007f791304ad54, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000000
TRAPNO=0x000000000000000d
Top of Stack: (sp=0x00007f78e7dfb2b0)
0x00007f78e7dfb2b0: 1f8607d9f0844e00 d5cf5c35dd30d200
0x00007f78e7dfb2c0: 00007f78304ef000 00007f78304ef000
0x00007f78e7dfb2d0: 00007f78e7dfb9c0 00007f7913454dff
0x00007f78e7dfb2e0: 72d75a456d5ef9a0 00007f78e7dfb350
0x00007f78e7dfb2f0: 00000000000003d8 00007f78e7dfbae0
0x00007f78e7dfb300: 00007f78e7dfba4c 00007f78582a7518
0x00007f78e7dfb310: 00007f78582a7140 00007f78582a7130
0x00007f78e7dfb320: 00007f78e7dfc420 000000078b936bd0
0x00007f78e7dfb330: 0000000000000000 275e300300000000
0x00007f78e7dfb340: f8020806e00a4cf5 00007f78e7dfc420
0x00007f78e7dfb350: 00007f78e7dfc180 00007f78fd045c1a
0x00007f78e7dfb360: 00007f78fd045b50 dfce997e00000000
0x00007f78e7dfb370: 0000000000000000 00007f78e7dfc180
0x00007f78e7dfb380: 00007f78e7dfc420 000000078b936bd0
0x00007f78e7dfb390: 0000000000000000 275e300300000000
0x00007f78e7dfb3a0: f8020806e00a4cf5 00007f78e7dfc420
0x00007f78e7dfb3b0: 00007f78304ef000 f3aec15befd3ad71
0x00007f78e7dfb3c0: 70834b2219b08f65 cd0f4fc4854dc790
0x00007f78e7dfb3d0: 39dc6e0bc81398e6 2d82db3147ed6922
0x00007f78e7dfb3e0: 0014100414143470 02845faceffd275e
0x00007f78e7dfb3f0: 845facf7fd275036 2108421210003602
0x00007f78e7dfb400: ac0a0082083fff20 c1099d20133f800e
0x00007f78e7dfb410: 717a0f97ec5fe7a3 dbed4fd417cf7dcd
0x00007f78e7dfb420: 3102478e53b2774c 711b22e6fa7f691f
0x00007f78e7dfb430: 0e64d8b5fce8d329 6aea551cece0ae5b
0x00007f78e7dfb440: fb29d35cfede13ef 6d788acd3159f625
0x00007f78e7dfb450: 2bd1f692dd5c0873 df4ebb67d5739abe
0x00007f78e7dfb460: b2e36e52435d3a4c 2608e31b21b3630d
0x00007f78e7dfb470: f48e945548d0efc7 05086106440a32c9
0x00007f78e7dfb480: cb02449b169491ce 86803e4cf387340a
0x00007f78e7dfb490: fd275e000d068103 93a81b01545facf7
0x00007f78e7dfb4a0: 001b01422fd67bfe 83ff884210bc1220
Instructions: (pc=0x00007f791304ad54)
0x00007f791304ad34: 5d e8 64 48 33 1c 25 28 00 00 00 75 79 48 83 c4
0x00007f791304ad44: 18 5b 5d c3 0f 1f 84 00 00 00 00 00 48 8b 46 20
0x00007f791304ad54: 48 8b 78 08 48 8b 10 48 83 c0 10 48 89 03 48 89
0x00007f791304ad64: 43 28 48 89 53 20 48 89 7b 08 e8 bd a9 ee ff 48
Register to memory mapping:
RAX=0xf8020806e00a4cf5 is an unknown value
RBX=0x00007f78e7dfb320 is pointing into the stack for thread: 0x00007f78304ef000
RCX=0x00007f790c076ee0 is an unknown value
RDX=0x00007f78e7dfb3b8 is pointing into the stack for thread: 0x00007f78304ef000
RSP=0x00007f78e7dfb2b0 is pointing into the stack for thread: 0x00007f78304ef000
RBP=0x00007f78e7dfb2d0 is pointing into the stack for thread: 0x00007f78304ef000
RSI=0x00007f78e7dfb380 is pointing into the stack for thread: 0x00007f78304ef000
RDI=0x00007f78fd005360 is pointing into interpreter code (not bytecode specific)
R8 =0x00007f78fd000000 is an unknown value
R9 =0x0000000031dd4ffc is an unknown value
R10=0x00000007c0000768 is pointing into metadata
R11=0x00000000003c4f00 is an unknown value
R12=0x00007f78e7dfb380 is pointing into the stack for thread: 0x00007f78304ef000
R13=0x00007f783061f230 is an unknown value
R14=0x00007f78e7dfb320 is pointing into the stack for thread: 0x00007f78304ef000
R15=0x00007f78304ef000 is a thread
Stack: [0x00007f78e7cfd000,0x00007f78e7dfe000], sp=0x00007f78e7dfb2b0, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x586d54] frame::sender(RegisterMap*) const+0xa4
V [libjvm.so+0x990dff] SharedRuntime::find_callee_info(JavaThread*, Bytecodes::Code&, CallInfo&, Thread*)+0x28f
V [libjvm.so+0x9931ff] SharedRuntime::handle_ic_miss_helper(JavaThread*, Thread*)+0x9f
V [libjvm.so+0x993e11] SharedRuntime::handle_wrong_method_ic_miss(JavaThread*)+0x41
v ~RuntimeStub::ic_miss_stub
C 0x000000078b936bd0
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~RuntimeStub::ic_miss_stub
C 0x000000078b936bd0
[error occurred during error reporting (printing Java stack), id 0xb]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007f783093e800 JavaThread "pool-1-thread-32" [_thread_in_vm, id=28536, stack(0x00007f78e6aeb000,0x00007f78e6bec000)]
0x00007f783014b000 JavaThread "pool-1-thread-31" [_thread_in_Java, id=28535, stack(0x00007f78e6bec000,0x00007f78e6ced000)]
0x00007f7830149000 JavaThread "pool-1-thread-30" [_thread_in_Java, id=28534, stack(0x00007f78e6ced000,0x00007f78e6dee000)]
0x00007f7830147800 JavaThread "pool-1-thread-29" [_thread_in_Java, id=28533, stack(0x00007f78e6dee000,0x00007f78e6eef000)]
0x00007f7830146000 JavaThread "pool-1-thread-28" [_thread_in_Java, id=28532, stack(0x00007f78e6eef000,0x00007f78e6ff0000)]
0x00007f7830144800 JavaThread "pool-1-thread-27" [_thread_in_Java, id=28531, stack(0x00007f78e6ff0000,0x00007f78e70f1000)]
0x00007f783093c000 JavaThread "pool-1-thread-26" [_thread_in_vm, id=28530, stack(0x00007f78e70f1000,0x00007f78e71f2000)]
0x00007f783093a000 JavaThread "pool-1-thread-25" [_thread_in_Java, id=28529, stack(0x00007f78e71f2000,0x00007f78e72f3000)]
0x00007f7830938800 JavaThread "pool-1-thread-24" [_thread_in_vm, id=28528, stack(0x00007f78e72f3000,0x00007f78e73f4000)]
0x00007f7830936800 JavaThread "pool-1-thread-23" [_thread_in_native, id=28527, stack(0x00007f78e73f4000,0x00007f78e74f5000)]
0x00007f78303ce000 JavaThread "pool-1-thread-22" [_thread_in_Java, id=28526, stack(0x00007f78e74f5000,0x00007f78e75f6000)]
0x00007f78303cc000 JavaThread "pool-1-thread-21" [_thread_in_Java, id=28525, stack(0x00007f78e75f6000,0x00007f78e76f7000)]
0x00007f78303ca800 JavaThread "pool-1-thread-20" [_thread_in_Java, id=28524, stack(0x00007f78e76f7000,0x00007f78e77f8000)]
0x00007f78303c8800 JavaThread "pool-1-thread-19" [_thread_in_Java, id=28523, stack(0x00007f78e77f8000,0x00007f78e78f9000)]
0x00007f78303c7000 JavaThread "pool-1-thread-18" [_thread_in_Java, id=28522, stack(0x00007f78e78f9000,0x00007f78e79fa000)]
0x00007f78304f4000 JavaThread "pool-1-thread-17" [_thread_in_Java, id=28521, stack(0x00007f78e79fa000,0x00007f78e7afb000)]
0x00007f78304f2000 JavaThread "pool-1-thread-16" [_thread_in_Java, id=28520, stack(0x00007f78e7afb000,0x00007f78e7bfc000)]
0x00007f78304f0800 JavaThread "pool-1-thread-15" [_thread_in_Java, id=28519, stack(0x00007f78e7bfc000,0x00007f78e7cfd000)]
=>0x00007f78304ef000 JavaThread "pool-1-thread-14" [_thread_in_vm, id=28518, stack(0x00007f78e7cfd000,0x00007f78e7dfe000)]
0x00007f783061e800 JavaThread "pool-1-thread-13" [_thread_in_Java, id=28517, stack(0x00007f78e7dfe000,0x00007f78e7eff000)]
0x00007f783061c800 JavaThread "pool-1-thread-12" [_thread_in_Java, id=28516, stack(0x00007f78e7eff000,0x00007f78e8000000)]
0x00007f783061b000 JavaThread "pool-1-thread-11" [_thread_in_Java, id=28515, stack(0x00007f78ec0e8000,0x00007f78ec1e9000)]
0x00007f7830619000 JavaThread "pool-1-thread-10" [_thread_in_Java, id=28514, stack(0x00007f78ec1e9000,0x00007f78ec2ea000)]
0x00007f7830617800 JavaThread "pool-1-thread-9" [_thread_in_Java, id=28513, stack(0x00007f78ec2ea000,0x00007f78ec3eb000)]
0x00007f783133c800 JavaThread "pool-1-thread-8" [_thread_in_Java, id=28512, stack(0x00007f78ec3eb000,0x00007f78ec4ec000)]
0x00007f783133b000 JavaThread "pool-1-thread-7" [_thread_in_vm, id=28511, stack(0x00007f78ec4ec000,0x00007f78ec5ed000)]
0x00007f7831339800 JavaThread "pool-1-thread-6" [_thread_in_Java, id=28510, stack(0x00007f78ec83f000,0x00007f78ec940000)]
0x00007f7831338000 JavaThread "pool-1-thread-5" [_thread_in_Java, id=28509, stack(0x00007f78ec940000,0x00007f78eca41000)]
0x00007f783131b000 JavaThread "pool-1-thread-4" [_thread_in_Java, id=28508, stack(0x00007f78ecc57000,0x00007f78ecd58000)]
0x00007f783131a000 JavaThread "pool-1-thread-3" [_thread_in_Java, id=28507, stack(0x00007f78ecd58000,0x00007f78ece59000)]
0x00007f7831319000 JavaThread "pool-1-thread-2" [_thread_in_vm, id=28506, stack(0x00007f78ece59000,0x00007f78ecf5a000)]
0x00007f7830431800 JavaThread "pool-1-thread-1" [_thread_in_Java, id=28505, stack(0x00007f78ed95a000,0x00007f78eda5b000)]
0x00007f7830df5000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=28485, stack(0x00007f78edc5b000,0x00007f78edd5c000)]
0x00007f7830b17800 JavaThread "File lock request listener" [_thread_in_native, id=28483, stack(0x00007f78ee7e4000,0x00007f78ee8e5000)]
0x00007f78309f0000 JavaThread "process reaper" daemon [_thread_blocked, id=28482, stack(0x00007f78eeae5000,0x00007f78eeb1e000)]
0x00007f783000f800 JavaThread "Stdin handler" [_thread_blocked, id=28480, stack(0x00007f78ef598000,0x00007f78ef699000)]
0x00007f7844010000 JavaThread "Daemon worker" [_thread_blocked, id=28477, stack(0x00007f78ef6a0000,0x00007f78ef7a1000)]
0x00007f784400b800 JavaThread "Cancel handler" [_thread_blocked, id=28476, stack(0x00007f78ef7a1000,0x00007f78ef8a2000)]
0x00007f784400a800 JavaThread "Handler for socket connection from /0:0:0:0:0:0:0:1:35773 to /0:0:0:0:0:0:0:1:41474" [_thread_in_native, id=28475, stack(0x00007f78ef8a2000,0x00007f78ef9a3000)]
0x00007f7840029800 JavaThread "Daemon" [_thread_blocked, id=28474, stack(0x00007f78ef9a3000,0x00007f78efaa4000)]
0x00007f790cd21800 JavaThread "Incoming local TCP Connector on port 35773" [_thread_in_native, id=28473, stack(0x00007f78efca4000,0x00007f78efda5000)]
0x00007f790c152800 JavaThread "Service Thread" daemon [_thread_blocked, id=28471, stack(0x00007f78f44be000,0x00007f78f45bf000)]
0x00007f790c14f800 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=28470, stack(0x00007f78f45c0000,0x00007f78f46c0000)]
0x00007f790c14d800 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=28469, stack(0x00007f78f46c1000,0x00007f78f47c1000)]
0x00007f790c14b000 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=28467, stack(0x00007f78f47c2000,0x00007f78f48c2000)]
0x00007f790c149000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=28466, stack(0x00007f78f48c3000,0x00007f78f49c3000)]
0x00007f790c147000 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=28465, stack(0x00007f78f49c4000,0x00007f78f4ac4000)]
0x00007f790c145000 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=28464, stack(0x00007f78f4ac5000,0x00007f78f4bc5000)]
0x00007f790c142800 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=28463, stack(0x00007f78f4bc6000,0x00007f78f4cc6000)]
0x00007f790c138800 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=28462, stack(0x00007f78f4cc7000,0x00007f78f4dc7000)]
0x00007f790c136800 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=28461, stack(0x00007f78f4dc8000,0x00007f78f4ec8000)]
0x00007f790c134000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=28460, stack(0x00007f78f4ec9000,0x00007f78f4fc9000)]
0x00007f790c132800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=28459, stack(0x00007f78f4fca000,0x00007f78f50ca000)]
0x00007f790c12f800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=28458, stack(0x00007f78f50cb000,0x00007f78f51cb000)]
0x00007f790c123000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=28457, stack(0x00007f78f51cb000,0x00007f78f52cc000)]
0x00007f790c0f6800 JavaThread "Finalizer" daemon [_thread_blocked, id=28456, stack(0x00007f78f52cc000,0x00007f78f53cd000)]
0x00007f790c0f2000 JavaThread "Reference Handler" daemon [_thread_blocked, id=28455, stack(0x00007f78f53cd000,0x00007f78f54ce000)]
0x00007f790c04c800 JavaThread "main" [_thread_blocked, id=28440, stack(0x00007f791268d000,0x00007f791278d000)]
Other Threads:
0x00007f790c0e8800 VMThread [stack: 0x00007f78f54cf000,0x00007f78f55cf000] [id=28454]
0x00007f790c155000 WatcherThread [stack: 0x00007f78f43be000,0x00007f78f44be000] [id=28472]
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 758784K, used 699449K [0x0000000780000000, 0x00000007b8f00000, 0x00000007c0000000)
eden space 721920K, 91% used [0x0000000780000000,0x00000007a8711f18,0x00000007ac100000)
from space 36864K, 99% used [0x00000007af780000,0x00000007b1b7c608,0x00000007b1b80000)
to space 55808K, 0% used [0x00000007ac100000,0x00000007ac100000,0x00000007af780000)
ParOldGen total 276480K, used 69619K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 25% used [0x0000000700000000,0x00000007043fcfa0,0x0000000710e00000)
Metaspace used 49302K, capacity 50396K, committed 50520K, reserved 1093632K
class space used 6042K, capacity 6434K, committed 6528K, reserved 1048576K
Card table byte_map: [0x00007f791143f000,0x00007f7911a40000] byte_map_base: 0x00007f790dc3f000
Marking Bits: (ParMarkBitMap*) 0x00007f7913877c20
Begin Bits: [0x00007f78c2000000, 0x00007f78c5000000)
End Bits: [0x00007f78c5000000, 0x00007f78c8000000)
Polling page: 0x00007f7913b03000
CodeCache: size=245760Kb used=35486Kb max_used=35499Kb free=210273Kb
bounds [0x00007f78fd000000, 0x00007f78ff2e0000, 0x00007f790c000000]
total_blobs=9198 nmethods=8479 adapters=630
compilation: enabled
Compilation events (250 events):
Event: 11.375 Thread 0x00007f790c14b000 nmethod 10162 0x00007f78feffda90 code [0x00007f78feffdc00, 0x00007f78feffdef0]
Event: 11.375 Thread 0x00007f790c14f800 nmethod 10163 0x00007f78feffd290 code [0x00007f78feffd440, 0x00007f78feffd8e8]
Event: 11.376 Thread 0x00007f790c149000 nmethod 10158 0x00007f78feff40d0 code [0x00007f78feff44c0, 0x00007f78feff6668]
Event: 11.379 Thread 0x00007f790c14d800 nmethod 10164 0x00007f78fef62b10 code [0x00007f78fef634a0, 0x00007f78fef6a658]
Event: 11.381 Thread 0x00007f790c138800 10165 4 java.io.PushbackInputStream::read (145 bytes)
Event: 11.383 Thread 0x00007f790c142800 10166 4 java.io.FileInputStream::read (8 bytes)
Event: 11.384 Thread 0x00007f790c142800 nmethod 10166 0x00007f78fe6e1210 code [0x00007f78fe6e1360, 0x00007f78fe6e13e8]
Event: 11.384 Thread 0x00007f790c138800 nmethod 10165 0x00007f78feffcb10 code [0x00007f78feffcc80, 0x00007f78feffcf88]
Event: 11.385 Thread 0x00007f790c12f800 10167 4 java.io.FilterInputStream::read (9 bytes)
Event: 11.388 Thread 0x00007f790c147000 10168 4 java.util.zip.ZipInputStream::read (304 bytes)
Event: 11.390 Thread 0x00007f790c12f800 nmethod 10167 0x00007f78feff0550 code [0x00007f78feff0720, 0x00007f78feff0b00]
Event: 11.391 Thread 0x00007f790c147000 nmethod 10168 0x00007f78feff21d0 code [0x00007f78feff2380, 0x00007f78feff2790]
Event: 11.397 Thread 0x00007f790c134000 10169 4 java.util.zip.InflaterInputStream::fill (60 bytes)
Event: 11.402 Thread 0x00007f790c134000 nmethod 10169 0x00007f78feff1550 code [0x00007f78feff16e0, 0x00007f78feff1ce8]
Event: 11.402 Thread 0x00007f790c145000 10170 4 java.security.MessageDigest::update (14 bytes)
Event: 11.407 Thread 0x00007f790c145000 nmethod 10170 0x00007f78fefee110 code [0x00007f78fefee2a0, 0x00007f78fefee688]
Event: 11.422 Thread 0x00007f790c136800 nmethod 10091 0x00007f78ff053190 code [0x00007f78ff053580, 0x00007f78ff056598]
Event: 11.428 Thread 0x00007f790c132800 10171 4 java.util.zip.ZipInputStream::readFully (44 bytes)
Event: 11.431 Thread 0x00007f790c142800 10172 ! 4 java.util.zip.Inflater::reset (69 bytes)
Event: 11.433 Thread 0x00007f790c132800 nmethod 10171 0x00007f78fefebb50 code [0x00007f78fefebce0, 0x00007f78fefec108]
Event: 11.434 Thread 0x00007f790c142800 nmethod 10172 0x00007f78fefeda10 code [0x00007f78fefedb80, 0x00007f78fefedf88]
Event: 11.453 Thread 0x00007f790c14b000 10173 3 com.google.common.base.Joiner::toString (24 bytes)
Event: 11.454 Thread 0x00007f790c145000 10174 4 com.google.common.base.Preconditions::checkNotNull (14 bytes)
Event: 11.454 Thread 0x00007f790c14b000 nmethod 10173 0x00007f78fefed110 code [0x00007f78fefed2c0, 0x00007f78fefed898]
Event: 11.454 Thread 0x00007f790c145000 nmethod 10174 0x00007f78fea33350 code [0x00007f78fea334a0, 0x00007f78fea334f8]
Event: 11.458 Thread 0x00007f790c14f800 10175 1 org.gradle.api.internal.artifacts.configurations.DefaultConfiguration::getAllDependencies (5 bytes)
Event: 11.459 Thread 0x00007f790c14b000 10176 3 org.gradle.api.internal.artifacts.configurations.DefaultConfiguration::collectSuperConfigs (72 bytes)
Event: 11.459 Thread 0x00007f790c14f800 nmethod 10175 0x00007f78fefeb890 code [0x00007f78fefeb9e0, 0x00007f78fefebaf0]
Event: 11.459 Thread 0x00007f790c149000 10178 3 org.gradle.api.internal.artifacts.ivyservice.moduleconverter.dependencies.DefaultDependencyDescriptorFactory::findFactoryForDependency (74 bytes)
Event: 11.459 Thread 0x00007f790c14d800 10177 3 org.gradle.api.internal.artifacts.ivyservice.moduleconverter.dependencies.DefaultDependencyDescriptorFactory::createDependencyDescriptor (15 bytes)
Event: 11.459 Thread 0x00007f790c14f800 10179 3 org.gradle.api.internal.artifacts.ivyservice.moduleconverter.dependencies.ProjectIvyDependencyDescriptorFactory::canConvert (5 bytes)
Event: 11.459 Thread 0x00007f790c14b000 nmethod 10176 0x00007f78feff3310 code [0x00007f78feff3520, 0x00007f78feff3df8]
Event: 11.459 Thread 0x00007f790c14f800 nmethod 10179 0x00007f78feff10d0 code [0x00007f78feff1240, 0x00007f78feff14b0]
Event: 11.459 Thread 0x00007f790c14b000 10180 3 org.gradle.api.internal.artifacts.ivyservice.moduleconverter.dependencies.ExternalModuleIvyDependencyDescriptorFactory::canConvert (5 bytes)
Event: 11.459 Thread 0x00007f790c14f800 10181 3 org.gradle.api.internal.artifacts.ivyservice.moduleconverter.dependencies.ExternalModuleIvyDependencyDescriptorFactory::createDependencyDescriptor (133 bytes)
Event: 11.459 Thread 0x00007f790c14b000 nmethod 10180 0x00007f78feff2e90 code [0x00007f78feff3000, 0x00007f78feff3270]
Event: 11.459 Thread 0x00007f790c14b000 10182 3 org.gradle.api.internal.artifacts.dependencies.DefaultExternalModuleDependency_Decorated::isForce (31 bytes)
Event: 11.459 Thread 0x00007f790c14d800 nmethod 10177 0x00007f78fefecc50 code [0x00007f78fefecdc0, 0x00007f78fefed018]
Event: 11.459 Thread 0x00007f790c14d800 10183 1 org.gradle.api.internal.artifacts.configurations.DefaultConfiguration::getArtifacts (5 bytes)
Event: 11.459 Thread 0x00007f790c14d800 nmethod 10183 0x00007f78feff2bd0 code [0x00007f78feff2d20, 0x00007f78feff2e30]
Event: 11.460 Thread 0x00007f790c14d800 10184 3 org.gradle.internal.component.local.model.DefaultLocalComponentMetaData$DefaultLocalConfigurationMetaData::include (128 bytes)
Event: 11.460 Thread 0x00007f790c14b000 nmethod 10182 0x00007f78fef60f10 code [0x00007f78fef61180, 0x00007f78fef62048]
Event: 11.460 Thread 0x00007f790c14b000 10185 3 com.sun.org.apache.xerces.internal.impl.XMLEntityManager::setScannerVersion (115 bytes)
Event: 11.460 Thread 0x00007f790c149000 nmethod 10178 0x00007f78fefeec10 code [0x00007f78fefeee80, 0x00007f78fefefe88]
Event: 11.460 Thread 0x00007f790c14d800 nmethod 10184 0x00007f78fef5fe10 code [0x00007f78fef60020, 0x00007f78fef60b08]
Event: 11.460 Thread 0x00007f790c14d800 10186 3 com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl::setValues (28 bytes)
Event: 11.460 Thread 0x00007f790c149000 10187 3 com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl::getPropertyDefault (36 bytes)
Event: 11.460 Thread 0x00007f790c14d800 nmethod 10186 0x00007f78fefec890 code [0x00007f78fefec9e0, 0x00007f78fefecbb0]
Event: 11.461 Thread 0x00007f790c14d800 10188 3 com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings::getFeature (31 bytes)
Event: 11.461 Thread 0x00007f790c149000 nmethod 10187 0x00007f78fef5f750 code [0x00007f78fef5f8e0, 0x00007f78fef5fc68]
Event: 11.461 Thread 0x00007f790c149000 10189 3 com.sun.org.apache.xerces.internal.util.URI::isSchemeCharacter (23 bytes)
Event: 11.461 Thread 0x00007f790c14b000 nmethod 10185 0x00007f78fef5e990 code [0x00007f78fef5eb60, 0x00007f78fef5f4b8]
Event: 11.461 Thread 0x00007f790c14b000 10190 3 com.sun.org.apache.xerces.internal.impl.XMLEntityScanner::skipDeclSpaces (280 bytes)
Event: 11.461 Thread 0x00007f790c14d800 nmethod 10188 0x00007f78fef5e290 code [0x00007f78fef5e420, 0x00007f78fef5e818]
Event: 11.461 Thread 0x00007f790c149000 nmethod 10189 0x00007f78fef5de50 code [0x00007f78fef5dfc0, 0x00007f78fef5e1b0]
Event: 11.461 Thread 0x00007f790c14f800 nmethod 10181 0x00007f78fef5b390 code [0x00007f78fef5b6a0, 0x00007f78fef5cf48]
Event: 11.461 Thread 0x00007f790c14d800 10191 3 org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.IvyXmlModuleDescriptorParser$AbstractParser::checkErrors (35 bytes)
Event: 11.462 Thread 0x00007f790c149000 10192 3 org.gradle.internal.component.model.AbstractModuleDescriptorBackedMetaData::setSource (6 bytes)
Event: 11.462 Thread 0x00007f790c14d800 nmethod 10191 0x00007f78fef5ac10 code [0x00007f78fef5adc0, 0x00007f78fef5b208]
Event: 11.462 Thread 0x00007f790c149000 nmethod 10192 0x00007f78fef5a8d0 code [0x00007f78fef5aa20, 0x00007f78fef5ab90]
Event: 11.462 Thread 0x00007f790c14b000 nmethod 10190 0x00007f78fef59510 code [0x00007f78fef59720, 0x00007f78fef5a2c8]
Event: 11.465 Thread 0x00007f790c14f800 10193 3 sun.net.www.ParseUtil::match (50 bytes)
Event: 11.466 Thread 0x00007f790c14f800 nmethod 10193 0x00007f78fef59050 code [0x00007f78fef591c0, 0x00007f78fef59490]
Event: 11.477 Thread 0x00007f790c14d800 10194 1 org.gradle.logging.internal.PrintStreamLoggingSystem$SnapshotImpl::access$100 (5 bytes)
Event: 11.478 Thread 0x00007f790c14d800 nmethod 10194 0x00007f78fefec5d0 code [0x00007f78fefec720, 0x00007f78fefec810]
Event: 11.478 Thread 0x00007f790c14b000 10195 3 org.apache.commons.collections.map.AbstractHashedMap::put (98 bytes)
Event: 11.479 Thread 0x00007f790c149000 10196 3 java.io.ObjectStreamClass::forClass (52 bytes)
Event: 11.479 Thread 0x00007f790c14f800 10197 3 java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF (46 bytes)
Event: 11.479 Thread 0x00007f790c14d800 10198 3 java.io.ObjectOutputStream$HandleTable::insert (39 bytes)
Event: 11.479 Thread 0x00007f790c14b000 nmethod 10195 0x00007f78fef582d0 code [0x00007f78fef584a0, 0x00007f78fef58d88]
Event: 11.479 Thread 0x00007f790c14d800 nmethod 10198 0x00007f78fef57b10 code [0x00007f78fef57ca0, 0x00007f78fef58068]
Event: 11.479 Thread 0x00007f790c14f800 nmethod 10197 0x00007f78ff0529d0 code [0x00007f78ff052b80, 0x00007f78ff052fb8]
Event: 11.481 Thread 0x00007f790c149000 nmethod 10196 0x00007f78ff04fad0 code [0x00007f78ff04fe20, 0x00007f78ff051b48]
Event: 11.482 Thread 0x00007f790c136800 10199 4 com.google.gson.stream.JsonReader::hasNext (30 bytes)
Event: 11.482 Thread 0x00007f790c14b000 10200 1 com.google.gson.stream.JsonReader::access$000 (5 bytes)
Event: 11.482 Thread 0x00007f790c14b000 nmethod 10200 0x00007f78ff04f810 code [0x00007f78ff04f960, 0x00007f78ff04fa50]
Event: 11.483 Thread 0x00007f790c132800 10202 4 com.google.gson.stream.JsonReader::peek (144 bytes)
Event: 11.483 Thread 0x00007f790c142800 10203 4 com.google.gson.stream.JsonReader::nextNonWhitespace (366 bytes)
Event: 11.483 Thread 0x00007f790c14d800 10204 3 com.google.gson.stream.JsonReader$1::promoteNameToValue (137 bytes)
Event: 11.483 Thread 0x00007f790c14f800 10205 3 com.google.gson.stream.JsonReader::access$002 (7 bytes)
Event: 11.483 Thread 0x00007f790c136800 nmethod 10199 0x00007f78ff04c510 code [0x00007f78ff04c660, 0x00007f78ff04c728]
Event: 11.483 Thread 0x00007f790c14f800 nmethod 10205 0x00007f78ff04f150 code [0x00007f78ff04f2a0, 0x00007f78ff04f3d0]
Event: 11.483 Thread 0x00007f790c149000 10206 ! 3 com.google.gson.internal.ConstructorConstructor$12::construct (56 bytes)
Event: 11.483 Thread 0x00007f790c14b000 10207 3 com.google.gson.internal.UnsafeAllocator$1::newInstance (20 bytes)
Event: 11.483 Thread 0x00007f790c14f800 10208 3 sun.reflect.UnsafeQualifiedObjectFieldAccessorImpl::set (56 bytes)
Event: 11.483 Thread 0x00007f790c14b000 nmethod 10207 0x00007f78ff04e750 code [0x00007f78ff04e8c0, 0x00007f78ff04eca8]
Event: 11.483 Thread 0x00007f790c14b000 10209 3 com.google.gson.internal.bind.TypeAdapters$8::read (6 bytes)
Event: 11.484 Thread 0x00007f790c14b000 nmethod 10209 0x00007f78ff04dd50 code [0x00007f78ff04df20, 0x00007f78ff04e4e8]
Event: 11.484 Thread 0x00007f790c14b000 10210 ! 3 com.google.gson.internal.bind.TypeAdapters$8::read (34 bytes)
Event: 11.484 Thread 0x00007f790c132800 nmethod 10202 0x00007f78ff04cb10 code [0x00007f78ff04cd40, 0x00007f78ff04ce68]
Event: 11.484 Thread 0x00007f790c14b000 nmethod 10210 0x00007f78ff04d4d0 code [0x00007f78ff04d680, 0x00007f78ff04db68]
Event: 11.484 Thread 0x00007f790c14b000 10211 ! 3 com.google.gson.stream.JsonReader::nextLong (274 bytes)
Event: 11.484 Thread 0x00007f790c149000 nmethod 10206 0x00007f78ff04af10 code [0x00007f78ff04b160, 0x00007f78ff04bed8]
Event: 11.484 Thread 0x00007f790c149000 10212 3 sun.reflect.UnsafeQualifiedLongFieldAccessorImpl::set (166 bytes)
Event: 11.484 Thread 0x00007f790c14d800 nmethod 10204 0x00007f78ff048a90 code [0x00007f78ff048da0, 0x00007f78ff04a558]
Event: 11.484 Thread 0x00007f790c14f800 nmethod 10208 0x00007f78ff046510 code [0x00007f78ff0467c0, 0x00007f78ff0480c8]
Event: 11.484 Thread 0x00007f790c14d800 10214 ! 3 sun.reflect.GeneratedMethodAccessor33::invoke (65 bytes)
Event: 11.484 Thread 0x00007f790c12f800 10215 4 com.google.gson.stream.JsonReader::peekNumber (468 bytes)
Event: 11.485 Thread 0x00007f790c14d800 nmethod 10214 0x00007f78ff045750 code [0x00007f78ff045940, 0x00007f78ff0460f8]
Event: 11.485 Thread 0x00007f790c14b000 nmethod 10211 0x00007f78ff042150 code [0x00007f78ff042540, 0x00007f78ff044788]
Event: 11.485 Thread 0x00007f790c147000 10216 4 java.lang.Long::valueOf (40 bytes)
Event: 11.485 Thread 0x00007f790c149000 nmethod 10212 0x00007f78ff03e550 code [0x00007f78ff03e8c0, 0x00007f78ff041408]
Event: 11.486 Thread 0x00007f790c14b000 10217 3 com.google.gson.stream.JsonReader::fillBuffer (168 bytes)
Event: 11.486 Thread 0x00007f790c14b000 nmethod 10217 0x00007f78ff03c750 code [0x00007f78ff03c900, 0x00007f78ff03ced8]
Event: 11.486 Thread 0x00007f790c147000 nmethod 10216 0x00007f78ff04c7d0 code [0x00007f78ff04c920, 0x00007f78ff04ca18]
Event: 11.487 Thread 0x00007f790c142800 nmethod 10203 0x00007f78ff04cf10 code [0x00007f78ff04d080, 0x00007f78ff04d288]
Event: 11.494 Thread 0x00007f790c136800 10220 4 sun.security.provider.SHA::implCompress (491 bytes)
Event: 11.494 Thread 0x00007f790c134000 10219 4 java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
Event: 11.494 Thread 0x00007f790c14f800 10221 3 java.lang.StringCoding::deref (19 bytes)
Event: 11.494 Thread 0x00007f790c14d800 10218 3 sun.security.provider.ByteArrayAccess::i2bBig4 (111 bytes)
Event: 11.495 Thread 0x00007f790c14d800 nmethod 10218 0x00007f78ff03df90 code [0x00007f78ff03e120, 0x00007f78ff03e428]
Event: 11.495 Thread 0x00007f790c14f800 nmethod 10221 0x00007f78ff03d810 code [0x00007f78ff03d9a0, 0x00007f78ff03de68]
Event: 11.496 Thread 0x00007f790c134000 nmethod 10219 0x00007f78ff03d410 code [0x00007f78ff03d560, 0x00007f78ff03d668]
Event: 11.496 Thread 0x00007f790c12f800 nmethod 10215 0x00007f78ff03b810 code [0x00007f78ff03be40, 0x00007f78ff03c378]
Event: 11.501 Thread 0x00007f790c149000 10222 ! 3 java.lang.StringCoding::encode (120 bytes)
Event: 11.504 Thread 0x00007f790c149000 nmethod 10222 0x00007f78ff038b10 code [0x00007f78ff038e60, 0x00007f78ff03a8f8]
Event: 11.506 Thread 0x00007f790c149000 10223 3 java.lang.ThreadLocal::get (38 bytes)
Event: 11.506 Thread 0x00007f790c149000 nmethod 10223 0x00007f78ff038450 code [0x00007f78ff0385e0, 0x00007f78ff038968]
Event: 11.512 Thread 0x00007f790c145000 10224 4 sun.security.provider.ByteArrayAccess::b2iBig64 (614 bytes)
Event: 11.515 Thread 0x00007f790c145000 nmethod 10224 0x00007f78ff037f50 code [0x00007f78ff0380a0, 0x00007f78ff0382f8]
Event: 11.538 Thread 0x00007f790c149000 10225 1 java.util.concurrent.atomic.AtomicInteger::get (5 bytes)
Event: 11.538 Thread 0x00007f790c149000 nmethod 10225 0x00007f78ff03d150 code [0x00007f78ff03d2a0, 0x00007f78ff03d3b0]
Event: 11.540 Thread 0x00007f790c136800 nmethod 10220 0x00007f78ff2a5f90 code [0x00007f78ff2a6100, 0x00007f78ff2a6b08]
Event: 11.543 Thread 0x00007f790c138800 10226 4 java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)
Event: 11.545 Thread 0x00007f790c138800 nmethod 10226 0x00007f78ff037b50 code [0x00007f78ff037ca0, 0x00007f78ff037da8]
Event: 11.550 Thread 0x00007f790c132800 10227 4 com.google.gson.internal.LinkedTreeMap$LinkedTreeMapIterator::hasNext (20 bytes)
Event: 11.550 Thread 0x00007f790c14b000 10228 3 java.util.concurrent.locks.AbstractQueuedSynchronizer::release (33 bytes)
Event: 11.551 Thread 0x00007f790c132800 nmethod 10227 0x00007f78fe77b7d0 code [0x00007f78fe77b920, 0x00007f78fe77b9b8]
Event: 11.551 Thread 0x00007f790c14b000 nmethod 10228 0x00007f78ff2a5a10 code [0x00007f78ff2a5ba0, 0x00007f78ff2a5eb8]
Event: 11.551 Thread 0x00007f790c14b000 10230 3 java.util.concurrent.locks.ReentrantLock::unlock (10 bytes)
Event: 11.551 Thread 0x00007f790c14b000 nmethod 10230 0x00007f78ff2a9cd0 code [0x00007f78ff2a9e60, 0x00007f78ff2aa258]
Event: 11.551 Thread 0x00007f790c14b000 10229 3 java.util.concurrent.ThreadPoolExecutor::workerCountOf (5 bytes)
Event: 11.551 Thread 0x00007f790c14b000 nmethod 10229 0x00007f78ff2a5710 code [0x00007f78ff2a5860, 0x00007f78ff2a5990]
Event: 11.554 Thread 0x00007f790c14b000 10231 3 sun.security.provider.ByteArrayAccess::i2bBig (204 bytes)
Event: 11.555 Thread 0x00007f790c14b000 nmethod 10231 0x00007f78ff2a9490 code [0x00007f78ff2a9620, 0x00007f78ff2a9aa8]
Event: 11.555 Thread 0x00007f790c14b000 10232 3 java.util.concurrent.ThreadPoolExecutor::isRunning (10 bytes)
Event: 11.555 Thread 0x00007f790c14b000 nmethod 10232 0x00007f78ff2a9110 code [0x00007f78ff2a9280, 0x00007f78ff2a9410]
Event: 11.555 Thread 0x00007f790c14b000 10233 3 java.util.concurrent.atomic.AtomicInteger::getAndIncrement (12 bytes)
Event: 11.555 Thread 0x00007f790c14b000 nmethod 10233 0x00007f78ff2a53d0 code [0x00007f78ff2a5520, 0x00007f78ff2a5670]
Event: 11.555 Thread 0x00007f790c14b000 10234 3 java.util.concurrent.ThreadPoolExecutor::execute (132 bytes)
Event: 11.556 Thread 0x00007f790c14b000 nmethod 10234 0x00007f78ff2a7a90 code [0x00007f78ff2a7d00, 0x00007f78ff2a8bc8]
Event: 11.556 Thread 0x00007f790c14b000 10235 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$Asset::<init> (55 bytes)
Event: 11.556 Thread 0x00007f790c147000 10238 4 java.io.File::length (33 bytes)
Event: 11.556 Thread 0x00007f790c149000 10236 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::<init> (10 bytes)
Event: 11.556 Thread 0x00007f790c149000 nmethod 10236 0x00007f78ff2a7590 code [0x00007f78ff2a7700, 0x00007f78ff2a7970]
Event: 11.556 Thread 0x00007f790c149000 10237 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::<init> (26 bytes)
Event: 11.557 Thread 0x00007f790c149000 nmethod 10237 0x00007f78ff2a7150 code [0x00007f78ff2a72c0, 0x00007f78ff2a74d0]
Event: 11.557 Thread 0x00007f790c149000 10240 3 java.util.concurrent.AbstractExecutorService::submit (25 bytes)
Event: 11.557 Thread 0x00007f790c149000 nmethod 10240 0x00007f78ff2aa390 code [0x00007f78ff2aa540, 0x00007f78ff2aab68]
Event: 11.557 Thread 0x00007f790c149000 10241 3 java.util.concurrent.AbstractExecutorService::newTaskFor (9 bytes)
Event: 11.557 Thread 0x00007f790c149000 nmethod 10241 0x00007f78ff2aae10 code [0x00007f78ff2aafa0, 0x00007f78ff2ab328]
Event: 11.557 Thread 0x00007f790c149000 10242 3 java.util.concurrent.FutureTask::<init> (27 bytes)
Event: 11.557 Thread 0x00007f790c149000 nmethod 10242 0x00007f78ff2ab4d0 code [0x00007f78ff2ab640, 0x00007f78ff2ab908]
Event: 11.557 Thread 0x00007f790c149000 10243 3 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject::signal (33 bytes)
Event: 11.558 Thread 0x00007f790c149000 nmethod 10243 0x00007f78ff2aba10 code [0x00007f78ff2abba0, 0x00007f78ff2abf28]
Event: 11.558 Thread 0x00007f790c149000 10244 3 sun.security.provider.SHA::resetHashes (41 bytes)
Event: 11.558 Thread 0x00007f790c149000 nmethod 10244 0x00007f78ff2ac050 code [0x00007f78ff2ac1c0, 0x00007f78ff2ac3d0]
Event: 11.558 Thread 0x00007f790c142800 10239 4 com.google.common.io.ByteStreams::copy (51 bytes)
Event: 11.559 Thread 0x00007f790c14d800 10245 3 sun.security.provider.SHA::implDigest (96 bytes)
Event: 11.559 Thread 0x00007f790c14d800 nmethod 10245 0x00007f78ff2ac510 code [0x00007f78ff2ac6c0, 0x00007f78ff2acb08]
Event: 11.559 Thread 0x00007f790c14d800 10246 3 sun.security.provider.SHA::<init> (30 bytes)
Event: 11.560 Thread 0x00007f790c14d800 nmethod 10246 0x00007f78ff2acc50 code [0x00007f78ff2acde0, 0x00007f78ff2ad288]
Event: 11.560 Thread 0x00007f790c14d800 10247 ! 3 sun.reflect.GeneratedConstructorAccessor1::newInstance (49 bytes)
Event: 11.560 Thread 0x00007f790c14d800 nmethod 10247 0x00007f78ff2ad450 code [0x00007f78ff2ad640, 0x00007f78ff2adee8]
Event: 11.560 Thread 0x00007f790c14d800 10248 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask::access$100 (7 bytes)
Event: 11.560 Thread 0x00007f790c14d800 nmethod 10248 0x00007f78ff2a6d50 code [0x00007f78ff2a6ec0, 0x00007f78ff2a7028]
Event: 11.560 Thread 0x00007f790c14d800 10249 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask::checkFileCorrupt (37 bytes)
Event: 11.567 Thread 0x00007f790c14b000 nmethod 10235 0x00007f78ff2ae3d0 code [0x00007f78ff2ae5e0, 0x00007f78ff2af1b8]
Event: 11.567 Thread 0x00007f790c14d800 nmethod 10249 0x00007f78ff2af6d0 code [0x00007f78ff2af9c0, 0x00007f78ff2b0e28]
Event: 11.570 Thread 0x00007f790c147000 nmethod 10238 0x00007f78ff2b49d0 code [0x00007f78ff2b4b40, 0x00007f78ff2b4d48]
Event: 11.570 Thread 0x00007f790c147000 10250 4 java.io.File::exists (43 bytes)
Event: 11.573 Thread 0x00007f790c14d800 10251 1 java.util.concurrent.locks.AbstractOwnableSynchronizer::setExclusiveOwnerThread (6 bytes)
Event: 11.574 Thread 0x00007f790c14d800 nmethod 10251 0x00007f78ff2b4710 code [0x00007f78ff2b4860, 0x00007f78ff2b4990]
Event: 11.575 Thread 0x00007f790c14d800 10253 3 java.util.concurrent.LinkedBlockingQueue::enqueue (14 bytes)
Event: 11.575 Thread 0x00007f790c14d800 nmethod 10253 0x00007f78ff2b4350 code [0x00007f78ff2b44c0, 0x00007f78ff2b4650]
Event: 11.575 Thread 0x00007f790c14d800 10252 3 java.util.concurrent.LinkedBlockingQueue$Node::<init> (10 bytes)
Event: 11.575 Thread 0x00007f790c14d800 nmethod 10252 0x00007f78ff2b3f50 code [0x00007f78ff2b40c0, 0x00007f78ff2b4290]
Event: 11.575 Thread 0x00007f790c14d800 10254 ! 3 java.util.concurrent.LinkedBlockingQueue::offer (130 bytes)
Event: 11.577 Thread 0x00007f790c14d800 nmethod 10254 0x00007f78ff2b4f50 code [0x00007f78ff2b5200, 0x00007f78ff2b6808]
Event: 11.583 Thread 0x00007f790c14d800 10255 3 java.util.concurrent.locks.ReentrantLock$Sync::nonfairTryAcquire (67 bytes)
Event: 11.583 Thread 0x00007f790c14d800 nmethod 10255 0x00007f78ff2b34d0 code [0x00007f78ff2b3680, 0x00007f78ff2b3da8]
Event: 11.586 Thread 0x00007f790c14f800 10256 3 java.util.concurrent.ThreadPoolExecutor::runStateOf (5 bytes)
Event: 11.587 Thread 0x00007f790c14f800 nmethod 10256 0x00007f78ff2b31d0 code [0x00007f78ff2b3320, 0x00007f78ff2b3450]
Event: 11.589 Thread 0x00007f790c149000 10257 ! 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::call (484 bytes)
Event: 11.589 Thread 0x00007f790c14d800 10262 3 java.util.concurrent.ThreadPoolExecutor$Worker::lock (6 bytes)
Event: 11.590 Thread 0x00007f790c14d800 nmethod 10262 0x00007f78ff2b2650 code [0x00007f78ff2b2800, 0x00007f78ff2b2f88]
Event: 11.590 Thread 0x00007f790c14d800 10259 3 java.util.concurrent.ThreadPoolExecutor$Worker::unlock (7 bytes)
Event: 11.590 Thread 0x00007f790c14d800 nmethod 10259 0x00007f78ff2b1dd0 code [0x00007f78ff2b1f60, 0x00007f78ff2b2488]
Event: 11.590 Thread 0x00007f790c14d800 10266 3 java.util.concurrent.LinkedBlockingQueue::dequeue (32 bytes)
Event: 11.590 Thread 0x00007f790c14d800 nmethod 10266 0x00007f78ff2b73d0 code [0x00007f78ff2b7540, 0x00007f78ff2b76f0]
Event: 11.590 Thread 0x00007f790c14d800 10260 3 java.util.concurrent.ThreadPoolExecutor$Worker::tryRelease (12 bytes)
Event: 11.591 Thread 0x00007f790c14d800 nmethod 10260 0x00007f78ff2b77d0 code [0x00007f78ff2b7940, 0x00007f78ff2b7c70]
Event: 11.591 Thread 0x00007f790c14d800 10265 3 java.util.concurrent.locks.ReentrantLock::lockInterruptibly (9 bytes)
Event: 11.591 Thread 0x00007f790c14d800 nmethod 10265 0x00007f78ff2b7d50 code [0x00007f78ff2b7f00, 0x00007f78ff2b83f8]
Event: 11.591 Thread 0x00007f790c14d800 10261 3 java.util.concurrent.ThreadPoolExecutor::runStateAtLeast (11 bytes)
Event: 11.591 Thread 0x00007f790c14d800 nmethod 10261 0x00007f78ff2b85d0 code [0x00007f78ff2b8740, 0x00007f78ff2b88d0]
Event: 11.591 Thread 0x00007f790c14d800 10263 3 java.util.concurrent.ThreadPoolExecutor::beforeExecute (1 bytes)
Event: 11.591 Thread 0x00007f790c14d800 nmethod 10263 0x00007f78ff2b8950 code [0x00007f78ff2b8aa0, 0x00007f78ff2b8bf0]
Event: 11.591 Thread 0x00007f790c138800 10258 4 java.io.FileInputStream::<init> (110 bytes)
Event: 11.592 Thread 0x00007f790c132800 10268 4 java.io.UnixFileSystem::getBooleanAttributes (49 bytes)
Event: 11.594 Thread 0x00007f790c14f800 10270 3 java.util.concurrent.LinkedBlockingQueue::size (8 bytes)
Event: 11.594 Thread 0x00007f790c14f800 nmethod 10270 0x00007f78ff2b8c50 code [0x00007f78ff2b8dc0, 0x00007f78ff2b8fb0]
Event: 11.594 Thread 0x00007f790c14f800 10273 ! 3 java.util.concurrent.FutureTask::run (126 bytes)
Event: 11.595 Thread 0x00007f790c14f800 nmethod 10273 0x00007f78ff2b93d0 code [0x00007f78ff2b95c0, 0x00007f78ff2b9e48]
Event: 11.595 Thread 0x00007f790c14f800 10280 ! 3 java.util.concurrent.LinkedBlockingQueue::take (93 bytes)
Event: 11.596 Thread 0x00007f790c134000 10272 4 java.lang.ThreadLocal::get (38 bytes)
Event: 11.598 Thread 0x00007f790c134000 nmethod 10272 0x00007f78ff2bced0 code [0x00007f78ff2bd040, 0x00007f78ff2bd198]
Event: 11.598 Thread 0x00007f790c134000 10271 4 sun.security.provider.DigestBase::engineUpdate (189 bytes)
Event: 11.599 Thread 0x00007f790c12f800 10275 4 java.io.UnixFileSystem::resolve (103 bytes)
Event: 11.603 Thread 0x00007f790c149000 nmethod 10257 0x00007f78ff2bd390 code [0x00007f78ff2bdae0, 0x00007f78ff2c27c8]
Event: 11.603 Thread 0x00007f790c149000 10278 ! 3 java.util.concurrent.ThreadPoolExecutor::getTask (179 bytes)
Event: 11.605 Thread 0x00007f790c14f800 nmethod 10280 0x00007f78ff2ba750 code [0x00007f78ff2baa40, 0x00007f78ff2bc0d8]
Event: 11.605 Thread 0x00007f790c14f800 10274 3 net.minecraftforge.gradle.tasks.DownloadAssetsTask$GetAssetTask::call (5 bytes)
Event: 11.605 Thread 0x00007f790c14f800 nmethod 10274 0x00007f78ff2ba3d0 code [0x00007f78ff2ba540, 0x00007f78ff2ba6c8]
Event: 11.605 Thread 0x00007f790c14f800 10276 3 java.util.concurrent.atomic.AtomicInteger::getAndDecrement (12 bytes)
Event: 11.605 Thread 0x00007f790c145000 10283 4 java.io.File::<init> (113 bytes)
Event: 11.605 Thread 0x00007f790c14f800 nmethod 10276 0x00007f78ff2c6b10 code [0x00007f78ff2c6c60, 0x00007f78ff2c6db0]
Event: 11.605 Thread 0x00007f790c14f800 10277 3 java.util.concurrent.ThreadPoolExecutor::afterExecute (1 bytes)
Event: 11.605 Thread 0x00007f790c14f800 nmethod 10277 0x00007f78ff2c6e10 code [0x00007f78ff2c6f60, 0x00007f78ff2c70b0]
Event: 11.605 Thread 0x00007f790c14f800 10279 3 java.util.concurrent.FutureTask::done (1 bytes)
Event: 11.605 Thread 0x00007f790c14f800 nmethod 10279 0x00007f78ff2c7110 code [0x00007f78ff2c7260, 0x00007f78ff2c73b0]
Event: 11.605 Thread 0x00007f790c14f800 10284 3 java.util.concurrent.FutureTask::set (36 bytes)
Event: 11.605 Thread 0x00007f790c14f800 nmethod 10284 0x00007f78ff2c7410 code [0x00007f78ff2c7580, 0x00007f78ff2c77a8]
Event: 11.605 Thread 0x00007f790c14f800 10282 3 java.util.concurrent.FutureTask::finishCompletion (74 bytes)
Event: 11.606 Thread 0x00007f790c14f800 nmethod 10282 0x00007f78ff2c7850 code [0x00007f78ff2c7a00, 0x00007f78ff2c7fa8]
Event: 11.607 Thread 0x00007f790c14f800 10285 3 java.util.concurrent.ThreadPoolExecutor$Worker::tryAcquire (20 bytes)
Event: 11.607 Thread 0x00007f790c136800 10267 ! 4 java.lang.StringCoding::encode (120 bytes)
Event: 11.607 Thread 0x00007f790c14f800 nmethod 10285 0x00007f78ff2c8190 code [0x00007f78ff2c8300, 0x00007f78ff2c86b0]
Event: 11.612 Thread 0x00007f790c132800 nmethod 10268 0x00007f78ff2cb990 code [0x00007f78ff2cbb40, 0x00007f78ff2cc118]
Event: 11.612 Thread 0x00007f790c132800 10287 4 sun.security.provider.ByteArrayAccess::i2bBig (204 bytes)
Event: 11.616 Thread 0x00007f790c12f800 nmethod 10275 0x00007f78ff2c96d0 code [0x00007f78ff2c9880, 0x00007f78ff2ca138]
Event: 11.616 Thread 0x00007f790c149000 nmethod 10278 0x00007f78ff2ccc50 code [0x00007f78ff2ccea0, 0x00007f78ff2ce018]
Event: 11.617 Thread 0x00007f790c134000 nmethod 10271 0x00007f78ff2c8dd0 code [0x00007f78ff2c8f60, 0x00007f78ff2c93b8]
Event: 11.617 Thread 0x00007f790c134000 10286 4 sun.security.provider.ByteArrayAccess::i2bBig4 (111 bytes)
Event: 11.618 Thread 0x00007f790c134000 nmethod 10286 0x00007f78ff2ce7d0 code [0x00007f78ff2ce920, 0x00007f78ff2ce9b8]
Event: 11.618 Thread 0x00007f790c134000 10264 4 sun.security.provider.SHA::resetHashes (41 bytes)
Event: 11.618 Thread 0x00007f790c12f800 10269 4 java.lang.Thread::interrupted (8 bytes)
Event: 11.619 Thread 0x00007f790c12f800 nmethod 10269 0x00007f78fe7a8250 code [0x00007f78fe7a83a0, 0x00007f78fe7a8428]
Event: 11.619 Thread 0x00007f790c134000 nmethod 10264 0x00007f78ff2cc990 code [0x00007f78ff2ccae0, 0x00007f78ff2ccb98]
Event: 11.620 Thread 0x00007f790c132800 nmethod 10287 0x00007f78ff2c8790 code [0x00007f78ff2c88e0, 0x00007f78ff2c8bb8]
Event: 11.622 Thread 0x00007f790c138800 nmethod 10258 0x00007f78ff2ced50 code [0x00007f78ff2cef20, 0x00007f78ff2cf748]
Event: 11.623 Thread 0x00007f790c136800 nmethod 10267 0x00007f78ff2d0910 code [0x00007f78ff2d0b20, 0x00007f78ff2d14b0]
Event: 11.624 Thread 0x00007f790c145000 nmethod 10283 0x00007f78ff2d2950 code [0x00007f78ff2d2b20, 0x00007f78ff2d36c8]
Event: 11.625 Thread 0x00007f790c147000 nmethod 10250 0x00007f78ff2d5fd0 code [0x00007f78ff2d61a0, 0x00007f78ff2d68f8]
Event: 11.671 Thread 0x00007f790c12f800 10288 4 sun.security.provider.SHA::implDigest (96 bytes)
Event: 11.676 Thread 0x00007f790c147000 10289 ! 4 sun.reflect.GeneratedConstructorAccessor1::newInstance (49 bytes)
Event: 11.681 Thread 0x00007f790c134000 10290 4 net.minecraftforge.gradle.tasks.DownloadAssetsTask::checkFileCorrupt (37 bytes)
Event: 11.685 Thread 0x00007f790c147000 nmethod 10289 0x00007f78ff2d0150 code [0x00007f78ff2d02e0, 0x00007f78ff2d06a8]
Event: 11.702 Thread 0x00007f790c142800 nmethod 10239 0x00007f78ff2dba90 code [0x00007f78ff2dbd00, 0x00007f78ff2dd470]
Event: 11.751 Thread 0x00007f790c12f800 nmethod 10288 0x00007f78ff2dabd0 code [0x00007f78ff2dad80, 0x00007f78ff2db490]
GC Heap History (20 events):
Event: 1.139 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 19847K, capacity 20248K, committed 20480K, reserved 1067008K
class space used 2577K, capacity 2706K, committed 2816K, reserved 1048576K
Event: 1.151 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 150528K, used 15928K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 129024K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000787e00000)
from space 21504K, 74% used [0x0000000787e00000,0x0000000788d8e2c0,0x0000000789300000)
to space 21504K, 0% used [0x0000000791100000,0x0000000791100000,0x0000000792600000)
ParOldGen total 344064K, used 16K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700004000,0x0000000715000000)
Metaspace used 19847K, capacity 20248K, committed 20480K, reserved 1067008K
class space used 2577K, capacity 2706K, committed 2816K, reserved 1048576K
}
Event: 1.233 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 150528K, used 33329K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 129024K, 13% used [0x0000000780000000,0x00000007810fe378,0x0000000787e00000)
from space 21504K, 74% used [0x0000000787e00000,0x0000000788d8e2c0,0x0000000789300000)
to space 21504K, 0% used [0x0000000791100000,0x0000000791100000,0x0000000792600000)
ParOldGen total 344064K, used 16K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700004000,0x0000000715000000)
Metaspace used 20870K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
Event: 1.239 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 279552K, used 8581K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 258048K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078fc00000)
from space 21504K, 39% used [0x0000000791100000,0x0000000791961540,0x0000000792600000)
to space 21504K, 0% used [0x000000078fc00000,0x000000078fc00000,0x0000000791100000)
ParOldGen total 344064K, used 24K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700006000,0x0000000715000000)
Metaspace used 20870K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
}
Event: 1.239 GC heap before
{Heap before GC invocations=3 (full 1):
PSYoungGen total 279552K, used 8581K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 258048K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078fc00000)
from space 21504K, 39% used [0x0000000791100000,0x0000000791961540,0x0000000792600000)
to space 21504K, 0% used [0x000000078fc00000,0x000000078fc00000,0x0000000791100000)
ParOldGen total 344064K, used 24K [0x0000000700000000, 0x0000000715000000, 0x0000000780000000)
object space 344064K, 0% used [0x0000000700000000,0x0000000700006000,0x0000000715000000)
Metaspace used 20870K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
Event: 1.263 GC heap after
Heap after GC invocations=3 (full 1):
PSYoungGen total 279552K, used 0K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 258048K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078fc00000)
from space 21504K, 0% used [0x0000000791100000,0x0000000791100000,0x0000000792600000)
to space 21504K, 0% used [0x000000078fc00000,0x000000078fc00000,0x0000000791100000)
ParOldGen total 181760K, used 8331K [0x0000000700000000, 0x000000070b180000, 0x0000000780000000)
object space 181760K, 4% used [0x0000000700000000,0x0000000700822d30,0x000000070b180000)
Metaspace used 20870K, capacity 21176K, committed 21248K, reserved 1067008K
class space used 2682K, capacity 2802K, committed 2816K, reserved 1048576K
}
Event: 3.023 GC heap before
{Heap before GC invocations=4 (full 1):
PSYoungGen total 279552K, used 144750K [0x0000000780000000, 0x0000000792600000, 0x00000007c0000000)
eden space 258048K, 56% used [0x0000000780000000,0x0000000788d5b840,0x000000078fc00000)
from space 21504K, 0% used [0x0000000791100000,0x0000000791100000,0x0000000792600000)
to space 21504K, 0% used [0x000000078fc00000,0x000000078fc00000,0x0000000791100000)
ParOldGen total 181760K, used 8331K [0x0000000700000000, 0x000000070b180000, 0x0000000780000000)
object space 181760K, 4% used [0x0000000700000000,0x0000000700822d30,0x000000070b180000)
Metaspace used 34526K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4474K, capacity 4730K, committed 4736K, reserved 1048576K
Event: 3.034 GC heap after
Heap after GC invocations=4 (full 1):
PSYoungGen total 279552K, used 14929K [0x0000000780000000, 0x000000079b980000, 0x00000007c0000000)
eden space 258048K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078fc00000)
from space 21504K, 69% used [0x000000078fc00000,0x0000000790a94780,0x0000000791100000)
to space 21504K, 0% used [0x000000079a480000,0x000000079a480000,0x000000079b980000)
ParOldGen total 181760K, used 8411K [0x0000000700000000, 0x000000070b180000, 0x0000000780000000)
object space 181760K, 4% used [0x0000000700000000,0x0000000700836d40,0x000000070b180000)
Metaspace used 34526K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4474K, capacity 4730K, committed 4736K, reserved 1048576K
}
Event: 3.034 GC heap before
{Heap before GC invocations=5 (full 2):
PSYoungGen total 279552K, used 14929K [0x0000000780000000, 0x000000079b980000, 0x00000007c0000000)
eden space 258048K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078fc00000)
from space 21504K, 69% used [0x000000078fc00000,0x0000000790a94780,0x0000000791100000)
to space 21504K, 0% used [0x000000079a480000,0x000000079a480000,0x000000079b980000)
ParOldGen total 181760K, used 8411K [0x0000000700000000, 0x000000070b180000, 0x0000000780000000)
object space 181760K, 4% used [0x0000000700000000,0x0000000700836d40,0x000000070b180000)
Metaspace used 34526K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4474K, capacity 4730K, committed 4736K, reserved 1048576K
Event: 3.086 GC heap after
Heap after GC invocations=5 (full 2):
PSYoungGen total 279552K, used 0K [0x0000000780000000, 0x000000079b980000, 0x00000007c0000000)
eden space 258048K, 0% used [0x0000000780000000,0x0000000780000000,0x000000078fc00000)
from space 21504K, 0% used [0x000000078fc00000,0x000000078fc00000,0x0000000791100000)
to space 21504K, 0% used [0x000000079a480000,0x000000079a480000,0x000000079b980000)
ParOldGen total 276480K, used 20820K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 7% used [0x0000000700000000,0x0000000701455300,0x0000000710e00000)
Metaspace used 34526K, capacity 35372K, committed 35416K, reserved 1079296K
class space used 4474K, capacity 4730K, committed 4736K, reserved 1048576K
}
Event: 4.982 GC heap before
{Heap before GC invocations=6 (full 2):
PSYoungGen total 279552K, used 258048K [0x0000000780000000, 0x000000079b980000, 0x00000007c0000000)
eden space 258048K, 100% used [0x0000000780000000,0x000000078fc00000,0x000000078fc00000)
from space 21504K, 0% used [0x000000078fc00000,0x000000078fc00000,0x0000000791100000)
to space 21504K, 0% used [0x000000079a480000,0x000000079a480000,0x000000079b980000)
ParOldGen total 276480K, used 20820K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 7% used [0x0000000700000000,0x0000000701455300,0x0000000710e00000)
Metaspace used 44568K, capacity 45524K, committed 45784K, reserved 1089536K
class space used 5749K, capacity 6103K, committed 6144K, reserved 1048576K
Event: 4.996 GC heap after
Heap after GC invocations=6 (full 2):
PSYoungGen total 402432K, used 21497K [0x0000000780000000, 0x000000079b980000, 0x00000007c0000000)
eden space 380928K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000797400000)
from space 21504K, 99% used [0x000000079a480000,0x000000079b97e670,0x000000079b980000)
to space 21504K, 0% used [0x0000000798f80000,0x0000000798f80000,0x000000079a480000)
ParOldGen total 276480K, used 24590K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 8% used [0x0000000700000000,0x0000000701803b90,0x0000000710e00000)
Metaspace used 44568K, capacity 45524K, committed 45784K, reserved 1089536K
class space used 5749K, capacity 6103K, committed 6144K, reserved 1048576K
}
Event: 7.759 GC heap before
{Heap before GC invocations=7 (full 2):
PSYoungGen total 402432K, used 402425K [0x0000000780000000, 0x000000079b980000, 0x00000007c0000000)
eden space 380928K, 100% used [0x0000000780000000,0x0000000797400000,0x0000000797400000)
from space 21504K, 99% used [0x000000079a480000,0x000000079b97e670,0x000000079b980000)
to space 21504K, 0% used [0x0000000798f80000,0x0000000798f80000,0x000000079a480000)
ParOldGen total 276480K, used 24590K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 8% used [0x0000000700000000,0x0000000701803b90,0x0000000710e00000)
Metaspace used 48454K, capacity 49464K, committed 49624K, reserved 1093632K
class space used 5988K, capacity 6364K, committed 6400K, reserved 1048576K
Event: 7.781 GC heap after
Heap after GC invocations=7 (full 2):
PSYoungGen total 430592K, used 21499K [0x0000000780000000, 0x00000007a5e00000, 0x00000007c0000000)
eden space 409088K, 0% used [0x0000000780000000,0x0000000780000000,0x0000000798f80000)
from space 21504K, 99% used [0x0000000798f80000,0x000000079a47ecf8,0x000000079a480000)
to space 37888K, 0% used [0x00000007a3900000,0x00000007a3900000,0x00000007a5e00000)
ParOldGen total 276480K, used 37608K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 13% used [0x0000000700000000,0x00000007024ba1d8,0x0000000710e00000)
Metaspace used 48454K, capacity 49464K, committed 49624K, reserved 1093632K
class space used 5988K, capacity 6364K, committed 6400K, reserved 1048576K
}
Event: 9.208 GC heap before
{Heap before GC invocations=8 (full 2):
PSYoungGen total 430592K, used 430587K [0x0000000780000000, 0x00000007a5e00000, 0x00000007c0000000)
eden space 409088K, 100% used [0x0000000780000000,0x0000000798f80000,0x0000000798f80000)
from space 21504K, 99% used [0x0000000798f80000,0x000000079a47ecf8,0x000000079a480000)
to space 37888K, 0% used [0x00000007a3900000,0x00000007a3900000,0x00000007a5e00000)
ParOldGen total 276480K, used 37608K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 13% used [0x0000000700000000,0x00000007024ba1d8,0x0000000710e00000)
Metaspace used 48565K, capacity 49592K, committed 49880K, reserved 1093632K
class space used 5988K, capacity 6364K, committed 6400K, reserved 1048576K
Event: 9.219 GC heap after
Heap after GC invocations=8 (full 2):
PSYoungGen total 584192K, used 22395K [0x0000000780000000, 0x00000007a7380000, 0x00000007c0000000)
eden space 546304K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a1580000)
from space 37888K, 59% used [0x00000007a3900000,0x00000007a4edecf8,0x00000007a5e00000)
to space 36352K, 0% used [0x00000007a1580000,0x00000007a1580000,0x00000007a3900000)
ParOldGen total 276480K, used 37616K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 13% used [0x0000000700000000,0x00000007024bc1d8,0x0000000710e00000)
Metaspace used 48565K, capacity 49592K, committed 49880K, reserved 1093632K
class space used 5988K, capacity 6364K, committed 6400K, reserved 1048576K
}
Event: 11.264 GC heap before
{Heap before GC invocations=9 (full 2):
PSYoungGen total 584192K, used 568699K [0x0000000780000000, 0x00000007a7380000, 0x00000007c0000000)
eden space 546304K, 100% used [0x0000000780000000,0x00000007a1580000,0x00000007a1580000)
from space 37888K, 59% used [0x00000007a3900000,0x00000007a4edecf8,0x00000007a5e00000)
to space 36352K, 0% used [0x00000007a1580000,0x00000007a1580000,0x00000007a3900000)
ParOldGen total 276480K, used 37616K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 13% used [0x0000000700000000,0x00000007024bc1d8,0x0000000710e00000)
Metaspace used 49155K, capacity 50250K, committed 50520K, reserved 1093632K
class space used 6034K, capacity 6431K, committed 6528K, reserved 1048576K
Event: 11.278 GC heap after
Heap after GC invocations=9 (full 2):
PSYoungGen total 582656K, used 25513K [0x0000000780000000, 0x00000007b1b80000, 0x00000007c0000000)
eden space 546304K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a1580000)
from space 36352K, 70% used [0x00000007a1580000,0x00000007a2e6a628,0x00000007a3900000)
to space 36864K, 0% used [0x00000007af780000,0x00000007af780000,0x00000007b1b80000)
ParOldGen total 276480K, used 37624K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 13% used [0x0000000700000000,0x00000007024be1d8,0x0000000710e00000)
Metaspace used 49155K, capacity 50250K, committed 50520K, reserved 1093632K
class space used 6034K, capacity 6431K, committed 6528K, reserved 1048576K
}
Event: 11.636 GC heap before
{Heap before GC invocations=10 (full 2):
PSYoungGen total 582656K, used 571761K [0x0000000780000000, 0x00000007b1b80000, 0x00000007c0000000)
eden space 546304K, 99% used [0x0000000780000000,0x00000007a1571e38,0x00000007a1580000)
from space 36352K, 70% used [0x00000007a1580000,0x00000007a2e6a628,0x00000007a3900000)
to space 36864K, 0% used [0x00000007af780000,0x00000007af780000,0x00000007b1b80000)
ParOldGen total 276480K, used 37624K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 13% used [0x0000000700000000,0x00000007024be1d8,0x0000000710e00000)
Metaspace used 49302K, capacity 50396K, committed 50520K, reserved 1093632K
class space used 6042K, capacity 6434K, committed 6528K, reserved 1048576K
Event: 11.658 GC heap after
Heap after GC invocations=10 (full 2):
PSYoungGen total 758784K, used 36849K [0x0000000780000000, 0x00000007b8f00000, 0x00000007c0000000)
eden space 721920K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007ac100000)
from space 36864K, 99% used [0x00000007af780000,0x00000007b1b7c608,0x00000007b1b80000)
to space 55808K, 0% used [0x00000007ac100000,0x00000007ac100000,0x00000007af780000)
ParOldGen total 276480K, used 69619K [0x0000000700000000, 0x0000000710e00000, 0x0000000780000000)
object space 276480K, 25% used [0x0000000700000000,0x00000007043fcfa0,0x0000000710e00000)
Metaspace used 49302K, capacity 50396K, committed 50520K, reserved 1093632K
class space used 6042K, capacity 6434K, committed 6528K, reserved 1048576K
}
Deoptimization events (250 events):
Event: 5.833 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe7a8484 method=com.sun.tools.javac.util.ListBuffer.next()Ljava/lang/Object; @ 12
Event: 5.833 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe9ae488 method=com.sun.tools.javac.tree.TreeInfo.name(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name; @ 4
Event: 5.834 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fe97c6bc method=com.sun.tools.javac.tree.TreeScanner.visitApply(Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;)V @ 13
Event: 5.834 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fddefb6c method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 253
Event: 5.836 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fddefb6c method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 253
Event: 5.837 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fdd503d0 method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 253
Event: 5.838 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fdeaf584 method=com.sun.tools.javac.util.IntHashTable.lookup(Ljava/lang/Object;I)I @ 67
Event: 5.838 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd5de968 method=com.sun.tools.javac.util.IntHashTable.putAtIndex(Ljava/lang/Object;II)I @ 18
Event: 5.838 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd908460 method=com.sun.tools.javac.util.IntHashTable.lookup(Ljava/lang/Object;I)I @ 67
Event: 5.838 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe76dc98 method=com.sun.tools.javac.code.Scope.enter(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/code/Scope;Z)V @ 116
Event: 5.863 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe79b5d8 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: 5.863 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe9d8e88 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; @ 52
Event: 5.863 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe79b5d8 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: 5.863 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe9ef2b8 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; @ 52
Event: 5.864 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe6090d4 method=com.sun.tools.javac.util.IntHashTable.rehash()V @ 88
Event: 5.873 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe98dea4 method=com.sun.tools.javac.comp.Attr.visitSelect(Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;)V @ 41
Event: 5.873 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe9995b8 method=com.sun.tools.javac.comp.Attr.selectSym(Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/c
Event: 5.873 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fea7e27c method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 90
Event: 5.876 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe9a97ac method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 5.877 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe8e69b4 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: 5.877 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe05a25c method=com.sun.tools.javac.code.Symbol$TypeSymbol.formFlatName(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/Name; @ 11
Event: 5.878 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe081554 method=com.sun.tools.javac.tree.TreeInfo.symbol(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol; @ 9
Event: 5.878 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fdf1215c method=com.sun.tools.javac.comp.Attr.isType(Lcom/sun/tools/javac/code/Symbol;)Z @ 1
Event: 5.881 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe79b5d8 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: 5.881 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe081554 method=com.sun.tools.javac.tree.TreeInfo.symbol(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol; @ 9
Event: 5.882 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe081554 method=com.sun.tools.javac.tree.TreeInfo.symbol(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol; @ 9
Event: 5.882 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe79b5d8 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: 5.882 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe7a6c00 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: 5.883 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fea61560 method=com.sun.tools.javac.code.Type$ClassType.isParameterized()Z @ 1
Event: 5.883 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fea375e8 method=com.sun.tools.javac.comp.Attr.visitIdent(Lcom/sun/tools/javac/tree/JCTree$JCIdent;)V @ 23
Event: 5.887 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe081540 method=com.sun.tools.javac.tree.TreeInfo.skipParens(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree; @ 7
Event: 5.887 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe9a97ac method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 5.895 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf5684 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
Event: 5.895 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf5684 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
Event: 5.895 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf5684 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
Event: 5.895 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf5684 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
Event: 5.898 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf2860 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 13
Event: 5.899 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf2860 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 13
Event: 5.899 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe9a97ac method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 5.900 Thread 0x00007f7844010000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00007f78fe9c3808 method=com.sun.tools.javac.code.Type.containsAny(Lcom/sun/tools/javac/util/List;)Z @ 14
Event: 5.900 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fea61560 method=com.sun.tools.javac.code.Type$ClassType.isParameterized()Z @ 1
Event: 5.904 Thread 0x00007f7844010000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00007f78fea07b98 method=com.sun.tools.javac.code.Type.containsAny(Lcom/sun/tools/javac/util/List;)Z @ 14
Event: 5.904 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf2860 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 13
Event: 5.905 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feaf2860 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 13
Event: 5.905 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fea61560 method=com.sun.tools.javac.code.Type$ClassType.isParameterized()Z @ 1
Event: 5.906 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fea61560 method=com.sun.tools.javac.code.Type$ClassType.isParameterized()Z @ 1
Event: 5.914 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe9585e0 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: 5.914 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fea0ced4 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: 5.915 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe9af3f8 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: 5.916 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe80d794 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 19
Event: 5.921 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe80d794 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 19
Event: 5.921 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe80d794 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 19
Event: 5.923 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe80d794 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 19
Event: 5.924 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe9a97ac method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 5.924 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe821bec method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 19
Event: 6.033 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78febc1c0c method=com.sun.tools.javac.code.Type$ClassType.isRaw()Z @ 31
Event: 6.033 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd948b5c method=com.sun.tools.javac.code.Type$ClassType.isRaw()Z @ 31
Event: 6.033 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febb28b0 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 75
Event: 6.033 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febabc00 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 75
Event: 6.034 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78febc1c0c method=com.sun.tools.javac.code.Type$ClassType.isRaw()Z @ 31
Event: 6.034 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78febc1c0c method=com.sun.tools.javac.code.Type$ClassType.isRaw()Z @ 31
Event: 6.034 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd948b5c method=com.sun.tools.javac.code.Type$ClassType.isRaw()Z @ 31
Event: 6.034 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febba950 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 75
Event: 6.034 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78feba1f18 method=com.sun.tools.javac.code.Types$18.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Void;)Lcom/sun/tools/javac/code/Type; @ 75
Event: 6.034 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feae4250 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.034 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feae4250 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.034 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feae4250 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.034 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febaf72c 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.045 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fea331e0 method=com.sun.tools.javac.model.FilteredMemberList.unwanted(Lcom/sun/tools/javac/code/Symbol;)Z @ 14
Event: 6.048 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe58c7f8 method=com.sun.tools.javac.util.ListBuffer.append(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer; @ 9
Event: 6.079 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feadff28 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: 6.079 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fec8cc84 method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 6.080 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fec8cc84 method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 6.080 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fec8cc84 method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 6.081 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78febb6fc0 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 6.081 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feadff28 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: 6.082 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feadff28 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: 6.082 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fec32cfc 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: 6.082 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fec32cfc 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: 6.082 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fec32cfc 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: 6.082 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fec32cfc 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: 6.083 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fec8cc84 method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 13
Event: 6.085 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feadff28 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: 6.088 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78febb6fc0 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 6.092 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febe4abc 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: 6.113 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd68e354 method=com.sun.tools.javac.util.Convert.chars2utf([CI[BII)I @ 35
Event: 6.122 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78febb6fc0 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 6.123 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78febb6fc0 method=com.sun.tools.javac.tree.TreeInfo.isEnumInit(Lcom/sun/tools/javac/tree/JCTree;)Z @ 4
Event: 6.132 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78feae4250 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.154 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78feced4ac 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: 6.194 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febe7814 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: 6.194 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe8861f4 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 6.194 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe95ea24 method=com.sun.tools.javac.code.Type.isCompound()Z @ 23
Event: 6.195 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fe0183a0 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.198 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febf98a4 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: 6.199 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe8861f4 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 6.199 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fe0183a0 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.219 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fecf99d4 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: 6.220 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fecf99d4 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: 6.225 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fecf99d4 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: 6.225 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fecf99d4 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: 6.233 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fed0e28c method=com.sun.tools.javac.tree.TreeInfo.getStartPos(Lcom/sun/tools/javac/tree/JCTree;)I @ 581
Event: 6.235 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78feb1fdb4 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: 6.260 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fec14324 method=com.sun.tools.javac.jvm.ClassReader.readMethod()Lcom/sun/tools/javac/code/Symbol$MethodSymbol; @ 280
Event: 6.264 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78feddcac4 method=com.sun.tools.javac.jvm.Pool.makePoolValue(Ljava/lang/Object;)Ljava/lang/Object; @ 4
Event: 6.266 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fedaaf74 method=com.sun.tools.javac.jvm.Pool.makePoolValue(Ljava/lang/Object;)Ljava/lang/Object; @ 4
Event: 6.275 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed5a598 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: 6.278 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed5a598 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: 6.281 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78feb44540 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 110
Event: 6.287 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe8baa1c 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: 6.299 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe8861f4 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 6.300 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe8861f4 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
Event: 6.343 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed50c5c 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: 6.343 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed50c5c 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: 6.344 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed50c5c 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: 6.344 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed50c5c 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: 6.359 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe60215c method=com.sun.tools.javac.util.IntHashTable.rehash()V @ 88
Event: 6.379 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe9e076c 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: 6.398 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe9343c8 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: 6.409 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fed55050 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 6.411 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fed55050 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 6.422 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fedef224 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.422 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fedef224 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.473 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78feec3550 method=com.sun.tools.javac.code.Types.containsTypeEquivalent(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z @ 15
Event: 6.473 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fed2bba0 method=com.sun.tools.javac.code.Types.containsTypeEquivalent(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z @ 15
Event: 6.522 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fecf15e8 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 @ 92
Event: 6.537 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fed47d04 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: 6.547 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed5a598 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: 6.560 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fef2d7f4 method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 558
Event: 6.569 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fec9504c method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.569 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fec9504c method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.602 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed5a598 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: 6.602 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fefeff28 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: 6.618 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fef26958 method=com.sun.tools.javac.jvm.Pool.put(Ljava/lang/Object;)I @ 87
Event: 6.619 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fed55050 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 6.620 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fed55050 method=com.sun.tools.javac.util.ArrayUtils.ensureCapacity([Ljava/lang/Object;I)[Ljava/lang/Object; @ 39
Event: 6.622 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fef51c94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 6.622 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fef51c94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 6.631 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fef51c94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 6.632 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fef51c94 method=com.sun.tools.javac.jvm.Items$Item.coerce(I)Lcom/sun/tools/javac/jvm/Items$Item; @ 11
Event: 6.720 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff04073c 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: 6.780 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff108d9c 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: 6.780 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff108d9c 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: 6.782 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd611b80 method=com.sun.tools.javac.util.Convert.chars2utf([CI[BII)I @ 35
Event: 6.793 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fef611cc 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: 6.796 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78ff0e10dc 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: 6.797 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78ff0e10dc 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: 6.800 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff117eac method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 6.801 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78ff117478 method=com.sun.tools.javac.tree.JCTree.hasTag(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z @ 2
Event: 6.801 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff117eac method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 6.802 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78ff085914 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: 6.802 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78ff085914 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: 6.804 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78ff085914 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: 6.804 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78ff085914 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: 6.810 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fede7250 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.820 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff117eac method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 6.822 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fef7b0a0 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: 6.823 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78ff0e10dc 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: 6.832 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe99f45c 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: 6.849 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78feef7338 method=com.sun.tools.javac.code.Types.cvarLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
Event: 6.849 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed100e0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 6.849 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed100e0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 6.849 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fece90e4 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: 6.849 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fece90e4 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: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78ff0d2fec method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 117
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007f78fede69b8 method=com.sun.tools.javac.code.Type.hasTag(Lcom/sun/tools/javac/code/TypeTag;)Z @ 2
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fed6dbc4 method=com.sun.tools.javac.code.Types.cvarLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed100e0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fed100e0 method=com.sun.tools.javac.code.Types$13.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Ljava/lang/Object;)Ljava/lang/Object; @ 3
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fece90e4 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: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fece90e4 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: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fedb6e40 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78ff0c85d8 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 117
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fedb6e40 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fedb6e40 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 6.850 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fefb0c44 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: 6.855 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fef2d7f4 method=com.sun.tools.javac.code.Types.capture(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 558
Event: 6.856 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fedfc338 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: 6.856 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fedfc338 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: 6.856 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fedfc148 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: 6.858 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feccaedc 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: 6.858 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feccaedc 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: 6.865 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff117eac method=com.sun.tools.javac.comp.Lower.needsProtectedAccess(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Z @ 31
Event: 6.870 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fedb6e40 method=com.sun.tools.javac.code.Type.isInterface()Z @ 4
Event: 6.870 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fefb6000 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: 6.905 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78ff1b428c method=com.sun.tools.javac.code.Types.cvarLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
Event: 7.227 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff0eb22c 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: 7.227 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff0eb22c 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: 7.228 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3d5dc0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 141
Event: 7.228 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3d5dc0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 141
Event: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3d5dc0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 141
Event: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3d5dc0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 141
Event: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78ff028b30 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: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fef894c4 method=com.sun.tools.javac.code.Types.cvarLowerBound(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; @ 7
Event: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff22f9dc method=com.sun.tools.javac.code.Types.intersect(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List; @ 154
Event: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd44c478 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: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff22f9dc method=com.sun.tools.javac.code.Types.intersect(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List; @ 154
Event: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff22f9dc method=com.sun.tools.javac.code.Types.intersect(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List; @ 154
Event: 7.229 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff22f9dc method=com.sun.tools.javac.code.Types.intersect(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List; @ 154
Event: 7.233 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff0bdddc method=com.sun.tools.javac.code.Types$SignatureGenerator.assembleSig(Lcom/sun/tools/javac/code/Type;)V @ 210
Event: 7.233 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff0bdddc method=com.sun.tools.javac.code.Types$SignatureGenerator.assembleSig(Lcom/sun/tools/javac/code/Type;)V @ 210
Event: 7.249 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fdbc9ea4 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: 7.606 Thread 0x00007f7830df5000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fe3550f8 method=java.util.AbstractList.subList(II)Ljava/util/List; @ 4
Event: 10.795 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe94057c method=org.gradle.api.specs.CompositeSpec.<init>(Ljava/lang/Iterable;)V @ 37
Event: 10.807 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe94057c method=org.gradle.api.specs.CompositeSpec.<init>(Ljava/lang/Iterable;)V @ 37
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3a3110 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 38
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3a2f68 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3a2f68 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd3a2f68 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd4fcf28 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fdd95364 method=org.gradle.api.specs.NotSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 10
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd58649c method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 10.819 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fdc915a0 method=org.gradle.api.internal.file.pattern.PatternMatcherFactory$PathMatcherBackedSpec.isSatisfiedBy(Lorg/gradle/api/file/RelativePath;)Z @ 23
Event: 10.820 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd4e96c0 method=org.gradle.api.internal.file.pattern.FixedStepsPathMatcher.matches([Ljava/lang/String;I)Z @ 18
Event: 10.845 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe89b6bc method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 10.845 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe788bdc method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 10.845 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe788bdc method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 10.845 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe788bdc method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 10.846 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fe89b6bc method=org.gradle.api.internal.file.RelativePathSpec.isSatisfiedBy(Ljava/lang/Object;)Z @ 2
Event: 10.846 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78ff1f7740 method=org.gradle.api.internal.file.AbstractFileTree$1.visitFile(Lorg/gradle/api/file/FileVisitDetails;)V @ 5
Event: 10.887 Thread 0x00007f7844010000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00007f78fedefa6c method=org.gradle.util.CollectionUtils.join(Ljava/lang/String;Ljava/lang/Iterable;)Ljava/lang/String; @ 75
Event: 11.011 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe9a0f5c method=org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(Ljava/io/File;Lorg/gradle/api/file/RelativePath;Lorg/gradle/api/file/FileVisitor;Lorg/gradle/api/specs/S
Event: 11.013 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe9a0f5c method=org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(Ljava/io/File;Lorg/gradle/api/file/RelativePath;Lorg/gradle/api/file/FileVisitor;Lorg/gradle/api/specs/S
Event: 11.018 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe9a0f5c method=org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(Ljava/io/File;Lorg/gradle/api/file/RelativePath;Lorg/gradle/api/file/FileVisitor;Lorg/gradle/api/specs/S
Event: 11.023 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe9a0f5c method=org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(Ljava/io/File;Lorg/gradle/api/file/RelativePath;Lorg/gradle/api/file/FileVisitor;Lorg/gradle/api/specs/S
Event: 11.152 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fdab0e00 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 42
Event: 11.152 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fdab0e00 method=java.util.ComparableTimSort.countRunAndMakeAscending([Ljava/lang/Object;II)I @ 42
Event: 11.169 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fdb8ffb0 method=java.util.LinkedHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 20
Event: 11.171 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe6d07ec method=java.util.Collections$UnmodifiableCollection.isEmpty()Z @ 4
Event: 11.171 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe6d07ec method=java.util.Collections$UnmodifiableCollection.isEmpty()Z @ 4
Event: 11.171 Thread 0x00007f7844010000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f78fe6d07ec method=java.util.Collections$UnmodifiableCollection.isEmpty()Z @ 4
Event: 11.207 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd961c7c method=java.util.Arrays.equals([B[B)Z @ 2
Event: 11.210 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd95e0c4 method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 11.212 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78febbbbfc method=java.io.UnixFileSystem.getBooleanAttributes(Ljava/io/File;)I @ 25
Event: 11.212 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fdc0623c method=sun.security.provider.DigestBase.engineUpdate([BII)V @ 1
Event: 11.329 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fdb71638 method=sun.security.provider.DigestBase.engineUpdate([BII)V @ 1
Event: 11.329 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd68581c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 11.329 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd68581c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 11.329 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd68581c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 11.329 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78fd68581c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 11.457 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feff0a0c method=java.io.FilterInputStream.read([BII)I @ 7
Event: 11.457 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feff0a0c method=java.io.FilterInputStream.read([BII)I @ 7
Event: 11.457 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feff0a0c method=java.io.FilterInputStream.read([BII)I @ 7
Event: 11.457 Thread 0x00007f7844010000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f78feff0a0c method=java.io.FilterInputStream.read([BII)I @ 7
Event: 11.488 Thread 0x00007f7830431800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd395910 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 11.488 Thread 0x00007f7831319000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd395910 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 11.488 Thread 0x00007f783131a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fdac0144 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 11.545 Thread 0x00007f783131a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fea2d6dc method=java.util.concurrent.locks.ReentrantLock$Sync.nonfairTryAcquire(I)Z @ 34
Event: 11.545 Thread 0x00007f783131a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd2d4914 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Event: 11.550 Thread 0x00007f7844010000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f78fd3a188c method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 14
Classes redefined (0 events):
No events
Internal exceptions (250 events):
Event: 3.337 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/tasks/Delete_DecoratedCustomizer> (0x0000000782b489d0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.
Event: 3.348 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseClasspath_DecoratedBeanInfo> (0x0000000782c5b140) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/cla
Event: 3.348 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseClasspathBeanInfo> (0x0000000782c8dbc0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/sys
Event: 3.349 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseClasspathCustomizer> (0x0000000782cc0f60) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/s
Event: 3.351 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseClasspath_DecoratedCustomizer> (0x0000000782d3e9f8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/c
Event: 3.367 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseClasspath_DecoratedBeanInfo> (0x0000000782f1eb58) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/c
Event: 3.368 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseClasspathBeanInfo> (0x0000000782f53fd8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/s
Event: 3.369 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseClasspathCustomizer> (0x0000000782f89c48) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile
Event: 3.371 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseClasspath_DecoratedCustomizer> (0x0000000783007a20) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm
Event: 3.382 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainer_DecoratedBeanInfo> (0x000000078315ff90) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk
Event: 3.383 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainerBeanInfo> (0x00000007831a32d0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/s
Event: 3.383 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/AbstractNamedDomainObjectContainerBeanInfo> (0x00000007831cc108) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfil
Event: 3.384 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/AbstractNamedDomainObjectContainerCustomizer> (0x00000007831f63e0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classf
Event: 3.386 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainerCustomizer> (0x00000007832500d8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot
Event: 3.387 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainer_DecoratedCustomizer> (0x00000007832b2e08) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openj
Event: 3.393 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/util/CollectionBeanInfo> (0x000000078336f3d0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.393 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/util/CollectionCustomizer> (0x0000000783375ae0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.394 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/lang/IterableBeanInfo> (0x00000007833973d8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.394 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/lang/IterableCustomizer> (0x000000078339d9f0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.396 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/DomainObjectCollectionBeanInfo> (0x00000007833d2698) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cp
Event: 3.396 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/DomainObjectCollectionCustomizer> (0x00000007833f4b68) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.
Event: 3.398 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/NamedDomainObjectCollectionBeanInfo> (0x0000000783439788) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictiona
Event: 3.399 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/NamedDomainObjectCollectionCustomizer> (0x000000078345db78) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictio
Event: 3.400 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/NamedDomainObjectSetBeanInfo> (0x00000007834a2f40) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp,
Event: 3.401 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/NamedDomainObjectSetCustomizer> (0x00000007834c4a50) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cp
Event: 3.402 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/util/SetBeanInfo> (0x00000007834e0680) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.402 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/util/SetCustomizer> (0x00000007834e6540) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.404 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/NamedDomainObjectContainerBeanInfo> (0x0000000783524850) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionar
Event: 3.404 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/NamedDomainObjectContainerCustomizer> (0x0000000783548680) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDiction
Event: 3.406 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/util/ConfigurableBeanInfo> (0x000000078357b090) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 2
Event: 3.406 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/util/ConfigurableCustomizer> (0x0000000783599c90) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line
Event: 3.408 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/ConfigurationContainerInternalBeanInfo> (0x00000007835f23a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/
Event: 3.409 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/ConfigurationContainerInternalCustomizer> (0x00000007836367f0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspo
Event: 3.410 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/artifacts/ConfigurationContainerBeanInfo> (0x00000007836713b8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDic
Event: 3.411 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/artifacts/ConfigurationContainerCustomizer> (0x0000000783696a70) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.412 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/ConfigurationsProviderBeanInfo> (0x00000007836ea690) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/shar
Event: 3.413 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/artifacts/configurations/ConfigurationsProviderCustomizer> (0x000000078372a520) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/sh
Event: 3.415 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/plugins/JavaPluginBeanInfo> (0x0000000783766788) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, l
Event: 3.415 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/plugins/JavaPluginCustomizer> (0x0000000783792798) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp,
Event: 3.434 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseJdt_DecoratedBeanInfo> (0x00000007839ce090) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfi
Event: 3.435 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseJdtBeanInfo> (0x00000007839ffb70) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.436 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/api/PropertiesGeneratorTaskBeanInfo> (0x0000000783a31be8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/system
Event: 3.437 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/api/PropertiesGeneratorTaskCustomizer> (0x0000000783a65a48) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/syst
Event: 3.438 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseJdtCustomizer> (0x0000000783aa9000) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/syste
Event: 3.440 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/GenerateEclipseJdt_DecoratedCustomizer> (0x0000000783b222c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/class
Event: 3.447 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/api/PropertiesFileContentMergerBeanInfo> (0x0000000783bd8e30) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/sy
Event: 3.448 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/api/PropertiesFileContentMergerCustomizer> (0x0000000783c0e7d0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/
Event: 3.453 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseJdt_DecoratedBeanInfo> (0x0000000783c978c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile
Event: 3.454 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseJdtBeanInfo> (0x0000000783cc96c8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDic
Event: 3.455 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseJdtCustomizer> (0x0000000783cfc070) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.457 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/eclipse/model/EclipseJdt_DecoratedCustomizer> (0x0000000783d45a98) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfi
Event: 3.471 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/invocation/DefaultGradle_DecoratedBeanInfo> (0x0000000783e84360) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDicti
Event: 3.472 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/invocation/DefaultGradleBeanInfo> (0x0000000783ea1f90) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp,
Event: 3.473 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/invocation/DefaultGradleCustomizer> (0x0000000783ec03d8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cp
Event: 3.476 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/invocation/DefaultGradle_DecoratedCustomizer> (0x0000000783f04cc8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDic
Event: 3.486 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/IdeaPluginBeanInfo> (0x0000000783fe0aa8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.c
Event: 3.487 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/IdeaPluginCustomizer> (0x000000078400a370) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary
Event: 3.499 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/model/IdeaWorkspaceBeanInfo> (0x00000007840e8720) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDic
Event: 3.500 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/model/IdeaWorkspaceCustomizer> (0x0000000784117f40) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.503 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/model/IdeaModel_DecoratedBeanInfo> (0x00000007841819c0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/sys
Event: 3.503 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/model/IdeaModelBeanInfo> (0x00000007841aee90) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDiction
Event: 3.504 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/model/IdeaModelCustomizer> (0x00000007841dcf00) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDicti
Event: 3.505 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/model/IdeaModel_DecoratedCustomizer> (0x0000000784226e18) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/s
Event: 3.519 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaWorkspace_DecoratedBeanInfo> (0x0000000784379788) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfi
Event: 3.519 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaWorkspaceBeanInfo> (0x00000007843a9b78) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.520 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaWorkspaceCustomizer> (0x00000007843dc108) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/syste
Event: 3.522 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaWorkspace_DecoratedCustomizer> (0x0000000784453088) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/class
Event: 3.534 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/TaskInternalBeanInfo> (0x000000078458e058) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp
Event: 3.535 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/internal/TaskInternalCustomizer> (0x00000007845adb18) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.c
Event: 3.537 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/TaskBeanInfo> (0x00000007845e98c8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.538 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/api/TaskCustomizer> (0x00000007846034b0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.544 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/io/FileBeanInfo> (0x000000078465fe60) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.544 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': java/io/FileCustomizer> (0x00000007846647b8) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3.561 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaProject_DecoratedBeanInfo> (0x00000007847c07a0) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile
Event: 3.561 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaProjectBeanInfo> (0x00000007847eff70) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemDic
Event: 3.562 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaProjectCustomizer> (0x0000000784820308) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfile/systemD
Event: 3.564 Thread 0x00007f7844010000 Exception <a 'java/lang/ClassNotFoundException': org/gradle/plugins/ide/idea/GenerateIdeaProject_DecoratedCustomizer> (0x000000078489c178) thrown at [/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.201.b09-6.fc29.x86_64/openjdk/hotspot/src/share/vm/classfi