fei.wang
2025-04-18 321a74059773cfecc01d6313f7c2e2d45545d6d3
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
#
# 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=10088, tid=0x00000000000011d4
#
# 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 (0x0000012faac64000):  JavaThread "main" [_thread_in_vm, id=4564, stack(0x000000256ee00000,0x000000256ef00000)]
 
Stack: [0x000000256ee00000,0x000000256ef00000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
 
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
 
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 659  java.lang.Throwable.fillInStackTrace(I)Ljava/lang/Throwable; (0 bytes) @ 0x0000012faca22d7b [0x0000012faca22d40+0x3b]
J 3097 C2 java.lang.ClassNotFoundException.<init>(Ljava/lang/String;)V (7 bytes) @ 0x0000012fac8acdf0 [0x0000012fac8acd20+0xd0]
J 1838 C2 java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; (122 bytes) @ 0x0000012facda57bc [0x0000012facda48e0+0xedc]
J 378 C1 sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; (85 bytes) @ 0x0000012fac965a8c [0x0000012fac9650c0+0x9cc]
J 3330 C1 java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; (7 bytes) @ 0x0000012fad1e3d0c [0x0000012fad1e3c00+0x10c]
v  ~StubRoutines::call_stub
J 1075  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;Ljava/lang/Class;)Ljava/lang/Class; (0 bytes) @ 0x0000012facb43ac7 [0x0000012facb43a40+0x87]
J 2836 C2 java.lang.Class.forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class; (53 bytes) @ 0x0000012fad042408 [0x0000012fad0423e0+0x28]
J 4784 C1 java.beans.Introspector.findCustomizerClass(Ljava/lang/Class;)Ljava/lang/Class; (58 bytes) @ 0x0000012fad73b1ec [0x0000012fad73ae20+0x3cc]
J 4783 C1 java.beans.Introspector.getTargetBeanDescriptor()Ljava/beans/BeanDescriptor; (42 bytes) @ 0x0000012fad73a9a4 [0x0000012fad73a8a0+0x104]
j  java.beans.Introspector.getBeanInfo()Ljava/beans/BeanInfo;+1
J 3512 C1 java.beans.Introspector.<init>(Ljava/lang/Class;Ljava/lang/Class;I)V (199 bytes) @ 0x0000012fad2b2c2c [0x0000012fad2b21c0+0xa6c]
J 3512 C1 java.beans.Introspector.<init>(Ljava/lang/Class;Ljava/lang/Class;I)V (199 bytes) @ 0x0000012fad2b2c04 [0x0000012fad2b21c0+0xa44]
J 4741 C1 java.beans.Introspector.getBeanInfo(Ljava/lang/Class;I)Ljava/beans/BeanInfo; (7 bytes) @ 0x0000012fad719514 [0x0000012fad719440+0xd4]
j  org.springframework.beans.CachedIntrospectionResults.getBeanInfo(Ljava/lang/Class;)Ljava/beans/BeanInfo;+53
j  org.springframework.beans.CachedIntrospectionResults.<init>(Ljava/lang/Class;)V+52
j  org.springframework.beans.CachedIntrospectionResults.forClass(Ljava/lang/Class;)Lorg/springframework/beans/CachedIntrospectionResults;+43
j  org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults()Lorg/springframework/beans/CachedIntrospectionResults;+12
j  org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors()[Ljava/beans/PropertyDescriptor;+1
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(Lorg/springframework/beans/BeanWrapper;)[Ljava/beans/PropertyDescriptor;+5
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(Lorg/springframework/beans/BeanWrapper;Z)[Ljava/beans/PropertyDescriptor;+25
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;Lorg/springframework/beans/BeanWrapper;)V+288
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBean(Ljava/lang/Object;)V+57
j  org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor.postProcess(Ljava/lang/Object;)Ljava/lang/Object;+76
j  org.springframework.security.config.annotation.SecurityConfigurerAdapter$CompositeObjectPostProcessor.postProcess(Ljava/lang/Object;)Ljava/lang/Object;+63
j  org.springframework.security.config.annotation.SecurityConfigurerAdapter.postProcess(Ljava/lang/Object;)Ljava/lang/Object;+5
j  org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.createHeaderWriterFilter()Lorg/springframework/security/web/header/HeaderWriterFilter;+35
j  org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.configure(Lorg/springframework/security/config/annotation/web/HttpSecurityBuilder;)V+1
j  org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.configure(Lorg/springframework/security/config/annotation/SecurityBuilder;)V+5
j  org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder.configure()V+33
j  org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder.doBuild()Ljava/lang/Object;+34
j  org.springframework.security.config.annotation.AbstractSecurityBuilder.build()Ljava/lang/Object;+14
j  org.springframework.security.config.annotation.web.builders.WebSecurity.performBuild()Ljavax/servlet/Filter;+204
j  org.springframework.security.config.annotation.web.builders.WebSecurity.performBuild()Ljava/lang/Object;+1
j  org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder.doBuild()Ljava/lang/Object;+45
j  org.springframework.security.config.annotation.AbstractSecurityBuilder.build()Ljava/lang/Object;+14
j  org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.springSecurityFilterChain()Ljavax/servlet/Filter;+258
v  ~StubRoutines::call_stub
J 2339  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x0000012facf2d37f [0x0000012facf2d300+0x7f]
J 2338 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x0000012facf31cbc [0x0000012facf30ac0+0x11fc]
J 1907 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x0000012facdca70c [0x0000012facdca600+0x10c]
J 2208 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x0000012facebfef4 [0x0000012facebfb00+0x3f4]
j  org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(Lorg/springframework/beans/factory/support/RootBeanDefinition;Ljava/lang/String;Lorg/springframework/beans/factory/BeanFactory;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+50
j  org.springframework.beans.factory.support.ConstructorResolver.instantiate(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+48
j  org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Lorg/springframework/beans/BeanWrapper;+486
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Lorg/springframework/beans/BeanWrapper;+11
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Lorg/springframework/beans/BeanWrapper;+102
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+34
j  org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+169
j  org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+4
j  org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$527.getObject()Ljava/lang/Object;+16
j  org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(Ljava/lang/String;Lorg/springframework/beans/factory/ObjectFactory;)Ljava/lang/Object;+132
J 2777 C1 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;Z)Ljava/lang/Object; (832 bytes) @ 0x0000012fad0e38ec [0x0000012fad0e1860+0x208c]
J 2777 C1 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;Z)Ljava/lang/Object; (832 bytes) @ 0x0000012fad0e305c [0x0000012fad0e1860+0x17fc]
j  org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ljava/lang/String;)Ljava/lang/Object;+5
j  org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons()V+248
j  org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V+124
j  org.springframework.context.support.AbstractApplicationContext.refresh()V+86
j  org.springframework.boot.SpringApplication.refresh(Lorg/springframework/context/ConfigurableApplicationContext;)V+1
j  org.springframework.boot.SpringApplication.refreshContext(Lorg/springframework/context/ConfigurableApplicationContext;)V+16
j  org.springframework.boot.SpringApplication.run([Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+107
j  org.springframework.boot.test.context.SpringBootContextLoader.loadContext(Lorg/springframework/test/context/MergedContextConfiguration;)Lorg/springframework/context/ApplicationContext;+261
j  org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(Lorg/springframework/test/context/MergedContextConfiguration;)Lorg/springframework/context/ApplicationContext;+23
j  org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(Lorg/springframework/test/context/MergedContextConfiguration;)Lorg/springframework/context/ApplicationContext;+24
j  org.springframework.test.context.support.DefaultTestContext.getApplicationContext()Lorg/springframework/context/ApplicationContext;+8
j  org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(Lorg/springframework/test/context/TestContext;)V+18
j  org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(Lorg/springframework/test/context/TestContext;)V+2
j  org.springframework.test.context.TestContextManager.prepareTestInstance(Ljava/lang/Object;)V+89
j  org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(Ljava/lang/Object;Lorg/junit/jupiter/api/extension/ExtensionContext;)V+10
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(Lorg/junit/jupiter/api/extension/TestInstancePostProcessor;Ljava/lang/Object;Lorg/junit/jupiter/api/extension/ExtensionContext;)V+3
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$386.execute()V+12
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(Lorg/junit/jupiter/api/function/Executable;)V+1
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(Ljava/lang/Object;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/api/extension/TestInstancePostProcessor;)V+9
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$385.accept(Ljava/lang/Object;)V+16
j  java.util.stream.StreamSpliterators$WrappingSpliterator$$Lambda$126.accept(Ljava/lang/Object;)V+5
j  java.util.stream.ReferencePipeline$3$1.accept(Ljava/lang/Object;)V+17
j  java.util.stream.ReferencePipeline$2$1.accept(Ljava/lang/Object;)V+21
j  java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Ljava/util/function/Consumer;)V+99
j  java.util.stream.AbstractPipeline.copyInto(Ljava/util/stream/Sink;Ljava/util/Spliterator;)V+32
j  java.util.stream.AbstractPipeline.wrapAndCopyInto(Ljava/util/stream/Sink;Ljava/util/Spliterator;)Ljava/util/stream/Sink;+13
j  java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(Ljava/util/function/Consumer;)V+42
j  java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Ljava/util/function/Consumer;)V+22
j  java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Ljava/util/function/Consumer;)V+12
j  java.util.stream.ReferencePipeline$Head.forEach(Ljava/util/function/Consumer;)V+12
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(Ljava/lang/Object;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/api/extension/ExtensionContext;)V+17
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(Lorg/junit/jupiter/api/extension/TestInstances;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistrar;)V+9
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$384.execute()V+20
j  org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector$Executable;)V+1
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/extension/ExtensionRegistrar;Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector;)Lorg/junit/jupiter/api/extension/TestInstances;+27
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/jupiter/engine/descriptor/ClassExtensionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/extension/ExtensionRegistrar;Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector;)Lorg/junit/jupiter/api/extension/TestInstances;+8
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$379.get()Ljava/lang/Object;+24
j  java.util.Optional.orElseGet(Ljava/util/function/Supplier;)Ljava/lang/Object;+15
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(Lorg/junit/jupiter/engine/descriptor/ClassExtensionContext;Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/extension/ExtensionRegistrar;Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector;)Lorg/junit/jupiter/api/extension/TestInstances;+17
j  org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$273.getTestInstances(Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/extension/ExtensionRegistrar;Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector;)Lorg/junit/jupiter/api/extension/TestInstances;+15
j  org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(Lorg/junit/jupiter/engine/extension/MutableExtensionRegistry;Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector;)Lorg/junit/jupiter/api/extension/TestInstances;+4
j  org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/jupiter/engine/extension/MutableExtensionRegistry;Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector;Lorg/junit/jupiter/engine/descriptor/MethodExtensionContext;)V+6
j  org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$378.execute()V+16
j  org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector$Executable;)V+1
j  org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;)Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;+44
j  org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;+5
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2()V+9
j  org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$208.execute()V+4
j  org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector$Executable;)V+1
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare()V+10
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.execute()V+17
j  org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$236.accept(Ljava/lang/Object;)V+4
j  java.util.ArrayList.forEach(Ljava/util/function/Consumer;)V+47
j  org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(Ljava/util/List;)V+6
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6()V+116
j  org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$232.execute()V+4
j  org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector$Executable;)V+1
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j  org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$231.invoke(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+5
j  org.junit.platform.engine.support.hierarchical.Node.around(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$Invocation;)V+2
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9()V+14
j  org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$230.execute()V+4
j  org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector$Executable;)V+1
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively()V+31
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.execute()V+55
j  org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$236.accept(Ljava/lang/Object;)V+4
j  java.util.ArrayList.forEach(Ljava/util/function/Consumer;)V+47
j  org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(Ljava/util/List;)V+6
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6()V+116
j  org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$232.execute()V+4
j  org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector$Executable;)V+1
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j  org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$231.invoke(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+5
j  org.junit.platform.engine.support.hierarchical.Node.around(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$Invocation;)V+2
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9()V+14
j  org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$230.execute()V+4
j  org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Lorg/junit/platform/engine/support/hierarchical/ThrowableCollector$Executable;)V+1
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively()V+31
j  org.junit.platform.engine.support.hierarchical.NodeTestTask.execute()V+55
j  org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(Lorg/junit/platform/engine/support/hierarchical/HierarchicalTestExecutorService$TestTask;)Ljava/util/concurrent/Future;+1
j  org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute()Ljava/util/concurrent/Future;+74
j  org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(Lorg/junit/platform/engine/ExecutionRequest;)V+31
j  org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(Lorg/junit/platform/engine/TestDescriptor;Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/platform/engine/TestEngine;)V+24
j  org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(Lorg/junit/platform/launcher/core/LauncherDiscoveryResult;Lorg/junit/platform/engine/EngineExecutionListener;)V+86
j  org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(Lorg/junit/platform/launcher/core/InternalTestPlan;Lorg/junit/platform/launcher/core/LauncherDiscoveryResult;Lorg/junit/platform/launcher/TestExecutionListener;)V+18
j  org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$184.accept(Ljava/lang/Object;)V+16
j  org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/platform/launcher/core/ListenerRegistry;Ljava/util/function/Consumer;)V+51
j  org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(Lorg/junit/platform/launcher/core/InternalTestPlan;[Lorg/junit/platform/launcher/TestExecutionListener;)V+35
j  org.junit.platform.launcher.core.DefaultLauncher.execute(Lorg/junit/platform/launcher/core/InternalTestPlan;[Lorg/junit/platform/launcher/TestExecutionListener;)V+6
j  org.junit.platform.launcher.core.DefaultLauncher.execute(Lorg/junit/platform/launcher/LauncherDiscoveryRequest;[Lorg/junit/platform/launcher/TestExecutionListener;)V+34
j  org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(Lorg/junit/platform/launcher/LauncherDiscoveryRequest;[Lorg/junit/platform/launcher/TestExecutionListener;)V+6
j  org.apache.maven.surefire.junitplatform.LazyLauncher.execute(Lorg/junit/platform/launcher/LauncherDiscoveryRequest;[Lorg/junit/platform/launcher/TestExecutionListener;)V+6
j  org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(Lorg/apache/maven/surefire/api/util/TestsToRun;Lorg/apache/maven/surefire/junitplatform/RunListenerAdapter;)V+70
j  org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(Lorg/apache/maven/surefire/api/util/TestsToRun;Lorg/apache/maven/surefire/junitplatform/RunListenerAdapter;)V+3
j  org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(Ljava/lang/Object;)Lorg/apache/maven/surefire/api/suite/RunResult;+95
j  org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess()V+8
j  org.apache.maven.surefire.booter.ForkedBooter.execute()V+1
j  org.apache.maven.surefire.booter.ForkedBooter.run(Lorg/apache/maven/surefire/booter/ForkedBooter;[Ljava/lang/String;)V+27
j  org.apache.maven.surefire.booter.ForkedBooter.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub
 
---------------  P R O C E S S  ---------------
 
Java Threads: ( => current thread )
  0x0000012fcc51f000 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=5792, stack(0x0000002570600000,0x0000002570700000)]
  0x0000012fc85f4000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=29320, stack(0x0000002570500000,0x0000002570600000)]
  0x0000012fc894c000 JavaThread "surefire-forkedjvm-stream-flusher" daemon [_thread_blocked, id=27812, stack(0x0000002570400000,0x0000002570500000)]
  0x0000012fc656e000 JavaThread "Service Thread" daemon [_thread_blocked, id=28620, stack(0x0000002570200000,0x0000002570300000)]
  0x0000012fc656b000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=29040, stack(0x0000002570100000,0x0000002570200000)]
  0x0000012fc655b800 JavaThread "C2 CompilerThread2" daemon [_thread_in_vm, id=27276, stack(0x0000002570000000,0x0000002570100000)]
  0x0000012fc6557000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=11284, stack(0x000000256ff00000,0x0000002570000000)]
  0x0000012fc655d800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=24380, stack(0x000000256fe00000,0x000000256ff00000)]
  0x0000012fc6555000 JavaThread "Attach Listener" daemon [_thread_blocked, id=11648, stack(0x000000256fd00000,0x000000256fe00000)]
  0x0000012fc6541000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=31748, stack(0x000000256fc00000,0x000000256fd00000)]
  0x0000012fc6507800 JavaThread "Finalizer" daemon [_thread_blocked, id=12332, stack(0x000000256fb00000,0x000000256fc00000)]
  0x0000012fc64ff000 JavaThread "Reference Handler" daemon [_thread_blocked, id=30508, stack(0x000000256fa00000,0x000000256fb00000)]
=>0x0000012faac64000 JavaThread "main" [_thread_in_vm, id=4564, stack(0x000000256ee00000,0x000000256ef00000)]
 
Other Threads:
  0x0000012fc568c000 VMThread [stack: 0x000000256f900000,0x000000256fa00000] [id=5976]
  0x0000012fc7ca1800 WatcherThread [stack: 0x0000002570300000,0x0000002570400000] [id=2612]
 
VM state:not at safepoint (normal execution)
 
VM Mutex/Monitor currently owned by a thread: None
 
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 156672K, used 16827K [0x000000076c600000, 0x0000000778580000, 0x00000007c0000000)
  eden space 151040K, 7% used [0x000000076c600000,0x000000076d0f4f80,0x0000000775980000)
  from space 5632K, 99% used [0x0000000776580000,0x0000000776afa050,0x0000000776b00000)
  to   space 12288K, 0% used [0x0000000775980000,0x0000000775980000,0x0000000776580000)
 ParOldGen       total 159232K, used 19067K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 11% used [0x00000006c5200000,0x00000006c649ec00,0x00000006ced80000)
 Metaspace       used 45195K, capacity 48041K, committed 48384K, reserved 1091584K
  class space    used 6052K, capacity 6573K, committed 6656K, reserved 1048576K
 
Card table byte_map: [0x0000012fbbb20000,0x0000012fbc300000] byte_map_base: 0x0000012fb84f7000
 
Marking Bits: (ParMarkBitMap*) 0x000000005b643810
 Begin Bits: [0x0000012fbc840000, 0x0000012fc06f8000)
 End Bits:   [0x0000012fc06f8000, 0x0000012fc45b0000)
 
Polling page: 0x0000012faae80000
 
CodeCache: size=245760Kb used=16347Kb max_used=16594Kb free=229412Kb
 bounds [0x0000012fac760000, 0x0000012fad7c0000, 0x0000012fbb760000]
 total_blobs=4967 nmethods=4518 adapters=361
 compilation: enabled
 
Compilation events (10 events):
Event: 10.859 Thread 0x0000012fc656b000 nmethod 4927 0x0000012fad76cd10 code [0x0000012fad76cec0, 0x0000012fad76d560]
Event: 10.860 Thread 0x0000012fc6557000 4928       4       java.util.Collections$1::next (25 bytes)
Event: 10.861 Thread 0x0000012fc655b800 4929       4       org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource$DefaultCacheKey::hashCode (30 bytes)
Event: 10.861 Thread 0x0000012fc6557000 nmethod 4928 0x0000012face717d0 code [0x0000012face71900, 0x0000012face71998]
Event: 10.861 Thread 0x0000012fc6557000 4930       4       java.lang.Class::arrayContentsEq (70 bytes)
Event: 10.861 Thread 0x0000012fc655d800 4931       4       org.springframework.core.annotation.TypeMappedAnnotations$MergedAnnotationFinder::doWithAnnotations (75 bytes)
Event: 10.862 Thread 0x0000012fc6557000 nmethod 4930 0x0000012fad042fd0 code [0x0000012fad043100, 0x0000012fad0431d8]
Event: 10.862 Thread 0x0000012fc6557000 4933       4       com.sun.beans.TypeResolver::resolve (37 bytes)
Event: 10.867 Thread 0x0000012fc655b800 nmethod 4929 0x0000012facb49c90 code [0x0000012facb49e00, 0x0000012facb4a218]
Event: 10.867 Thread 0x0000012fc655b800 4932       4       java.util.stream.ReferencePipeline::collect (124 bytes)
 
GC Heap History (10 events):
Event: 5.657 GC heap before
{Heap before GC invocations=8 (full 1):
 PSYoungGen      total 108032K, used 60624K [0x000000076c600000, 0x0000000773c80000, 0x00000007c0000000)
  eden space 98304K, 52% used [0x000000076c600000,0x000000076f807888,0x0000000772600000)
  from space 9728K, 96% used [0x0000000773080000,0x00000007739aca28,0x0000000773a00000)
  to   space 10752K, 0% used [0x0000000772600000,0x0000000772600000,0x0000000773080000)
 ParOldGen       total 101376K, used 7665K [0x00000006c5200000, 0x00000006cb500000, 0x000000076c600000)
  object space 101376K, 7% used [0x00000006c5200000,0x00000006c597c778,0x00000006cb500000)
 Metaspace       used 33157K, capacity 35389K, committed 35496K, reserved 1079296K
  class space    used 4444K, capacity 4864K, committed 4864K, reserved 1048576K
Event: 5.663 GC heap after
Heap after GC invocations=8 (full 1):
 PSYoungGen      total 109056K, used 8235K [0x000000076c600000, 0x0000000777000000, 0x00000007c0000000)
  eden space 98304K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000772600000)
  from space 10752K, 76% used [0x0000000772600000,0x0000000772e0ada0,0x0000000773080000)
  to   space 10752K, 0% used [0x0000000776580000,0x0000000776580000,0x0000000777000000)
 ParOldGen       total 101376K, used 7673K [0x00000006c5200000, 0x00000006cb500000, 0x000000076c600000)
  object space 101376K, 7% used [0x00000006c5200000,0x00000006c597e778,0x00000006cb500000)
 Metaspace       used 33157K, capacity 35389K, committed 35496K, reserved 1079296K
  class space    used 4444K, capacity 4864K, committed 4864K, reserved 1048576K
}
Event: 5.663 GC heap before
{Heap before GC invocations=9 (full 2):
 PSYoungGen      total 109056K, used 8235K [0x000000076c600000, 0x0000000777000000, 0x00000007c0000000)
  eden space 98304K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000772600000)
  from space 10752K, 76% used [0x0000000772600000,0x0000000772e0ada0,0x0000000773080000)
  to   space 10752K, 0% used [0x0000000776580000,0x0000000776580000,0x0000000777000000)
 ParOldGen       total 101376K, used 7673K [0x00000006c5200000, 0x00000006cb500000, 0x000000076c600000)
  object space 101376K, 7% used [0x00000006c5200000,0x00000006c597e778,0x00000006cb500000)
 Metaspace       used 33157K, capacity 35389K, committed 35496K, reserved 1079296K
  class space    used 4444K, capacity 4864K, committed 4864K, reserved 1048576K
Event: 5.695 GC heap after
Heap after GC invocations=9 (full 2):
 PSYoungGen      total 109056K, used 0K [0x000000076c600000, 0x0000000777000000, 0x00000007c0000000)
  eden space 98304K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000772600000)
  from space 10752K, 0% used [0x0000000772600000,0x0000000772600000,0x0000000773080000)
  to   space 10752K, 0% used [0x0000000776580000,0x0000000776580000,0x0000000777000000)
 ParOldGen       total 159232K, used 13459K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 8% used [0x00000006c5200000,0x00000006c5f24dd8,0x00000006ced80000)
 Metaspace       used 33157K, capacity 35389K, committed 35496K, reserved 1079296K
  class space    used 4444K, capacity 4864K, committed 4864K, reserved 1048576K
}
Event: 6.574 GC heap before
{Heap before GC invocations=10 (full 2):
 PSYoungGen      total 109056K, used 98304K [0x000000076c600000, 0x0000000777000000, 0x00000007c0000000)
  eden space 98304K, 100% used [0x000000076c600000,0x0000000772600000,0x0000000772600000)
  from space 10752K, 0% used [0x0000000772600000,0x0000000772600000,0x0000000773080000)
  to   space 10752K, 0% used [0x0000000776580000,0x0000000776580000,0x0000000777000000)
 ParOldGen       total 159232K, used 13459K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 8% used [0x00000006c5200000,0x00000006c5f24dd8,0x00000006ced80000)
 Metaspace       used 37932K, capacity 40427K, committed 40576K, reserved 1083392K
  class space    used 5224K, capacity 5686K, committed 5760K, reserved 1048576K
Event: 6.579 GC heap after
Heap after GC invocations=10 (full 2):
 PSYoungGen      total 145920K, used 5401K [0x000000076c600000, 0x0000000776b00000, 0x00000007c0000000)
  eden space 140288K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000774f00000)
  from space 5632K, 95% used [0x0000000776580000,0x0000000776ac64d8,0x0000000776b00000)
  to   space 10752K, 0% used [0x0000000775600000,0x0000000775600000,0x0000000776080000)
 ParOldGen       total 159232K, used 13467K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 8% used [0x00000006c5200000,0x00000006c5f26dd8,0x00000006ced80000)
 Metaspace       used 37932K, capacity 40427K, committed 40576K, reserved 1083392K
  class space    used 5224K, capacity 5686K, committed 5760K, reserved 1048576K
}
Event: 9.265 GC heap before
{Heap before GC invocations=11 (full 2):
 PSYoungGen      total 145920K, used 145689K [0x000000076c600000, 0x0000000776b00000, 0x00000007c0000000)
  eden space 140288K, 100% used [0x000000076c600000,0x0000000774f00000,0x0000000774f00000)
  from space 5632K, 95% used [0x0000000776580000,0x0000000776ac64d8,0x0000000776b00000)
  to   space 10752K, 0% used [0x0000000775600000,0x0000000775600000,0x0000000776080000)
 ParOldGen       total 159232K, used 13467K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 8% used [0x00000006c5200000,0x00000006c5f26dd8,0x00000006ced80000)
 Metaspace       used 42581K, capacity 45455K, committed 45824K, reserved 1089536K
  class space    used 5763K, capacity 6286K, committed 6400K, reserved 1048576K
Event: 9.275 GC heap after
Heap after GC invocations=11 (full 2):
 PSYoungGen      total 151040K, used 9477K [0x000000076c600000, 0x0000000776b00000, 0x00000007c0000000)
  eden space 140288K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000774f00000)
  from space 10752K, 88% used [0x0000000775600000,0x0000000775f414e8,0x0000000776080000)
  to   space 5632K, 0% used [0x0000000776580000,0x0000000776580000,0x0000000776b00000)
 ParOldGen       total 159232K, used 13539K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 8% used [0x00000006c5200000,0x00000006c5f38de8,0x00000006ced80000)
 Metaspace       used 42581K, capacity 45455K, committed 45824K, reserved 1089536K
  class space    used 5763K, capacity 6286K, committed 6400K, reserved 1048576K
}
Event: 10.791 GC heap before
{Heap before GC invocations=12 (full 2):
 PSYoungGen      total 151040K, used 149765K [0x000000076c600000, 0x0000000776b00000, 0x00000007c0000000)
  eden space 140288K, 100% used [0x000000076c600000,0x0000000774f00000,0x0000000774f00000)
  from space 10752K, 88% used [0x0000000775600000,0x0000000775f414e8,0x0000000776080000)
  to   space 5632K, 0% used [0x0000000776580000,0x0000000776580000,0x0000000776b00000)
 ParOldGen       total 159232K, used 13539K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 8% used [0x00000006c5200000,0x00000006c5f38de8,0x00000006ced80000)
 Metaspace       used 44855K, capacity 47669K, committed 47744K, reserved 1091584K
  class space    used 5988K, capacity 6495K, committed 6528K, reserved 1048576K
Event: 10.799 GC heap after
Heap after GC invocations=12 (full 2):
 PSYoungGen      total 156672K, used 5608K [0x000000076c600000, 0x0000000778580000, 0x00000007c0000000)
  eden space 151040K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000775980000)
  from space 5632K, 99% used [0x0000000776580000,0x0000000776afa050,0x0000000776b00000)
  to   space 12288K, 0% used [0x0000000775980000,0x0000000775980000,0x0000000776580000)
 ParOldGen       total 159232K, used 19067K [0x00000006c5200000, 0x00000006ced80000, 0x000000076c600000)
  object space 159232K, 11% used [0x00000006c5200000,0x00000006c649ec00,0x00000006ced80000)
 Metaspace       used 44855K, capacity 47669K, committed 47744K, reserved 1091584K
  class space    used 5988K, capacity 6495K, committed 6528K, reserved 1048576K
}
 
Deoptimization events (10 events):
Event: 9.913 Thread 0x0000012faac64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000012fad29f734 method=java.lang.Class.searchMethods([Ljava/lang/reflect/Method;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method; @ 47
Event: 10.028 Thread 0x0000012faac64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000012fad301cc8 method=org.springframework.core.annotation.TypeMappedAnnotations$MergedAnnotationFinder.process(Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/annotation/Annotation;)Lorg/springfr
Event: 10.028 Thread 0x0000012faac64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000012fad334c14 method=org.springframework.core.annotation.AnnotationsScanner.processClassHierarchy(Ljava/lang/Object;[ILjava/lang/Class;Lorg/springframework/core/annotation/AnnotationsProcessor;Z
Event: 10.041 Thread 0x0000012faac64000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000012fad1b3268 method=java.util.AbstractList$Itr.hasNext()Z @ 8
Event: 10.725 Thread 0x0000012faac64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000012fad78d5e0 method=java.util.Formatter$Conversion.isValid(C)Z @ 4
Event: 10.725 Thread 0x0000012faac64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000012fad74dd18 method=java.util.Formatter$Conversion.isValid(C)Z @ 4
Event: 10.747 Thread 0x0000012faac64000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000012fad1b3268 method=java.util.AbstractList$Itr.hasNext()Z @ 8
Event: 10.748 Thread 0x0000012faac64000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000012fad1b3268 method=java.util.AbstractList$Itr.hasNext()Z @ 8
Event: 10.748 Thread 0x0000012faac64000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000012fad1b3268 method=java.util.AbstractList$Itr.hasNext()Z @ 8
Event: 10.753 Thread 0x0000012faac64000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000012face41888 method=org.springframework.util.ObjectUtils.nullSafeEquals(Ljava/lang/Object;Ljava/lang/Object;)Z @ 12
 
Classes redefined (0 events):
No events
 
Internal exceptions (10 events):
Event: 10.866 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/BeanNameAwareCustomizer> (0x000000076ce3a648) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDictiona
Event: 10.867 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x000000076ce63f70) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDictionary.cpp, 
Event: 10.867 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/context/EnvironmentAwareCustomizer> (0x000000076ce8f410) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDictionary.
Event: 10.868 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x000000076ceb8cd0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDictionary.cpp, 
Event: 10.869 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/core/env/EnvironmentCapableCustomizer> (0x000000076cee5950) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDictiona
Event: 10.869 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/web/context/ServletContextAwareCustomizer> (0x000000076cf167e8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDict
Event: 10.870 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x000000076cf40170) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDictionary.cpp, 
Event: 10.871 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/InitializingBeanCustomizer> (0x000000076cf6f128) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDicti
Event: 10.871 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/DisposableBeanCustomizer> (0x000000076cf9c848) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDiction
Event: 10.875 Thread 0x0000012faac64000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x000000076d005740) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 217]
 
Events (10 events):
Event: 10.871 loading class org/springframework/beans/factory/DisposableBeanCustomizer
Event: 10.871 loading class org/springframework/beans/factory/DisposableBeanCustomizer done
Event: 10.871 loading class org/springframework/beans/factory/DisposableBeanCustomizer
Event: 10.871 loading class org/springframework/beans/factory/DisposableBeanCustomizer done
Event: 10.875 loading class java/lang/ObjectCustomizer
Event: 10.875 loading class java/lang/ObjectCustomizer done
Event: 10.875 loading class java/lang/ObjectCustomizer
Event: 10.875 loading class java/lang/ObjectCustomizer done
Event: 10.875 loading class org/springframework/web/filter/GenericFilterBeanCustomizer
Event: 10.875 loading class org/springframework/web/filter/GenericFilterBeanCustomizer done
 
 
Dynamic libraries:
0x00007ff791820000 - 0x00007ff791866000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\java.exe
0x00007ffd48ad0000 - 0x00007ffd48ce7000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ffd47c90000 - 0x00007ffd47d54000     C:\Windows\System32\KERNEL32.DLL
0x00007ffd461f0000 - 0x00007ffd465a9000     C:\Windows\System32\KERNELBASE.dll
0x00007ffd47d60000 - 0x00007ffd47e12000     C:\Windows\System32\ADVAPI32.dll
0x00007ffd48520000 - 0x00007ffd485c7000     C:\Windows\System32\msvcrt.dll
0x00007ffd485d0000 - 0x00007ffd48677000     C:\Windows\System32\sechost.dll
0x00007ffd46750000 - 0x00007ffd46778000     C:\Windows\System32\bcrypt.dll
0x00007ffd467f0000 - 0x00007ffd46904000     C:\Windows\System32\RPCRT4.dll
0x00007ffd47ff0000 - 0x00007ffd4819e000     C:\Windows\System32\USER32.dll
0x00007ffd46100000 - 0x00007ffd46126000     C:\Windows\System32\win32u.dll
0x00007ffd46d40000 - 0x00007ffd46d69000     C:\Windows\System32\GDI32.dll
0x00007ffd465b0000 - 0x00007ffd466cb000     C:\Windows\System32\gdi32full.dll
0x00007ffd46060000 - 0x00007ffd460fa000     C:\Windows\System32\msvcp_win.dll
0x00007ffd45dd0000 - 0x00007ffd45ee1000     C:\Windows\System32\ucrtbase.dll
0x00007ffd2aba0000 - 0x00007ffd2ae32000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4391_none_2715d37f73803e96\COMCTL32.dll
0x00007ffd481a0000 - 0x00007ffd481d1000     C:\Windows\System32\IMM32.DLL
0x00007ffd3eac0000 - 0x00007ffd3ead5000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\vcruntime140.dll
0x00007ffd111c0000 - 0x00007ffd1125b000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\msvcp140.dll
0x000000005ae60000 - 0x000000005b6bc000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\server\jvm.dll
0x00007ffd46dd0000 - 0x00007ffd46dd8000     C:\Windows\System32\PSAPI.DLL
0x00007ffd31c40000 - 0x00007ffd31c4a000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ffd39ae0000 - 0x00007ffd39b14000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ffd2c370000 - 0x00007ffd2c379000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffd46de0000 - 0x00007ffd46e51000     C:\Windows\System32\WS2_32.dll
0x00007ffd44dd0000 - 0x00007ffd44de8000     C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffd111b0000 - 0x00007ffd111c0000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\verify.dll
0x00007ffca8f50000 - 0x00007ffca8f7b000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\java.dll
0x00007ffd11190000 - 0x00007ffd111a8000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\zip.dll
0x00007ffd472e0000 - 0x00007ffd47b56000     C:\Windows\System32\SHELL32.dll
0x00007ffd43cc0000 - 0x00007ffd445c3000     C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffd48680000 - 0x00007ffd48a0f000     C:\Windows\System32\combase.dll
0x00007ffd43b80000 - 0x00007ffd43cbf000     C:\Windows\SYSTEM32\wintypes.dll
0x00007ffd48410000 - 0x00007ffd48509000     C:\Windows\System32\SHCORE.dll
0x00007ffd48a30000 - 0x00007ffd48a8e000     C:\Windows\System32\shlwapi.dll
0x00007ffd45d00000 - 0x00007ffd45d2b000     C:\Windows\SYSTEM32\profapi.dll
0x00007ffd32620000 - 0x00007ffd3262d000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\management.dll
0x00007ffca8de0000 - 0x00007ffca8dfc000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\net.dll
0x00007ffd45240000 - 0x00007ffd452a9000     C:\Windows\system32\mswsock.dll
0x00007ffca83c0000 - 0x00007ffca83d3000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\nio.dll
0x00007ffd2a050000 - 0x00007ffd2a067000     C:\Windows\system32\napinsp.dll
0x00007ffd2a030000 - 0x00007ffd2a04b000     C:\Windows\system32\pnrpnsp.dll
0x00007ffd448a0000 - 0x00007ffd449a2000     C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffd44870000 - 0x00007ffd4489d000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffd48510000 - 0x00007ffd48519000     C:\Windows\System32\NSI.dll
0x00007ffd293e0000 - 0x00007ffd293f1000     C:\Windows\System32\winrnr.dll
0x00007ffd3e0e0000 - 0x00007ffd3e0f5000     C:\Windows\system32\wshbth.dll
0x00007ffd293b0000 - 0x00007ffd293d7000     C:\Windows\system32\nlansp_c.dll
0x00007ffd3e470000 - 0x00007ffd3e47a000     C:\Windows\System32\rasadhlp.dll
0x00007ffd3dfd0000 - 0x00007ffd3e053000     C:\Windows\System32\fwpuclnt.dll
0x00007ffd3ed40000 - 0x00007ffd3ed59000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd3ece0000 - 0x00007ffd3ecff000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffd45620000 - 0x00007ffd4563b000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffd44d30000 - 0x00007ffd44d65000     C:\Windows\system32\rsaenh.dll
0x00007ffd45350000 - 0x00007ffd45378000     C:\Windows\SYSTEM32\USERENV.dll
0x00007ffd466d0000 - 0x00007ffd4674b000     C:\Windows\System32\bcryptprimitives.dll
0x00007ffd454b0000 - 0x00007ffd454bc000     C:\Windows\SYSTEM32\CRYPTBASE.dll
 
VM Arguments:
java_command: C:\Users\wangf\AppData\Local\Temp\surefire2542576297739575468\surefirebooter-20241206133121013_3.jar C:\Users\wangf\AppData\Local\Temp\surefire2542576297739575468 2024-12-06T13-31-19_639-jvmRun1 surefire-20241206133121013_1tmp surefire_0-20241206133121013_2tmp
java_class_path (initial): C:\Users\wangf\AppData\Local\Temp\surefire2542576297739575468\surefirebooter-20241206133121013_3.jar
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\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.4391)
 
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(663700k free), swap 42651380k(556k 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: Fri Dec  6 13:31:33 2024
timezone: Intel64 Family 6 Model 154 Stepping 4, GenuineIntel
elapsed time: 10.896192 seconds (0d 0h 0m 10s)