111
fei.wang
2025-04-18 a6686570ac48648e2bf2ec93d27272a4473cac08
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
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
#   JVM is running with Zero Based Compressed Oops mode in which the Java heap is
#     placed in the first 32GB address space. The Java Heap base address is the
#     maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
#     to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (allocation.cpp:272), pid=25596, tid=0x0000000000009034
#
# JRE version: OpenJDK Runtime Environment (8.0_402-b08) (build 1.8.0_402-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.402-b08 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
 
---------------  T H R E A D  ---------------
 
Current thread (0x000001b2db040800):  VMThread [stack: 0x0000002738400000,0x0000002738500000] [id=36916]
 
Stack: [0x0000002738400000,0x0000002738500000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
 
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
 
VM_Operation (0x00000027397fcf80): RevokeBias, mode: safepoint, requested by thread 0x000001b2e15ba000
 
 
---------------  P R O C E S S  ---------------
 
Java Threads: ( => current thread )
  0x000001b2e61d5000 JavaThread "http-nio-0.0.0.0-8090-exec-200" daemon [_thread_blocked, id=10716, stack(0x0000002746d00000,0x0000002746e00000)]
  0x000001b2e61d4000 JavaThread "http-nio-0.0.0.0-8090-exec-199" daemon [_thread_blocked, id=37792, stack(0x0000002746c00000,0x0000002746d00000)]
  0x000001b2e61d3800 JavaThread "http-nio-0.0.0.0-8090-exec-198" daemon [_thread_blocked, id=37112, stack(0x0000002746b00000,0x0000002746c00000)]
  0x000001b2e61d6800 JavaThread "http-nio-0.0.0.0-8090-exec-197" daemon [_thread_blocked, id=24384, stack(0x0000002746a00000,0x0000002746b00000)]
  0x000001b2e61d6000 JavaThread "http-nio-0.0.0.0-8090-exec-196" daemon [_thread_blocked, id=27844, stack(0x0000002746900000,0x0000002746a00000)]
  0x000001b2e61d2800 JavaThread "http-nio-0.0.0.0-8090-exec-195" daemon [_thread_blocked, id=36876, stack(0x0000002746800000,0x0000002746900000)]
  0x000001b2e61d2000 JavaThread "http-nio-0.0.0.0-8090-exec-194" daemon [_thread_blocked, id=3376, stack(0x0000002746700000,0x0000002746800000)]
  0x000001b2e670d000 JavaThread "http-nio-0.0.0.0-8090-exec-193" daemon [_thread_blocked, id=36508, stack(0x0000002746600000,0x0000002746700000)]
  0x000001b2e670c000 JavaThread "http-nio-0.0.0.0-8090-exec-192" daemon [_thread_blocked, id=7480, stack(0x0000002746500000,0x0000002746600000)]
  0x000001b2e670b800 JavaThread "http-nio-0.0.0.0-8090-exec-191" daemon [_thread_blocked, id=38040, stack(0x0000002746400000,0x0000002746500000)]
  0x000001b2e6704000 JavaThread "http-nio-0.0.0.0-8090-exec-190" daemon [_thread_blocked, id=6168, stack(0x0000002746300000,0x0000002746400000)]
  0x000001b2e6703800 JavaThread "http-nio-0.0.0.0-8090-exec-189" daemon [_thread_blocked, id=25296, stack(0x0000002746200000,0x0000002746300000)]
  0x000001b2e670a800 JavaThread "http-nio-0.0.0.0-8090-exec-188" daemon [_thread_blocked, id=5756, stack(0x0000002746100000,0x0000002746200000)]
  0x000001b2e6702800 JavaThread "http-nio-0.0.0.0-8090-exec-187" daemon [_thread_blocked, id=38676, stack(0x0000002746000000,0x0000002746100000)]
  0x000001b2e6709800 JavaThread "http-nio-0.0.0.0-8090-exec-186" daemon [_thread_blocked, id=12168, stack(0x0000002745f00000,0x0000002746000000)]
  0x000001b2e6709000 JavaThread "http-nio-0.0.0.0-8090-exec-185" daemon [_thread_blocked, id=33236, stack(0x0000002745e00000,0x0000002745f00000)]
  0x000001b2e6701000 JavaThread "http-nio-0.0.0.0-8090-exec-184" daemon [_thread_blocked, id=18528, stack(0x0000002745d00000,0x0000002745e00000)]
  0x000001b2e6706800 JavaThread "http-nio-0.0.0.0-8090-exec-183" daemon [_thread_blocked, id=25572, stack(0x0000002745c00000,0x0000002745d00000)]
  0x000001b2e6708000 JavaThread "http-nio-0.0.0.0-8090-exec-182" daemon [_thread_blocked, id=31836, stack(0x0000002745b00000,0x0000002745c00000)]
  0x000001b2e6702000 JavaThread "http-nio-0.0.0.0-8090-exec-181" daemon [_thread_blocked, id=37980, stack(0x0000002745a00000,0x0000002745b00000)]
  0x000001b2e6707800 JavaThread "http-nio-0.0.0.0-8090-exec-180" daemon [_thread_blocked, id=23344, stack(0x0000002745900000,0x0000002745a00000)]
  0x000001b2e6706000 JavaThread "http-nio-0.0.0.0-8090-exec-179" daemon [_thread_blocked, id=31464, stack(0x0000002745800000,0x0000002745900000)]
  0x000001b2e66fe000 JavaThread "http-nio-0.0.0.0-8090-exec-178" daemon [_thread_blocked, id=37452, stack(0x0000002745700000,0x0000002745800000)]
  0x000001b2e6700800 JavaThread "http-nio-0.0.0.0-8090-exec-177" daemon [_thread_blocked, id=37364, stack(0x0000002745600000,0x0000002745700000)]
  0x000001b2e6705000 JavaThread "http-nio-0.0.0.0-8090-exec-176" daemon [_thread_blocked, id=38556, stack(0x0000002745500000,0x0000002745600000)]
  0x000001b2e66ff800 JavaThread "http-nio-0.0.0.0-8090-exec-175" daemon [_thread_blocked, id=32612, stack(0x0000002745400000,0x0000002745500000)]
  0x000001b2e66f7800 JavaThread "http-nio-0.0.0.0-8090-exec-174" daemon [_thread_blocked, id=38056, stack(0x0000002745300000,0x0000002745400000)]
  0x000001b2e66fb000 JavaThread "http-nio-0.0.0.0-8090-exec-173" daemon [_thread_blocked, id=36676, stack(0x0000002745200000,0x0000002745300000)]
  0x000001b2e66fc800 JavaThread "http-nio-0.0.0.0-8090-exec-172" daemon [_thread_blocked, id=6592, stack(0x0000002745100000,0x0000002745200000)]
  0x000001b2e66f9000 JavaThread "http-nio-0.0.0.0-8090-exec-171" daemon [_thread_blocked, id=34188, stack(0x0000002745000000,0x0000002745100000)]
  0x000001b2e66fd000 JavaThread "http-nio-0.0.0.0-8090-exec-170" daemon [_thread_blocked, id=32840, stack(0x0000002744f00000,0x0000002745000000)]
  0x000001b2e66fa000 JavaThread "http-nio-0.0.0.0-8090-exec-169" daemon [_thread_blocked, id=19496, stack(0x0000002744e00000,0x0000002744f00000)]
  0x000001b2e66f8800 JavaThread "http-nio-0.0.0.0-8090-exec-168" daemon [_thread_blocked, id=37896, stack(0x0000002744d00000,0x0000002744e00000)]
  0x000001b2e66fb800 JavaThread "http-nio-0.0.0.0-8090-exec-167" daemon [_thread_blocked, id=36096, stack(0x0000002744c00000,0x0000002744d00000)]
  0x000001b2e66fe800 JavaThread "http-nio-0.0.0.0-8090-exec-166" daemon [_thread_blocked, id=27344, stack(0x0000002744b00000,0x0000002744c00000)]
  0x000001b2e66f0000 JavaThread "http-nio-0.0.0.0-8090-exec-165" daemon [_thread_blocked, id=37428, stack(0x0000002744a00000,0x0000002744b00000)]
  0x000001b2e66f0800 JavaThread "http-nio-0.0.0.0-8090-exec-164" daemon [_thread_blocked, id=6764, stack(0x0000002744900000,0x0000002744a00000)]
  0x000001b2e66f7000 JavaThread "http-nio-0.0.0.0-8090-exec-163" daemon [_thread_blocked, id=37520, stack(0x0000002744800000,0x0000002744900000)]
  0x000001b2e66ef000 JavaThread "http-nio-0.0.0.0-8090-exec-162" daemon [_thread_blocked, id=33776, stack(0x0000002744700000,0x0000002744800000)]
  0x000001b2e66f6000 JavaThread "http-nio-0.0.0.0-8090-exec-161" daemon [_thread_blocked, id=30672, stack(0x0000002744600000,0x0000002744700000)]
  0x000001b2e66f5800 JavaThread "http-nio-0.0.0.0-8090-exec-160" daemon [_thread_blocked, id=30000, stack(0x0000002744500000,0x0000002744600000)]
  0x000001b2e66f4800 JavaThread "http-nio-0.0.0.0-8090-exec-159" daemon [_thread_blocked, id=32628, stack(0x0000002744400000,0x0000002744500000)]
  0x000001b2e66ee000 JavaThread "http-nio-0.0.0.0-8090-exec-158" daemon [_thread_blocked, id=26572, stack(0x0000002744300000,0x0000002744400000)]
  0x000001b2e66f3800 JavaThread "http-nio-0.0.0.0-8090-exec-157" daemon [_thread_blocked, id=36016, stack(0x0000002744200000,0x0000002744300000)]
  0x000001b2e66f3000 JavaThread "http-nio-0.0.0.0-8090-exec-156" daemon [_thread_blocked, id=36920, stack(0x0000002744100000,0x0000002744200000)]
  0x000001b2e66f2000 JavaThread "http-nio-0.0.0.0-8090-exec-155" daemon [_thread_blocked, id=28312, stack(0x0000002744000000,0x0000002744100000)]
  0x000001b2e66f1800 JavaThread "http-nio-0.0.0.0-8090-exec-154" daemon [_thread_blocked, id=36264, stack(0x0000002743f00000,0x0000002744000000)]
  0x000001b2e4f06800 JavaThread "http-nio-0.0.0.0-8090-exec-153" daemon [_thread_blocked, id=38340, stack(0x0000002743e00000,0x0000002743f00000)]
  0x000001b2e4f05800 JavaThread "http-nio-0.0.0.0-8090-exec-152" daemon [_thread_blocked, id=38424, stack(0x0000002743d00000,0x0000002743e00000)]
  0x000001b2e4f07000 JavaThread "http-nio-0.0.0.0-8090-exec-151" daemon [_thread_blocked, id=4360, stack(0x0000002743c00000,0x0000002743d00000)]
  0x000001b2e4f05000 JavaThread "http-nio-0.0.0.0-8090-exec-150" daemon [_thread_blocked, id=34748, stack(0x0000002743b00000,0x0000002743c00000)]
  0x000001b2e4efd800 JavaThread "http-nio-0.0.0.0-8090-exec-149" daemon [_thread_blocked, id=35752, stack(0x0000002743a00000,0x0000002743b00000)]
  0x000001b2e4f04000 JavaThread "http-nio-0.0.0.0-8090-exec-148" daemon [_thread_blocked, id=32088, stack(0x0000002743900000,0x0000002743a00000)]
  0x000001b2e4efc000 JavaThread "http-nio-0.0.0.0-8090-exec-147" daemon [_thread_blocked, id=36228, stack(0x0000002743800000,0x0000002743900000)]
  0x000001b2e4f03000 JavaThread "http-nio-0.0.0.0-8090-exec-146" daemon [_thread_blocked, id=36552, stack(0x0000002743700000,0x0000002743800000)]
  0x000001b2e4efe800 JavaThread "http-nio-0.0.0.0-8090-exec-145" daemon [_thread_blocked, id=31168, stack(0x0000002743600000,0x0000002743700000)]
  0x000001b2e4f01000 JavaThread "http-nio-0.0.0.0-8090-exec-144" daemon [_thread_blocked, id=35008, stack(0x0000002743500000,0x0000002743600000)]
  0x000001b2e4f02800 JavaThread "http-nio-0.0.0.0-8090-exec-143" daemon [_thread_blocked, id=6136, stack(0x0000002743400000,0x0000002743500000)]
  0x000001b2e4f01800 JavaThread "http-nio-0.0.0.0-8090-exec-142" daemon [_thread_blocked, id=34544, stack(0x0000002743300000,0x0000002743400000)]
  0x000001b2e4efa000 JavaThread "http-nio-0.0.0.0-8090-exec-141" daemon [_thread_blocked, id=29512, stack(0x0000002743200000,0x0000002743300000)]
  0x000001b2e4efb800 JavaThread "http-nio-0.0.0.0-8090-exec-140" daemon [_thread_blocked, id=3152, stack(0x0000002743100000,0x0000002743200000)]
  0x000001b2e4f00000 JavaThread "http-nio-0.0.0.0-8090-exec-139" daemon [_thread_blocked, id=37868, stack(0x0000002743000000,0x0000002743100000)]
  0x000001b2e4ef8000 JavaThread "http-nio-0.0.0.0-8090-exec-138" daemon [_thread_blocked, id=37300, stack(0x0000002742f00000,0x0000002743000000)]
  0x000001b2e4efd000 JavaThread "http-nio-0.0.0.0-8090-exec-137" daemon [_thread_blocked, id=9600, stack(0x0000002742e00000,0x0000002742f00000)]
  0x000001b2e4efa800 JavaThread "http-nio-0.0.0.0-8090-exec-136" daemon [_thread_blocked, id=38628, stack(0x0000002742d00000,0x0000002742e00000)]
  0x000001b2e4eff800 JavaThread "http-nio-0.0.0.0-8090-exec-135" daemon [_thread_blocked, id=26504, stack(0x0000002742c00000,0x0000002742d00000)]
  0x000001b2e4ef9000 JavaThread "http-nio-0.0.0.0-8090-exec-134" daemon [_thread_blocked, id=37408, stack(0x0000002742b00000,0x0000002742c00000)]
  0x000001b2e5c36800 JavaThread "http-nio-0.0.0.0-8090-exec-133" daemon [_thread_blocked, id=37332, stack(0x0000002742a00000,0x0000002742b00000)]
  0x000001b2e5c35800 JavaThread "http-nio-0.0.0.0-8090-exec-132" daemon [_thread_blocked, id=1928, stack(0x0000002742900000,0x0000002742a00000)]
  0x000001b2e5c35000 JavaThread "http-nio-0.0.0.0-8090-exec-131" daemon [_thread_blocked, id=33772, stack(0x0000002742800000,0x0000002742900000)]
  0x000001b2e5c34000 JavaThread "http-nio-0.0.0.0-8090-exec-130" daemon [_thread_blocked, id=38844, stack(0x0000002742700000,0x0000002742800000)]
  0x000001b2e5c33000 JavaThread "http-nio-0.0.0.0-8090-exec-129" daemon [_thread_blocked, id=10828, stack(0x0000002742600000,0x0000002742700000)]
  0x000001b2e5c2b800 JavaThread "http-nio-0.0.0.0-8090-exec-128" daemon [_thread_blocked, id=29252, stack(0x0000002742500000,0x0000002742600000)]
  0x000001b2e5c32800 JavaThread "http-nio-0.0.0.0-8090-exec-127" daemon [_thread_blocked, id=38652, stack(0x0000002742400000,0x0000002742500000)]
  0x000001b2e5c2a800 JavaThread "http-nio-0.0.0.0-8090-exec-126" daemon [_thread_blocked, id=38336, stack(0x0000002742300000,0x0000002742400000)]
  0x000001b2e5c31800 JavaThread "http-nio-0.0.0.0-8090-exec-125" daemon [_thread_blocked, id=31424, stack(0x0000002742200000,0x0000002742300000)]
  0x000001b2e5c2a000 JavaThread "http-nio-0.0.0.0-8090-exec-124" daemon [_thread_blocked, id=21924, stack(0x0000002742100000,0x0000002742200000)]
  0x000001b2e5c30000 JavaThread "http-nio-0.0.0.0-8090-exec-123" daemon [_thread_blocked, id=26448, stack(0x0000002742000000,0x0000002742100000)]
  0x000001b2e5c2f800 JavaThread "http-nio-0.0.0.0-8090-exec-122" daemon [_thread_blocked, id=6096, stack(0x0000002741f00000,0x0000002742000000)]
  0x000001b2e5c2d800 JavaThread "http-nio-0.0.0.0-8090-exec-121" daemon [_thread_blocked, id=32728, stack(0x0000002741e00000,0x0000002741f00000)]
  0x000001b2e5c2c000 JavaThread "http-nio-0.0.0.0-8090-exec-120" daemon [_thread_blocked, id=36808, stack(0x0000002741d00000,0x0000002741e00000)]
  0x000001b2e5c31000 JavaThread "http-nio-0.0.0.0-8090-exec-119" daemon [_thread_blocked, id=23792, stack(0x0000002741c00000,0x0000002741d00000)]
  0x000001b2e5c29000 JavaThread "http-nio-0.0.0.0-8090-exec-118" daemon [_thread_blocked, id=11256, stack(0x0000002741b00000,0x0000002741c00000)]
  0x000001b2e5c27800 JavaThread "http-nio-0.0.0.0-8090-exec-117" daemon [_thread_blocked, id=34156, stack(0x0000002741a00000,0x0000002741b00000)]
  0x000001b2e5c2d000 JavaThread "http-nio-0.0.0.0-8090-exec-116" daemon [_thread_blocked, id=35500, stack(0x0000002741900000,0x0000002741a00000)]
  0x000001b2e5c2e800 JavaThread "http-nio-0.0.0.0-8090-exec-115" daemon [_thread_blocked, id=38640, stack(0x0000002741800000,0x0000002741900000)]
  0x000001b2e5c28000 JavaThread "http-nio-0.0.0.0-8090-exec-114" daemon [_thread_blocked, id=32276, stack(0x0000002741700000,0x0000002741800000)]
  0x000001b2e5624800 JavaThread "http-nio-0.0.0.0-8090-exec-113" daemon [_thread_blocked, id=25900, stack(0x0000002741600000,0x0000002741700000)]
  0x000001b2e5624000 JavaThread "http-nio-0.0.0.0-8090-exec-112" daemon [_thread_blocked, id=38224, stack(0x0000002741500000,0x0000002741600000)]
  0x000001b2e5623000 JavaThread "http-nio-0.0.0.0-8090-exec-111" daemon [_thread_blocked, id=30540, stack(0x0000002741400000,0x0000002741500000)]
  0x000001b2e5622800 JavaThread "http-nio-0.0.0.0-8090-exec-110" daemon [_thread_blocked, id=18900, stack(0x0000002741300000,0x0000002741400000)]
  0x000001b2e5621800 JavaThread "http-nio-0.0.0.0-8090-exec-109" daemon [_thread_blocked, id=9580, stack(0x0000002741200000,0x0000002741300000)]
  0x000001b2e5620800 JavaThread "http-nio-0.0.0.0-8090-exec-108" daemon [_thread_blocked, id=8328, stack(0x0000002741100000,0x0000002741200000)]
  0x000001b2e5626000 JavaThread "http-nio-0.0.0.0-8090-exec-107" daemon [_thread_blocked, id=36376, stack(0x0000002741000000,0x0000002741100000)]
  0x000001b2e5625800 JavaThread "http-nio-0.0.0.0-8090-exec-106" daemon [_thread_blocked, id=37296, stack(0x0000002740f00000,0x0000002741000000)]
  0x000001b2e5619000 JavaThread "http-nio-0.0.0.0-8090-exec-105" daemon [_thread_blocked, id=37500, stack(0x0000002740e00000,0x0000002740f00000)]
  0x000001b2e5620000 JavaThread "http-nio-0.0.0.0-8090-exec-104" daemon [_thread_blocked, id=33012, stack(0x0000002740d00000,0x0000002740e00000)]
  0x000001b2e5618000 JavaThread "http-nio-0.0.0.0-8090-exec-103" daemon [_thread_blocked, id=37540, stack(0x0000002740c00000,0x0000002740d00000)]
  0x000001b2e561f000 JavaThread "http-nio-0.0.0.0-8090-exec-102" daemon [_thread_blocked, id=37080, stack(0x0000002740b00000,0x0000002740c00000)]
  0x000001b2e561d000 JavaThread "http-nio-0.0.0.0-8090-exec-101" daemon [_thread_blocked, id=27632, stack(0x0000002740a00000,0x0000002740b00000)]
  0x000001b2e561c000 JavaThread "http-nio-0.0.0.0-8090-exec-100" daemon [_thread_blocked, id=32772, stack(0x0000002740900000,0x0000002740a00000)]
  0x000001b2e561d800 JavaThread "http-nio-0.0.0.0-8090-exec-99" daemon [_thread_blocked, id=31028, stack(0x0000002740800000,0x0000002740900000)]
  0x000001b2e5619800 JavaThread "http-nio-0.0.0.0-8090-exec-98" daemon [_thread_blocked, id=32588, stack(0x0000002740700000,0x0000002740800000)]
  0x000001b2e561a800 JavaThread "http-nio-0.0.0.0-8090-exec-97" daemon [_thread_blocked, id=32624, stack(0x0000002740600000,0x0000002740700000)]
  0x000001b2e561e800 JavaThread "http-nio-0.0.0.0-8090-exec-96" daemon [_thread_blocked, id=28656, stack(0x0000002740500000,0x0000002740600000)]
  0x000001b2e5617800 JavaThread "http-nio-0.0.0.0-8090-exec-95" daemon [_thread_blocked, id=34312, stack(0x0000002740400000,0x0000002740500000)]
  0x000001b2e561b000 JavaThread "http-nio-0.0.0.0-8090-exec-94" daemon [_thread_blocked, id=32176, stack(0x0000002740300000,0x0000002740400000)]
  0x000001b2e3c63800 JavaThread "http-nio-0.0.0.0-8090-exec-93" daemon [_thread_blocked, id=32092, stack(0x0000002740200000,0x0000002740300000)]
  0x000001b2e3c66800 JavaThread "http-nio-0.0.0.0-8090-exec-92" daemon [_thread_blocked, id=38660, stack(0x0000002740100000,0x0000002740200000)]
  0x000001b2e3c65800 JavaThread "http-nio-0.0.0.0-8090-exec-91" daemon [_thread_blocked, id=5324, stack(0x0000002740000000,0x0000002740100000)]
  0x000001b2e3c5e000 JavaThread "http-nio-0.0.0.0-8090-exec-90" daemon [_thread_blocked, id=19504, stack(0x000000273ff00000,0x0000002740000000)]
  0x000001b2e3c61000 JavaThread "http-nio-0.0.0.0-8090-exec-89" daemon [_thread_blocked, id=32208, stack(0x000000273fe00000,0x000000273ff00000)]
  0x000001b2e3c65000 JavaThread "http-nio-0.0.0.0-8090-exec-88" daemon [_thread_blocked, id=32108, stack(0x000000273fd00000,0x000000273fe00000)]
  0x000001b2e3c5d000 JavaThread "http-nio-0.0.0.0-8090-exec-87" daemon [_thread_blocked, id=38452, stack(0x000000273f200000,0x000000273f300000)]
  0x000001b2e3c60000 JavaThread "http-nio-0.0.0.0-8090-exec-86" daemon [_thread_blocked, id=33200, stack(0x000000273fc00000,0x000000273fd00000)]
  0x000001b2e3c64000 JavaThread "http-nio-0.0.0.0-8090-exec-85" daemon [_thread_blocked, id=20664, stack(0x000000273fb00000,0x000000273fc00000)]
  0x000001b2e3c62800 JavaThread "http-nio-0.0.0.0-8090-exec-84" daemon [_thread_blocked, id=1592, stack(0x000000273fa00000,0x000000273fb00000)]
  0x000001b2e3c61800 JavaThread "http-nio-0.0.0.0-8090-exec-83" daemon [_thread_blocked, id=37704, stack(0x000000273f900000,0x000000273fa00000)]
  0x000001b2e3c58800 JavaThread "http-nio-0.0.0.0-8090-exec-82" daemon [_thread_blocked, id=37232, stack(0x000000273f800000,0x000000273f900000)]
  0x000001b2e3c5b800 JavaThread "http-nio-0.0.0.0-8090-exec-81" daemon [_thread_blocked, id=37260, stack(0x000000273f700000,0x000000273f800000)]
  0x000001b2e3c5a000 JavaThread "http-nio-0.0.0.0-8090-exec-80" daemon [_thread_blocked, id=38656, stack(0x000000273f600000,0x000000273f700000)]
  0x000001b2e3c5f800 JavaThread "http-nio-0.0.0.0-8090-exec-79" daemon [_thread_blocked, id=6344, stack(0x000000273f500000,0x000000273f600000)]
  0x000001b2e3c59000 JavaThread "http-nio-0.0.0.0-8090-exec-78" daemon [_thread_blocked, id=37924, stack(0x000000273f400000,0x000000273f500000)]
  0x000001b2e3c57800 JavaThread "http-nio-0.0.0.0-8090-exec-77" daemon [_thread_blocked, id=37692, stack(0x000000273f300000,0x000000273f400000)]
  0x000001b2e3c5e800 JavaThread "http-nio-0.0.0.0-8090-exec-76" daemon [_thread_blocked, id=23956, stack(0x000000273f100000,0x000000273f200000)]
  0x000001b2e3c5a800 JavaThread "http-nio-0.0.0.0-8090-exec-75" daemon [_thread_blocked, id=32340, stack(0x000000273f000000,0x000000273f100000)]
  0x000001b2e36c1800 JavaThread "http-nio-0.0.0.0-8090-exec-74" daemon [_thread_blocked, id=36832, stack(0x000000273ef00000,0x000000273f000000)]
  0x000001b2e36c7800 JavaThread "http-nio-0.0.0.0-8090-exec-73" daemon [_thread_blocked, id=29868, stack(0x000000273ee00000,0x000000273ef00000)]
  0x000001b2e36c7000 JavaThread "http-nio-0.0.0.0-8090-exec-72" daemon [_thread_blocked, id=37564, stack(0x000000273ed00000,0x000000273ee00000)]
  0x000001b2e36c6000 JavaThread "http-nio-0.0.0.0-8090-exec-71" daemon [_thread_blocked, id=37252, stack(0x000000273ec00000,0x000000273ed00000)]
  0x000001b2e36c5800 JavaThread "http-nio-0.0.0.0-8090-exec-70" daemon [_thread_blocked, id=35680, stack(0x000000273eb00000,0x000000273ec00000)]
  0x000001b2e36c4000 JavaThread "http-nio-0.0.0.0-8090-exec-69" daemon [_thread_blocked, id=38044, stack(0x000000273ea00000,0x000000273eb00000)]
  0x000001b2e36c4800 JavaThread "http-nio-0.0.0.0-8090-exec-68" daemon [_thread_blocked, id=36300, stack(0x000000273e900000,0x000000273ea00000)]
  0x000001b2e36c3000 JavaThread "http-nio-0.0.0.0-8090-exec-67" daemon [_thread_blocked, id=7960, stack(0x000000273e800000,0x000000273e900000)]
  0x000001b2e36c2000 JavaThread "http-nio-0.0.0.0-8090-exec-66" daemon [_thread_blocked, id=23832, stack(0x000000273e700000,0x000000273e800000)]
  0x000001b2e36bb000 JavaThread "http-nio-0.0.0.0-8090-exec-65" daemon [_thread_blocked, id=38492, stack(0x000000273e600000,0x000000273e700000)]
  0x000001b2e36b9800 JavaThread "http-nio-0.0.0.0-8090-exec-64" daemon [_thread_blocked, id=34724, stack(0x000000273e500000,0x000000273e600000)]
  0x000001b2e36c0800 JavaThread "http-nio-0.0.0.0-8090-exec-63" daemon [_thread_blocked, id=12200, stack(0x000000273e400000,0x000000273e500000)]
  0x000001b2e36bc000 JavaThread "http-nio-0.0.0.0-8090-exec-62" daemon [_thread_blocked, id=38488, stack(0x000000273e300000,0x000000273e400000)]
  0x000001b2e36bf000 JavaThread "http-nio-0.0.0.0-8090-exec-61" daemon [_thread_blocked, id=784, stack(0x000000273e200000,0x000000273e300000)]
  0x000001b2e36bc800 JavaThread "http-nio-0.0.0.0-8090-exec-60" daemon [_thread_blocked, id=38036, stack(0x000000273e100000,0x000000273e200000)]
  0x000001b2e36ba800 JavaThread "http-nio-0.0.0.0-8090-exec-59" daemon [_thread_blocked, id=28136, stack(0x000000273e000000,0x000000273e100000)]
  0x000001b2e36be800 JavaThread "http-nio-0.0.0.0-8090-exec-58" daemon [_thread_blocked, id=7632, stack(0x000000273df00000,0x000000273e000000)]
  0x000001b2e36b9000 JavaThread "http-nio-0.0.0.0-8090-exec-57" daemon [_thread_blocked, id=38420, stack(0x000000273de00000,0x000000273df00000)]
  0x000001b2e36bd800 JavaThread "http-nio-0.0.0.0-8090-exec-56" daemon [_thread_blocked, id=37280, stack(0x000000273dd00000,0x000000273de00000)]
  0x000001b2e36c0000 JavaThread "http-nio-0.0.0.0-8090-exec-55" daemon [_thread_blocked, id=3084, stack(0x000000273dc00000,0x000000273dd00000)]
  0x000001b2e34b7000 JavaThread "http-nio-0.0.0.0-8090-exec-54" daemon [_thread_blocked, id=31312, stack(0x000000273db00000,0x000000273dc00000)]
  0x000001b2e34b6000 JavaThread "http-nio-0.0.0.0-8090-exec-53" daemon [_thread_blocked, id=32884, stack(0x000000273da00000,0x000000273db00000)]
  0x000001b2e34b5800 JavaThread "http-nio-0.0.0.0-8090-exec-52" daemon [_thread_blocked, id=38548, stack(0x000000273d900000,0x000000273da00000)]
  0x000001b2e34b4800 JavaThread "http-nio-0.0.0.0-8090-exec-51" daemon [_thread_blocked, id=36340, stack(0x000000273d800000,0x000000273d900000)]
  0x000001b2e34b4000 JavaThread "http-nio-0.0.0.0-8090-exec-50" daemon [_thread_blocked, id=37988, stack(0x000000273d700000,0x000000273d800000)]
  0x000001b2e34b7800 JavaThread "http-nio-0.0.0.0-8090-exec-49" daemon [_thread_blocked, id=31644, stack(0x000000273d600000,0x000000273d700000)]
  0x000001b2e34b3000 JavaThread "http-nio-0.0.0.0-8090-exec-48" daemon [_thread_blocked, id=25300, stack(0x000000273d500000,0x000000273d600000)]
  0x000001b2e34b2000 JavaThread "http-nio-0.0.0.0-8090-exec-47" daemon [_thread_blocked, id=19252, stack(0x000000273b500000,0x000000273b600000)]
  0x000001b2e34aa800 JavaThread "http-nio-0.0.0.0-8090-exec-46" daemon [_thread_blocked, id=29224, stack(0x000000273d400000,0x000000273d500000)]
  0x000001b2e34b1800 JavaThread "http-nio-0.0.0.0-8090-exec-45" daemon [_thread_blocked, id=8316, stack(0x000000273d300000,0x000000273d400000)]
  0x000001b2e34b0800 JavaThread "http-nio-0.0.0.0-8090-exec-44" daemon [_thread_blocked, id=33604, stack(0x000000273d200000,0x000000273d300000)]
  0x000001b2e34a9000 JavaThread "http-nio-0.0.0.0-8090-exec-43" daemon [_thread_blocked, id=36540, stack(0x000000273d100000,0x000000273d200000)]
  0x000001b2e34b0000 JavaThread "http-nio-0.0.0.0-8090-exec-42" daemon [_thread_blocked, id=33860, stack(0x000000273d000000,0x000000273d100000)]
  0x000001b2e34af000 JavaThread "http-nio-0.0.0.0-8090-exec-41" daemon [_thread_blocked, id=7764, stack(0x000000273cf00000,0x000000273d000000)]
  0x000001b2e34ad800 JavaThread "http-nio-0.0.0.0-8090-exec-40" daemon [_thread_blocked, id=5576, stack(0x000000273ce00000,0x000000273cf00000)]
  0x000001b2e34ac000 JavaThread "http-nio-0.0.0.0-8090-exec-39" daemon [_thread_blocked, id=31112, stack(0x000000273cd00000,0x000000273ce00000)]
  0x000001b2e34a9800 JavaThread "http-nio-0.0.0.0-8090-exec-38" daemon [_thread_blocked, id=34332, stack(0x000000273cc00000,0x000000273cd00000)]
  0x000001b2e34ae800 JavaThread "http-nio-0.0.0.0-8090-exec-37" daemon [_thread_blocked, id=8276, stack(0x000000273cb00000,0x000000273cc00000)]
  0x000001b2e34ab000 JavaThread "http-nio-0.0.0.0-8090-exec-36" daemon [_thread_blocked, id=37088, stack(0x000000273ca00000,0x000000273cb00000)]
  0x000001b2e34ac800 JavaThread "http-nio-0.0.0.0-8090-exec-35" daemon [_thread_blocked, id=24048, stack(0x000000273c900000,0x000000273ca00000)]
  0x000001b2df54c000 JavaThread "http-nio-0.0.0.0-8090-exec-34" daemon [_thread_blocked, id=37536, stack(0x000000273c800000,0x000000273c900000)]
  0x000001b2df54b800 JavaThread "http-nio-0.0.0.0-8090-exec-33" daemon [_thread_blocked, id=36924, stack(0x000000273c700000,0x000000273c800000)]
  0x000001b2e13e3000 JavaThread "http-nio-0.0.0.0-8090-exec-32" daemon [_thread_blocked, id=36992, stack(0x000000273c600000,0x000000273c700000)]
  0x000001b2e13df000 JavaThread "http-nio-0.0.0.0-8090-exec-31" daemon [_thread_blocked, id=32132, stack(0x000000273c500000,0x000000273c600000)]
  0x000001b2e15b8800 JavaThread "http-nio-0.0.0.0-8090-exec-30" daemon [_thread_blocked, id=31184, stack(0x000000273c400000,0x000000273c500000)]
  0x000001b2e15bb800 JavaThread "http-nio-0.0.0.0-8090-exec-29" daemon [_thread_blocked, id=33588, stack(0x000000273c300000,0x000000273c400000)]
  0x000001b2e15ba800 JavaThread "http-nio-0.0.0.0-8090-exec-28" daemon [_thread_blocked, id=36696, stack(0x000000273c200000,0x000000273c300000)]
  0x000001b2e15b7800 JavaThread "http-nio-0.0.0.0-8090-exec-27" daemon [_thread_blocked, id=27656, stack(0x000000273b300000,0x000000273b400000)]
  0x000001b2e15b6800 JavaThread "http-nio-0.0.0.0-8090-exec-26" daemon [_thread_blocked, id=37904, stack(0x000000273c100000,0x000000273c200000)]
  0x000001b2e15b9000 JavaThread "http-nio-0.0.0.0-8090-exec-25" daemon [_thread_blocked, id=7912, stack(0x000000273c000000,0x000000273c100000)]
  0x000001b2e37f8000 JavaThread "http-nio-0.0.0.0-8090-exec-24" daemon [_thread_blocked, id=37732, stack(0x000000273bf00000,0x000000273c000000)]
  0x000001b2e37f7800 JavaThread "http-nio-0.0.0.0-8090-exec-23" daemon [_thread_blocked, id=28264, stack(0x000000273be00000,0x000000273bf00000)]
  0x000001b2e37f6800 JavaThread "http-nio-0.0.0.0-8090-exec-22" daemon [_thread_blocked, id=35308, stack(0x000000273bd00000,0x000000273be00000)]
  0x000001b2e37f6000 JavaThread "http-nio-0.0.0.0-8090-exec-21" daemon [_thread_blocked, id=38180, stack(0x000000273bc00000,0x000000273bd00000)]
  0x000001b2e37f4000 JavaThread "http-nio-0.0.0.0-8090-exec-20" daemon [_thread_blocked, id=38644, stack(0x000000273bb00000,0x000000273bc00000)]
  0x000001b2e37f3800 JavaThread "http-nio-0.0.0.0-8090-exec-19" daemon [_thread_blocked, id=21920, stack(0x000000273ba00000,0x000000273bb00000)]
  0x000001b2e37f2800 JavaThread "http-nio-0.0.0.0-8090-exec-18" daemon [_thread_blocked, id=37416, stack(0x000000273b900000,0x000000273ba00000)]
  0x000001b2e37f5000 JavaThread "http-nio-0.0.0.0-8090-exec-17" daemon [_thread_blocked, id=33848, stack(0x000000273b800000,0x000000273b900000)]
  0x000001b2e37eb000 JavaThread "http-nio-0.0.0.0-8090-exec-16" daemon [_thread_blocked, id=35972, stack(0x000000273b700000,0x000000273b800000)]
  0x000001b2e37f2000 JavaThread "http-nio-0.0.0.0-8090-exec-15" daemon [_thread_blocked, id=37828, stack(0x000000273b600000,0x000000273b700000)]
  0x000001b2e37f1000 JavaThread "http-nio-0.0.0.0-8090-exec-14" daemon [_thread_blocked, id=35168, stack(0x000000273b400000,0x000000273b500000)]
  0x000001b2e37ea000 JavaThread "http-nio-0.0.0.0-8090-exec-13" daemon [_thread_blocked, id=29004, stack(0x000000273b200000,0x000000273b300000)]
  0x000001b2e37e9000 JavaThread "http-nio-0.0.0.0-8090-exec-12" daemon [_thread_blocked, id=37956, stack(0x0000002739300000,0x0000002739400000)]
  0x000001b2e37f0800 JavaThread "http-nio-0.0.0.0-8090-exec-11" daemon [_thread_blocked, id=28164, stack(0x0000002737800000,0x0000002737900000)]
  0x000001b2e37eb800 JavaThread "http-nio-0.0.0.0-8090-Acceptor" daemon [_thread_in_native, id=20792, stack(0x000000273b100000,0x000000273b200000)]
  0x000001b2e37ee800 JavaThread "http-nio-0.0.0.0-8090-Poller" daemon [_thread_in_native, id=10304, stack(0x000000273b000000,0x000000273b100000)]
  0x000001b2e37ef800 JavaThread "http-nio-0.0.0.0-8090-exec-10" daemon [_thread_blocked, id=33396, stack(0x000000273af00000,0x000000273b000000)]
  0x000001b2e37ee000 JavaThread "http-nio-0.0.0.0-8090-exec-9" daemon [_thread_blocked, id=28596, stack(0x000000273ae00000,0x000000273af00000)]
  0x000001b2e37ec800 JavaThread "http-nio-0.0.0.0-8090-exec-8" daemon [_thread_blocked, id=32916, stack(0x000000273ad00000,0x000000273ae00000)]
  0x000001b2e13ea000 JavaThread "http-nio-0.0.0.0-8090-exec-7" daemon [_thread_blocked, id=38072, stack(0x000000273ac00000,0x000000273ad00000)]
  0x000001b2e13e9000 JavaThread "http-nio-0.0.0.0-8090-exec-6" daemon [_thread_blocked, id=38240, stack(0x000000273ab00000,0x000000273ac00000)]
  0x000001b2e13e8800 JavaThread "http-nio-0.0.0.0-8090-exec-5" daemon [_thread_blocked, id=29700, stack(0x000000273aa00000,0x000000273ab00000)]
  0x000001b2e13e7800 JavaThread "http-nio-0.0.0.0-8090-exec-4" daemon [_thread_blocked, id=24156, stack(0x000000273a900000,0x000000273aa00000)]
  0x000001b2e13e7000 JavaThread "http-nio-0.0.0.0-8090-exec-3" daemon [_thread_blocked, id=26056, stack(0x000000273a800000,0x000000273a900000)]
  0x000001b2e13e6000 JavaThread "http-nio-0.0.0.0-8090-exec-2" daemon [_thread_blocked, id=216, stack(0x000000273a600000,0x000000273a700000)]
  0x000001b2e13eb800 JavaThread "http-nio-0.0.0.0-8090-exec-1" daemon [_thread_blocked, id=34276, stack(0x000000273a500000,0x000000273a600000)]
  0x000001b2e13de000 JavaThread "File Watcher" daemon [_thread_blocked, id=20788, stack(0x000000273a400000,0x000000273a500000)]
  0x000001b2e13e5800 JavaThread "lettuce-timer-11-1" daemon [_thread_blocked, id=25892, stack(0x0000002739c00000,0x0000002739d00000)]
  0x000001b2e13e4800 JavaThread "Druid-ConnectionPool-Destroy-486454482" daemon [_thread_blocked, id=3456, stack(0x0000002739b00000,0x0000002739c00000)]
  0x000001b2e13dc800 JavaThread "Druid-ConnectionPool-Create-486454482" daemon [_thread_blocked, id=36360, stack(0x0000002739900000,0x0000002739a00000)]
  0x000001b2e13e3800 JavaThread "container-2" [_thread_blocked, id=856, stack(0x0000002739800000,0x0000002739900000)]
  0x000001b2e13e0800 JavaThread "Catalina-utility-2" [_thread_blocked, id=19460, stack(0x0000002739500000,0x0000002739600000)]
  0x000001b2e13e0000 JavaThread "Catalina-utility-1" [_thread_blocked, id=37392, stack(0x0000002739400000,0x0000002739500000)]
  0x000001b2e37ed000 JavaThread "File Watcher" daemon [_thread_blocked, id=33160, stack(0x0000002737600000,0x0000002737700000)]
  0x000001b2e15ba000 JavaThread "Druid-ConnectionPool-Create-1076942412" daemon [_thread_blocked, id=37028, stack(0x0000002739700000,0x0000002739800000)]
  0x000001b2e13e1800 JavaThread "File Watcher" daemon [_thread_blocked, id=28872, stack(0x0000002737700000,0x0000002737800000)]
  0x000001b2e13ea800 JavaThread "DestroyJavaVM" [_thread_blocked, id=38572, stack(0x0000002737900000,0x0000002737a00000)]
  0x000001b2e13dd800 JavaThread "Live Reload Server" daemon [_thread_in_native, id=31268, stack(0x000000273a700000,0x000000273a800000)]
  0x000001b2df549800 JavaThread "analyseStableDomain-4" daemon [_thread_blocked, id=36388, stack(0x000000273a300000,0x000000273a400000)]
  0x000001b2df549000 JavaThread "analyseStableDomain-3" daemon [_thread_blocked, id=38080, stack(0x000000273a200000,0x000000273a300000)]
  0x000001b2df54f000 JavaThread "analyseStableDomain-2" daemon [_thread_blocked, id=38564, stack(0x000000273a100000,0x000000273a200000)]
  0x000001b2df54e800 JavaThread "analyseStableDomain-1" daemon [_thread_blocked, id=34496, stack(0x000000273a000000,0x000000273a100000)]
  0x000001b2df548000 JavaThread "gtResetMonitor" daemon [_thread_blocked, id=38276, stack(0x0000002739e00000,0x0000002739f00000)]
  0x000001b2df54d800 JavaThread "analyse high domain thread" daemon [_thread_blocked, id=34756, stack(0x0000002739d00000,0x0000002739e00000)]
  0x000001b2df382800 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=38000, stack(0x0000002739a00000,0x0000002739b00000)]
  0x000001b2de94a800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=33184, stack(0x0000002739600000,0x0000002739700000)]
  0x000001b2dde1b800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=6348, stack(0x0000002739100000,0x0000002739200000)]
  0x000001b2ddbd6800 JavaThread "Service Thread" daemon [_thread_blocked, id=34132, stack(0x0000002739000000,0x0000002739100000)]
  0x000001b2ddbcd000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=30808, stack(0x0000002738f00000,0x0000002739000000)]
  0x000001b2ddbcc000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=29476, stack(0x0000002738e00000,0x0000002738f00000)]
  0x000001b2ddbc7000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=27872, stack(0x0000002738d00000,0x0000002738e00000)]
  0x000001b2ddbc6000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=36788, stack(0x0000002738c00000,0x0000002738d00000)]
  0x000001b2dd338800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=31896, stack(0x0000002738b00000,0x0000002738c00000)]
  0x000001b2dd335800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=35220, stack(0x0000002738a00000,0x0000002738b00000)]
  0x000001b2dd330800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=11752, stack(0x0000002738900000,0x0000002738a00000)]
  0x000001b2db08a800 JavaThread "Attach Listener" daemon [_thread_blocked, id=34100, stack(0x0000002738800000,0x0000002738900000)]
  0x000001b2dd304800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=35296, stack(0x0000002738700000,0x0000002738800000)]
  0x000001b2db067800 JavaThread "Finalizer" daemon [_thread_blocked, id=31780, stack(0x0000002738600000,0x0000002738700000)]
  0x000001b2db067000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5720, stack(0x0000002738500000,0x0000002738600000)]
 
Other Threads:
=>0x000001b2db040800 VMThread [stack: 0x0000002738400000,0x0000002738500000] [id=36916]
  0x000001b2dddf0800 WatcherThread [stack: 0x0000002739200000,0x0000002739300000] [id=7324]
 
VM state:at safepoint (normal execution)
 
VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x000001b2c03ab530] Threads_lock - owner thread: 0x000001b2db040800
 
heap address: 0x00000006c5200000, size: 4014 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
 
Heap:
 PSYoungGen      total 272896K, used 207824K [0x000000076c600000, 0x000000077f880000, 0x00000007c0000000)
  eden space 263680K, 75% used [0x000000076c600000,0x000000077880bc58,0x000000077c780000)
  from space 9216K, 98% used [0x000000077cf00000,0x000000077d7e8400,0x000000077d800000)
  to   space 25088K, 0% used [0x000000077e000000,0x000000077e000000,0x000000077f880000)
 ParOldGen       total 240640K, used 77537K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db85d8,0x00000006d3d00000)
 Metaspace       used 69588K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
 
Card table byte_map: [0x000001b2d10f0000,0x000001b2d18d0000] byte_map_base: 0x000001b2cdac7000
 
Marking Bits: (ParMarkBitMap*) 0x0000000056243810
 Begin Bits: [0x000001b2d1e10000, 0x000001b2d5cc8000)
 End Bits:   [0x000001b2d5cc8000, 0x000001b2d9b80000)
 
Polling page: 0x000001b2c04e0000
 
CodeCache: size=245760Kb used=28098Kb max_used=28098Kb free=217661Kb
 bounds [0x000001b2c1d30000, 0x000001b2c38b0000, 0x000001b2d0d30000]
 total_blobs=14038 nmethods=13431 adapters=525
 compilation: enabled
 
Compilation events (10 events):
Event: 4481.526 Thread 0x000001b2ddbcd000 13578       1       sun.security.provider.certpath.ConstraintsChecker::<init> (10 bytes)
Event: 4481.526 Thread 0x000001b2ddbcd000 nmethod 13578 0x000001b2c38a1310 code [0x000001b2c38a1460, 0x000001b2c38a1578]
Event: 4497.151 Thread 0x000001b2ddbcd000 13579       1       sun.security.provider.certpath.PKIX$ValidatorParams::targetCertConstraints (28 bytes)
Event: 4497.151 Thread 0x000001b2ddbcd000 nmethod 13579 0x000001b2c38a1610 code [0x000001b2c38a1760, 0x000001b2c38a18f0]
Event: 4753.949 Thread 0x000001b2ddbcd000 13580   !   1       java.util.concurrent.locks.AbstractQueuedSynchronizer::doAcquireInterruptibly (97 bytes)
Event: 4753.963 Thread 0x000001b2ddbcd000 nmethod 13580 0x000001b2c38a1950 code [0x000001b2c38a1b40, 0x000001b2c38a20a0]
Event: 4792.815 Thread 0x000001b2ddbcd000 13581       1       com.getui.push.v2.sdk.common.util.Utils::isEmpty (19 bytes)
Event: 4792.816 Thread 0x000001b2ddbcd000 nmethod 13581 0x000001b2c38a2610 code [0x000001b2c38a2760, 0x000001b2c38a28b0]
Event: 4892.649 Thread 0x000001b2ddbcd000 13582       1       java.util.concurrent.ConcurrentSkipListMap::tryReduceLevel (82 bytes)
Event: 4892.654 Thread 0x000001b2ddbcd000 nmethod 13582 0x000001b2c38a2950 code [0x000001b2c38a2aa0, 0x000001b2c38a2d38]
 
GC Heap History (10 events):
Event: 2942.263 GC heap before
{Heap before GC invocations=38 (full 7):
 PSYoungGen      total 320000K, used 315584K [0x000000076c600000, 0x0000000782a80000, 0x00000007c0000000)
  eden space 305664K, 100% used [0x000000076c600000,0x000000077f080000,0x000000077f080000)
  from space 14336K, 69% used [0x0000000781c80000,0x00000007826303c0,0x0000000782a80000)
  to   space 29696K, 0% used [0x000000077f080000,0x000000077f080000,0x0000000780d80000)
 ParOldGen       total 240640K, used 77497K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9dae5d8,0x00000006d3d00000)
 Metaspace       used 69581K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
Event: 2942.312 GC heap after
Heap after GC invocations=38 (full 7):
 PSYoungGen      total 306176K, used 9456K [0x000000076c600000, 0x0000000781f80000, 0x00000007c0000000)
  eden space 296448K, 0% used [0x000000076c600000,0x000000076c600000,0x000000077e780000)
  from space 9728K, 97% used [0x000000077f080000,0x000000077f9bc3b0,0x000000077fa00000)
  to   space 28672K, 0% used [0x0000000780380000,0x0000000780380000,0x0000000781f80000)
 ParOldGen       total 240640K, used 77505K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db05d8,0x00000006d3d00000)
 Metaspace       used 69581K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
}
Event: 3379.218 GC heap before
{Heap before GC invocations=39 (full 7):
 PSYoungGen      total 306176K, used 305904K [0x000000076c600000, 0x0000000781f80000, 0x00000007c0000000)
  eden space 296448K, 100% used [0x000000076c600000,0x000000077e780000,0x000000077e780000)
  from space 9728K, 97% used [0x000000077f080000,0x000000077f9bc3b0,0x000000077fa00000)
  to   space 28672K, 0% used [0x0000000780380000,0x0000000780380000,0x0000000781f80000)
 ParOldGen       total 240640K, used 77505K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db05d8,0x00000006d3d00000)
 Metaspace       used 69584K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
Event: 3379.243 GC heap after
Heap after GC invocations=39 (full 7):
 PSYoungGen      total 305664K, used 9569K [0x000000076c600000, 0x0000000781500000, 0x00000007c0000000)
  eden space 287744K, 0% used [0x000000076c600000,0x000000076c600000,0x000000077df00000)
  from space 17920K, 53% used [0x0000000780380000,0x0000000780cd8400,0x0000000781500000)
  to   space 27648K, 0% used [0x000000077df00000,0x000000077df00000,0x000000077fa00000)
 ParOldGen       total 240640K, used 77513K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db25d8,0x00000006d3d00000)
 Metaspace       used 69584K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
}
Event: 3800.445 GC heap before
{Heap before GC invocations=40 (full 7):
 PSYoungGen      total 305664K, used 297313K [0x000000076c600000, 0x0000000781500000, 0x00000007c0000000)
  eden space 287744K, 100% used [0x000000076c600000,0x000000077df00000,0x000000077df00000)
  from space 17920K, 53% used [0x0000000780380000,0x0000000780cd8400,0x0000000781500000)
  to   space 27648K, 0% used [0x000000077df00000,0x000000077df00000,0x000000077fa00000)
 ParOldGen       total 240640K, used 77513K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db25d8,0x00000006d3d00000)
 Metaspace       used 69584K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
Event: 3800.453 GC heap after
Heap after GC invocations=40 (full 7):
 PSYoungGen      total 289280K, used 9680K [0x000000076c600000, 0x0000000780b00000, 0x00000007c0000000)
  eden space 279552K, 0% used [0x000000076c600000,0x000000076c600000,0x000000077d700000)
  from space 9728K, 99% used [0x000000077df00000,0x000000077e8743f0,0x000000077e880000)
  to   space 26624K, 0% used [0x000000077f100000,0x000000077f100000,0x0000000780b00000)
 ParOldGen       total 240640K, used 77521K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db45d8,0x00000006d3d00000)
 Metaspace       used 69584K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
}
Event: 4213.993 GC heap before
{Heap before GC invocations=41 (full 7):
 PSYoungGen      total 289280K, used 289232K [0x000000076c600000, 0x0000000780b00000, 0x00000007c0000000)
  eden space 279552K, 100% used [0x000000076c600000,0x000000077d700000,0x000000077d700000)
  from space 9728K, 99% used [0x000000077df00000,0x000000077e8743f0,0x000000077e880000)
  to   space 26624K, 0% used [0x000000077f100000,0x000000077f100000,0x0000000780b00000)
 ParOldGen       total 240640K, used 77521K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db45d8,0x00000006d3d00000)
 Metaspace       used 69588K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
Event: 4214.004 GC heap after
Heap after GC invocations=41 (full 7):
 PSYoungGen      total 287744K, used 9585K [0x000000076c600000, 0x0000000780100000, 0x00000007c0000000)
  eden space 271360K, 0% used [0x000000076c600000,0x000000076c600000,0x000000077cf00000)
  from space 16384K, 58% used [0x000000077f100000,0x000000077fa5c410,0x0000000780100000)
  to   space 25600K, 0% used [0x000000077cf00000,0x000000077cf00000,0x000000077e800000)
 ParOldGen       total 240640K, used 77529K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db65d8,0x00000006d3d00000)
 Metaspace       used 69588K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
}
Event: 4617.880 GC heap before
{Heap before GC invocations=42 (full 7):
 PSYoungGen      total 287744K, used 280945K [0x000000076c600000, 0x0000000780100000, 0x00000007c0000000)
  eden space 271360K, 100% used [0x000000076c600000,0x000000077cf00000,0x000000077cf00000)
  from space 16384K, 58% used [0x000000077f100000,0x000000077fa5c410,0x0000000780100000)
  to   space 25600K, 0% used [0x000000077cf00000,0x000000077cf00000,0x000000077e800000)
 ParOldGen       total 240640K, used 77529K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db65d8,0x00000006d3d00000)
 Metaspace       used 69588K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
Event: 4618.011 GC heap after
Heap after GC invocations=42 (full 7):
 PSYoungGen      total 272896K, used 9121K [0x000000076c600000, 0x000000077f880000, 0x00000007c0000000)
  eden space 263680K, 0% used [0x000000076c600000,0x000000076c600000,0x000000077c780000)
  from space 9216K, 98% used [0x000000077cf00000,0x000000077d7e8400,0x000000077d800000)
  to   space 25088K, 0% used [0x000000077e000000,0x000000077e000000,0x000000077f880000)
 ParOldGen       total 240640K, used 77537K [0x00000006c5200000, 0x00000006d3d00000, 0x000000076c600000)
  object space 240640K, 32% used [0x00000006c5200000,0x00000006c9db85d8,0x00000006d3d00000)
 Metaspace       used 69588K, capacity 74209K, committed 74496K, reserved 1114112K
  class space    used 8831K, capacity 9673K, committed 9728K, reserved 1048576K
}
 
Deoptimization events (0 events):
No events
 
Classes redefined (0 events):
No events
 
Internal exceptions (10 events):
Event: 3780.554 Thread 0x000001b2df549000 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000077ce5b178) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 3780.554 Thread 0x000001b2df54e800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000077d0d6b18) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 3780.662 Thread 0x000001b2df54e800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000077d0d7a48) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 3919.944 Thread 0x000001b2df549000 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x0000000771429600) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 4195.196 Thread 0x000001b2df549800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000077c97bbc8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 4195.303 Thread 0x000001b2df54e800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000077c9aaf48) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 4495.567 Thread 0x000001b2df549000 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x0000000778002c28) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 4495.675 Thread 0x000001b2df54e800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x0000000777df81d8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 4496.945 Thread 0x000001b2df549000 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x00000007781926b0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 4497.054 Thread 0x000001b2df54e800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x00000007781c5dd0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 736]
 
Events (10 events):
Event: 4911.109 Thread 0x000001b2e13dc800 DEOPT UNPACKING pc=0x000001b2c1d775d8 sp=0x00000027399fe9a0 mode 1
Event: 4911.109 Thread 0x000001b2e13dc800 DEOPT PACKING pc=0x000001b2c358cc9c sp=0x00000027399fecd0
Event: 4911.109 Thread 0x000001b2e13dc800 DEOPT UNPACKING pc=0x000001b2c1d775d8 sp=0x00000027399fea98 mode 1
Event: 4912.827 Thread 0x000001b2df54f000 DEOPT PACKING pc=0x000001b2c37c5424 sp=0x000000273a1fd500
Event: 4912.827 Thread 0x000001b2df54f000 DEOPT UNPACKING pc=0x000001b2c1d775d8 sp=0x000000273a1fd248 mode 1
Event: 4912.827 Thread 0x000001b2df54f000 DEOPT PACKING pc=0x000001b2c37c4c84 sp=0x000000273a1fd600
Event: 4912.827 Thread 0x000001b2df54f000 DEOPT UNPACKING pc=0x000001b2c1d775d8 sp=0x000000273a1fd328 mode 1
Event: 4912.827 Thread 0x000001b2df54f000 DEOPT PACKING pc=0x000001b2c3638d14 sp=0x000000273a1fd660
Event: 4912.827 Thread 0x000001b2df54f000 DEOPT UNPACKING pc=0x000001b2c1d775d8 sp=0x000000273a1fd348 mode 1
Event: 4912.841 Executing VM operation: RevokeBias
 
 
Dynamic libraries:
0x00007ff78d850000 - 0x00007ff78d896000     C:\Users\wangf\.jdks\corretto-1.8.0_402\bin\java.exe
0x00007ffe3ee30000 - 0x00007ffe3f047000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ffe3d5d0000 - 0x00007ffe3d694000     C:\Windows\System32\KERNEL32.DLL
0x00007ffe3bf70000 - 0x00007ffe3c341000     C:\Windows\System32\KERNELBASE.dll
0x00007ffe3cf30000 - 0x00007ffe3cfe1000     C:\Windows\System32\ADVAPI32.dll
0x00007ffe3e390000 - 0x00007ffe3e437000     C:\Windows\System32\msvcrt.dll
0x00007ffe3cb80000 - 0x00007ffe3cc27000     C:\Windows\System32\sechost.dll
0x00007ffe3c610000 - 0x00007ffe3c638000     C:\Windows\System32\bcrypt.dll
0x00007ffe3cc30000 - 0x00007ffe3cd44000     C:\Windows\System32\RPCRT4.dll
0x00007ffe3d8e0000 - 0x00007ffe3da91000     C:\Windows\System32\USER32.dll
0x00007ffe3c470000 - 0x00007ffe3c496000     C:\Windows\System32\win32u.dll
0x00007ffe3cd50000 - 0x00007ffe3cd79000     C:\Windows\System32\GDI32.dll
0x00007ffe3c760000 - 0x00007ffe3c87b000     C:\Windows\System32\gdi32full.dll
0x00007ffe3c640000 - 0x00007ffe3c6da000     C:\Windows\System32\msvcp_win.dll
0x00007ffe3c350000 - 0x00007ffe3c461000     C:\Windows\System32\ucrtbase.dll
0x00007ffe253f0000 - 0x00007ffe25682000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4830_none_270fe7d773858e80\COMCTL32.dll
0x00007ffe3d430000 - 0x00007ffe3d461000     C:\Windows\System32\IMM32.DLL
0x00007ffdff000000 - 0x00007ffdff015000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\vcruntime140.dll
0x00007ffdc3120000 - 0x00007ffdc31bb000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\msvcp140.dll
0x0000000055a60000 - 0x00000000562bc000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\server\jvm.dll
0x00007ffe3d6a0000 - 0x00007ffe3d6a8000     C:\Windows\System32\PSAPI.DLL
0x00007ffe18ed0000 - 0x00007ffe18ed9000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffe344f0000 - 0x00007ffe344fa000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ffe30a40000 - 0x00007ffe30a74000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ffe3cb00000 - 0x00007ffe3cb71000     C:\Windows\System32\WS2_32.dll
0x00007ffe3af80000 - 0x00007ffe3af98000     C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffe10e50000 - 0x00007ffe10e60000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\verify.dll
0x00007ffdfc910000 - 0x00007ffdfc93b000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\java.dll
0x00007ffddfb80000 - 0x00007ffddfbb6000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\jdwp.dll
0x00007ffe35980000 - 0x00007ffe35989000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\npt.dll
0x00007ffdda190000 - 0x00007ffdda1c2000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\instrument.dll
0x00007ffdfa680000 - 0x00007ffdfa698000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\zip.dll
0x00007ffe3daa0000 - 0x00007ffe3e328000     C:\Windows\System32\SHELL32.dll
0x00007ffe3c880000 - 0x00007ffe3c9bf000     C:\Windows\System32\wintypes.dll
0x00007ffe3e8c0000 - 0x00007ffe3ec50000     C:\Windows\System32\combase.dll
0x00007ffe39e80000 - 0x00007ffe3a78d000     C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffe3ece0000 - 0x00007ffe3edea000     C:\Windows\System32\SHCORE.dll
0x00007ffe3d860000 - 0x00007ffe3d8be000     C:\Windows\System32\shlwapi.dll
0x00007ffe3bea0000 - 0x00007ffe3becb000     C:\Windows\SYSTEM32\profapi.dll
0x00007ffe33070000 - 0x00007ffe3307a000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\dt_socket.dll
0x00007ffe3b450000 - 0x00007ffe3b4ba000     C:\Windows\system32\mswsock.dll
0x00007ffdf8ca0000 - 0x00007ffdf8cbc000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\net.dll
0x00007ffe23780000 - 0x00007ffe237cb000     C:\Program Files (x86)\Sangfor\SSL\ClientComponent\3_SangforNspX64.dll
0x00007ffe3d6b0000 - 0x00007ffe3d851000     C:\Windows\System32\ole32.dll
0x00007ffe3d470000 - 0x00007ffe3d547000     C:\Windows\System32\OLEAUT32.dll
0x00007ffe3aa60000 - 0x00007ffe3ab62000     C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffe3a9f0000 - 0x00007ffe3aa1d000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffe3d410000 - 0x00007ffe3d419000     C:\Windows\System32\NSI.dll
0x00007ffe345b0000 - 0x00007ffe345ba000     C:\Windows\System32\rasadhlp.dll
0x00007ffe337c0000 - 0x00007ffe33843000     C:\Windows\System32\fwpuclnt.dll
0x00007ffe31d00000 - 0x00007ffe31d0d000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\management.dll
0x00007ffe0fef0000 - 0x00007ffe0ff03000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\nio.dll
0x00007ffe3b770000 - 0x00007ffe3b78b000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffe3aee0000 - 0x00007ffe3af17000     C:\Windows\system32\rsaenh.dll
0x00007ffe3b4f0000 - 0x00007ffe3b518000     C:\Windows\SYSTEM32\USERENV.dll
0x00007ffe3ca80000 - 0x00007ffe3cafb000     C:\Windows\System32\bcryptprimitives.dll
0x00007ffe3b650000 - 0x00007ffe3b65c000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffe34cc0000 - 0x00007ffe34cd9000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffe34ca0000 - 0x00007ffe34cbf000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffe11450000 - 0x00007ffe11467000     C:\Windows\system32\napinsp.dll
0x00007ffe11430000 - 0x00007ffe1144b000     C:\Windows\system32\pnrpnsp.dll
0x00007ffe113a0000 - 0x00007ffe113b1000     C:\Windows\System32\winrnr.dll
0x00007ffe34ce0000 - 0x00007ffe34cf5000     C:\Windows\system32\wshbth.dll
0x00007ffe11370000 - 0x00007ffe11397000     C:\Windows\system32\nlansp_c.dll
0x00007ffdcb990000 - 0x00007ffdcb9b4000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\sunec.dll
0x00007ffe30100000 - 0x00007ffe3010e000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\sunmscapi.dll
0x00007ffe3c4a0000 - 0x00007ffe3c606000     C:\Windows\System32\CRYPT32.dll
0x00007ffe3b930000 - 0x00007ffe3b95d000     C:\Windows\SYSTEM32\ncrypt.dll
0x00007ffe3b8f0000 - 0x00007ffe3b927000     C:\Windows\SYSTEM32\NTASN1.dll
 
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:62988,suspend=y,server=n -XX:TieredStopAtLevel=1 -Xverify:none -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -Dmanagement.endpoints.jmx.exposure.include=* -javaagent:C:\Users\wangf\AppData\Local\JetBrains\IntelliJIdea2023.3\captureAgent\debugger-agent.jar=file:/C:/Users/wangf/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8 
java_command: com.hxzkappboot.HxzkappBootApplication
java_class_path (initial): C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\charsets.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\access-bridge-64.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\cldrdata.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\dnsns.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\jaccess.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\jfxrt.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\localedata.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\nashorn.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunec.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunjce_provider.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunmscapi.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunpkcs11.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\zipfs.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jce.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jfr.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jfxswt.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jsse.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\management-agent.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\resources.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\rt.jar;D:\hxzkapp\hxzkapp-boot-gdty\target\classes;C:\Users\wangf\.m2\repository\com\auth0\java-jwt\3.4.0\java-jwt-3.4.0.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.13.4.2\jackson-databind-2.13.4.2.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.13.4\jackson-annotations-2.13.4.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.13.4\jackson-core-2.13.4.jar;C:\Users\wangf\.m2\repository\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\wangf\.m2\repository\org\freemarker\freemarker\2.3.28\freemarker-2.3.28.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-security\2.6.13\sp
Launcher Type: SUN_STANDARD
 
Environment Variables:
JAVA_HOME=D:\Java\jre1.8.0_341
PATH=D:\hxzkoa\zkeco_dlls\;D:\hxzkoa\Python3\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\Git\cmd;D:\Java\jre1.8.0_341\bin;%CATALINA_HOME%\bin\;D:\apache-maven-3.9.6-bin\apache-maven-3.9.6\bin;%NODE_PATH%;D:\nodejs\;C:\Users\wangf\AppData\Local\Android\Sdk\platform-tools;C:\Users\wangf\AppData\Local\Android\Sdk\emulator;C:\Users\wangf\AppData\Local\Android\Sdk\tools;C:\Users\wangf\AppData\Local\Android\Sdk\tools\bin;C:\Users\wangf\AppData\Local\Microsoft\WindowsApps;D:\Microsoft VS Code\bin;D:\nodejs;;D:\IntelliJ IDEA 2023.3.4\bin;;C:\Users\wangf\AppData\Local\Microsoft\WinGet\Links;C:\Users\wangf\AppData\Roaming\npm
USERNAME=wangf
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 4, GenuineIntel
 
 
 
---------------  S Y S T E M  ---------------
 
OS: Windows 11 , 64 bit Build 22621 (10.0.22621.4974)
 
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 154 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
 
Memory: 4k page, physical 16436984k(239668k free), swap 42651380k(2212k free)
 
vm_info: OpenJDK 64-Bit Server VM (25.402-b08) for windows-amd64 JRE (1.8.0_402-b08), built on Jan 18 2024 20:56:13 by "Administrator" with MS VC++ 15.9 (VS2017)
 
time: Mon Mar 31 16:05:40 2025
timezone: Intel64 Family 6 Model 154 Stepping 4, GenuineIntel
elapsed time: 4912.902255 seconds (0d 1h 21m 52s)