forked from gchq/stroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid130303.log
4898 lines (4822 loc) · 393 KB
/
hs_err_pid130303.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=0x0000000000000000, pid=130303, tid=130536
#
# JRE version: OpenJDK Runtime Environment Temurin-21.0.1+12 (21.0.1+12) (build 21.0.1+12-LTS)
# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.1+12 (21.0.1+12-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x7c9ff5] G1ConcurrentMark::scan_root_region(MemRegion const*, unsigned int)+0xa5
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/dev/git_work/gchq/stroom/core.130303)
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
#
--------------- S U M M A R Y ------------
Command Line: -XX:+HeapDumpOnOutOfMemoryError --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx5500m -Dfile.encoding=UTF-8 -Duser.country=GB -Duser.language=en -Duser.variant -javaagent:/home/dev/.gradle/wrapper/dists/gradle-8.4-bin/1w5dpkrfk8irigvoxmyhowfim/gradle-8.4/lib/agents/gradle-instrumentation-agent-8.4.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 8.4
Host: AMD Ryzen 9 5900X 12-Core Processor, 32 cores, 62G, Manjaro Linux
Time: Mon Nov 27 16:35:57 2023 GMT elapsed time: 366.861289 seconds (0d 0h 6m 6s)
--------------- T H R E A D ---------------
Current thread (0x00007fb7b80018c0): WorkerThread "G1 Conc#2" [id=130536, stack(0x00007fb7612e4000,0x00007fb7613e4000) (1024K)]
Stack: [0x00007fb7612e4000,0x00007fb7613e4000], sp=0x00007fb7613e2d40, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x7c9ff5] G1ConcurrentMark::scan_root_region(MemRegion const*, unsigned int)+0xa5
V [libjvm.so+0x7d15f4] G1CMRootRegionScanTask::work(unsigned int)+0x74
V [libjvm.so+0x1017ca0] WorkerThread::run()+0x80
V [libjvm.so+0xf5b8e8] Thread::call_run()+0xa8
V [libjvm.so+0xcea59a] thread_native_entry(Thread*)+0xda
siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000
Registers:
RAX=0x00000000401d7630, RBX=0x00000006f4000000, RCX=0x0000000000007fb7, RDX=0x00007fb76834faf0
RSP=0x00007fb7613e2d38, RBP=0x00007fb7613e2db0, RSI=0x00000006f3f19a10, RDI=0x00007fb7613e2d50
R8 =0x00000000401d75fb, R9 =0x0000000000000007, R10=0x00007fb7682f25c0, R11=0x0000000000002000
R12=0x0000000000000240, R13=0x00007fb7ea8ddc00, R14=0x00007fb7613e2d50, R15=0x00000007340f1040
RIP=0x0000000000000000, EFLAGS=0x0000000000010206, CSGSFS=0x002b000000000033, ERR=0x0000000000000014
TRAPNO=0x000000000000000e
Register to memory mapping:
RAX=0x00000000401d7630 is an unknown value
RBX=0x00000006f4000000 is an oop: [B
{0x00000006f4000000} - klass: {type array byte}
- length: 67
RCX=0x0000000000007fb7 is an unknown value
RDX=0x00007fb76834faf0 is pointing into metadata
RSP=0x00007fb7613e2d38 points into unknown readable memory: 0x00007fb7e9bc9ff5 | f5 9f bc e9 b7 7f 00 00
RBP=0x00007fb7613e2db0 points into unknown readable memory: 0x00007fb7613e2df0 | f0 2d 3e 61 b7 7f 00 00
RSI=0x00000006f3f19a10 is an oop: com.google.common.cache.LocalCache$StrongAccessEntry
{0x00000006f3f19a10} - klass: 'com/google/common/cache/LocalCache$StrongAccessEntry'
- ---- fields (total size 6 words):
- final 'hash' 'I' @12 1075672571 (0x401d75fb)
- final 'key' 'Ljava/lang/Object;' @16 a 'org/gradle/api/file/RelativePath'{0x00000006f3f19a40} (0xde7e3348)
- final 'next' 'Lcom/google/common/cache/ReferenceEntry;' @20 a 'com/google/common/cache/LocalCache$StrongAccessEntry'{0x00000006b97bd0b0} (0xd72f7a16)
- volatile 'valueReference' 'Lcom/google/common/cache/LocalCache$ValueReference;' @24 a 'com/google/common/cache/LocalCache$StrongValueReference'{0x00000006f3f19a78} (0xde7e334f)
- 'nextAccess' 'Lcom/google/common/cache/ReferenceEntry;' @28 a 'com/google/common/cache/LocalCache$StrongAccessEntry'{0x00000006f3f19998} (0xde7e3333)
- volatile 'accessTime' 'J' @32 9223372036854775807 (0x7fffffffffffffff)
- 'previousAccess' 'Lcom/google/common/cache/ReferenceEntry;' @40 a 'com/google/common/cache/LocalCache$StrongAccessEntry'{0x00000006f3f19a88} (0xde7e3351)
RDI=0x00007fb7613e2d50 points into unknown readable memory: 0x00007fb7ea7d5bf8 | f8 5b 7d ea b7 7f 00 00
R8 =0x00000000401d75fb is an unknown value
R9 =0x0000000000000007 is an unknown value
R10=0x00007fb7682f25c0 is a pointer to class:
org.gradle.internal.snapshot.impl.DefaultIsolatableFactory {0x00007fb7682f25c0}
- instance size: 3
- klass size: 70
- access: public synchronized
- flags: rewritten has_nonstatic_fields should_verify_class has_localvariable_table
- state: fully_initialized
- name: 'org/gradle/internal/snapshot/impl/DefaultIsolatableFactory'
- super: 'org/gradle/internal/snapshot/impl/AbstractValueProcessor'
- sub:
- arrays: null
- methods: Array<T>(0x00007fb76411f280)
- method ordering: Array<T>(0x00007fb767b41330)
- default_methods: Array<T>(0x0000000000000000)
- local interfaces: Array<T>(0x00007fb76411f270)
- trans. interfaces: Array<T>(0x00007fb76411f270)
- constants: constant pool [70] {0x00007fb76411efa8} for 'org/gradle/internal/snapshot/impl/DefaultIsolatableFactory' cache=0x00007fb764123608
- class loader data: loader data: 0x00007fb7e42fab80 for instance a 'org/gradle/internal/classloader/VisitableURLClassLoader'{0x00000006a89c9d88}
- source file: 'DefaultIsolatableFactory.java'
- class annotations: Array<T>(0x0000000000000000)
- class type annotations: Array<T>(0x0000000000000000)
- field annotations: Array<T>(0x0000000000000000)
- field type annotations: Array<T>(0x0000000000000000)
- inner classes: Array<T>(0x00007fb76411f488)
- nest members: Array<T>(0x00007fb767620fe0)
- permitted subclasses: Array<T>(0x00007fb767620fe0)
- java mirror: a 'java/lang/Class'{0x00000006aa0cfde0} = 'org/gradle/internal/snapshot/impl/DefaultIsolatableFactory'
- vtable length 7 (start addr: 0x00007fb7682f2788)
- itable length 5 (start addr: 0x00007fb7682f27c0)
- ---- static fields (0 words):
- ---- non-static fields (2 words):
- private final 'valueSnapshotterSerializerRegistryList' 'Ljava/util/List;' @12
- private final 'isolatableValueVisitor' 'Lorg/gradle/internal/snapshot/impl/AbstractValueProcessor$ValueVisitor;' @16
- non-static oop maps: 12-16
R11=0x0000000000002000 is an unknown value
R12=0x0000000000000240 is an unknown value
R13=0x00007fb7ea8ddc00: <offset 0x00000000014ddc00> in /home/dev/.sdkman/candidates/java/21.0.1-tem/lib/server/libjvm.so at 0x00007fb7e9400000
R14=0x00007fb7613e2d50 points into unknown readable memory: 0x00007fb7ea7d5bf8 | f8 5b 7d ea b7 7f 00 00
R15=0x00000007340f1040 is an oop: java.lang.StringBuilder
{0x00000007340f1040} - klass: 'java/lang/StringBuilder'
- ---- fields (total size 3 words):
- 'count' 'I' @12 51 (0x00000033)
- 'coder' 'B' @16 0 (0x00)
- 'maybeLatin1' 'Z' @17 false (0x00)
- 'value' '[B' @20 [B{0x00000007340f1078} (0xe681e20f)
Top of Stack: (sp=0x00007fb7613e2d38)
0x00007fb7613e2d38: 00007fb7e9bc9ff5 00000006fbf3ce38
0x00007fb7613e2d48: 00007fb767006c70 00007fb7ea7d5bf8
0x00007fb7613e2d58: 0000000000000000 00007fb700000003
0x00007fb7613e2d68: 00007fb7e403df80 00007fb7e40aa260
0x00007fb7613e2d78: 0000000000000000 0000000300000000
0x00007fb7613e2d88: 00007fb7e40aa2d8 0000000000000001
0x00007fb7613e2d98: 00007fb7e40aa260 00007fb7c598fc10
0x00007fb7613e2da8: 0000000000000000 00007fb7613e2df0
0x00007fb7613e2db8: 00007fb7e9bd15f4 0000000000000077
0x00007fb7613e2dc8: 00007fb7e40b68c8 00007fb7613e2e0c
0x00007fb7613e2dd8: 00007fb7b80018c0 0000000000000001
0x00007fb7613e2de8: 0000000000000000 00007fb7613e2e40
0x00007fb7613e2df8: 00007fb7ea417ca0 00007fb7612e4000
0x00007fb7613e2e08: ffffffffea0e8583 23636e6f43203147
0x00007fb7613e2e18: 00007fb7b8002140 00007fb7b80018c0
0x00007fb7613e2e28: 00007fb7612e4000 0000000000100000
0x00007fb7613e2e38: 00007fb7612e3000 00007fb7613e2ea0
0x00007fb7613e2e48: 00007fb7ea35b8e8 00007fb7613e2e80
0x00007fb7613e2e58: 00007fb7b8002210 0000000000000000
0x00007fb7613e2e68: 00007fb7b80018c0 00007fb7613e2ea0
0x00007fb7613e2e78: 00007fb7ea09d389 00007fb7613e2ed0
0x00007fb7613e2e88: 00007fb7b8002210 00007fb7b80018c0
0x00007fb7613e2e98: 00007fb7c598f760 00007fb7613e2ed0
0x00007fb7613e2ea8: 00007fb7ea0ea59a 0000000000000000
0x00007fb7613e2eb8: 00007fb7613e3cdc ffffffffffffff88
0x00007fb7613e2ec8: 0000000000000000 0000000000000000
0x00007fb7613e2ed8: 00007fb7ea9dd9eb 0000000000000000
0x00007fb7613e2ee8: 00007fb7613e36c0 00007fb7ea9dd710
0x00007fb7613e2ef8: a8731897de72e55e ffffffffffffff88
0x00007fb7613e2f08: 0000000000000000 00007fb7c598f760
0x00007fb7613e2f18: 00007fb7612e3000 571ddaeb83b2e55e
0x00007fb7613e2f28: 571ccdac71d6e55e 0000000000000000
Instructions: (pc=0x00007fb7e9bc9ff5)
0x00007fb7e9bc9ef5: 48 89 fb 48 83 ec 08 48 8d 05 cd 4e cd 00 80 38
0x00007fb7e9bc9f05: 00 75 10 8b 83 d4 06 00 00 48 8b 5d f8 c9 c3 0f
0x00007fb7e9bc9f15: 1f 40 00 bf 4e 04 00 00 e8 de 5f 22 00 84 c0 74
0x00007fb7e9bc9f25: e2 48 8d 05 bf 63 d5 00 8b 93 d0 06 00 00 be 01
0x00007fb7e9bc9f35: 00 00 00 8b bb d4 06 00 00 48 8b 5d f8 48 63 08
0x00007fb7e9bc9f45: c9 e9 55 da 84 00 90 0f 1f 40 00 55 48 89 f0 66
0x00007fb7e9bc9f55: 48 0f 6e cf 48 89 e5 41 57 41 56 41 55 41 54 53
0x00007fb7e9bc9f65: 48 8d 1d 8c bc c0 00 48 83 ec 48 f3 0f 7e 47 08
0x00007fb7e9bc9f75: 48 8b 36 89 55 c8 48 8b 40 08 48 8d 15 92 4c cd
0x00007fb7e9bc9f85: 00 48 89 5d a0 66 0f 6c c1 48 c7 45 a8 00 00 00
0x00007fb7e9bc9f95: 00 48 8d 1c c6 c7 45 b0 03 00 00 00 4c 8b 22 0f
0x00007fb7e9bc9fa5: 11 45 b8 48 39 f3 0f 86 0f 01 00 00 4c 8d 75 a0
0x00007fb7e9bc9fb5: 4c 8d 2d 44 3c d1 00 eb 43 66 90 f6 c1 01 74 1a
0x00007fb7e9bc9fc5: 48 8b 02 48 8d 3d b1 86 b1 ff 48 8b 80 00 01 00
0x00007fb7e9bc9fd5: 00 48 39 f8 0f 85 f1 00 00 00 c1 f9 03 48 63 c9
0x00007fb7e9bc9fe5: 4c 8d 3c ce 48 63 4a 0c 4c 89 f7 41 ff 54 cd 00
0x00007fb7e9bc9ff5: 4c 39 fb 0f 86 c2 00 00 00 4c 89 fe 42 0f 18 0c
0x00007fb7e9bca005: 26 48 8d 05 0b 58 cd 00 0f b6 00 84 c0 74 64 48
0x00007fb7e9bca015: 8d 3d 85 3f cd 00 8b 56 08 8b 4f 08 48 d3 e2 48
0x00007fb7e9bca025: 03 17 8b 4a 08 85 c9 7f 92 74 50 3c 01 48 8d 05
0x00007fb7e9bca035: 73 4a cd 00 4d 19 c0 8b 38 41 83 e0 04 89 c8 4e
0x00007fb7e9bca045: 63 44 06 0c c1 f8 10 44 8d 4f ff 0f b6 c0 f7 df
0x00007fb7e9bca055: 4d 63 c9 49 d3 e0 48 63 cf 4c 01 c8 4c 01 c0 48
0x00007fb7e9bca065: 21 c8 48 83 e0 f8 4c 8d 3c 06 e9 75 ff ff ff 0f
0x00007fb7e9bca075: 1f 40 00 48 8b 56 08 eb a9 66 90 48 8b 02 49 89
0x00007fb7e9bca085: f7 48 8b 88 00 01 00 00 48 8d 05 ec 85 b1 ff 48
0x00007fb7e9bca095: 39 c1 0f 84 4c ff ff ff 48 89 75 90 48 89 d7 48
0x00007fb7e9bca0a5: 89 55 98 ff d1 48 8b 75 90 48 8b 55 98 4c 8d 3c
0x00007fb7e9bca0b5: c6 e9 2e ff ff ff 0f 1f 44 00 00 48 83 c4 48 5b
0x00007fb7e9bca0c5: 41 5c 41 5d 41 5e 41 5f 5d c3 90 48 89 75 90 48
0x00007fb7e9bca0d5: 89 d7 48 89 55 98 ff d0 48 8b 75 90 48 8b 55 98
0x00007fb7e9bca0e5: 4c 8d 3c c6 e9 fb fe ff ff 66 90 0f b6 87 80 00
Stack slot to memory mapping:
stack at sp + 0 slots: 0x00000006fbf3ce38 is an oop: java.lang.Class
{0x00000006fbf3ce38} - klass: 'java/lang/Class'
- ---- fields (total size 15 words):
- private volatile transient 'classRedefinedCount' 'I' @12 0 (0x00000000)
- injected 'klass' 'J' @16 140425723057152 (0x00007fb769571400)
- injected 'array_klass' 'J' @24 0 (0x0000000000000000)
- injected 'oop_size' 'I' @32 15 (0x0000000f)
- injected 'static_oop_field_count' 'I' @36 2 (0x00000002)
- private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40 null (0x00000000)
- private transient 'name' 'Ljava/lang/String;' @44 null (0x00000000)
- private transient 'module' 'Ljava/lang/Module;' @48 a 'java/lang/Module'{0x00000006a89c9f28} (0xd51393e5)
- private final 'classLoader' 'Ljava/lang/ClassLoader;' @52 null (0x00000000)
- private transient 'classData' 'Ljava/lang/Object;' @56 a 'java/util/ImmutableCollections$List12'{0x00000006fbf3cf60} (0xdf7e79ec)
- private transient 'packageName' 'Ljava/lang/String;' @60 null (0x00000000)
- private final 'componentType' 'Ljava/lang/Class;' @64 null (0x00000000)
- private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68 null (0x00000000)
- private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72 null (0x00000000)
- private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76 null (0x00000000)
- private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80 null (0x00000000)
- private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84 null (0x00000000)
- private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88 null (0x00000000)
- transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92 null (0x00000000)
- injected 'protection_domain' 'Ljava/lang/Object;' @96 null (0x00000000)
- injected 'signers_name' 'Ljava/lang/Object;' @100 null (0x00000000)
- injected 'source_file' 'Ljava/lang/Object;' @104 null (0x00000000)
- signature: Ljava/lang/invoke/LambdaForm$MH+0x00007fb769571400;
- ---- static fields (2):
- static final '_D_0' 'Ljava/lang/invoke/LambdaForm;' @112 a 'java/lang/invoke/LambdaForm'{0x00000006fbf3cec8} => a 'java/lang/invoke/MemberName'{0x00000006fbf3cf18} = {method} {0x00007fb45700d6d0} 'invoke' '(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/LambdaForm$MH+0x00007fb769571400' (0xdf7e79d9)
- static final '_D_1' 'Ljava/lang/invoke/MethodHandle;' @116 a 'java/lang/invoke/BoundMethodHandle$Species_L'{0x00000006d482db20} (0xda905b64)
stack at sp + 1 slots: 0x00007fb767006c70 is a pointer to class:
java.lang.Class {0x00007fb767006c70}
- instance size: 14
- klass size: 95
- access: public final synchronized
- flags: rewritten has_nonstatic_fields has_nonstatic_concrete_methods is_shared_boot_class has_localvariable_table has_resolved_methods
- state: fully_initialized
- name: 'java/lang/Class'
- super: 'java/lang/Object'
- sub:
- arrays: 'java/lang/Class'[]
- methods: Array<T>(0x00007fb76762c258)
- method ordering: Array<T>(0x00007fb76762c7f0)
- default_methods: Array<T>(0x0000000000000000)
- local interfaces: Array<T>(0x00007fb76762c7b8)
- trans. interfaces: Array<T>(0x00007fb767628c38)
- constants: constant pool [1698]/operands[49] {0x00007fb767628c78} for 'java/lang/Class' cache=0x00007fb76746fe38
- class loader data: loader data: 0x00007fb7e41e1c00 of 'bootstrap'
- source file: 'Class.java'
- class annotations: Array<T>(0x0000000000000000)
- class type annotations: Array<T>(0x0000000000000000)
- field annotations: Array<T>(0x0000000000000000)
- field type annotations: Array<T>(0x0000000000000000)
- generic signature: '<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;Ljava/lang/reflect/GenericDeclaration;Ljava/lang/reflect/Type;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/invoke/TypeDescriptor$OfField<Ljava/lang/Class<*>;>;Ljava/lang/constant/Constable;'
- inner classes: Array<T>(0x00007fb76762c1d0)
- nest members: Array<T>(0x00007fb76762cb98)
- permitted subclasses: Array<T>(0x00007fb767620fe0)
- java mirror: a 'java/lang/Class'{0x00000006a9c0a740} = 'java/lang/Class'
- vtable length 5 (start addr: 0x00007fb767006e38)
- itable length 32 (start addr: 0x00007fb767006e60)
- ---- static fields (5 words):
- private static final 'ANNOTATION' 'I' @136
- private static final 'ENUM' 'I' @140
- private static final 'SYNTHETIC' 'I' @144
- private static 'allPermDomain' 'Ljava/security/ProtectionDomain;' @112
- private static final 'EMPTY_CLASS_ARRAY' '[Ljava/lang/Class;' @116
- private static final 'serialVersionUID' 'J' @128
- private static final 'serialPersistentFields' '[Ljava/io/ObjectStreamField;' @120
- private static 'reflectionFactory' 'Ljdk/internal/reflect/ReflectionFactory;' @124
- ---- non-static fields (24 words):
- private volatile transient 'classRedefinedCount' 'I' @12
- injected 'klass' 'J' @16
- injected 'array_klass' 'J' @24
- injected 'oop_size' 'I' @32
- injected 'static_oop_field_count' 'I' @36
- private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40
- private transient 'name' 'Ljava/lang/String;' @44
- private transient 'module' 'Ljava/lang/Module;' @48
- private final 'classLoader' 'Ljava/lang/ClassLoader;' @52
- private transient 'classData' 'Ljava/lang/Object;' @56
- private transient 'packageName' 'Ljava/lang/String;' @60
- private final 'componentType' 'Ljava/lang/Class;' @64
- private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68
- private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72
- private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76
- private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80
- private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84
- private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88
- transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92
- injected 'protection_domain' 'Ljava/lang/Object;' @96
- injected 'signers_name' 'Ljava/lang/Object;' @100
- injected 'source_file' 'Ljava/lang/Object;' @104
- non-static oop maps: 40-104
stack at sp + 2 slots: 0x00007fb7ea7d5bf8: <offset 0x00000000013d5bf8> in /home/dev/.sdkman/candidates/java/21.0.1-tem/lib/server/libjvm.so at 0x00007fb7e9400000
stack at sp + 3 slots: 0x0 is null
stack at sp + 4 slots: 0x00007fb700000003 points into unknown readable memory: 00 b7 7f 00 00
stack at sp + 5 slots: 0x00007fb7e403df80 points into unknown readable memory: 0x00007fb7ea88bdf0 | f0 bd 88 ea b7 7f 00 00
stack at sp + 6 slots: 0x00007fb7e40aa260 points into unknown readable memory: 0x00007fb7e40b5980 | 80 59 0b e4 b7 7f 00 00
stack at sp + 7 slots: 0x0 is null
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00007fb5cc292480, length=588, elements={
0x00007fb7e402ae20, 0x00007fb7e4211120, 0x00007fb7e4212770, 0x00007fb7e4214250,
0x00007fb7e4215890, 0x00007fb7e4216e30, 0x00007fb7e42189f0, 0x00007fb7e421a0b0,
0x00007fb7e4235180, 0x00007fb7e42d43e0, 0x00007fb7e52537a0, 0x00007fb7e52e3860,
0x00007fb7e533c4f0, 0x00007fb6bc21d5d0, 0x00007fb6bc22bd40, 0x00007fb6bc5c8670,
0x00007fb6bcc895d0, 0x00007fb6bcc8aaf0, 0x00007fb6bccdaf10, 0x00007fb6bccdced0,
0x00007fb6bccde1a0, 0x00007fb6bccdf330, 0x00007fb6bcce05f0, 0x00007fb6bcce18c0,
0x00007fb6bcce2b90, 0x00007fb6bcce3e70, 0x00007fb6bcce5150, 0x00007fb6bcead280,
0x00007fb6bcfc18c0, 0x00007fb6bd112c10, 0x00007fb6bd121380, 0x00007fb6bca244c0,
0x00007fb6bd4cf8c0, 0x00007fb6bd4d0bd0, 0x00007fb6bd4e14d0, 0x00007fb6bd4e26d0,
0x00007fb6bd4e3870, 0x00007fb6bd4e4a10, 0x00007fb6bd4e5ba0, 0x00007fb6bd4e6f10,
0x00007fb6bd4e80a0, 0x00007fb6bd4e9420, 0x00007fb6bd4ea7b0, 0x00007fb6bd4ebb40,
0x00007fb6bd9fdc80, 0x00007fb72001ac30, 0x00007fb72001ba90, 0x00007fb72001ed10,
0x00007fb7240614d0, 0x00007fb72803a4f0, 0x00007fb73830c4a0, 0x00007fb72803ac00,
0x00007fb740009690, 0x00007fb7483b2f00, 0x00007fb71c056960, 0x00007fb6e8018ba0,
0x00007fb734217640, 0x00007fb7200172d0, 0x00007fb65c005b30, 0x00007fb5203bb1d0,
0x00007fb6700156d0, 0x00007fb69c0634b0, 0x00007fb73826c990, 0x00007fb7380c70f0,
0x00007fb738053cb0, 0x00007fb740071340, 0x00007fb7400738f0, 0x00007fb740072b50,
0x00007fb7400451e0, 0x00007fb7bc0d2c10, 0x00007fb7ac0250f0, 0x00007fb7ac347d50,
0x00007fb7ac2199d0, 0x00007fb7ac23e9a0, 0x00007fb7e4036c40, 0x00007fb7e40398a0,
0x00007fb7e4037350, 0x00007fb7e403be30, 0x00007fb48c007760, 0x00007fb48c0099f0,
0x00007fb48c00c510, 0x00007fb4803469c0, 0x00007fb480349c50, 0x00007fb4803478f0,
0x00007fb48034cea0, 0x00007fb4c8168490, 0x00007fb4c816a2e0, 0x00007fb4c8162be0,
0x00007fb4c8175a70, 0x00007fb4dc006020, 0x00007fb4dc0180f0, 0x00007fb4dc016cf0,
0x00007fb4f800a050, 0x00007fb5180083a0, 0x00007fb518008cb0, 0x00007fb51800a7e0,
0x00007fb51800b6d0, 0x00007fb530000cf0, 0x00007fb5300067f0, 0x00007fb53000b710,
0x00007fb65c0460c0, 0x00007fb564006a00, 0x00007fb564008380, 0x00007fb564007520,
0x00007fb580007120, 0x00007fb5a8006e90, 0x00007fb5a8007930, 0x00007fb5a8009680,
0x00007fb63000a9a0, 0x00007fb638006630, 0x00007fb638029ab0, 0x00007fb638028210,
0x00007fb638428610, 0x00007fb63c9bae50, 0x00007fb63c473560, 0x00007fb63c3cd570,
0x00007fb69c108c60, 0x00007fb664158630, 0x00007fb664159cf0, 0x00007fb66415b540,
0x00007fb678182920, 0x00007fb6641594c0, 0x00007fb6f80128b0, 0x00007fb664156a30,
0x00007fb708074390, 0x00007fb7080b3720, 0x00007fb70813df30, 0x00007fb70813f740,
0x00007fb6641577f0, 0x00007fb664144c40, 0x00007fb70401e550, 0x00007fb704073a20,
0x00007fb7e533e3b0, 0x00007fb47400af50, 0x00007fb47400c4c0, 0x00007fb47400cbd0,
0x00007fb490008210, 0x00007fb4a0018b50, 0x00007fb4a00198e0, 0x00007fb4a001b940,
0x00007fb4a001c3b0, 0x00007fb65c00f0e0, 0x00007fb65c006cf0, 0x00007fb520592540,
0x00007fb520804430, 0x00007fb5203f0730, 0x00007fb5200141a0, 0x00007fb5208410b0,
0x00007fb52048d9c0, 0x00007fb5204f4e80, 0x00007fb520063440, 0x00007fb52025fd70,
0x00007fb520b0be40, 0x00007fb520eb5cd0, 0x00007fb520e83de0, 0x00007fb52001b930,
0x00007fb520396370, 0x00007fb520437620, 0x00007fb520445c10, 0x00007fb520451d40,
0x00007fb520557f50, 0x00007fb520587be0, 0x00007fb52059fc00, 0x00007fb520667350,
0x00007fb5206a6910, 0x00007fb5206b2b80, 0x00007fb5207133f0, 0x00007fb520737730,
0x00007fb5207681a0, 0x00007fb52079ba40, 0x00007fb5207b3c20, 0x00007fb520872ad0,
0x00007fb52089a9d0, 0x00007fb520935780, 0x00007fb52094fc80, 0x00007fb520a99240,
0x00007fb520b7d7b0, 0x00007fb73c0f9ce0, 0x00007fb520ba4800, 0x00007fb520bb0c20,
0x00007fb520bd7540, 0x00007fb520be5b60, 0x00007fb520c0ca80, 0x00007fb520c8e340,
0x00007fb520cc0ce0, 0x00007fb520ccd0d0, 0x00007fb520ce5690, 0x00007fb520cfddb0,
0x00007fb520d16580, 0x00007fb520d2ec90, 0x00007fb520d77e00, 0x00007fb520285160,
0x00007fb520e2bc00, 0x00007fb5206d7080, 0x00007fb520a4bb40, 0x00007fb520d533d0,
0x00007fb520bbceb0, 0x00007fb520b4be10, 0x00007fb520a8ce10, 0x00007fb52099d2e0,
0x00007fb5208d8c50, 0x00007fb5206fb310, 0x00007fb52051b920, 0x00007fb5203557f0,
0x00007fb520ddf020, 0x00007fb520d93b00, 0x00007fb520c3f9f0, 0x00007fb520811a30,
0x00007fb520502680, 0x00007fb520dd2d50, 0x00007fb520cd9320, 0x00007fb520b3faa0,
0x00007fb520a670e0, 0x00007fb5209df0c0, 0x00007fb52068b7b0, 0x00007fb5209682e0,
0x00007fb52000c870, 0x00007fb520d6ba90, 0x00007fb52095c0d0, 0x00007fb520d471a0,
0x00007fb5208f0eb0, 0x00007fb520776770, 0x00007fb5205f4b70, 0x00007fb520e38280,
0x00007fb520af2bf0, 0x00007fb520dc6b70, 0x00007fb5207d8460, 0x00007fb520abf9c0,
0x00007fb520a24bb0, 0x00007fb520533970, 0x00007fb52071f550, 0x00007fb52084e6d0,
0x00007fb520deb380, 0x00007fb520e77ae0, 0x00007fb520d227c0, 0x00007fb5202b8b80,
0x00007fb5203449e0, 0x00007fb52087ed10, 0x00007fb520d3ae30, 0x00007fb520e83570,
0x00007fb520829a90, 0x00007fb5203ae460, 0x00007fb520a18570, 0x00007fb520cf18d0,
0x00007fb5209a9780, 0x00007fb5207f84c0, 0x00007fb520d5f860, 0x00007fb520c4cb10,
0x00007fb520743b00, 0x00007fb52049bc80, 0x00007fb520601040, 0x00007fb5208a6be0,
0x00007fb520e5f380, 0x00007fb520c26cd0, 0x00007fb520e44a30, 0x00007fb520c73620,
0x00007fb520a73460, 0x00007fb520c9a580, 0x00007fb520c7fac0, 0x00007fb5206becc0,
0x00007fb520e92510, 0x00007fb52049cfa0, 0x00007fb520afec90, 0x00007fb520929010,
0x00007fb5207f9990, 0x00007fb520673550, 0x00007fb520cb3b10, 0x00007fb5208fd180,
0x00007fb520974590, 0x00007fb520b2b080, 0x00007fb520b64a30, 0x00007fb520b0af50,
0x00007fb5202f4390, 0x00007fb5204b4520, 0x00007fb520361a20, 0x00007fb5205e66d0,
0x00007fb5200008e0, 0x00007fb52054bbd0, 0x00007fb520388650, 0x00007fb520e6b670,
0x00007fb520866890, 0x00007fb5209b5850, 0x00007fb520d84970, 0x00007fb520a31070,
0x00007fb5206e30c0, 0x00007fb520ab3590, 0x00007fb5209d4340, 0x00007fb52036e3a0,
0x00007fb5204f6980, 0x00007fb52074fe20, 0x00007fb5209eb5f0, 0x00007fb520b71150,
0x00007fb52001fff0, 0x00007fb5208364f0, 0x00007fb520c58e80, 0x00007fb520343d40,
0x00007fb52030aaf0, 0x00007fb5205ccac0, 0x00007fb520909630, 0x00007fb520460170,
0x00007fb520a0bfc0, 0x00007fb520b58370, 0x00007fb520d09f50, 0x00007fb52037c810,
0x00007fb5203ba040, 0x00007fb5207c0010, 0x00007fb5204061a0, 0x00007fb5202a12a0,
0x00007fb520dba370, 0x00007fb520c00510, 0x00007fb52065a900, 0x00007fb5200058d0,
0x00007fb520e05b70, 0x00007fb520e1f5a0, 0x00007fb520012bf0, 0x00007fb5205bad00,
0x00007fb520a80800, 0x00007fb520a5a970, 0x00007fb52063f9a0, 0x00007fb520c19080,
0x00007fb520c331b0, 0x00007fb5202bcb30, 0x00007fb520066d40, 0x00007fb52006e050,
0x00007fb520065d90, 0x00007fb520067cc0, 0x00007fb520069c70, 0x00007fb520064df0,
0x00007fb5200170d0, 0x00007fb520063e50, 0x00007fb520068c80, 0x00007fb520b19560,
0x00007fb520475bd0, 0x00007fb5204bf380, 0x00007fb5202b9720, 0x00007fb5206992e0,
0x00007fb520006610, 0x00007fb5203d5350, 0x00007fb5202bdcf0, 0x00007fb5200737c0,
0x00007fb520074950, 0x00007fb520a0b150, 0x00007fb5200714b0, 0x00007fb520071bc0,
0x00007fb520072630, 0x00007fb520072d40, 0x00007fb52006ac40, 0x00007fb52006b350,
0x00007fb5202ba7d0, 0x00007fb5202baee0, 0x00007fb5202bb980, 0x00007fb5202bc090,
0x00007fb520070330, 0x00007fb520070a40, 0x00007fb52006f1c0, 0x00007fb52006f8d0,
0x00007fb52006bd90, 0x00007fb52006c4a0, 0x00007fb52006cef0, 0x00007fb52006d600,
0x00007fb52000d0b0, 0x00007fb52000d7c0, 0x00007fb5204052f0, 0x00007fb520405a00,
0x00007fb5205b1c90, 0x00007fb5205b23a0, 0x00007fb5203d6570, 0x00007fb5205d8520,
0x00007fb5205d8c30, 0x00007fb52064b760, 0x00007fb52064be70, 0x00007fb5208cb930,
0x00007fb5208cc040, 0x00007fb5205d0090, 0x00007fb5205d07a0, 0x00007fb5208353f0,
0x00007fb520835b00, 0x00007fb5209fbb30, 0x00007fb52000f200, 0x00007fb52000e150,
0x00007fb52000e860, 0x00007fb5200188f0, 0x00007fb520406f60, 0x00007fb5205862f0,
0x00007fb520b892d0, 0x00007fb520b899e0, 0x00007fb520ca63c0, 0x00007fb520ca6ad0,
0x00007fb520980180, 0x00007fb520c64bf0, 0x00007fb520c65300, 0x00007fb52046be70,
0x00007fb5203e4370, 0x00007fb5203e4a80, 0x00007fb4f09002a0, 0x00007fb4f0181800,
0x00007fb4f0001140, 0x00007fb4f0271290, 0x00007fb4f01b79b0, 0x00007fb4f01b4020,
0x00007fb4f09f5ca0, 0x00007fb4f09f7740, 0x00007fb4f09f6a80, 0x00007fb4f09f0620,
0x00007fb4f09f0ee0, 0x00007fb4f09f1ce0, 0x00007fb4f09f25a0, 0x00007fb4f02ae470,
0x00007fb508005050, 0x00007fb4f02af0c0, 0x00007fb4f02b07f0, 0x00007fb4f02afae0,
0x00007fb4f02b1610, 0x00007fb4f02b24d0, 0x00007fb4f02b3380, 0x00007fb4f02b4230,
0x00007fb4f02b50f0, 0x00007fb4f02a3c80, 0x00007fb51000acf0, 0x00007fb5100106f0,
0x00007fb51000b400, 0x00007fb510010e00, 0x00007fb510011d20, 0x00007fb510012c50,
0x00007fb510013b50, 0x00007fb510014810, 0x00007fb510015600, 0x00007fb5180b7690,
0x00007fb5180b8ff0, 0x00007fb5180b8240, 0x00007fb51800e720, 0x00007fb51800ee30,
0x00007fb51800f9e0, 0x00007fb50402c050, 0x00007fb50402d540, 0x00007fb52c035420,
0x00007fb52c036920, 0x00007fb52c035b30, 0x00007fb52c037030, 0x00007fb510017820,
0x00007fb51000e2d0, 0x00007fb51000fe70, 0x00007fb4f802a610, 0x00007fb5cc315bb0,
0x00007fb520acbf70, 0x00007fb50001bdb0, 0x00007fb5dc0008e0, 0x00007fb5e0009c90,
0x00007fb5300141c0, 0x00007fb5f8053b90, 0x00007fb508039c10, 0x00007fb6009c6610,
0x00007fb528060980, 0x00007fb610051a40, 0x00007fb53400d0a0, 0x00007fb618048540,
0x00007fb4f402dca0, 0x00007fb50c00a070, 0x00007fb62800f270, 0x00007fb624007fb0,
0x00007fb5e8472190, 0x00007fb5e41f36b0, 0x00007fb608005790, 0x00007fb5f4001520,
0x00007fb5f4007010, 0x00007fb5e456a3e0, 0x00007fb608005ea0, 0x00007fb5e84728a0,
0x00007fb5f8342b50, 0x00007fb5e0003a40, 0x00007fb5f8059320, 0x00007fb600f53480,
0x00007fb600f47110, 0x00007fb5e0004150, 0x00007fb5e0004b10, 0x00007fb5f81c15e0,
0x00007fb5dc017700, 0x00007fb5dc018670, 0x00007fb5dc0073c0, 0x00007fb6010913b0,
0x00007fb5d8023bf0, 0x00007fb5d80252d0, 0x00007fb5cc304ca0, 0x00007fb5cc283a00,
0x00007fb5cc30b5d0, 0x00007fb510029d00, 0x00007fb6a87083a0, 0x00007fb60c00a830,
0x00007fb60c0072a0, 0x00007fb62c35ffb0, 0x00007fb62c10ce10, 0x00007fb624006dd0,
0x00007fb624008de0, 0x00007fb624009b90, 0x00007fb63023b1e0, 0x00007fb630009a50,
0x00007fb5400341e0, 0x00007fb620008760, 0x00007fb62000a280, 0x00007fb628012990,
0x00007fb61804c000, 0x00007fb61804eb40, 0x00007fb61804cb20, 0x00007fb610052150,
0x00007fb610057ee0, 0x00007fb610052e90, 0x00007fb6d8015250, 0x00007fb628011260,
0x00007fb628014230, 0x00007fb5140152e0, 0x00007fb5480204b0, 0x00007fb71004ef40,
0x00007fb70c00afb0, 0x00007fb6a401fcc0, 0x00007fb6a404c9b0, 0x00007fb6a8c09420,
0x00007fb6a8ca7550, 0x00007fb6a85a6270, 0x00007fb700066b50, 0x00007fb70001cb20,
0x00007fb6d808a0d0, 0x00007fb6d80141c0, 0x00007fb6d8090720, 0x00007fb71405ab00,
0x00007fb7180513a0, 0x00007fb71804c960, 0x00007fb7140790e0, 0x00007fb710051fc0,
0x00007fb71004bca0, 0x00007fb7100cb330, 0x00007fb70c043e00, 0x00007fb70c032e10,
0x00007fb70c057660, 0x00007fb4ec004b00, 0x00007fb7c001a700, 0x00007fb54c0a5d50,
0x00007fb474006380, 0x00007fb538008b80, 0x00007fb490006ec0, 0x00007fb51c0bfcc0,
0x00007fb494006eb0, 0x00007fb7e4037fb0, 0x00007fb7e4038f40, 0x00007fb48019f4d0,
0x00007fb480306a20, 0x00007fb7c000ce10, 0x00007fb474007b70, 0x00007fb47401a850,
0x00007fb47400d6d0, 0x00007fb7c00bbf70, 0x00007fb7c0013440, 0x00007fb48c0082f0,
0x00007fb48c00bc90, 0x00007fb490009450, 0x00007fb490016de0, 0x00007fb490009b90,
0x00007fb4a000c430, 0x00007fb4a0008dc0, 0x00007fb4940097b0, 0x00007fb49400a690,
0x00007fb49400bbd0, 0x00007fb4f01c6ef0, 0x00007fb4f802b730, 0x00007fb50402b170,
0x00007fb4fc0135a0, 0x00007fb4f402ed70, 0x00007fb4f400ad70, 0x00007fb4f802c230,
0x00007fb4f802e6a0, 0x00007fb4f802d4a0, 0x00007fb50803b200, 0x00007fb508075110,
0x00007fb4fc11b990, 0x00007fb4fc1298e0, 0x00007fb4fc12b890, 0x00007fb504398af0,
0x00007fb5cc32b530, 0x00007fb5043996b0, 0x00007fb50c087b40, 0x00007fb4fc13ac00,
0x00007fb5202be400, 0x00007fb530019a10, 0x00007fb4f800e930, 0x00007fb73c3a1c90,
0x00007fb73c4c01e0, 0x00007fb5cc2c2090, 0x00007fb5cc308350, 0x00007fb5cc2acad0
}
Java Threads: ( => current thread )
0x00007fb7e402ae20 JavaThread "main" [_thread_blocked, id=130306, stack(0x00007fb7e9213000,0x00007fb7e9313000) (1024K)]
0x00007fb7e4211120 JavaThread "Reference Handler" daemon [_thread_blocked, id=130332, stack(0x00007fb7b5f00000,0x00007fb7b6000000) (1024K)]
0x00007fb7e4212770 JavaThread "Finalizer" daemon [_thread_blocked, id=130335, stack(0x00007fb7b5b00000,0x00007fb7b5c00000) (1024K)]
0x00007fb7e4214250 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=130337, stack(0x00007fb7b59ff000,0x00007fb7b5aff000) (1024K)]
0x00007fb7e4215890 JavaThread "Service Thread" daemon [_thread_blocked, id=130340, stack(0x00007fb7b58fe000,0x00007fb7b59fe000) (1024K)]
0x00007fb7e4216e30 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=130342, stack(0x00007fb7b57fd000,0x00007fb7b58fd000) (1024K)]
0x00007fb7e42189f0 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=130343, stack(0x00007fb7b56fc000,0x00007fb7b57fc000) (1024K)]
0x00007fb7e421a0b0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=130345, stack(0x00007fb7b55fb000,0x00007fb7b56fb000) (1024K)]
0x00007fb7e4235180 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=130351, stack(0x00007fb7b5328000,0x00007fb7b5428000) (1024K)]
0x00007fb7e42d43e0 JavaThread "Notification Thread" daemon [_thread_blocked, id=130358, stack(0x00007fb7b5025000,0x00007fb7b5125000) (1024K)]
0x00007fb7e52537a0 JavaThread "Daemon health stats" [_thread_blocked, id=130482, stack(0x00007fb7b4300000,0x00007fb7b4400000) (1024K)]
0x00007fb7e52e3860 JavaThread "Incoming local TCP Connector on port 44909" [_thread_in_native, id=130489, stack(0x00007fb7b4700000,0x00007fb7b4800000) (1024K)]
0x00007fb7e533c4f0 JavaThread "Daemon periodic checks" [_thread_blocked, id=130491, stack(0x00007fb7b41ff000,0x00007fb7b42ff000) (1024K)]
0x00007fb6bc21d5d0 JavaThread "Cache worker for journal cache (/home/dev/.gradle/caches/journal-1)" [_thread_blocked, id=130518, stack(0x00007fb7617e9000,0x00007fb7618e9000) (1024K)]
0x00007fb6bc22bd40 JavaThread "File lock request listener" [_thread_in_native, id=130519, stack(0x00007fb7616e8000,0x00007fb7617e8000) (1024K)]
0x00007fb6bc5c8670 JavaThread "Cache worker for file hash cache (/home/dev/.gradle/caches/8.4/fileHashes)" [_thread_blocked, id=130527, stack(0x00007fb7615e7000,0x00007fb7616e7000) (1024K)]
0x00007fb6bcc895d0 JavaThread "File watcher server" daemon [_thread_in_native, id=130539, stack(0x00007fb760fe1000,0x00007fb7610e1000) (1024K)]
0x00007fb6bcc8aaf0 JavaThread "File watcher consumer" daemon [_thread_blocked, id=130540, stack(0x00007fb760ee0000,0x00007fb760fe0000) (1024K)]
0x00007fb6bccdaf10 JavaThread "jar transforms" [_thread_blocked, id=130543, stack(0x00007fb760ddf000,0x00007fb760edf000) (1024K)]
0x00007fb6bccdced0 JavaThread "jar transforms Thread 2" [_thread_blocked, id=130544, stack(0x00007fb760cde000,0x00007fb760dde000) (1024K)]
0x00007fb6bccde1a0 JavaThread "jar transforms Thread 3" [_thread_blocked, id=130545, stack(0x00007fb760bdd000,0x00007fb760cdd000) (1024K)]
0x00007fb6bccdf330 JavaThread "jar transforms Thread 4" [_thread_blocked, id=130546, stack(0x00007fb760adc000,0x00007fb760bdc000) (1024K)]
0x00007fb6bcce05f0 JavaThread "jar transforms Thread 5" [_thread_blocked, id=130547, stack(0x00007fb7609db000,0x00007fb760adb000) (1024K)]
0x00007fb6bcce18c0 JavaThread "jar transforms Thread 6" [_thread_blocked, id=130548, stack(0x00007fb7608da000,0x00007fb7609da000) (1024K)]
0x00007fb6bcce2b90 JavaThread "jar transforms Thread 7" [_thread_blocked, id=130549, stack(0x00007fb7607d9000,0x00007fb7608d9000) (1024K)]
0x00007fb6bcce3e70 JavaThread "jar transforms Thread 8" [_thread_blocked, id=130550, stack(0x00007fb7606d8000,0x00007fb7607d8000) (1024K)]
0x00007fb6bcce5150 JavaThread "jar transforms Thread 9" [_thread_blocked, id=130551, stack(0x00007fb7605d7000,0x00007fb7606d7000) (1024K)]
0x00007fb6bcead280 JavaThread "Cache worker for file content cache (/home/dev/.gradle/caches/8.4/fileContent)" [_thread_blocked, id=130632, stack(0x00007fb7b4e23000,0x00007fb7b4f23000) (1024K)]
0x00007fb6bcfc18c0 JavaThread "Cache worker for execution history cache (/home/dev/.gradle/caches/8.4/executionHistory)" [_thread_blocked, id=130637, stack(0x00007fb7601d3000,0x00007fb7602d3000) (1024K)]
0x00007fb6bd112c10 JavaThread "jar transforms Thread 10" [_thread_blocked, id=130640, stack(0x00007fb7600d2000,0x00007fb7601d2000) (1024K)]
0x00007fb6bd121380 JavaThread "jar transforms Thread 11" [_thread_blocked, id=130641, stack(0x00007fb653f00000,0x00007fb654000000) (1024K)]
0x00007fb6bca244c0 JavaThread "jar transforms Thread 12" [_thread_blocked, id=130652, stack(0x00007fb653afc000,0x00007fb653bfc000) (1024K)]
0x00007fb6bd4cf8c0 JavaThread "jar transforms Thread 13" [_thread_blocked, id=130655, stack(0x00007fb6539fb000,0x00007fb653afb000) (1024K)]
0x00007fb6bd4d0bd0 JavaThread "jar transforms Thread 14" [_thread_blocked, id=130656, stack(0x00007fb6538fa000,0x00007fb6539fa000) (1024K)]
0x00007fb6bd4e14d0 JavaThread "jar transforms Thread 15" [_thread_blocked, id=130657, stack(0x00007fb6537f9000,0x00007fb6538f9000) (1024K)]
0x00007fb6bd4e26d0 JavaThread "jar transforms Thread 16" [_thread_blocked, id=130658, stack(0x00007fb6536f8000,0x00007fb6537f8000) (1024K)]
0x00007fb6bd4e3870 JavaThread "jar transforms Thread 17" [_thread_blocked, id=130659, stack(0x00007fb6535f7000,0x00007fb6536f7000) (1024K)]
0x00007fb6bd4e4a10 JavaThread "jar transforms Thread 18" [_thread_blocked, id=130660, stack(0x00007fb6534f6000,0x00007fb6535f6000) (1024K)]
0x00007fb6bd4e5ba0 JavaThread "jar transforms Thread 19" [_thread_blocked, id=130661, stack(0x00007fb6533f5000,0x00007fb6534f5000) (1024K)]
0x00007fb6bd4e6f10 JavaThread "jar transforms Thread 20" [_thread_blocked, id=130662, stack(0x00007fb6532f4000,0x00007fb6533f4000) (1024K)]
0x00007fb6bd4e80a0 JavaThread "jar transforms Thread 21" [_thread_blocked, id=130663, stack(0x00007fb6531f3000,0x00007fb6532f3000) (1024K)]
0x00007fb6bd4e9420 JavaThread "jar transforms Thread 22" [_thread_blocked, id=130664, stack(0x00007fb6530f2000,0x00007fb6531f2000) (1024K)]
0x00007fb6bd4ea7b0 JavaThread "jar transforms Thread 23" [_thread_blocked, id=130665, stack(0x00007fb652ff1000,0x00007fb6530f1000) (1024K)]
0x00007fb6bd4ebb40 JavaThread "jar transforms Thread 24" [_thread_blocked, id=130666, stack(0x00007fb652ef0000,0x00007fb652ff0000) (1024K)]
0x00007fb6bd9fdc80 JavaThread "Memory manager" [_thread_blocked, id=130706, stack(0x00007fb6513d5000,0x00007fb6514d5000) (1024K)]
0x00007fb72001ac30 JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_blocked, id=131019, stack(0x00007fb469def000,0x00007fb469eef000) (1024K)]
0x00007fb72001ba90 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=131020, stack(0x00007fb469cee000,0x00007fb469dee000) (1024K)]
0x00007fb72001ed10 JavaThread "ForkJoinPool.commonPool-worker-5" daemon [_thread_blocked, id=131021, stack(0x00007fb469bed000,0x00007fb469ced000) (1024K)]
0x00007fb7240614d0 JavaThread "ForkJoinPool.commonPool-worker-7" daemon [_thread_blocked, id=131024, stack(0x00007fb4698ea000,0x00007fb4699ea000) (1024K)]
0x00007fb72803a4f0 JavaThread "ForkJoinPool.commonPool-worker-8" daemon [_thread_blocked, id=131025, stack(0x00007fb4697e9000,0x00007fb4698e9000) (1024K)]
0x00007fb73830c4a0 JavaThread "ForkJoinPool.commonPool-worker-9" daemon [_thread_blocked, id=131026, stack(0x00007fb4696e8000,0x00007fb4697e8000) (1024K)]
0x00007fb72803ac00 JavaThread "ForkJoinPool.commonPool-worker-10" daemon [_thread_blocked, id=131027, stack(0x00007fb4695e7000,0x00007fb4696e7000) (1024K)]
0x00007fb740009690 JavaThread "ForkJoinPool.commonPool-worker-11" daemon [_thread_blocked, id=131028, stack(0x00007fb4694e6000,0x00007fb4695e6000) (1024K)]
0x00007fb7483b2f00 JavaThread "ForkJoinPool.commonPool-worker-12" daemon [_thread_blocked, id=133273, stack(0x00007fb6526e8000,0x00007fb6527e8000) (1024K)]
0x00007fb71c056960 JavaThread "ForkJoinPool.commonPool-worker-13" daemon [_thread_blocked, id=133274, stack(0x00007fb4700c2000,0x00007fb4701c2000) (1024K)]
0x00007fb6e8018ba0 JavaThread "Cache worker for Java compile cache (/home/dev/.gradle/caches/8.4/javaCompile)" [_thread_blocked, id=133310, stack(0x00007fb46a1f3000,0x00007fb46a2f3000) (1024K)]
0x00007fb734217640 JavaThread "ForkJoinPool.commonPool-worker-14" daemon [_thread_blocked, id=135866, stack(0x00007fb46a8fa000,0x00007fb46a9fa000) (1024K)]
0x00007fb7200172d0 JavaThread "Daemon Thread 4" [_thread_blocked, id=136136, stack(0x00007fb7603d5000,0x00007fb7604d5000) (1024K)]
0x00007fb65c005b30 JavaThread "Daemon worker Thread 4" [_thread_blocked, id=136139, stack(0x00007fb4703c5000,0x00007fb4704c5000) (1024K)]
0x00007fb5203bb1d0 JavaThread "included builds" [_thread_blocked, id=136414, stack(0x00007fb471bdd000,0x00007fb471cdd000) (1024K)]
0x00007fb6700156d0 JavaThread "process reaper" daemon [_thread_blocked, id=136447, stack(0x00007fb55009f000,0x00007fb5500c1000) (136K)]
0x00007fb69c0634b0 JavaThread "Exec process Thread 68" [_thread_in_native, id=136493, stack(0x00007fb46a2f4000,0x00007fb46a3f4000) (1024K)]
0x00007fb73826c990 JavaThread "Exec process Thread 69" [_thread_blocked, id=136495, stack(0x00007fb46a0f2000,0x00007fb46a1f2000) (1024K)]
0x00007fb7380c70f0 JavaThread "Exec process Thread 70" [_thread_in_native, id=136496, stack(0x00007fb469ff1000,0x00007fb46a0f1000) (1024K)]
0x00007fb738053cb0 JavaThread "Exec process Thread 71" [_thread_blocked, id=136517, stack(0x00007fb4693e5000,0x00007fb4694e5000) (1024K)]
0x00007fb740071340 JavaThread "process reaper (pid 139769)" daemon [_thread_in_native, id=136527, stack(0x00007fb55007c000,0x00007fb55009e000) (136K)]
0x00007fb7400738f0 JavaThread "Exec process Thread 72" [_thread_in_native, id=136530, stack(0x00007fb468fe1000,0x00007fb4690e1000) (1024K)]
0x00007fb740072b50 JavaThread "Exec process Thread 73" [_thread_in_native, id=136531, stack(0x00007fb468ee0000,0x00007fb468fe0000) (1024K)]
0x00007fb7400451e0 JavaThread "Exec process Thread 74" [_thread_in_native, id=136532, stack(0x00007fb468ddf000,0x00007fb468edf000) (1024K)]
0x00007fb7bc0d2c10 JavaThread "Exec process Thread 75" [_thread_in_native, id=136540, stack(0x00007fb468adc000,0x00007fb468bdc000) (1024K)]
0x00007fb7ac0250f0 JavaThread "process reaper (pid 139745)" daemon [_thread_in_native, id=136541, stack(0x00007fb65002e000,0x00007fb650050000) (136K)]
0x00007fb7ac347d50 JavaThread "Exec process Thread 76" [_thread_in_native, id=136543, stack(0x00007fb4688da000,0x00007fb4689da000) (1024K)]
0x00007fb7ac2199d0 JavaThread "Exec process Thread 77" [_thread_blocked, id=136545, stack(0x00007fb4687d9000,0x00007fb4688d9000) (1024K)]
0x00007fb7ac23e9a0 JavaThread "Exec process Thread 78" [_thread_blocked, id=136548, stack(0x00007fb4686d8000,0x00007fb4687d8000) (1024K)]
0x00007fb7e4036c40 JavaThread "process reaper (pid 139438)" daemon [_thread_in_native, id=136550, stack(0x00007fb65000b000,0x00007fb65002d000) (136K)]
0x00007fb7e40398a0 JavaThread "Exec process Thread 79" [_thread_in_native, id=136554, stack(0x00007fb4684d6000,0x00007fb4685d6000) (1024K)]
0x00007fb7e4037350 JavaThread "Exec process Thread 80" [_thread_in_native, id=136555, stack(0x00007fb4683d5000,0x00007fb4684d5000) (1024K)]
0x00007fb7e403be30 JavaThread "Exec process Thread 81" [_thread_blocked, id=136557, stack(0x00007fb4682d4000,0x00007fb4683d4000) (1024K)]
0x00007fb48c007760 JavaThread "process reaper (pid 139472)" daemon [_thread_in_native, id=136570, stack(0x00007fb76008c000,0x00007fb7600ae000) (136K)]
0x00007fb48c0099f0 JavaThread "Exec process Thread 82" [_thread_blocked, id=136574, stack(0x00007fb4680d2000,0x00007fb4681d2000) (1024K)]
0x00007fb48c00c510 JavaThread "Exec process Thread 83" [_thread_in_native, id=136575, stack(0x00007fb467fd1000,0x00007fb4680d1000) (1024K)]
0x00007fb4803469c0 JavaThread "process reaper (pid 139352)" daemon [_thread_in_native, id=136627, stack(0x00007fb650051000,0x00007fb650073000) (136K)]
0x00007fb480349c50 JavaThread "Exec process Thread 84" [_thread_in_native, id=136629, stack(0x00007fb467cce000,0x00007fb467dce000) (1024K)]
0x00007fb4803478f0 JavaThread "Exec process Thread 85" [_thread_in_native, id=136630, stack(0x00007fb467bcd000,0x00007fb467ccd000) (1024K)]
0x00007fb48034cea0 JavaThread "Exec process Thread 86" [_thread_blocked, id=136632, stack(0x00007fb467acc000,0x00007fb467bcc000) (1024K)]
0x00007fb4c8168490 JavaThread "process reaper (pid 139368)" daemon [_thread_in_native, id=136649, stack(0x00007fb650074000,0x00007fb650096000) (136K)]
0x00007fb4c816a2e0 JavaThread "Exec process Thread 87" [_thread_in_native, id=136652, stack(0x00007fb4677c9000,0x00007fb4678c9000) (1024K)]
0x00007fb4c8162be0 JavaThread "Exec process Thread 88" [_thread_in_native, id=136654, stack(0x00007fb4676c8000,0x00007fb4677c8000) (1024K)]
0x00007fb4c8175a70 JavaThread "Exec process Thread 89" [_thread_blocked, id=136658, stack(0x00007fb4675c7000,0x00007fb4676c7000) (1024K)]
0x00007fb4dc006020 JavaThread "process reaper (pid 139139)" daemon [_thread_in_native, id=136697, stack(0x00007fb7600af000,0x00007fb7600d1000) (136K)]
0x00007fb4dc0180f0 JavaThread "Exec process Thread 90" [_thread_in_native, id=136701, stack(0x00007fb4671c3000,0x00007fb4672c3000) (1024K)]
0x00007fb4dc016cf0 JavaThread "Exec process Thread 91" [_thread_in_native, id=136703, stack(0x00007fb4670c2000,0x00007fb4671c2000) (1024K)]
0x00007fb4f800a050 JavaThread "Exec process Thread 92" [_thread_in_native, id=136713, stack(0x00007fb466dbf000,0x00007fb466ebf000) (1024K)]
0x00007fb5180083a0 JavaThread "process reaper (pid 139136)" daemon [_thread_in_native, id=136719, stack(0x00007fb7b4009000,0x00007fb7b402b000) (136K)]
0x00007fb518008cb0 JavaThread "Exec process Thread 93" [_thread_in_native, id=136721, stack(0x00007fb4668ba000,0x00007fb4669ba000) (1024K)]
0x00007fb51800a7e0 JavaThread "Exec process Thread 94" [_thread_blocked, id=136722, stack(0x00007fb4667b9000,0x00007fb4668b9000) (1024K)]
0x00007fb51800b6d0 JavaThread "Exec process Thread 95" [_thread_blocked, id=136723, stack(0x00007fb4666b8000,0x00007fb4667b8000) (1024K)]
0x00007fb530000cf0 JavaThread "process reaper (pid 139106)" daemon [_thread_in_native, id=136761, stack(0x00007fb7b402c000,0x00007fb7b404e000) (136K)]
0x00007fb5300067f0 JavaThread "Exec process Thread 96" [_thread_blocked, id=136763, stack(0x00007fb4663b5000,0x00007fb4664b5000) (1024K)]
0x00007fb53000b710 JavaThread "Exec process Thread 97" [_thread_in_native, id=136765, stack(0x00007fb4662b4000,0x00007fb4663b4000) (1024K)]
0x00007fb65c0460c0 JavaThread "Exec process Thread 98" [_thread_in_native, id=136803, stack(0x00007fb465daf000,0x00007fb465eaf000) (1024K)]
0x00007fb564006a00 JavaThread "process reaper (pid 139057)" daemon [_thread_in_native, id=136830, stack(0x00007fb7b404f000,0x00007fb7b4071000) (136K)]
0x00007fb564008380 JavaThread "Exec process Thread 100" [_thread_blocked, id=136831, stack(0x00007fb464fa1000,0x00007fb4650a1000) (1024K)]
0x00007fb564007520 JavaThread "Exec process Thread 101" [_thread_in_native, id=136832, stack(0x00007fb464ea0000,0x00007fb464fa0000) (1024K)]
0x00007fb580007120 JavaThread "Exec process Thread 99" [_thread_in_native, id=136839, stack(0x00007fb46489a000,0x00007fb46499a000) (1024K)]
0x00007fb5a8006e90 JavaThread "process reaper (pid 138954)" daemon [_thread_in_native, id=136886, stack(0x00007fb7b4095000,0x00007fb7b40b7000) (136K)]
0x00007fb5a8007930 JavaThread "Exec process Thread 102" [_thread_in_native, id=136892, stack(0x00007fb462e80000,0x00007fb462f80000) (1024K)]
0x00007fb5a8009680 JavaThread "Exec process Thread 103" [_thread_in_native, id=136896, stack(0x00007fb462d7f000,0x00007fb462e7f000) (1024K)]
0x00007fb63000a9a0 JavaThread "Exec process Thread 104" [_thread_in_native, id=136950, stack(0x00007fb462476000,0x00007fb462576000) (1024K)]
0x00007fb638006630 JavaThread "process reaper (pid 138942)" daemon [_thread_in_native, id=136972, stack(0x00007fb7b4bde000,0x00007fb7b4c00000) (136K)]
0x00007fb638029ab0 JavaThread "Exec process Thread 105" [_thread_in_native, id=136979, stack(0x00007fb462274000,0x00007fb462374000) (1024K)]
0x00007fb638028210 JavaThread "Exec process Thread 106" [_thread_blocked, id=136985, stack(0x00007fb462173000,0x00007fb462273000) (1024K)]
0x00007fb638428610 JavaThread "Exec process Thread 107" [_thread_blocked, id=136990, stack(0x00007fb462072000,0x00007fb462172000) (1024K)]
0x00007fb63c9bae50 JavaThread "process reaper (pid 138900)" daemon [_thread_in_native, id=137004, stack(0x00007fb7b4a8d000,0x00007fb7b4aaf000) (136K)]
0x00007fb63c473560 JavaThread "Exec process Thread 108" [_thread_blocked, id=137008, stack(0x00007fb461d6f000,0x00007fb461e6f000) (1024K)]
0x00007fb63c3cd570 JavaThread "Exec process Thread 109" [_thread_in_native, id=137012, stack(0x00007fb461c6e000,0x00007fb461d6e000) (1024K)]
0x00007fb69c108c60 JavaThread "Exec process Thread 110" [_thread_in_native, id=137033, stack(0x00007fb461e70000,0x00007fb461f70000) (1024K)]
0x00007fb664158630 JavaThread "process reaper (pid 138842)" daemon [_thread_in_native, id=137043, stack(0x00007fb7b4a6a000,0x00007fb7b4a8c000) (136K)]
0x00007fb664159cf0 JavaThread "Exec process Thread 111" [_thread_blocked, id=137045, stack(0x00007fb461b6d000,0x00007fb461c6d000) (1024K)]
0x00007fb66415b540 JavaThread "Exec process Thread 112" [_thread_in_native, id=137046, stack(0x00007fb461a6c000,0x00007fb461b6c000) (1024K)]
0x00007fb678182920 JavaThread "Exec process Thread 113" [_thread_in_native, id=137200, stack(0x00007fb45fb4d000,0x00007fb45fc4d000) (1024K)]
0x00007fb6641594c0 JavaThread "process reaper (pid 138891)" daemon [_thread_in_native, id=137230, stack(0x00007fb7b46dd000,0x00007fb7b46ff000) (136K)]
0x00007fb6f80128b0 JavaThread "Exec process Thread 114" [_thread_in_native, id=137239, stack(0x00007fb45f547000,0x00007fb45f647000) (1024K)]
0x00007fb664156a30 JavaThread "Exec process Thread 115" [_thread_in_native, id=137245, stack(0x00007fb45f446000,0x00007fb45f546000) (1024K)]
0x00007fb708074390 JavaThread "process reaper (pid 138860)" daemon [_thread_in_native, id=137251, stack(0x00007fb7b46ba000,0x00007fb7b46dc000) (136K)]
0x00007fb7080b3720 JavaThread "Exec process Thread 117" [_thread_in_native, id=137254, stack(0x00007fb45f244000,0x00007fb45f344000) (1024K)]
0x00007fb70813df30 JavaThread "Exec process Thread 118" [_thread_in_native, id=137255, stack(0x00007fb45f143000,0x00007fb45f243000) (1024K)]
0x00007fb70813f740 JavaThread "Exec process Thread 119" [_thread_blocked, id=137256, stack(0x00007fb45f042000,0x00007fb45f142000) (1024K)]
0x00007fb6641577f0 JavaThread "Exec process Thread 116" [_thread_in_native, id=137257, stack(0x00007fb45ef41000,0x00007fb45f041000) (1024K)]
0x00007fb664144c40 JavaThread "Exec process Thread 120" [_thread_blocked, id=137258, stack(0x00007fb45ee40000,0x00007fb45ef40000) (1024K)]
0x00007fb70401e550 JavaThread "process reaper (pid 138825)" daemon [_thread_in_native, id=137379, stack(0x00007fb7b4697000,0x00007fb7b46b9000) (136K)]
0x00007fb704073a20 JavaThread "Exec process Thread 121" [_thread_in_native, id=137383, stack(0x00007fb45ec3e000,0x00007fb45ed3e000) (1024K)]
0x00007fb7e533e3b0 JavaThread "Exec process Thread 122" [_thread_in_native, id=137520, stack(0x00007fb45cb1d000,0x00007fb45cc1d000) (1024K)]
0x00007fb47400af50 JavaThread "process reaper (pid 138823)" daemon [_thread_in_native, id=137537, stack(0x00007fb7b40db000,0x00007fb7b40fd000) (136K)]
0x00007fb47400c4c0 JavaThread "Exec process Thread 123" [_thread_blocked, id=137541, stack(0x00007fb45c91b000,0x00007fb45ca1b000) (1024K)]
0x00007fb47400cbd0 JavaThread "Exec process Thread 124" [_thread_blocked, id=137549, stack(0x00007fb45c81a000,0x00007fb45c91a000) (1024K)]
0x00007fb490008210 JavaThread "Exec process Thread 125" [_thread_blocked, id=137589, stack(0x00007fb45c315000,0x00007fb45c415000) (1024K)]
0x00007fb4a0018b50 JavaThread "process reaper (pid 138796)" daemon [_thread_in_native, id=137601, stack(0x00007fb7b40b8000,0x00007fb7b40da000) (136K)]
0x00007fb4a00198e0 JavaThread "Exec process Thread 126" [_thread_blocked, id=137605, stack(0x00007fb45bc0e000,0x00007fb45bd0e000) (1024K)]
0x00007fb4a001b940 JavaThread "Exec process Thread 127" [_thread_in_native, id=137611, stack(0x00007fb45bb0d000,0x00007fb45bc0d000) (1024K)]
0x00007fb4a001c3b0 JavaThread "Exec process Thread 128" [_thread_blocked, id=137613, stack(0x00007fb45ba0c000,0x00007fb45bb0c000) (1024K)]
0x00007fb65c00f0e0 JavaThread "Handler for socket connection from /127.0.0.1:44909 to /127.0.0.1:59250" [_thread_in_native, id=138454, stack(0x00007fb4701c3000,0x00007fb4702c3000) (1024K)]
0x00007fb65c006cf0 JavaThread "Cancel handler" [_thread_blocked, id=138455, stack(0x00007fb4702c4000,0x00007fb4703c4000) (1024K)]
0x00007fb520592540 JavaThread "Asynchronous log dispatcher for DefaultDaemonConnection: socket connection from /127.0.0.1:44909 to /127.0.0.1:59250" [_thread_blocked, id=138456, stack(0x00007fb4704c6000,0x00007fb4705c6000) (1024K)]
0x00007fb520804430 JavaThread "Stdin handler" [_thread_blocked, id=138457, stack(0x00007fb6524e6000,0x00007fb6525e6000) (1024K)]
0x00007fb5203f0730 JavaThread "Daemon client event forwarder" [_thread_blocked, id=138458, stack(0x00007fb469ef0000,0x00007fb469ff0000) (1024K)]
0x00007fb5200141a0 JavaThread "Cache worker for checksums cache (/home/dev/git_work/gchq/stroom/.gradle/8.4/checksums)" [_thread_blocked, id=138461, stack(0x00007fb45be10000,0x00007fb45bf10000) (1024K)]
0x00007fb5208410b0 JavaThread "Cache worker for file hash cache (/home/dev/git_work/gchq/stroom/.gradle/8.4/fileHashes)" [_thread_blocked, id=138462, stack(0x00007fb45bd0f000,0x00007fb45be0f000) (1024K)]
0x00007fb52048d9c0 JavaThread "Cache worker for cache directory md-supplier (/home/dev/.gradle/caches/8.4/md-supplier)" [_thread_blocked, id=138463, stack(0x00007fb472def000,0x00007fb472eef000) (1024K)]
0x00007fb5204f4e80 JavaThread "Cache worker for cache directory md-rule (/home/dev/.gradle/caches/8.4/md-rule)" [_thread_blocked, id=138464, stack(0x00007fb46297b000,0x00007fb462a7b000) (1024K)]
0x00007fb520063440 JavaThread "Cache worker for dependencies-accessors (/home/dev/git_work/gchq/stroom/.gradle/8.4/dependencies-accessors)" [_thread_blocked, id=138465, stack(0x00007fb4724e6000,0x00007fb4725e6000) (1024K)]
0x00007fb52025fd70 JavaThread "Cache worker for Build Output Cleanup Cache (/home/dev/git_work/gchq/stroom/.gradle/buildOutputCleanup)" [_thread_blocked, id=138466, stack(0x00007fb46fabc000,0x00007fb46fbbc000) (1024K)]
0x00007fb520b0be40 JavaThread "Unconstrained build operations" [_thread_blocked, id=138467, stack(0x00007fb46f2b4000,0x00007fb46f3b4000) (1024K)]
0x00007fb520eb5cd0 JavaThread "Unconstrained build operations Thread 2" [_thread_blocked, id=138468, stack(0x00007fb653bfd000,0x00007fb653cfd000) (1024K)]
0x00007fb520e83de0 JavaThread "Unconstrained build operations Thread 3" [_thread_blocked, id=138470, stack(0x00007fb47aff1000,0x00007fb47b0f1000) (1024K)]
0x00007fb52001b930 JavaThread "Unconstrained build operations Thread 4" [_thread_blocked, id=138471, stack(0x00007fb47a2e4000,0x00007fb47a3e4000) (1024K)]
0x00007fb520396370 JavaThread "Unconstrained build operations Thread 5" [_thread_blocked, id=138472, stack(0x00007fb7b4f24000,0x00007fb7b5024000) (1024K)]
0x00007fb520437620 JavaThread "Unconstrained build operations Thread 6" [_thread_blocked, id=138473, stack(0x00007fb46f5b7000,0x00007fb46f6b7000) (1024K)]
0x00007fb520445c10 JavaThread "Unconstrained build operations Thread 7" [_thread_blocked, id=138474, stack(0x00007fb551fe1000,0x00007fb5520e1000) (1024K)]
0x00007fb520451d40 JavaThread "Unconstrained build operations Thread 8" [_thread_blocked, id=138475, stack(0x00007fb7604d6000,0x00007fb7605d6000) (1024K)]
0x00007fb520557f50 JavaThread "Unconstrained build operations Thread 9" [_thread_blocked, id=138476, stack(0x00007fb6504c6000,0x00007fb6505c6000) (1024K)]
0x00007fb520587be0 JavaThread "Unconstrained build operations Thread 10" [_thread_blocked, id=138477, stack(0x00007fb47a1e3000,0x00007fb47a2e3000) (1024K)]
0x00007fb52059fc00 JavaThread "Unconstrained build operations Thread 11" [_thread_blocked, id=138478, stack(0x00007fb5503c5000,0x00007fb5504c5000) (1024K)]
0x00007fb520667350 JavaThread "Unconstrained build operations Thread 12" [_thread_blocked, id=138479, stack(0x00007fb46fdbf000,0x00007fb46febf000) (1024K)]
0x00007fb5206a6910 JavaThread "Unconstrained build operations Thread 13" [_thread_blocked, id=138480, stack(0x00007fb4720e2000,0x00007fb4721e2000) (1024K)]
0x00007fb5206b2b80 JavaThread "Unconstrained build operations Thread 14" [_thread_blocked, id=138481, stack(0x00007fb479adc000,0x00007fb479bdc000) (1024K)]
0x00007fb5207133f0 JavaThread "Unconstrained build operations Thread 15" [_thread_blocked, id=138482, stack(0x00007fb47b5f7000,0x00007fb47b6f7000) (1024K)]
0x00007fb520737730 JavaThread "Unconstrained build operations Thread 16" [_thread_blocked, id=138483, stack(0x00007fb461365000,0x00007fb461465000) (1024K)]
0x00007fb5207681a0 JavaThread "Unconstrained build operations Thread 17" [_thread_blocked, id=138484, stack(0x00007fb473cfe000,0x00007fb473dfe000) (1024K)]
0x00007fb52079ba40 JavaThread "Unconstrained build operations Thread 18" [_thread_blocked, id=138485, stack(0x00007fb551cde000,0x00007fb551dde000) (1024K)]
0x00007fb5207b3c20 JavaThread "Unconstrained build operations Thread 19" [_thread_blocked, id=138486, stack(0x00007fb6500c2000,0x00007fb6501c2000) (1024K)]
0x00007fb520872ad0 JavaThread "Unconstrained build operations Thread 20" [_thread_blocked, id=138487, stack(0x00007fb5520e2000,0x00007fb5521e2000) (1024K)]
0x00007fb52089a9d0 JavaThread "Unconstrained build operations Thread 21" [_thread_blocked, id=138488, stack(0x00007fb45e537000,0x00007fb45e637000) (1024K)]
0x00007fb520935780 JavaThread "Unconstrained build operations Thread 22" [_thread_blocked, id=138489, stack(0x00007fb472bed000,0x00007fb472ced000) (1024K)]
0x00007fb52094fc80 JavaThread "Unconstrained build operations Thread 23" [_thread_blocked, id=138490, stack(0x00007fb4798da000,0x00007fb4799da000) (1024K)]
0x00007fb520a99240 JavaThread "Unconstrained build operations Thread 24" [_thread_blocked, id=138491, stack(0x00007fb4733f5000,0x00007fb4734f5000) (1024K)]
0x00007fb520b7d7b0 JavaThread "Unconstrained build operations Thread 25" [_thread_blocked, id=138492, stack(0x00007fb5512d4000,0x00007fb5513d4000) (1024K)]
0x00007fb73c0f9ce0 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=138495, stack(0x00007fb7b5429000,0x00007fb7b5529000) (1024K)]
0x00007fb520ba4800 JavaThread "Unconstrained build operations Thread 26" [_thread_blocked, id=138500, stack(0x00007fb7b5227000,0x00007fb7b5327000) (1024K)]
0x00007fb520bb0c20 JavaThread "Unconstrained build operations Thread 27" [_thread_blocked, id=138501, stack(0x00007fb7b5126000,0x00007fb7b5226000) (1024K)]
0x00007fb520bd7540 JavaThread "Unconstrained build operations Thread 28" [_thread_blocked, id=138502, stack(0x00007fb7b4ab0000,0x00007fb7b4bb0000) (1024K)]
0x00007fb520be5b60 JavaThread "Unconstrained build operations Thread 29" [_thread_blocked, id=138503, stack(0x00007fb7b40fe000,0x00007fb7b41fe000) (1024K)]
0x00007fb520c0ca80 JavaThread "Unconstrained build operations Thread 30" [_thread_blocked, id=138504, stack(0x00007fb761def000,0x00007fb761eef000) (1024K)]
0x00007fb520c8e340 JavaThread "Unconstrained build operations Thread 31" [_thread_blocked, id=138505, stack(0x00007fb761cee000,0x00007fb761dee000) (1024K)]
0x00007fb520cc0ce0 JavaThread "Unconstrained build operations Thread 32" [_thread_blocked, id=138506, stack(0x00007fb761bed000,0x00007fb761ced000) (1024K)]
0x00007fb520ccd0d0 JavaThread "Unconstrained build operations Thread 33" [_thread_blocked, id=138507, stack(0x00007fb761aec000,0x00007fb761bec000) (1024K)]
0x00007fb520ce5690 JavaThread "Unconstrained build operations Thread 34" [_thread_blocked, id=138508, stack(0x00007fb7619eb000,0x00007fb761aeb000) (1024K)]
0x00007fb520cfddb0 JavaThread "Unconstrained build operations Thread 35" [_thread_blocked, id=138509, stack(0x00007fb7618ea000,0x00007fb7619ea000) (1024K)]
0x00007fb520d16580 JavaThread "Unconstrained build operations Thread 36" [_thread_blocked, id=138510, stack(0x00007fb7614e6000,0x00007fb7615e6000) (1024K)]
0x00007fb520d2ec90 JavaThread "Unconstrained build operations Thread 37" [_thread_blocked, id=138511, stack(0x00007fb7602d4000,0x00007fb7603d4000) (1024K)]
0x00007fb520d77e00 JavaThread "Unconstrained build operations Thread 38" [_thread_blocked, id=138512, stack(0x00007fb653dff000,0x00007fb653eff000) (1024K)]
0x00007fb520285160 JavaThread "Unconstrained build operations Thread 39" [_thread_blocked, id=138513, stack(0x00007fb653cfe000,0x00007fb653dfe000) (1024K)]
0x00007fb520e2bc00 JavaThread "Unconstrained build operations Thread 40" [_thread_blocked, id=138514, stack(0x00007fb652def000,0x00007fb652eef000) (1024K)]
0x00007fb5206d7080 JavaThread "Unconstrained build operations Thread 41" [_thread_blocked, id=138515, stack(0x00007fb652cee000,0x00007fb652dee000) (1024K)]
0x00007fb520a4bb40 JavaThread "Unconstrained build operations Thread 42" [_thread_blocked, id=138516, stack(0x00007fb652bed000,0x00007fb652ced000) (1024K)]
0x00007fb520d533d0 JavaThread "Unconstrained build operations Thread 43" [_thread_blocked, id=138517, stack(0x00007fb652aec000,0x00007fb652bec000) (1024K)]
0x00007fb520bbceb0 JavaThread "Unconstrained build operations Thread 44" [_thread_blocked, id=138518, stack(0x00007fb6529eb000,0x00007fb652aeb000) (1024K)]
0x00007fb520b4be10 JavaThread "Unconstrained build operations Thread 45" [_thread_blocked, id=138519, stack(0x00007fb6528ea000,0x00007fb6529ea000) (1024K)]
0x00007fb520a8ce10 JavaThread "Unconstrained build operations Thread 46" [_thread_blocked, id=138520, stack(0x00007fb6527e9000,0x00007fb6528e9000) (1024K)]
0x00007fb52099d2e0 JavaThread "Unconstrained build operations Thread 47" [_thread_blocked, id=138521, stack(0x00007fb6525e7000,0x00007fb6526e7000) (1024K)]
0x00007fb5208d8c50 JavaThread "Unconstrained build operations Thread 48" [_thread_blocked, id=138522, stack(0x00007fb6523e5000,0x00007fb6524e5000) (1024K)]
0x00007fb5206fb310 JavaThread "Unconstrained build operations Thread 49" [_thread_blocked, id=138523, stack(0x00007fb6521e3000,0x00007fb6522e3000) (1024K)]
0x00007fb52051b920 JavaThread "Unconstrained build operations Thread 50" [_thread_blocked, id=138524, stack(0x00007fb6520e2000,0x00007fb6521e2000) (1024K)]
0x00007fb5203557f0 JavaThread "Unconstrained build operations Thread 51" [_thread_blocked, id=138525, stack(0x00007fb651fe1000,0x00007fb6520e1000) (1024K)]
0x00007fb520ddf020 JavaThread "Unconstrained build operations Thread 52" [_thread_blocked, id=138526, stack(0x00007fb651ee0000,0x00007fb651fe0000) (1024K)]
0x00007fb520d93b00 JavaThread "Unconstrained build operations Thread 53" [_thread_blocked, id=138527, stack(0x00007fb651ddf000,0x00007fb651edf000) (1024K)]
0x00007fb520c3f9f0 JavaThread "Unconstrained build operations Thread 54" [_thread_blocked, id=138528, stack(0x00007fb651cde000,0x00007fb651dde000) (1024K)]
0x00007fb520811a30 JavaThread "Unconstrained build operations Thread 55" [_thread_blocked, id=138529, stack(0x00007fb651bdd000,0x00007fb651cdd000) (1024K)]
0x00007fb520502680 JavaThread "Unconstrained build operations Thread 56" [_thread_blocked, id=138530, stack(0x00007fb651adc000,0x00007fb651bdc000) (1024K)]
0x00007fb520dd2d50 JavaThread "Unconstrained build operations Thread 57" [_thread_blocked, id=138531, stack(0x00007fb6519db000,0x00007fb651adb000) (1024K)]
0x00007fb520cd9320 JavaThread "Unconstrained build operations Thread 58" [_thread_blocked, id=138532, stack(0x00007fb6518da000,0x00007fb6519da000) (1024K)]
0x00007fb520b3faa0 JavaThread "Unconstrained build operations Thread 59" [_thread_blocked, id=138533, stack(0x00007fb6517d9000,0x00007fb6518d9000) (1024K)]
0x00007fb520a670e0 JavaThread "Unconstrained build operations Thread 60" [_thread_blocked, id=138534, stack(0x00007fb6516d8000,0x00007fb6517d8000) (1024K)]
0x00007fb5209df0c0 JavaThread "Unconstrained build operations Thread 61" [_thread_blocked, id=138535, stack(0x00007fb6515d7000,0x00007fb6516d7000) (1024K)]
0x00007fb52068b7b0 JavaThread "Unconstrained build operations Thread 62" [_thread_blocked, id=138536, stack(0x00007fb6514d6000,0x00007fb6515d6000) (1024K)]
0x00007fb5209682e0 JavaThread "Unconstrained build operations Thread 63" [_thread_blocked, id=138537, stack(0x00007fb6512d4000,0x00007fb6513d4000) (1024K)]
0x00007fb52000c870 JavaThread "Unconstrained build operations Thread 64" [_thread_blocked, id=138538, stack(0x00007fb6511d3000,0x00007fb6512d3000) (1024K)]
0x00007fb520d6ba90 JavaThread "Unconstrained build operations Thread 65" [_thread_blocked, id=138539, stack(0x00007fb6510d2000,0x00007fb6511d2000) (1024K)]
0x00007fb52095c0d0 JavaThread "Unconstrained build operations Thread 66" [_thread_blocked, id=138540, stack(0x00007fb650fd1000,0x00007fb6510d1000) (1024K)]
0x00007fb520d471a0 JavaThread "Unconstrained build operations Thread 67" [_thread_blocked, id=138541, stack(0x00007fb650ed0000,0x00007fb650fd0000) (1024K)]
0x00007fb5208f0eb0 JavaThread "Unconstrained build operations Thread 68" [_thread_blocked, id=138542, stack(0x00007fb650dcf000,0x00007fb650ecf000) (1024K)]
0x00007fb520776770 JavaThread "Unconstrained build operations Thread 69" [_thread_blocked, id=138543, stack(0x00007fb650cce000,0x00007fb650dce000) (1024K)]
0x00007fb5205f4b70 JavaThread "Unconstrained build operations Thread 70" [_thread_blocked, id=138544, stack(0x00007fb650bcd000,0x00007fb650ccd000) (1024K)]
0x00007fb520e38280 JavaThread "Unconstrained build operations Thread 71" [_thread_blocked, id=138545, stack(0x00007fb650acc000,0x00007fb650bcc000) (1024K)]
0x00007fb520af2bf0 JavaThread "Unconstrained build operations Thread 72" [_thread_blocked, id=138546, stack(0x00007fb6509cb000,0x00007fb650acb000) (1024K)]
0x00007fb520dc6b70 JavaThread "Unconstrained build operations Thread 73" [_thread_blocked, id=138547, stack(0x00007fb6508ca000,0x00007fb6509ca000) (1024K)]
0x00007fb5207d8460 JavaThread "Unconstrained build operations Thread 74" [_thread_blocked, id=138548, stack(0x00007fb6507c9000,0x00007fb6508c9000) (1024K)]
0x00007fb520abf9c0 JavaThread "Unconstrained build operations Thread 75" [_thread_blocked, id=138549, stack(0x00007fb6506c8000,0x00007fb6507c8000) (1024K)]
0x00007fb520a24bb0 JavaThread "Unconstrained build operations Thread 76" [_thread_blocked, id=138550, stack(0x00007fb6505c7000,0x00007fb6506c7000) (1024K)]
0x00007fb520533970 JavaThread "Unconstrained build operations Thread 77" [_thread_blocked, id=138551, stack(0x00007fb6503c5000,0x00007fb6504c5000) (1024K)]
0x00007fb52071f550 JavaThread "Unconstrained build operations Thread 78" [_thread_blocked, id=138552, stack(0x00007fb6502c4000,0x00007fb6503c4000) (1024K)]
0x00007fb52084e6d0 JavaThread "Unconstrained build operations Thread 79" [_thread_blocked, id=138553, stack(0x00007fb6501c3000,0x00007fb6502c3000) (1024K)]
0x00007fb520deb380 JavaThread "Unconstrained build operations Thread 80" [_thread_blocked, id=138554, stack(0x00007fb553f00000,0x00007fb554000000) (1024K)]
0x00007fb520e77ae0 JavaThread "Unconstrained build operations Thread 81" [_thread_blocked, id=138555, stack(0x00007fb553dff000,0x00007fb553eff000) (1024K)]
0x00007fb520d227c0 JavaThread "Unconstrained build operations Thread 82" [_thread_blocked, id=138556, stack(0x00007fb553cfe000,0x00007fb553dfe000) (1024K)]
0x00007fb5202b8b80 JavaThread "Unconstrained build operations Thread 83" [_thread_blocked, id=138557, stack(0x00007fb553bfd000,0x00007fb553cfd000) (1024K)]
0x00007fb5203449e0 JavaThread "Unconstrained build operations Thread 84" [_thread_blocked, id=138558, stack(0x00007fb553afc000,0x00007fb553bfc000) (1024K)]
0x00007fb52087ed10 JavaThread "Unconstrained build operations Thread 85" [_thread_blocked, id=138559, stack(0x00007fb5539fb000,0x00007fb553afb000) (1024K)]
0x00007fb520d3ae30 JavaThread "Unconstrained build operations Thread 86" [_thread_blocked, id=138560, stack(0x00007fb5538fa000,0x00007fb5539fa000) (1024K)]
0x00007fb520e83570 JavaThread "Unconstrained build operations Thread 87" [_thread_blocked, id=138561, stack(0x00007fb5537f9000,0x00007fb5538f9000) (1024K)]
0x00007fb520829a90 JavaThread "Unconstrained build operations Thread 88" [_thread_blocked, id=138562, stack(0x00007fb5536f8000,0x00007fb5537f8000) (1024K)]
0x00007fb5203ae460 JavaThread "Unconstrained build operations Thread 89" [_thread_blocked, id=138563, stack(0x00007fb5535f7000,0x00007fb5536f7000) (1024K)]
0x00007fb520a18570 JavaThread "Unconstrained build operations Thread 90" [_thread_blocked, id=138564, stack(0x00007fb5534f6000,0x00007fb5535f6000) (1024K)]
0x00007fb520cf18d0 JavaThread "Unconstrained build operations Thread 91" [_thread_blocked, id=138565, stack(0x00007fb5533f5000,0x00007fb5534f5000) (1024K)]
0x00007fb5209a9780 JavaThread "Unconstrained build operations Thread 92" [_thread_blocked, id=138566, stack(0x00007fb5532f4000,0x00007fb5533f4000) (1024K)]
0x00007fb5207f84c0 JavaThread "Unconstrained build operations Thread 93" [_thread_blocked, id=138567, stack(0x00007fb5531f3000,0x00007fb5532f3000) (1024K)]
0x00007fb520d5f860 JavaThread "Unconstrained build operations Thread 94" [_thread_blocked, id=138568, stack(0x00007fb5530f2000,0x00007fb5531f2000) (1024K)]
0x00007fb520c4cb10 JavaThread "Unconstrained build operations Thread 95" [_thread_blocked, id=138569, stack(0x00007fb552ff1000,0x00007fb5530f1000) (1024K)]
0x00007fb520743b00 JavaThread "Unconstrained build operations Thread 96" [_thread_blocked, id=138570, stack(0x00007fb552ef0000,0x00007fb552ff0000) (1024K)]
0x00007fb52049bc80 JavaThread "Unconstrained build operations Thread 97" [_thread_blocked, id=138571, stack(0x00007fb552def000,0x00007fb552eef000) (1024K)]
0x00007fb520601040 JavaThread "Unconstrained build operations Thread 98" [_thread_blocked, id=138572, stack(0x00007fb552cee000,0x00007fb552dee000) (1024K)]
0x00007fb5208a6be0 JavaThread "Unconstrained build operations Thread 99" [_thread_blocked, id=138573, stack(0x00007fb552bed000,0x00007fb552ced000) (1024K)]
0x00007fb520e5f380 JavaThread "Unconstrained build operations Thread 100" [_thread_blocked, id=138574, stack(0x00007fb552aec000,0x00007fb552bec000) (1024K)]
0x00007fb520c26cd0 JavaThread "Unconstrained build operations Thread 101" [_thread_blocked, id=138575, stack(0x00007fb5529eb000,0x00007fb552aeb000) (1024K)]
0x00007fb520e44a30 JavaThread "Unconstrained build operations Thread 102" [_thread_blocked, id=138576, stack(0x00007fb5528ea000,0x00007fb5529ea000) (1024K)]
0x00007fb520c73620 JavaThread "Unconstrained build operations Thread 103" [_thread_blocked, id=138577, stack(0x00007fb5527e9000,0x00007fb5528e9000) (1024K)]
0x00007fb520a73460 JavaThread "Unconstrained build operations Thread 104" [_thread_blocked, id=138578, stack(0x00007fb5526e8000,0x00007fb5527e8000) (1024K)]
0x00007fb520c9a580 JavaThread "Unconstrained build operations Thread 105" [_thread_blocked, id=138579, stack(0x00007fb5525e7000,0x00007fb5526e7000) (1024K)]
0x00007fb520c7fac0 JavaThread "Unconstrained build operations Thread 106" [_thread_blocked, id=138580, stack(0x00007fb5524e6000,0x00007fb5525e6000) (1024K)]
0x00007fb5206becc0 JavaThread "Unconstrained build operations Thread 107" [_thread_blocked, id=138581, stack(0x00007fb5523e5000,0x00007fb5524e5000) (1024K)]
0x00007fb520e92510 JavaThread "Unconstrained build operations Thread 108" [_thread_blocked, id=138582, stack(0x00007fb5522e4000,0x00007fb5523e4000) (1024K)]
0x00007fb52049cfa0 JavaThread "Unconstrained build operations Thread 109" [_thread_blocked, id=138583, stack(0x00007fb5521e3000,0x00007fb5522e3000) (1024K)]
0x00007fb520afec90 JavaThread "Unconstrained build operations Thread 110" [_thread_blocked, id=138584, stack(0x00007fb551ee0000,0x00007fb551fe0000) (1024K)]
0x00007fb520929010 JavaThread "Unconstrained build operations Thread 111" [_thread_blocked, id=138585, stack(0x00007fb551ddf000,0x00007fb551edf000) (1024K)]
0x00007fb5207f9990 JavaThread "Unconstrained build operations Thread 112" [_thread_blocked, id=138586, stack(0x00007fb551bdd000,0x00007fb551cdd000) (1024K)]
0x00007fb520673550 JavaThread "Unconstrained build operations Thread 113" [_thread_blocked, id=138587, stack(0x00007fb551adc000,0x00007fb551bdc000) (1024K)]
0x00007fb520cb3b10 JavaThread "Unconstrained build operations Thread 114" [_thread_blocked, id=138588, stack(0x00007fb5519db000,0x00007fb551adb000) (1024K)]
0x00007fb5208fd180 JavaThread "Unconstrained build operations Thread 115" [_thread_blocked, id=138589, stack(0x00007fb5518da000,0x00007fb5519da000) (1024K)]
0x00007fb520974590 JavaThread "Unconstrained build operations Thread 116" [_thread_blocked, id=138590, stack(0x00007fb5517d9000,0x00007fb5518d9000) (1024K)]
0x00007fb520b2b080 JavaThread "Unconstrained build operations Thread 117" [_thread_blocked, id=138591, stack(0x00007fb5516d8000,0x00007fb5517d8000) (1024K)]
0x00007fb520b64a30 JavaThread "Unconstrained build operations Thread 118" [_thread_blocked, id=138592, stack(0x00007fb5515d7000,0x00007fb5516d7000) (1024K)]
0x00007fb520b0af50 JavaThread "Unconstrained build operations Thread 119" [_thread_blocked, id=138593, stack(0x00007fb5514d6000,0x00007fb5515d6000) (1024K)]
0x00007fb5202f4390 JavaThread "Unconstrained build operations Thread 120" [_thread_blocked, id=138594, stack(0x00007fb5513d5000,0x00007fb5514d5000) (1024K)]
0x00007fb5204b4520 JavaThread "Unconstrained build operations Thread 121" [_thread_blocked, id=138595, stack(0x00007fb5511d3000,0x00007fb5512d3000) (1024K)]
0x00007fb520361a20 JavaThread "Unconstrained build operations Thread 122" [_thread_blocked, id=138596, stack(0x00007fb5510d2000,0x00007fb5511d2000) (1024K)]
0x00007fb5205e66d0 JavaThread "Unconstrained build operations Thread 123" [_thread_blocked, id=138597, stack(0x00007fb550fd1000,0x00007fb5510d1000) (1024K)]
0x00007fb5200008e0 JavaThread "Unconstrained build operations Thread 124" [_thread_blocked, id=138598, stack(0x00007fb550ed0000,0x00007fb550fd0000) (1024K)]
0x00007fb52054bbd0 JavaThread "Unconstrained build operations Thread 125" [_thread_blocked, id=138599, stack(0x00007fb550dcf000,0x00007fb550ecf000) (1024K)]
0x00007fb520388650 JavaThread "Unconstrained build operations Thread 126" [_thread_blocked, id=138600, stack(0x00007fb550cce000,0x00007fb550dce000) (1024K)]
0x00007fb520e6b670 JavaThread "Unconstrained build operations Thread 127" [_thread_blocked, id=138601, stack(0x00007fb550bcd000,0x00007fb550ccd000) (1024K)]
0x00007fb520866890 JavaThread "Unconstrained build operations Thread 128" [_thread_blocked, id=138602, stack(0x00007fb550acc000,0x00007fb550bcc000) (1024K)]
0x00007fb5209b5850 JavaThread "Unconstrained build operations Thread 129" [_thread_blocked, id=138603, stack(0x00007fb5509cb000,0x00007fb550acb000) (1024K)]
0x00007fb520d84970 JavaThread "Unconstrained build operations Thread 130" [_thread_blocked, id=138604, stack(0x00007fb5508ca000,0x00007fb5509ca000) (1024K)]
0x00007fb520a31070 JavaThread "Unconstrained build operations Thread 131" [_thread_blocked, id=138605, stack(0x00007fb5507c9000,0x00007fb5508c9000) (1024K)]
0x00007fb5206e30c0 JavaThread "Unconstrained build operations Thread 132" [_thread_blocked, id=138606, stack(0x00007fb5506c8000,0x00007fb5507c8000) (1024K)]
0x00007fb520ab3590 JavaThread "Unconstrained build operations Thread 133" [_thread_blocked, id=138607, stack(0x00007fb5505c7000,0x00007fb5506c7000) (1024K)]
0x00007fb5209d4340 JavaThread "Unconstrained build operations Thread 134" [_thread_blocked, id=138608, stack(0x00007fb5504c6000,0x00007fb5505c6000) (1024K)]
0x00007fb52036e3a0 JavaThread "Unconstrained build operations Thread 135" [_thread_blocked, id=138609, stack(0x00007fb5502c4000,0x00007fb5503c4000) (1024K)]
0x00007fb5204f6980 JavaThread "Unconstrained build operations Thread 136" [_thread_blocked, id=138610, stack(0x00007fb5501c3000,0x00007fb5502c3000) (1024K)]
0x00007fb52074fe20 JavaThread "Unconstrained build operations Thread 137" [_thread_blocked, id=138611, stack(0x00007fb5500c2000,0x00007fb5501c2000) (1024K)]
0x00007fb5209eb5f0 JavaThread "Unconstrained build operations Thread 138" [_thread_blocked, id=138612, stack(0x00007fb47bf00000,0x00007fb47c000000) (1024K)]
0x00007fb520b71150 JavaThread "Unconstrained build operations Thread 139" [_thread_blocked, id=138613, stack(0x00007fb47bdff000,0x00007fb47beff000) (1024K)]
0x00007fb52001fff0 JavaThread "Unconstrained build operations Thread 140" [_thread_blocked, id=138614, stack(0x00007fb47bcfe000,0x00007fb47bdfe000) (1024K)]
0x00007fb5208364f0 JavaThread "Unconstrained build operations Thread 141" [_thread_blocked, id=138615, stack(0x00007fb47bbfd000,0x00007fb47bcfd000) (1024K)]
0x00007fb520c58e80 JavaThread "Unconstrained build operations Thread 142" [_thread_blocked, id=138616, stack(0x00007fb47b9fb000,0x00007fb47bafb000) (1024K)]
0x00007fb520343d40 JavaThread "Unconstrained build operations Thread 143" [_thread_blocked, id=138617, stack(0x00007fb47b8fa000,0x00007fb47b9fa000) (1024K)]
0x00007fb52030aaf0 JavaThread "Unconstrained build operations Thread 144" [_thread_blocked, id=138618, stack(0x00007fb47b7f9000,0x00007fb47b8f9000) (1024K)]
0x00007fb5205ccac0 JavaThread "Unconstrained build operations Thread 145" [_thread_blocked, id=138619, stack(0x00007fb47b6f8000,0x00007fb47b7f8000) (1024K)]
0x00007fb520909630 JavaThread "Unconstrained build operations Thread 146" [_thread_blocked, id=138620, stack(0x00007fb47b4f6000,0x00007fb47b5f6000) (1024K)]
0x00007fb520460170 JavaThread "Unconstrained build operations Thread 147" [_thread_blocked, id=138621, stack(0x00007fb47b3f5000,0x00007fb47b4f5000) (1024K)]
0x00007fb520a0bfc0 JavaThread "Unconstrained build operations Thread 148" [_thread_blocked, id=138622, stack(0x00007fb47b2f4000,0x00007fb47b3f4000) (1024K)]
0x00007fb520b58370 JavaThread "Unconstrained build operations Thread 149" [_thread_blocked, id=138623, stack(0x00007fb47b1f3000,0x00007fb47b2f3000) (1024K)]
0x00007fb520d09f50 JavaThread "Unconstrained build operations Thread 150" [_thread_blocked, id=138624, stack(0x00007fb47b0f2000,0x00007fb47b1f2000) (1024K)]
0x00007fb52037c810 JavaThread "Unconstrained build operations Thread 151" [_thread_blocked, id=138625, stack(0x00007fb47aef0000,0x00007fb47aff0000) (1024K)]
0x00007fb5203ba040 JavaThread "Unconstrained build operations Thread 152" [_thread_blocked, id=138626, stack(0x00007fb47adef000,0x00007fb47aeef000) (1024K)]
0x00007fb5207c0010 JavaThread "Unconstrained build operations Thread 153" [_thread_blocked, id=138627, stack(0x00007fb47acee000,0x00007fb47adee000) (1024K)]
0x00007fb5204061a0 JavaThread "Unconstrained build operations Thread 154" [_thread_blocked, id=138628, stack(0x00007fb47abed000,0x00007fb47aced000) (1024K)]
0x00007fb5202a12a0 JavaThread "Unconstrained build operations Thread 155" [_thread_blocked, id=138629, stack(0x00007fb47aaec000,0x00007fb47abec000) (1024K)]
0x00007fb520dba370 JavaThread "Unconstrained build operations Thread 156" [_thread_blocked, id=138630, stack(0x00007fb47a9eb000,0x00007fb47aaeb000) (1024K)]
0x00007fb520c00510 JavaThread "Unconstrained build operations Thread 157" [_thread_blocked, id=138631, stack(0x00007fb47a8ea000,0x00007fb47a9ea000) (1024K)]
0x00007fb52065a900 JavaThread "Unconstrained build operations Thread 158" [_thread_blocked, id=138632, stack(0x00007fb47a7e9000,0x00007fb47a8e9000) (1024K)]
0x00007fb5200058d0 JavaThread "Unconstrained build operations Thread 159" [_thread_blocked, id=138633, stack(0x00007fb47a6e8000,0x00007fb47a7e8000) (1024K)]
0x00007fb520e05b70 JavaThread "Unconstrained build operations Thread 160" [_thread_blocked, id=138634, stack(0x00007fb47a5e7000,0x00007fb47a6e7000) (1024K)]
0x00007fb520e1f5a0 JavaThread "Unconstrained build operations Thread 161" [_thread_blocked, id=138635, stack(0x00007fb47a4e6000,0x00007fb47a5e6000) (1024K)]
0x00007fb520012bf0 JavaThread "Unconstrained build operations Thread 162" [_thread_blocked, id=138636, stack(0x00007fb47a3e5000,0x00007fb47a4e5000) (1024K)]
0x00007fb5205bad00 JavaThread "Unconstrained build operations Thread 163" [_thread_blocked, id=138637, stack(0x00007fb47a0e2000,0x00007fb47a1e2000) (1024K)]
0x00007fb520a80800 JavaThread "Unconstrained build operations Thread 164" [_thread_blocked, id=138638, stack(0x00007fb479fe1000,0x00007fb47a0e1000) (1024K)]
0x00007fb520a5a970 JavaThread "Unconstrained build operations Thread 165" [_thread_blocked, id=138639, stack(0x00007fb479ee0000,0x00007fb479fe0000) (1024K)]
0x00007fb52063f9a0 JavaThread "Unconstrained build operations Thread 166" [_thread_blocked, id=138640, stack(0x00007fb479ddf000,0x00007fb479edf000) (1024K)]
0x00007fb520c19080 JavaThread "Unconstrained build operations Thread 167" [_thread_blocked, id=138641, stack(0x00007fb479cde000,0x00007fb479dde000) (1024K)]
0x00007fb520c331b0 JavaThread "Unconstrained build operations Thread 168" [_thread_blocked, id=138642, stack(0x00007fb479bdd000,0x00007fb479cdd000) (1024K)]
0x00007fb5202bcb30 JavaThread "Unconstrained build operations Thread 169" [_thread_blocked, id=138643, stack(0x00007fb4799db000,0x00007fb479adb000) (1024K)]
0x00007fb520066d40 JavaThread "Unconstrained build operations Thread 170" [_thread_blocked, id=138644, stack(0x00007fb4797d9000,0x00007fb4798d9000) (1024K)]
0x00007fb52006e050 JavaThread "Unconstrained build operations Thread 171" [_thread_blocked, id=138645, stack(0x00007fb4796d8000,0x00007fb4797d8000) (1024K)]
0x00007fb520065d90 JavaThread "Unconstrained build operations Thread 172" [_thread_blocked, id=138646, stack(0x00007fb4795d7000,0x00007fb4796d7000) (1024K)]
0x00007fb520067cc0 JavaThread "Unconstrained build operations Thread 173" [_thread_blocked, id=138647, stack(0x00007fb4794d6000,0x00007fb4795d6000) (1024K)]
0x00007fb520069c70 JavaThread "Unconstrained build operations Thread 174" [_thread_blocked, id=138648, stack(0x00007fb4793d5000,0x00007fb4794d5000) (1024K)]
0x00007fb520064df0 JavaThread "Unconstrained build operations Thread 175" [_thread_blocked, id=138649, stack(0x00007fb4792d4000,0x00007fb4793d4000) (1024K)]
0x00007fb5200170d0 JavaThread "Unconstrained build operations Thread 176" [_thread_blocked, id=138650, stack(0x00007fb4791d3000,0x00007fb4792d3000) (1024K)]
0x00007fb520063e50 JavaThread "Unconstrained build operations Thread 177" [_thread_blocked, id=138651, stack(0x00007fb4790d2000,0x00007fb4791d2000) (1024K)]
0x00007fb520068c80 JavaThread "Unconstrained build operations Thread 178" [_thread_blocked, id=138652, stack(0x00007fb478fd1000,0x00007fb4790d1000) (1024K)]
0x00007fb520b19560 JavaThread "Unconstrained build operations Thread 179" [_thread_blocked, id=138653, stack(0x00007fb478ed0000,0x00007fb478fd0000) (1024K)]
0x00007fb520475bd0 JavaThread "Unconstrained build operations Thread 180" [_thread_blocked, id=138654, stack(0x00007fb478dcf000,0x00007fb478ecf000) (1024K)]
0x00007fb5204bf380 JavaThread "Unconstrained build operations Thread 181" [_thread_blocked, id=138655, stack(0x00007fb478cce000,0x00007fb478dce000) (1024K)]
0x00007fb5202b9720 JavaThread "Unconstrained build operations Thread 182" [_thread_blocked, id=138656, stack(0x00007fb478bcd000,0x00007fb478ccd000) (1024K)]
0x00007fb5206992e0 JavaThread "Unconstrained build operations Thread 183" [_thread_blocked, id=138657, stack(0x00007fb478acc000,0x00007fb478bcc000) (1024K)]
0x00007fb520006610 JavaThread "Unconstrained build operations Thread 184" [_thread_blocked, id=138658, stack(0x00007fb4789cb000,0x00007fb478acb000) (1024K)]
0x00007fb5203d5350 JavaThread "Unconstrained build operations Thread 185" [_thread_blocked, id=138659, stack(0x00007fb4788ca000,0x00007fb4789ca000) (1024K)]
0x00007fb5202bdcf0 JavaThread "Unconstrained build operations Thread 186" [_thread_blocked, id=138660, stack(0x00007fb4787c9000,0x00007fb4788c9000) (1024K)]
0x00007fb5200737c0 JavaThread "Unconstrained build operations Thread 187" [_thread_blocked, id=138661, stack(0x00007fb4786c8000,0x00007fb4787c8000) (1024K)]
0x00007fb520074950 JavaThread "Unconstrained build operations Thread 188" [_thread_blocked, id=138662, stack(0x00007fb4785c7000,0x00007fb4786c7000) (1024K)]
0x00007fb520a0b150 JavaThread "Unconstrained build operations Thread 189" [_thread_blocked, id=138663, stack(0x00007fb4784c6000,0x00007fb4785c6000) (1024K)]
0x00007fb5200714b0 JavaThread "Unconstrained build operations Thread 190" [_thread_blocked, id=138664, stack(0x00007fb4783c5000,0x00007fb4784c5000) (1024K)]
0x00007fb520071bc0 JavaThread "Unconstrained build operations Thread 191" [_thread_blocked, id=138665, stack(0x00007fb4782c4000,0x00007fb4783c4000) (1024K)]
0x00007fb520072630 JavaThread "Unconstrained build operations Thread 192" [_thread_blocked, id=138666, stack(0x00007fb4781c3000,0x00007fb4782c3000) (1024K)]
0x00007fb520072d40 JavaThread "Unconstrained build operations Thread 193" [_thread_blocked, id=138667, stack(0x00007fb4780c2000,0x00007fb4781c2000) (1024K)]
0x00007fb52006ac40 JavaThread "Unconstrained build operations Thread 194" [_thread_blocked, id=138668, stack(0x00007fb473f00000,0x00007fb474000000) (1024K)]
0x00007fb52006b350 JavaThread "Unconstrained build operations Thread 195" [_thread_blocked, id=138669, stack(0x00007fb473dff000,0x00007fb473eff000) (1024K)]
0x00007fb5202ba7d0 JavaThread "Unconstrained build operations Thread 196" [_thread_blocked, id=138670, stack(0x00007fb473bfd000,0x00007fb473cfd000) (1024K)]
0x00007fb5202baee0 JavaThread "Unconstrained build operations Thread 197" [_thread_blocked, id=138671, stack(0x00007fb473afc000,0x00007fb473bfc000) (1024K)]
0x00007fb5202bb980 JavaThread "Unconstrained build operations Thread 198" [_thread_blocked, id=138672, stack(0x00007fb4739fb000,0x00007fb473afb000) (1024K)]
0x00007fb5202bc090 JavaThread "Unconstrained build operations Thread 199" [_thread_blocked, id=138673, stack(0x00007fb4738fa000,0x00007fb4739fa000) (1024K)]
0x00007fb520070330 JavaThread "Unconstrained build operations Thread 200" [_thread_blocked, id=138674, stack(0x00007fb4737f9000,0x00007fb4738f9000) (1024K)]
0x00007fb520070a40 JavaThread "Unconstrained build operations Thread 201" [_thread_blocked, id=138675, stack(0x00007fb4736f8000,0x00007fb4737f8000) (1024K)]
0x00007fb52006f1c0 JavaThread "Unconstrained build operations Thread 202" [_thread_blocked, id=138676, stack(0x00007fb4735f7000,0x00007fb4736f7000) (1024K)]
0x00007fb52006f8d0 JavaThread "Unconstrained build operations Thread 203" [_thread_blocked, id=138677, stack(0x00007fb4734f6000,0x00007fb4735f6000) (1024K)]
0x00007fb52006bd90 JavaThread "Unconstrained build operations Thread 204" [_thread_blocked, id=138678, stack(0x00007fb4732f4000,0x00007fb4733f4000) (1024K)]
0x00007fb52006c4a0 JavaThread "Unconstrained build operations Thread 205" [_thread_blocked, id=138679, stack(0x00007fb4731f3000,0x00007fb4732f3000) (1024K)]
0x00007fb52006cef0 JavaThread "Unconstrained build operations Thread 206" [_thread_blocked, id=138680, stack(0x00007fb4730f2000,0x00007fb4731f2000) (1024K)]
0x00007fb52006d600 JavaThread "Unconstrained build operations Thread 207" [_thread_blocked, id=138681, stack(0x00007fb472ff1000,0x00007fb4730f1000) (1024K)]
0x00007fb52000d0b0 JavaThread "Unconstrained build operations Thread 208" [_thread_blocked, id=138682, stack(0x00007fb472ef0000,0x00007fb472ff0000) (1024K)]
0x00007fb52000d7c0 JavaThread "Unconstrained build operations Thread 209" [_thread_blocked, id=138683, stack(0x00007fb472cee000,0x00007fb472dee000) (1024K)]
0x00007fb5204052f0 JavaThread "Unconstrained build operations Thread 210" [_thread_blocked, id=138684, stack(0x00007fb472aec000,0x00007fb472bec000) (1024K)]
0x00007fb520405a00 JavaThread "Unconstrained build operations Thread 211" [_thread_blocked, id=138685, stack(0x00007fb4729eb000,0x00007fb472aeb000) (1024K)]
0x00007fb5205b1c90 JavaThread "Unconstrained build operations Thread 212" [_thread_blocked, id=138686, stack(0x00007fb4728ea000,0x00007fb4729ea000) (1024K)]
0x00007fb5205b23a0 JavaThread "Unconstrained build operations Thread 213" [_thread_blocked, id=138687, stack(0x00007fb4727e9000,0x00007fb4728e9000) (1024K)]
0x00007fb5203d6570 JavaThread "Unconstrained build operations Thread 214" [_thread_blocked, id=138688, stack(0x00007fb4726e8000,0x00007fb4727e8000) (1024K)]
0x00007fb5205d8520 JavaThread "Unconstrained build operations Thread 215" [_thread_blocked, id=138689, stack(0x00007fb4725e7000,0x00007fb4726e7000) (1024K)]
0x00007fb5205d8c30 JavaThread "Unconstrained build operations Thread 216" [_thread_blocked, id=138690, stack(0x00007fb4723e5000,0x00007fb4724e5000) (1024K)]
0x00007fb52064b760 JavaThread "Unconstrained build operations Thread 217" [_thread_blocked, id=138691, stack(0x00007fb4722e4000,0x00007fb4723e4000) (1024K)]
0x00007fb52064be70 JavaThread "Unconstrained build operations Thread 218" [_thread_blocked, id=138692, stack(0x00007fb4721e3000,0x00007fb4722e3000) (1024K)]
0x00007fb5208cb930 JavaThread "Unconstrained build operations Thread 219" [_thread_blocked, id=138693, stack(0x00007fb471fe1000,0x00007fb4720e1000) (1024K)]
0x00007fb5208cc040 JavaThread "Unconstrained build operations Thread 220" [_thread_blocked, id=138694, stack(0x00007fb471ee0000,0x00007fb471fe0000) (1024K)]
0x00007fb5205d0090 JavaThread "Unconstrained build operations Thread 221" [_thread_blocked, id=138695, stack(0x00007fb471ddf000,0x00007fb471edf000) (1024K)]
0x00007fb5205d07a0 JavaThread "Unconstrained build operations Thread 222" [_thread_blocked, id=138696, stack(0x00007fb471cde000,0x00007fb471dde000) (1024K)]
0x00007fb5208353f0 JavaThread "Unconstrained build operations Thread 223" [_thread_blocked, id=138697, stack(0x00007fb471adc000,0x00007fb471bdc000) (1024K)]
0x00007fb520835b00 JavaThread "Unconstrained build operations Thread 224" [_thread_blocked, id=138698, stack(0x00007fb4719db000,0x00007fb471adb000) (1024K)]
0x00007fb5209fbb30 JavaThread "Unconstrained build operations Thread 225" [_thread_blocked, id=138699, stack(0x00007fb4718da000,0x00007fb4719da000) (1024K)]
0x00007fb52000f200 JavaThread "Unconstrained build operations Thread 226" [_thread_blocked, id=138700, stack(0x00007fb4717d9000,0x00007fb4718d9000) (1024K)]
0x00007fb52000e150 JavaThread "Unconstrained build operations Thread 227" [_thread_blocked, id=138701, stack(0x00007fb4716d8000,0x00007fb4717d8000) (1024K)]
0x00007fb52000e860 JavaThread "Unconstrained build operations Thread 228" [_thread_blocked, id=138702, stack(0x00007fb4715d7000,0x00007fb4716d7000) (1024K)]
0x00007fb5200188f0 JavaThread "Unconstrained build operations Thread 229" [_thread_blocked, id=138703, stack(0x00007fb4714d6000,0x00007fb4715d6000) (1024K)]
0x00007fb520406f60 JavaThread "Unconstrained build operations Thread 230" [_thread_blocked, id=138704, stack(0x00007fb4713d5000,0x00007fb4714d5000) (1024K)]
0x00007fb5205862f0 JavaThread "Unconstrained build operations Thread 231" [_thread_blocked, id=138705, stack(0x00007fb4712d4000,0x00007fb4713d4000) (1024K)]
0x00007fb520b892d0 JavaThread "Unconstrained build operations Thread 232" [_thread_blocked, id=138706, stack(0x00007fb4711d3000,0x00007fb4712d3000) (1024K)]
0x00007fb520b899e0 JavaThread "Unconstrained build operations Thread 233" [_thread_blocked, id=138707, stack(0x00007fb4710d2000,0x00007fb4711d2000) (1024K)]
0x00007fb520ca63c0 JavaThread "Unconstrained build operations Thread 234" [_thread_blocked, id=138708, stack(0x00007fb470fd1000,0x00007fb4710d1000) (1024K)]
0x00007fb520ca6ad0 JavaThread "Unconstrained build operations Thread 235" [_thread_blocked, id=138709, stack(0x00007fb470ed0000,0x00007fb470fd0000) (1024K)]
0x00007fb520980180 JavaThread "Unconstrained build operations Thread 236" [_thread_blocked, id=138710, stack(0x00007fb470dcf000,0x00007fb470ecf000) (1024K)]
0x00007fb520c64bf0 JavaThread "Unconstrained build operations Thread 237" [_thread_blocked, id=138711, stack(0x00007fb470cce000,0x00007fb470dce000) (1024K)]
0x00007fb520c65300 JavaThread "Unconstrained build operations Thread 238" [_thread_blocked, id=138712, stack(0x00007fb470bcd000,0x00007fb470ccd000) (1024K)]
0x00007fb52046be70 JavaThread "Unconstrained build operations Thread 239" [_thread_blocked, id=138713, stack(0x00007fb470acc000,0x00007fb470bcc000) (1024K)]
0x00007fb5203e4370 JavaThread "Unconstrained build operations Thread 240" [_thread_blocked, id=138714, stack(0x00007fb4709cb000,0x00007fb470acb000) (1024K)]
0x00007fb5203e4a80 JavaThread "included builds" [_thread_blocked, id=138715, stack(0x00007fb47bafc000,0x00007fb47bbfc000) (1024K)]
0x00007fb4f09002a0 JavaThread "Execution worker" [_thread_blocked, id=138716, stack(0x00007fb6522e4000,0x00007fb6523e4000) (1024K)]
0x00007fb4f0181800 JavaThread "Execution worker Thread 2" [_thread_blocked, id=138717, stack(0x00007fb4708ca000,0x00007fb4709ca000) (1024K)]
0x00007fb4f0001140 JavaThread "Execution worker Thread 3" [_thread_in_Java, id=138718, stack(0x00007fb4707c9000,0x00007fb4708c9000) (1024K)]
0x00007fb4f0271290 JavaThread "Execution worker Thread 4" [_thread_in_native, id=138719, stack(0x00007fb4706c8000,0x00007fb4707c8000) (1024K)]
0x00007fb4f01b79b0 JavaThread "Execution worker Thread 5" [_thread_blocked, id=138720, stack(0x00007fb4705c7000,0x00007fb4706c7000) (1024K)]
0x00007fb4f01b4020 JavaThread "Execution worker Thread 6" [_thread_blocked, id=138721, stack(0x00007fb46ffc1000,0x00007fb4700c1000) (1024K)]
0x00007fb4f09f5ca0 JavaThread "Execution worker Thread 7" [_thread_blocked, id=138722, stack(0x00007fb46fec0000,0x00007fb46ffc0000) (1024K)]
0x00007fb4f09f7740 JavaThread "Execution worker Thread 8" [_thread_blocked, id=138723, stack(0x00007fb46fcbe000,0x00007fb46fdbe000) (1024K)]
0x00007fb4f09f6a80 JavaThread "Execution worker Thread 9" [_thread_blocked, id=138724, stack(0x00007fb46fbbd000,0x00007fb46fcbd000) (1024K)]
0x00007fb4f09f0620 JavaThread "Execution worker Thread 10" [_thread_in_Java, id=138725, stack(0x00007fb46f9bb000,0x00007fb46fabb000) (1024K)]
0x00007fb4f09f0ee0 JavaThread "Execution worker Thread 11" [_thread_blocked, id=138726, stack(0x00007fb46f8ba000,0x00007fb46f9ba000) (1024K)]
0x00007fb4f09f1ce0 JavaThread "Execution worker Thread 12" [_thread_in_vm, id=138727, stack(0x00007fb46f7b9000,0x00007fb46f8b9000) (1024K)]
0x00007fb4f09f25a0 JavaThread "Execution worker Thread 13" [_thread_blocked, id=138728, stack(0x00007fb46f6b8000,0x00007fb46f7b8000) (1024K)]
0x00007fb4f02ae470 JavaThread "Execution worker Thread 14" [_thread_in_Java, id=138729, stack(0x00007fb46f4b6000,0x00007fb46f5b6000) (1024K)]
0x00007fb508005050 JavaThread "Cache worker for execution history cache (/home/dev/git_work/gchq/stroom/.gradle/8.4/executionHistory)" [_thread_blocked, id=138730, stack(0x00007fb46f3b5000,0x00007fb46f4b5000) (1024K)]
0x00007fb4f02af0c0 JavaThread "Execution worker Thread 15" [_thread_in_Java, id=138731, stack(0x00007fb46f1b3000,0x00007fb46f2b3000) (1024K)]
0x00007fb4f02b07f0 JavaThread "Execution worker Thread 16" [_thread_in_Java, id=138732, stack(0x00007fb46f0b2000,0x00007fb46f1b2000) (1024K)]
0x00007fb4f02afae0 JavaThread "Execution worker Thread 17" [_thread_blocked, id=138733, stack(0x00007fb46af00000,0x00007fb46b000000) (1024K)]
0x00007fb4f02b1610 JavaThread "Execution worker Thread 18" [_thread_blocked, id=138734, stack(0x00007fb46adff000,0x00007fb46aeff000) (1024K)]
0x00007fb4f02b24d0 JavaThread "Execution worker Thread 19" [_thread_blocked, id=138735, stack(0x00007fb46acfe000,0x00007fb46adfe000) (1024K)]
0x00007fb4f02b3380 JavaThread "Execution worker Thread 20" [_thread_blocked, id=138736, stack(0x00007fb46abfd000,0x00007fb46acfd000) (1024K)]
0x00007fb4f02b4230 JavaThread "Execution worker Thread 21" [_thread_blocked, id=138737, stack(0x00007fb46aafc000,0x00007fb46abfc000) (1024K)]
0x00007fb4f02b50f0 JavaThread "Execution worker Thread 22" [_thread_blocked, id=138738, stack(0x00007fb46a9fb000,0x00007fb46aafb000) (1024K)]
0x00007fb4f02a3c80 JavaThread "Execution worker Thread 23" [_thread_blocked, id=138739, stack(0x00007fb46a7f9000,0x00007fb46a8f9000) (1024K)]
0x00007fb51000acf0 JavaThread "Build operations" [_thread_blocked, id=138765, stack(0x00007fb4691e3000,0x00007fb4692e3000) (1024K)]
0x00007fb5100106f0 JavaThread "Build operations Thread 2" [_thread_blocked, id=138766, stack(0x00007fb4690e2000,0x00007fb4691e2000) (1024K)]
0x00007fb51000b400 JavaThread "Build operations Thread 3" [_thread_blocked, id=138767, stack(0x00007fb468cde000,0x00007fb468dde000) (1024K)]
0x00007fb510010e00 JavaThread "Build operations Thread 4" [_thread_blocked, id=138768, stack(0x00007fb468bdd000,0x00007fb468cdd000) (1024K)]
0x00007fb510011d20 JavaThread "Build operations Thread 5" [_thread_blocked, id=138769, stack(0x00007fb4689db000,0x00007fb468adb000) (1024K)]
0x00007fb510012c50 JavaThread "Build operations Thread 6" [_thread_blocked, id=138770, stack(0x00007fb4685d7000,0x00007fb4686d7000) (1024K)]
0x00007fb510013b50 JavaThread "Build operations Thread 7" [_thread_blocked, id=138771, stack(0x00007fb4681d3000,0x00007fb4682d3000) (1024K)]
0x00007fb510014810 JavaThread "Build operations Thread 8" [_thread_blocked, id=138772, stack(0x00007fb467ed0000,0x00007fb467fd0000) (1024K)]
0x00007fb510015600 JavaThread "Build operations Thread 9" [_thread_blocked, id=138773, stack(0x00007fb467dcf000,0x00007fb467ecf000) (1024K)]
0x00007fb5180b7690 JavaThread "Build operations Thread 10" [_thread_blocked, id=138777, stack(0x00007fb4679cb000,0x00007fb467acb000) (1024K)]
0x00007fb5180b8ff0 JavaThread "Build operations Thread 11" [_thread_blocked, id=138778, stack(0x00007fb4678ca000,0x00007fb4679ca000) (1024K)]
0x00007fb5180b8240 JavaThread "Build operations Thread 12" [_thread_blocked, id=138779, stack(0x00007fb4674c6000,0x00007fb4675c6000) (1024K)]
0x00007fb51800e720 JavaThread "Build operations Thread 13" [_thread_blocked, id=138780, stack(0x00007fb4673c5000,0x00007fb4674c5000) (1024K)]
0x00007fb51800ee30 JavaThread "Build operations Thread 14" [_thread_blocked, id=138781, stack(0x00007fb4672c4000,0x00007fb4673c4000) (1024K)]
0x00007fb51800f9e0 JavaThread "Build operations Thread 15" [_thread_blocked, id=138782, stack(0x00007fb466fc1000,0x00007fb4670c1000) (1024K)]
0x00007fb50402c050 JavaThread "Build operations Thread 16" [_thread_blocked, id=138784, stack(0x00007fb466ec0000,0x00007fb466fc0000) (1024K)]
0x00007fb50402d540 JavaThread "Build operations Thread 17" [_thread_blocked, id=138785, stack(0x00007fb466cbe000,0x00007fb466dbe000) (1024K)]
0x00007fb52c035420 JavaThread "Build operations Thread 18" [_thread_blocked, id=138786, stack(0x00007fb466bbd000,0x00007fb466cbd000) (1024K)]
0x00007fb52c036920 JavaThread "Build operations Thread 19" [_thread_blocked, id=138787, stack(0x00007fb466abc000,0x00007fb466bbc000) (1024K)]
0x00007fb52c035b30 JavaThread "Build operations Thread 20" [_thread_blocked, id=138788, stack(0x00007fb4669bb000,0x00007fb466abb000) (1024K)]
0x00007fb52c037030 JavaThread "Build operations Thread 21" [_thread_blocked, id=138789, stack(0x00007fb4665b7000,0x00007fb4666b7000) (1024K)]
0x00007fb510017820 JavaThread "Build operations Thread 22" [_thread_blocked, id=138791, stack(0x00007fb4664b6000,0x00007fb4665b6000) (1024K)]
0x00007fb51000e2d0 JavaThread "Build operations Thread 23" [_thread_blocked, id=138792, stack(0x00007fb4661b3000,0x00007fb4662b3000) (1024K)]
0x00007fb51000fe70 JavaThread "Build operations Thread 24" [_thread_blocked, id=138793, stack(0x00007fb4660b2000,0x00007fb4661b2000) (1024K)]
0x00007fb4f802a610 JavaThread "WorkerExecutor Queue" [_thread_blocked, id=138794, stack(0x00007fb46a4f6000,0x00007fb46a5f6000) (1024K)]
0x00007fb5cc315bb0 JavaThread "Incoming local TCP Connector on port 37781" [_thread_blocked, id=138795, stack(0x00007fb465fb1000,0x00007fb4660b1000) (1024K)]
0x00007fb520acbf70 JavaThread "WorkerExecutor Queue Thread 2" [_thread_blocked, id=138816, stack(0x00007fb465eb0000,0x00007fb465fb0000) (1024K)]
0x00007fb50001bdb0 JavaThread "WorkerExecutor Queue Thread 3" [_thread_blocked, id=138817, stack(0x00007fb465cae000,0x00007fb465dae000) (1024K)]
0x00007fb5dc0008e0 JavaThread "Incoming local TCP Connector on port 32907" [_thread_blocked, id=138819, stack(0x00007fb465bad000,0x00007fb465cad000) (1024K)]
0x00007fb5e0009c90 JavaThread "Incoming local TCP Connector on port 39909" [_thread_blocked, id=138820, stack(0x00007fb465aac000,0x00007fb465bac000) (1024K)]
0x00007fb5300141c0 JavaThread "WorkerExecutor Queue Thread 4" [_thread_blocked, id=138832, stack(0x00007fb4659ab000,0x00007fb465aab000) (1024K)]
0x00007fb5f8053b90 JavaThread "Incoming local TCP Connector on port 34495" [_thread_blocked, id=138838, stack(0x00007fb4658aa000,0x00007fb4659aa000) (1024K)]
0x00007fb508039c10 JavaThread "WorkerExecutor Queue Thread 5" [_thread_blocked, id=138844, stack(0x00007fb4657a9000,0x00007fb4658a9000) (1024K)]
0x00007fb6009c6610 JavaThread "Incoming local TCP Connector on port 43485" [_thread_blocked, id=138850, stack(0x00007fb4656a8000,0x00007fb4657a8000) (1024K)]
0x00007fb528060980 JavaThread "WorkerExecutor Queue Thread 6" [_thread_blocked, id=138877, stack(0x00007fb4655a7000,0x00007fb4656a7000) (1024K)]
0x00007fb610051a40 JavaThread "Incoming local TCP Connector on port 35841" [_thread_blocked, id=138879, stack(0x00007fb4654a6000,0x00007fb4655a6000) (1024K)]
0x00007fb53400d0a0 JavaThread "WorkerExecutor Queue Thread 7" [_thread_blocked, id=138890, stack(0x00007fb4653a5000,0x00007fb4654a5000) (1024K)]
0x00007fb618048540 JavaThread "Incoming local TCP Connector on port 41437" [_thread_blocked, id=138894, stack(0x00007fb4651a3000,0x00007fb4652a3000) (1024K)]
0x00007fb4f402dca0 JavaThread "WorkerExecutor Queue Thread 8" [_thread_blocked, id=138931, stack(0x00007fb4652a4000,0x00007fb4653a4000) (1024K)]
0x00007fb50c00a070 JavaThread "WorkerExecutor Queue Thread 9" [_thread_blocked, id=138935, stack(0x00007fb4650a2000,0x00007fb4651a2000) (1024K)]
0x00007fb62800f270 JavaThread "Incoming local TCP Connector on port 41141" [_thread_blocked, id=138937, stack(0x00007fb464d9f000,0x00007fb464e9f000) (1024K)]
0x00007fb624007fb0 JavaThread "Incoming local TCP Connector on port 42195" [_thread_blocked, id=138938, stack(0x00007fb464c9e000,0x00007fb464d9e000) (1024K)]
0x00007fb5e8472190 JavaThread "/127.0.0.1:32907 to /127.0.0.1:56294 workers" [_thread_blocked, id=139028, stack(0x00007fb464b9d000,0x00007fb464c9d000) (1024K)]
0x00007fb5e41f36b0 JavaThread "/127.0.0.1:39909 to /127.0.0.1:47618 workers" [_thread_blocked, id=139029, stack(0x00007fb464a9c000,0x00007fb464b9c000) (1024K)]
0x00007fb608005790 JavaThread "/127.0.0.1:43485 to /127.0.0.1:37228 workers" [_thread_blocked, id=139030, stack(0x00007fb46499b000,0x00007fb464a9b000) (1024K)]
0x00007fb5f4001520 JavaThread "/127.0.0.1:34495 to /127.0.0.1:59090 workers" [_thread_blocked, id=139031, stack(0x00007fb464799000,0x00007fb464899000) (1024K)]
0x00007fb5f4007010 JavaThread "/127.0.0.1:34495 to /127.0.0.1:59090 workers Thread 2" [_thread_blocked, id=139032, stack(0x00007fb464698000,0x00007fb464798000) (1024K)]
0x00007fb5e456a3e0 JavaThread "/127.0.0.1:39909 to /127.0.0.1:47618 workers Thread 2" [_thread_blocked, id=139033, stack(0x00007fb464597000,0x00007fb464697000) (1024K)]
0x00007fb608005ea0 JavaThread "/127.0.0.1:43485 to /127.0.0.1:37228 workers Thread 2" [_thread_blocked, id=139034, stack(0x00007fb464496000,0x00007fb464596000) (1024K)]
0x00007fb5e84728a0 JavaThread "/127.0.0.1:32907 to /127.0.0.1:56294 workers Thread 2" [_thread_blocked, id=139035, stack(0x00007fb464395000,0x00007fb464495000) (1024K)]
0x00007fb5f8342b50 JavaThread "/127.0.0.1:34495 to /127.0.0.1:59090 workers Thread 3" [_thread_blocked, id=139036, stack(0x00007fb464294000,0x00007fb464394000) (1024K)]
0x00007fb5e0003a40 JavaThread "/127.0.0.1:39909 to /127.0.0.1:47618 workers Thread 3" [_thread_blocked, id=139037, stack(0x00007fb464193000,0x00007fb464293000) (1024K)]
0x00007fb5f8059320 JavaThread "/127.0.0.1:34495 to /127.0.0.1:59090 workers Thread 4" [_thread_blocked, id=139038, stack(0x00007fb464092000,0x00007fb464192000) (1024K)]
0x00007fb600f53480 JavaThread "/127.0.0.1:43485 to /127.0.0.1:37228 workers Thread 3" [_thread_blocked, id=139039, stack(0x00007fb463f91000,0x00007fb464091000) (1024K)]
0x00007fb600f47110 JavaThread "/127.0.0.1:43485 to /127.0.0.1:37228 workers Thread 4" [_thread_blocked, id=139040, stack(0x00007fb463e90000,0x00007fb463f90000) (1024K)]
0x00007fb5e0004150 JavaThread "/127.0.0.1:39909 to /127.0.0.1:47618 workers Thread 4" [_thread_blocked, id=139041, stack(0x00007fb463d8f000,0x00007fb463e8f000) (1024K)]
0x00007fb5e0004b10 JavaThread "/127.0.0.1:39909 to /127.0.0.1:47618 workers Thread 5" [_thread_in_native, id=139042, stack(0x00007fb463c8e000,0x00007fb463d8e000) (1024K)]
0x00007fb5f81c15e0 JavaThread "/127.0.0.1:34495 to /127.0.0.1:59090 workers Thread 5" [_thread_in_native, id=139043, stack(0x00007fb463b8d000,0x00007fb463c8d000) (1024K)]
0x00007fb5dc017700 JavaThread "/127.0.0.1:32907 to /127.0.0.1:56294 workers Thread 3" [_thread_blocked, id=139044, stack(0x00007fb463a8c000,0x00007fb463b8c000) (1024K)]
0x00007fb5dc018670 JavaThread "/127.0.0.1:32907 to /127.0.0.1:56294 workers Thread 4" [_thread_blocked, id=139045, stack(0x00007fb46398b000,0x00007fb463a8b000) (1024K)]
0x00007fb5dc0073c0 JavaThread "/127.0.0.1:32907 to /127.0.0.1:56294 workers Thread 5" [_thread_in_native, id=139046, stack(0x00007fb46388a000,0x00007fb46398a000) (1024K)]
0x00007fb6010913b0 JavaThread "/127.0.0.1:43485 to /127.0.0.1:37228 workers Thread 5" [_thread_in_native, id=139047, stack(0x00007fb463789000,0x00007fb463889000) (1024K)]
0x00007fb5d8023bf0 JavaThread "/127.0.0.1:37781 to /127.0.0.1:57006 workers" [_thread_blocked, id=139048, stack(0x00007fb463688000,0x00007fb463788000) (1024K)]
0x00007fb5d80252d0 JavaThread "/127.0.0.1:37781 to /127.0.0.1:57006 workers Thread 2" [_thread_blocked, id=139049, stack(0x00007fb463486000,0x00007fb463586000) (1024K)]
0x00007fb5cc304ca0 JavaThread "/127.0.0.1:37781 to /127.0.0.1:57006 workers Thread 3" [_thread_blocked, id=139050, stack(0x00007fb463385000,0x00007fb463485000) (1024K)]
0x00007fb5cc283a00 JavaThread "/127.0.0.1:37781 to /127.0.0.1:57006 workers Thread 4" [_thread_blocked, id=139051, stack(0x00007fb463284000,0x00007fb463384000) (1024K)]
0x00007fb5cc30b5d0 JavaThread "/127.0.0.1:37781 to /127.0.0.1:57006 workers Thread 5" [_thread_in_native, id=139052, stack(0x00007fb463183000,0x00007fb463283000) (1024K)]
0x00007fb510029d00 JavaThread "WorkerExecutor Queue Thread 10" [_thread_blocked, id=139054, stack(0x00007fb463082000,0x00007fb463182000) (1024K)]
0x00007fb6a87083a0 JavaThread "Incoming local TCP Connector on port 43673" [_thread_blocked, id=139055, stack(0x00007fb462f81000,0x00007fb463081000) (1024K)]
0x00007fb60c00a830 JavaThread "/127.0.0.1:35841 to /127.0.0.1:52764 workers" [_thread_blocked, id=139066, stack(0x00007fb462b7d000,0x00007fb462c7d000) (1024K)]
0x00007fb60c0072a0 JavaThread "/127.0.0.1:35841 to /127.0.0.1:52764 workers Thread 2" [_thread_blocked, id=139075, stack(0x00007fb462a7c000,0x00007fb462b7c000) (1024K)]
0x00007fb62c35ffb0 JavaThread "/127.0.0.1:42195 to /127.0.0.1:36516 workers" [_thread_blocked, id=139078, stack(0x00007fb46287a000,0x00007fb46297a000) (1024K)]
0x00007fb62c10ce10 JavaThread "/127.0.0.1:42195 to /127.0.0.1:36516 workers Thread 2" [_thread_blocked, id=139079, stack(0x00007fb462779000,0x00007fb462879000) (1024K)]
0x00007fb624006dd0 JavaThread "/127.0.0.1:42195 to /127.0.0.1:36516 workers Thread 3" [_thread_blocked, id=139080, stack(0x00007fb462678000,0x00007fb462778000) (1024K)]
0x00007fb624008de0 JavaThread "/127.0.0.1:42195 to /127.0.0.1:36516 workers Thread 4" [_thread_blocked, id=139082, stack(0x00007fb462577000,0x00007fb462677000) (1024K)]
0x00007fb624009b90 JavaThread "/127.0.0.1:42195 to /127.0.0.1:36516 workers Thread 5" [_thread_in_native, id=139085, stack(0x00007fb462375000,0x00007fb462475000) (1024K)]
0x00007fb63023b1e0 JavaThread "/127.0.0.1:41141 to /127.0.0.1:43324 workers" [_thread_blocked, id=139086, stack(0x00007fb461f71000,0x00007fb462071000) (1024K)]
0x00007fb630009a50 JavaThread "/127.0.0.1:41141 to /127.0.0.1:43324 workers Thread 2" [_thread_blocked, id=139088, stack(0x00007fb46196b000,0x00007fb461a6b000) (1024K)]
0x00007fb5400341e0 JavaThread "WorkerExecutor Queue Thread 11" [_thread_blocked, id=139089, stack(0x00007fb46186a000,0x00007fb46196a000) (1024K)]
0x00007fb620008760 JavaThread "/127.0.0.1:41437 to /127.0.0.1:54662 workers" [_thread_blocked, id=139092, stack(0x00007fb462c7e000,0x00007fb462d7e000) (1024K)]
0x00007fb62000a280 JavaThread "/127.0.0.1:41437 to /127.0.0.1:54662 workers Thread 2" [_thread_blocked, id=139093, stack(0x00007fb461769000,0x00007fb461869000) (1024K)]
0x00007fb628012990 JavaThread "/127.0.0.1:41141 to /127.0.0.1:43324 workers Thread 3" [_thread_blocked, id=139094, stack(0x00007fb461668000,0x00007fb461768000) (1024K)]
0x00007fb61804c000 JavaThread "/127.0.0.1:41437 to /127.0.0.1:54662 workers Thread 3" [_thread_blocked, id=139095, stack(0x00007fb461567000,0x00007fb461667000) (1024K)]
0x00007fb61804eb40 JavaThread "/127.0.0.1:41437 to /127.0.0.1:54662 workers Thread 4" [_thread_blocked, id=139097, stack(0x00007fb461466000,0x00007fb461566000) (1024K)]
0x00007fb61804cb20 JavaThread "/127.0.0.1:41437 to /127.0.0.1:54662 workers Thread 5" [_thread_in_native, id=139098, stack(0x00007fb461264000,0x00007fb461364000) (1024K)]
0x00007fb610052150 JavaThread "/127.0.0.1:35841 to /127.0.0.1:52764 workers Thread 3" [_thread_blocked, id=139099, stack(0x00007fb461163000,0x00007fb461263000) (1024K)]
0x00007fb610057ee0 JavaThread "/127.0.0.1:35841 to /127.0.0.1:52764 workers Thread 4" [_thread_blocked, id=139100, stack(0x00007fb461062000,0x00007fb461162000) (1024K)]
0x00007fb610052e90 JavaThread "/127.0.0.1:35841 to /127.0.0.1:52764 workers Thread 5" [_thread_in_native, id=139102, stack(0x00007fb460f61000,0x00007fb461061000) (1024K)]
0x00007fb6d8015250 JavaThread "Incoming local TCP Connector on port 34005" [_thread_blocked, id=139103, stack(0x00007fb460e60000,0x00007fb460f60000) (1024K)]
0x00007fb628011260 JavaThread "/127.0.0.1:41141 to /127.0.0.1:43324 workers Thread 4" [_thread_blocked, id=139104, stack(0x00007fb460d5f000,0x00007fb460e5f000) (1024K)]
0x00007fb628014230 JavaThread "/127.0.0.1:41141 to /127.0.0.1:43324 workers Thread 5" [_thread_in_native, id=139105, stack(0x00007fb460c5e000,0x00007fb460d5e000) (1024K)]
0x00007fb5140152e0 JavaThread "WorkerExecutor Queue Thread 12" [_thread_blocked, id=139122, stack(0x00007fb460b5d000,0x00007fb460c5d000) (1024K)]
0x00007fb5480204b0 JavaThread "WorkerExecutor Queue Thread 13" [_thread_blocked, id=139126, stack(0x00007fb460a5c000,0x00007fb460b5c000) (1024K)]
0x00007fb71004ef40 JavaThread "Incoming local TCP Connector on port 39939" [_thread_blocked, id=139129, stack(0x00007fb46095b000,0x00007fb460a5b000) (1024K)]
0x00007fb70c00afb0 JavaThread "Incoming local TCP Connector on port 44561" [_thread_blocked, id=139132, stack(0x00007fb46085a000,0x00007fb46095a000) (1024K)]
0x00007fb6a401fcc0 JavaThread "/127.0.0.1:43673 to /127.0.0.1:60446 workers" [_thread_blocked, id=139322, stack(0x00007fb4699eb000,0x00007fb469aeb000) (1024K)]
0x00007fb6a404c9b0 JavaThread "/127.0.0.1:43673 to /127.0.0.1:60446 workers Thread 2" [_thread_blocked, id=139323, stack(0x00007fb4692e4000,0x00007fb4693e4000) (1024K)]
0x00007fb6a8c09420 JavaThread "/127.0.0.1:43673 to /127.0.0.1:60446 workers Thread 3" [_thread_blocked, id=139324, stack(0x00007fb460658000,0x00007fb460758000) (1024K)]
0x00007fb6a8ca7550 JavaThread "/127.0.0.1:43673 to /127.0.0.1:60446 workers Thread 4" [_thread_blocked, id=139325, stack(0x00007fb460759000,0x00007fb460859000) (1024K)]
0x00007fb6a85a6270 JavaThread "/127.0.0.1:43673 to /127.0.0.1:60446 workers Thread 5" [_thread_in_native, id=139327, stack(0x00007fb460557000,0x00007fb460657000) (1024K)]
0x00007fb700066b50 JavaThread "/127.0.0.1:34005 to /127.0.0.1:46878 workers" [_thread_blocked, id=139328, stack(0x00007fb469aec000,0x00007fb469bec000) (1024K)]
0x00007fb70001cb20 JavaThread "/127.0.0.1:34005 to /127.0.0.1:46878 workers Thread 2" [_thread_blocked, id=139329, stack(0x00007fb460456000,0x00007fb460556000) (1024K)]
0x00007fb6d808a0d0 JavaThread "/127.0.0.1:34005 to /127.0.0.1:46878 workers Thread 3" [_thread_blocked, id=139332, stack(0x00007fb46a3f5000,0x00007fb46a4f5000) (1024K)]
0x00007fb6d80141c0 JavaThread "/127.0.0.1:34005 to /127.0.0.1:46878 workers Thread 4" [_thread_blocked, id=139333, stack(0x00007fb460355000,0x00007fb460455000) (1024K)]
0x00007fb6d8090720 JavaThread "/127.0.0.1:34005 to /127.0.0.1:46878 workers Thread 5" [_thread_in_native, id=139334, stack(0x00007fb460254000,0x00007fb460354000) (1024K)]
0x00007fb71405ab00 JavaThread "/127.0.0.1:44561 to /127.0.0.1:48880 workers" [_thread_blocked, id=139340, stack(0x00007fb460153000,0x00007fb460253000) (1024K)]
0x00007fb7180513a0 JavaThread "/127.0.0.1:39939 to /127.0.0.1:33284 workers" [_thread_blocked, id=139341, stack(0x00007fb460052000,0x00007fb460152000) (1024K)]
0x00007fb71804c960 JavaThread "/127.0.0.1:39939 to /127.0.0.1:33284 workers Thread 2" [_thread_blocked, id=139342, stack(0x00007fb45ff51000,0x00007fb460051000) (1024K)]
0x00007fb7140790e0 JavaThread "/127.0.0.1:44561 to /127.0.0.1:48880 workers Thread 2" [_thread_blocked, id=139343, stack(0x00007fb45fe50000,0x00007fb45ff50000) (1024K)]
0x00007fb710051fc0 JavaThread "/127.0.0.1:39939 to /127.0.0.1:33284 workers Thread 3" [_thread_blocked, id=139344, stack(0x00007fb45fd4f000,0x00007fb45fe4f000) (1024K)]
0x00007fb71004bca0 JavaThread "/127.0.0.1:39939 to /127.0.0.1:33284 workers Thread 4" [_thread_blocked, id=139345, stack(0x00007fb45fc4e000,0x00007fb45fd4e000) (1024K)]
0x00007fb7100cb330 JavaThread "/127.0.0.1:39939 to /127.0.0.1:33284 workers Thread 5" [_thread_in_native, id=139346, stack(0x00007fb45fa4c000,0x00007fb45fb4c000) (1024K)]
0x00007fb70c043e00 JavaThread "/127.0.0.1:44561 to /127.0.0.1:48880 workers Thread 3" [_thread_blocked, id=139347, stack(0x00007fb45f94b000,0x00007fb45fa4b000) (1024K)]
0x00007fb70c032e10 JavaThread "/127.0.0.1:44561 to /127.0.0.1:48880 workers Thread 4" [_thread_blocked, id=139348, stack(0x00007fb45f84a000,0x00007fb45f94a000) (1024K)]
0x00007fb70c057660 JavaThread "/127.0.0.1:44561 to /127.0.0.1:48880 workers Thread 5" [_thread_in_native, id=139349, stack(0x00007fb45f749000,0x00007fb45f849000) (1024K)]
0x00007fb4ec004b00 JavaThread "WorkerExecutor Queue Thread 14" [_thread_blocked, id=139350, stack(0x00007fb45f648000,0x00007fb45f748000) (1024K)]
0x00007fb7c001a700 JavaThread "Incoming local TCP Connector on port 42471" [_thread_blocked, id=139351, stack(0x00007fb45f345000,0x00007fb45f445000) (1024K)]
0x00007fb54c0a5d50 JavaThread "WorkerExecutor Queue Thread 15" [_thread_blocked, id=139362, stack(0x00007fb45ed3f000,0x00007fb45ee3f000) (1024K)]
0x00007fb474006380 JavaThread "Incoming local TCP Connector on port 35605" [_thread_blocked, id=139364, stack(0x00007fb45eb3d000,0x00007fb45ec3d000) (1024K)]
0x00007fb538008b80 JavaThread "WorkerExecutor Queue Thread 16" [_thread_blocked, id=139432, stack(0x00007fb45e93b000,0x00007fb45ea3b000) (1024K)]
0x00007fb490006ec0 JavaThread "Incoming local TCP Connector on port 40727" [_thread_blocked, id=139434, stack(0x00007fb45e739000,0x00007fb45e839000) (1024K)]
0x00007fb51c0bfcc0 JavaThread "WorkerExecutor Queue Thread 17" [_thread_blocked, id=139461, stack(0x00007fb45e638000,0x00007fb45e738000) (1024K)]
0x00007fb494006eb0 JavaThread "Incoming local TCP Connector on port 40753" [_thread_blocked, id=139463, stack(0x00007fb45e436000,0x00007fb45e536000) (1024K)]
0x00007fb7e4037fb0 JavaThread "/127.0.0.1:42471 to /127.0.0.1:53016 workers" [_thread_blocked, id=139536, stack(0x00007fb45e335000,0x00007fb45e435000) (1024K)]
0x00007fb7e4038f40 JavaThread "/127.0.0.1:42471 to /127.0.0.1:53016 workers Thread 2" [_thread_blocked, id=139537, stack(0x00007fb45e234000,0x00007fb45e334000) (1024K)]
0x00007fb48019f4d0 JavaThread "/127.0.0.1:35605 to /127.0.0.1:50962 workers" [_thread_blocked, id=139539, stack(0x00007fb45e133000,0x00007fb45e233000) (1024K)]
0x00007fb480306a20 JavaThread "/127.0.0.1:35605 to /127.0.0.1:50962 workers Thread 2" [_thread_blocked, id=139541, stack(0x00007fb45e032000,0x00007fb45e132000) (1024K)]
0x00007fb7c000ce10 JavaThread "/127.0.0.1:42471 to /127.0.0.1:53016 workers Thread 3" [_thread_blocked, id=139542, stack(0x00007fb45df31000,0x00007fb45e031000) (1024K)]
0x00007fb474007b70 JavaThread "/127.0.0.1:35605 to /127.0.0.1:50962 workers Thread 3" [_thread_blocked, id=139543, stack(0x00007fb45de30000,0x00007fb45df30000) (1024K)]
0x00007fb47401a850 JavaThread "/127.0.0.1:35605 to /127.0.0.1:50962 workers Thread 4" [_thread_blocked, id=139551, stack(0x00007fb45dd2f000,0x00007fb45de2f000) (1024K)]
0x00007fb47400d6d0 JavaThread "/127.0.0.1:35605 to /127.0.0.1:50962 workers Thread 5" [_thread_in_native, id=139556, stack(0x00007fb45dc2e000,0x00007fb45dd2e000) (1024K)]
0x00007fb7c00bbf70 JavaThread "/127.0.0.1:42471 to /127.0.0.1:53016 workers Thread 4" [_thread_blocked, id=139560, stack(0x00007fb45db2d000,0x00007fb45dc2d000) (1024K)]
0x00007fb7c0013440 JavaThread "/127.0.0.1:42471 to /127.0.0.1:53016 workers Thread 5" [_thread_in_native, id=139561, stack(0x00007fb45da2c000,0x00007fb45db2c000) (1024K)]
0x00007fb48c0082f0 JavaThread "/127.0.0.1:40727 to /127.0.0.1:51638 workers" [_thread_blocked, id=139573, stack(0x00007fb45d92b000,0x00007fb45da2b000) (1024K)]
0x00007fb48c00bc90 JavaThread "/127.0.0.1:40727 to /127.0.0.1:51638 workers Thread 2" [_thread_blocked, id=139575, stack(0x00007fb45d82a000,0x00007fb45d92a000) (1024K)]
0x00007fb490009450 JavaThread "/127.0.0.1:40727 to /127.0.0.1:51638 workers Thread 3" [_thread_blocked, id=139577, stack(0x00007fb45d729000,0x00007fb45d829000) (1024K)]
0x00007fb490016de0 JavaThread "/127.0.0.1:40727 to /127.0.0.1:51638 workers Thread 4" [_thread_blocked, id=139580, stack(0x00007fb45d628000,0x00007fb45d728000) (1024K)]
0x00007fb490009b90 JavaThread "/127.0.0.1:40727 to /127.0.0.1:51638 workers Thread 5" [_thread_in_native, id=139582, stack(0x00007fb45d527000,0x00007fb45d627000) (1024K)]
0x00007fb4a000c430 JavaThread "/127.0.0.1:40753 to /127.0.0.1:35378 workers" [_thread_blocked, id=139618, stack(0x00007fb45d426000,0x00007fb45d526000) (1024K)]
0x00007fb4a0008dc0 JavaThread "/127.0.0.1:40753 to /127.0.0.1:35378 workers Thread 2" [_thread_blocked, id=139624, stack(0x00007fb45d325000,0x00007fb45d425000) (1024K)]
0x00007fb4940097b0 JavaThread "/127.0.0.1:40753 to /127.0.0.1:35378 workers Thread 3" [_thread_blocked, id=139626, stack(0x00007fb45d224000,0x00007fb45d324000) (1024K)]
0x00007fb49400a690 JavaThread "/127.0.0.1:40753 to /127.0.0.1:35378 workers Thread 4" [_thread_blocked, id=139628, stack(0x00007fb45d123000,0x00007fb45d223000) (1024K)]