Bug Description
单元测试,jvm直接崩溃,(但是换回3.3.5.2的版本就没问题了)
To Reproduce
Steps to reproduce the behavior:
*1. 测试方法:
@

- 控制台输出如下

- 生产的log文件hs_err_pid1972.log内容如下:
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd81b2f10d, pid=1972, tid=0x0000000000003d5c
JRE version: Java(TM) SE Runtime Environment (8.0_333-b02) (build 1.8.0_333-b02)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.333-b02 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [ntdll.dll+0xf10d]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x000002afc395c000): JavaThread "main" [_thread_in_native, id=15708, stack(0x000000d21ad00000,0x000000d21ae00000)]
siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000024
Registers:
RAX=0x0000000000000000, RBX=0x000000d21a9a6000, RCX=0x000002afe38a6220, RDX=0x00000000fffffffa
RSP=0x000000d21adf9b80, RBP=0x000000d21adf9c19, RSI=0x00000000fffffffa, RDI=0x000002afe38a6220
R8 =0x0000000000000000, R9 =0x0000000000000001, R10=0x000002afc5414c00, R11=0x000002afe38a6228
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x00000000ff000000
RIP=0x00007ffd81b2f10d, EFLAGS=0x0000000000010213
Top of Stack: (sp=0x000000d21adf9b80)
0x000000d21adf9b80: ffffffffffffffff 000000d21a9a6000
0x000000d21adf9b90: 000000006a12cca8 000002afc39ddd60
0x000000d21adf9ba0: 0000000000000004 0000000800000002
0x000000d21adf9bb0: 0000000000014cd4 000002af0000000d
0x000000d21adf9bc0: 00000000e958ec00 000002af00000000
0x000000d21adf9bd0: 00000007c0002368 0000000069d459b4
0x000000d21adf9be0: 000002afe958ec08 000002afc395c000
0x000000d21adf9bf0: 000002afc395cc68 00000006c4a145b8
0x000000d21adf9c00: 000002afc395cc68 000000d21a9a6000
0x000000d21adf9c10: 000002afc395c000 000002afc3949800
0x000000d21adf9c20: 000002af0000000b 00007ffced2467f0
0x000000d21adf9c30: 000000006a1171c8 0000005000000000
0x000000d21adf9c40: 0000000000000031 0000753db0139cbb
0x000000d21adf9c50: 00000000ff000000 000000d21adf9f90
0x000000d21adf9c60: 000000007ffe036a 0000000000000001
0x000000d21adf9c70: 000000d21adf9e01 00007ffd81b3a6df
Instructions: (pc=0x00007ffd81b2f10d)
0x00007ffd81b2f0ed: cf e8 4d 06 00 00 48 83 3f ff 0f 84 57 02 00 00
0x00007ffd81b2f0fd: 48 8b 07 45 8b e6 44 89 75 af 48 83 f8 ff 74 03
0x00007ffd81b2f10d: ff 40 24 4c 8b 7f 18 48 8d 5f 10 4c 8b f3 e8 60
0x00007ffd81b2f11d: 55 06 00 85 c0 0f 85 10 02 00 00 b9 82 03 fe 7f
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x000000d21a9a6000 is an unknown value
RCX=0x000002afe38a6220 is an unknown value
RDX=0x00000000fffffffa is an unknown value
RSP=0x000000d21adf9b80 is pointing into the stack for thread: 0x000002afc395c000
RBP=0x000000d21adf9c19 is pointing into the stack for thread: 0x000002afc395c000
RSI=0x00000000fffffffa is an unknown value
RDI=0x000002afe38a6220 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000001 is an unknown value
R10=0x000002afc5414c00 is at code_begin+1664 in an Interpreter codelet
method entry point (kind = native) [0x000002afc5414580, 0x000002afc5415860] 4832 bytes
R11=0x000002afe38a6228 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x00000000ff000000 is an unknown value
Stack: [0x000000d21ad00000,0x000000d21ae00000], sp=0x000000d21adf9b80, free space=998k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0xf10d]
C [ntdll.dll+0x1a6df]
C [ntdll.dll+0x19e38]
C [taos.dll+0x774c1]
C [taos.dll+0x26890]
C 0x000002afc5414d27
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.taosdata.jdbc.TSDBJNIConnector.closeStmt(JJ)I+0
j com.taosdata.jdbc.TSDBJNIConnector.closeBatch(J)V+6
j com.taosdata.jdbc.TSDBPreparedStatement.columnDataCloseBatch()V+16
j com.taosdata.jdbc.TSDBPreparedStatement.close()V+14
j com.zaxxer.hikari.pool.ProxyStatement.close()V+44
v ~StubRoutines::call_stub
J 2185 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002afc5b9653f [0x000002afc5b964c0+0x7f]
J 2035 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000002afc5ae5f34 [0x000002afc5ae4d00+0x1234]
J 1983 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000002afc5ac066c [0x000002afc5ac0540+0x12c]
J 1930 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000002afc5a94ae4 [0x000002afc5a946c0+0x424]
j org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+310
j com.sun.proxy.$Proxy86.close()V+9
j org.apache.ibatis.executor.BaseExecutor.closeStatement(Ljava/sql/Statement;)V+5
j org.apache.ibatis.executor.SimpleExecutor.doQuery(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+55
j org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/cache/CacheKey;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+20
j org.apache.ibatis.executor.BaseExecutor.query(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/cache/CacheKey;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+119
j org.apache.ibatis.executor.CachingExecutor.query(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/cache/CacheKey;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+105
j com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor.willDoQuery(Lorg/apache/ibatis/executor/Executor;Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/mapping/BoundSql;)Z+166
j com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(Lorg/apache/ibatis/plugin/Invocation;)Ljava/lang/Object;+154
j org.apache.ibatis.plugin.Plugin.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+51
j com.sun.proxy.$Proxy82.query(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;)Ljava/util/List;+29
j org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Ljava/lang/String;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;)Ljava/util/List;+38
j org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Ljava/lang/String;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;)Ljava/util/List;+7
j org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/List;+6
v ~StubRoutines::call_stub
J 2185 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002afc5b9653f [0x000002afc5b964c0+0x7f]
J 2035 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000002afc5ae5f34 [0x000002afc5ae4d00+0x1234]
J 1983 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000002afc5ac066c [0x000002afc5ac0540+0x12c]
J 1930 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000002afc5a94ae4 [0x000002afc5a946c0+0x424]
j org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+30
j com.sun.proxy.$Proxy56.selectList(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/List;+20
j org.mybatis.spring.SqlSessionTemplate.selectList(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/List;+6
j com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(Lorg/apache/ibatis/session/SqlSession;[Ljava/lang/Object;)Ljava/lang/Object;+61
j com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(Lorg/apache/ibatis/session/SqlSession;[Ljava/lang/Object;)Ljava/lang/Object;+191
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/ibatis/session/SqlSession;)Ljava/lang/Object;+7
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
j com.sun.proxy.$Proxy66.selectList(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Ljava/util/List;+20
j com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage;+3
j java.lang.invoke.LambdaForm$DMH.invokeSpecial_L3_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+14
j java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+60
j java.lang.invoke.LambdaForm$MH.invoker(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+52
j java.lang.invoke.LambdaForm$MH.invokeExact_MT(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+17
j java.lang.invoke.MethodHandle.invokeWithArguments([Ljava/lang/Object;)Ljava/lang/Object;+28
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/ibatis/session/SqlSession;)Ljava/lang/Object;+9
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
j com.sun.proxy.$Proxy66.selectPage(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage;+20
j com.econ.scada.datahandle.tdengine.dao.EventDataDAO.selectPageByCondition(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/econ/scada/common/base/pojo/PageResult;+257
j com.econ.scada.datahandle.tdengine.dao.EventDataDAO$$FastClassBySpringCGLIB$$374e6c6e.invoke(ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+459
j org.springframework.cglib.proxy.MethodProxy.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+19
j org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/springframework/cglib/proxy/MethodProxy;)Ljava/lang/Object;+107
j com.econ.scada.datahandle.tdengine.dao.EventDataDAO$$EnhancerBySpringCGLIB$$6fc422b8.selectPageByCondition(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/econ/scada/common/base/pojo/PageResult;+102
j com.econ.scada.datahandle.tdengine.dao.EventDataDAOTest.testSelectPageByCondition()V+36
v ~StubRoutines::call_stub
J 2185 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002afc5b9653f [0x000002afc5b964c0+0x7f]
J 2035 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000002afc5ae5f34 [0x000002afc5ae4d00+0x1234]
J 1983 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000002afc5ac066c [0x000002afc5ac0540+0x12c]
J 1930 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000002afc5a94ae4 [0x000002afc5a946c0+0x424]
j org.junit.platform.commons.util.ReflectionUtils.invokeMethod(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+41
j org.junit.jupiter.engine.execution.MethodInvocation.proceed()Ljava/lang/Object;+16
j org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed()Ljava/lang/Object;+8
j org.junit.jupiter.engine.extension.TimeoutExtension.intercept(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/TimeoutDuration;Lorg/junit/jupiter/engine/extension/TimeoutExtension$TimeoutProvider;)Ljava/lang/Object;+28
j org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/TimeoutExtension$TimeoutProvider;)Ljava/lang/Object;+31
j org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)V+9
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$119.apply(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)V+5
j org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Void;+6
j org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$120.apply(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Object;+9
j org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;)Ljava/lang/Object;+6
j org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$313.apply(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;)Ljava/lang/Object;+14
j org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed()Ljava/lang/Object;+12
j org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;)Ljava/lang/Object;+1
j org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;Ljava/util/List;)Ljava/lang/Object;+24
j org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;)Ljava/lang/Object;+31
j org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;)Ljava/lang/Object;+15
j org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;)Ljava/lang/Object;+56
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;)V+28
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$623.execute()V+12
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.invokeTestMethod(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$DynamicTestExecutor;)V+21
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$DynamicTestExecutor;)Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;+44
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$DynamicTestExecutor;)Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;+6
j org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5()V+79
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190.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$7(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$189.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$8()V+14
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$188.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$194.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$5()V+116
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190.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$7(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$189.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$8()V+14
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$188.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$194.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$5()V+116
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190.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$7(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$189.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$8()V+14
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$188.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.DefaultLauncher.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.DefaultLauncher.lambda$execute$5(Lorg/junit/platform/launcher/core/InternalTestPlan;Lorg/junit/platform/launcher/core/Root;Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/platform/launcher/TestExecutionListener;)V+105
j org.junit.platform.launcher.core.DefaultLauncher$$Lambda$143.accept(Ljava/lang/Object;)V+20
j org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/platform/launcher/core/TestExecutionListenerRegistry;Ljava/util/function/Consumer;)V+43
j org.junit.platform.launcher.core.DefaultLauncher.execute(Lorg/junit/platform/launcher/core/InternalTestPlan;[Lorg/junit/platform/launcher/TestExecutionListener;)V+33
j org.junit.platform.launcher.core.DefaultLauncher.execute(Lorg/junit/platform/launcher/LauncherDiscoveryRequest;[Lorg/junit/platform/launcher/TestExecutionListener;)V+33
j com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs([Ljava/lang/String;Ljava/lang/String;IZ)I+202
j com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(Z)I+17
j com.intellij.rt.execution.junit.TestsRepeater.repeat(IZLcom/intellij/rt/execution/junit/TestsRepeater$TestRun;)I+7
j com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(Lcom/intellij/rt/junit/IdeaTestRunner;[Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/String;IZ)I+25
j com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart([Ljava/lang/String;Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/String;)I+116
j com.intellij.rt.junit.JUnitStarter.main([Ljava/lang/String;)V+97
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000002afe89e5000 JavaThread "ForkJoinPool-1-worker-1" daemon [_thread_blocked, id=22400, stack(0x000000d21e400000,0x000000d21e500000)]
0x000002afe89e3000 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=11844, stack(0x000000d21e200000,0x000000d21e300000)]
0x000002afe03d8000 JavaThread "Service Thread" daemon [_thread_blocked, id=15384, stack(0x000000d21c200000,0x000000d21c300000)]
0x000002afe0337800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=3052, stack(0x000000d21c100000,0x000000d21c200000)]
0x000002afe0336800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=16580, stack(0x000000d21c000000,0x000000d21c100000)]
0x000002afe0329000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=17672, stack(0x000000d21bf00000,0x000000d21c000000)]
0x000002afe0327000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6224, stack(0x000000d21be00000,0x000000d21bf00000)]
0x000002afe0312800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=19872, stack(0x000000d21bd00000,0x000000d21be00000)]
0x000002afdf05e800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=21448, stack(0x000000d21bc00000,0x000000d21bd00000)]
0x000002afdf053000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=11464, stack(0x000000d21bb00000,0x000000d21bc00000)]
0x000002afdf032000 JavaThread "Attach Listener" daemon [_thread_blocked, id=15164, stack(0x000000d21ba00000,0x000000d21bb00000)]
0x000002afdf031800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20744, stack(0x000000d21b900000,0x000000d21ba00000)]
0x000002afdefbb000 JavaThread "Finalizer" daemon [_thread_blocked, id=14980, stack(0x000000d21b800000,0x000000d21b900000)]
0x000002afdefab000 JavaThread "Reference Handler" daemon [_thread_blocked, id=11728, stack(0x000000d21b700000,0x000000d21b800000)]
=>0x000002afc395c000 JavaThread "main" [_thread_in_native, id=15708, stack(0x000000d21ad00000,0x000000d21ae00000)]
Other Threads:
0x000002afdef83800 VMThread [stack: 0x000000d21b600000,0x000000d21b700000] [id=10652]
0x000002afe0323000 WatcherThread [stack: 0x000000d21c300000,0x000000d21c400000] [id=17948]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x00000006c4a00000, size: 4022 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 239616K, used 91812K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 39% used [0x000000076c380000,0x0000000771d293f8,0x000000077a480000)
from space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 122880K, used 12142K [0x00000006c4a00000, 0x00000006cc200000, 0x000000076c380000)
object space 122880K, 9% used [0x00000006c4a00000,0x00000006c55db808,0x00000006cc200000)
Metaspace used 41830K, capacity 44162K, committed 44376K, reserved 1087488K
class space used 5291K, capacity 5714K, committed 5760K, reserved 1048576K
Card table byte_map: [0x000002afd47b0000,0x000002afd4f90000] byte_map_base: 0x000002afd118b000
Marking Bits: (ParMarkBitMap*) 0x000000006a359030
Begin Bits: [0x000002afd54d0000, 0x000002afd93a8000)
End Bits: [0x000002afd93a8000, 0x000002afdd280000)
Polling page: 0x000002afc53c0000
CodeCache: size=245760Kb used=15896Kb max_used=15910Kb free=229863Kb
bounds [0x000002afc53f0000, 0x000002afc6390000, 0x000002afd43f0000]
total_blobs=4751 nmethods=4269 adapters=402
compilation: enabled
Compilation events (10 events):
Event: 5.830 Thread 0x000002afe0337800 4282 ! 3 sun.instrument.TransformerManager::transform (98 bytes)
Event: 5.831 Thread 0x000002afe0337800 nmethod 4282 0x000002afc637c1d0 code [0x000002afc637c360, 0x000002afc637c810]
Event: 5.838 Thread 0x000002afe0337800 4284 3 java.util.regex.Pattern$Curly::match (86 bytes)
Event: 5.839 Thread 0x000002afe0337800 nmethod 4284 0x000002afc637abd0 code [0x000002afc637ad80, 0x000002afc637b400]
Event: 5.855 Thread 0x000002afe0337800 4285 3 com.intellij.rt.debugger.agent.CaptureAgent::access$200 (4 bytes)
Event: 5.856 Thread 0x000002afe0337800 nmethod 4285 0x000002afc637a8d0 code [0x000002afc637aa20, 0x000002afc637ab58]
Event: 5.857 Thread 0x000002afe0337800 4287 3 java.lang.invoke.InvokerBytecodeGenerator::emitReferenceCast (184 bytes)
Event: 5.857 Thread 0x000002afe0337800 nmethod 4287 0x000002afc6378fd0 code [0x000002afc6379260, 0x000002afc637a270]
Event: 5.858 Thread 0x000002afe0336800 4288 4 java.lang.AbstractStringBuilder::append (62 bytes)
Event: 5.865 Thread 0x000002afe0336800 nmethod 4288 0x000002afc6380510 code [0x000002afc6380680, 0x000002afc63810d8]
GC Heap History (10 events):
Event: 3.355 GC heap before
{Heap before GC invocations=5 (full 1):
PSYoungGen total 139776K, used 6012K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000774180000)
from space 10752K, 55% used [0x0000000774c00000,0x00000007751df3a8,0x0000000775680000)
to space 10752K, 0% used [0x0000000774180000,0x0000000774180000,0x0000000774c00000)
ParOldGen total 172032K, used 40K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000)
object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4a0a000,0x00000006cf200000)
Metaspace used 19697K, capacity 21076K, committed 21248K, reserved 1067008K
class space used 2660K, capacity 2954K, committed 3072K, reserved 1048576K
Event: 3.379 GC heap after
Heap after GC invocations=5 (full 1):
PSYoungGen total 139776K, used 0K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000774180000)
from space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000)
to space 10752K, 0% used [0x0000000774180000,0x0000000774180000,0x0000000774c00000)
ParOldGen total 81920K, used 5852K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb72a0,0x00000006c9a00000)
Metaspace used 19697K, capacity 21076K, committed 21248K, reserved 1067008K
class space used 2660K, capacity 2954K, committed 3072K, reserved 1048576K
}
Event: 3.973 GC heap before
{Heap before GC invocations=6 (full 1):
PSYoungGen total 139776K, used 129024K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000)
eden space 129024K, 100% used [0x000000076c380000,0x0000000774180000,0x0000000774180000)
from space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000)
to space 10752K, 0% used [0x0000000774180000,0x0000000774180000,0x0000000774c00000)
ParOldGen total 81920K, used 5852K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb72a0,0x00000006c9a00000)
Metaspace used 24962K, capacity 26724K, committed 26880K, reserved 1073152K
class space used 3383K, capacity 3714K, committed 3840K, reserved 1048576K
Event: 3.978 GC heap after
Heap after GC invocations=6 (full 1):
PSYoungGen total 139776K, used 7378K [0x000000076c380000, 0x000000077b700000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000774180000)
from space 10752K, 68% used [0x0000000774180000,0x00000007748b4b30,0x0000000774c00000)
to space 8704K, 0% used [0x000000077ae80000,0x000000077ae80000,0x000000077b700000)
ParOldGen total 81920K, used 5860K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb92a0,0x00000006c9a00000)
Metaspace used 24962K, capacity 26724K, committed 26880K, reserved 1073152K
class space used 3383K, capacity 3714K, committed 3840K, reserved 1048576K
}
Event: 4.816 GC heap before
{Heap before GC invocations=7 (full 1):
PSYoungGen total 139776K, used 136402K [0x000000076c380000, 0x000000077b700000, 0x00000007c0000000)
eden space 129024K, 100% used [0x000000076c380000,0x0000000774180000,0x0000000774180000)
from space 10752K, 68% used [0x0000000774180000,0x00000007748b4b30,0x0000000774c00000)
to space 8704K, 0% used [0x000000077ae80000,0x000000077ae80000,0x000000077b700000)
ParOldGen total 81920K, used 5860K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb92a0,0x00000006c9a00000)
Metaspace used 30953K, capacity 32988K, committed 33152K, reserved 1077248K
class space used 4104K, capacity 4452K, committed 4480K, reserved 1048576K
Event: 4.821 GC heap after
Heap after GC invocations=7 (full 1):
PSYoungGen total 235008K, used 8129K [0x000000076c380000, 0x000000077b680000, 0x00000007c0000000)
eden space 226816K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a100000)
from space 8192K, 99% used [0x000000077ae80000,0x000000077b670790,0x000000077b680000)
to space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
ParOldGen total 81920K, used 5940K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcd2b0,0x00000006c9a00000)
Metaspace used 30953K, capacity 32988K, committed 33152K, reserved 1077248K
class space used 4104K, capacity 4452K, committed 4480K, reserved 1048576K
}
Event: 5.197 GC heap before
{Heap before GC invocations=8 (full 1):
PSYoungGen total 235008K, used 87329K [0x000000076c380000, 0x000000077b680000, 0x00000007c0000000)
eden space 226816K, 34% used [0x000000076c380000,0x00000007710d7e88,0x000000077a100000)
from space 8192K, 99% used [0x000000077ae80000,0x000000077b670790,0x000000077b680000)
to space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
ParOldGen total 81920K, used 5940K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcd2b0,0x00000006c9a00000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
Event: 5.205 GC heap after
Heap after GC invocations=8 (full 1):
PSYoungGen total 239616K, used 8001K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a480000)
from space 9216K, 86% used [0x000000077a480000,0x000000077ac50618,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 81920K, used 5948K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcf2b0,0x00000006c9a00000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
}
Event: 5.205 GC heap before
{Heap before GC invocations=9 (full 2):
PSYoungGen total 239616K, used 8001K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a480000)
from space 9216K, 86% used [0x000000077a480000,0x000000077ac50618,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 81920K, used 5948K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcf2b0,0x00000006c9a00000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
Event: 5.261 GC heap after
Heap after GC invocations=9 (full 2):
PSYoungGen total 239616K, used 0K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a480000)
from space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 122880K, used 12142K [0x00000006c4a00000, 0x00000006cc200000, 0x000000076c380000)
object space 122880K, 9% used [0x00000006c4a00000,0x00000006c55db808,0x00000006cc200000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002afc5e2d3f0 method=java.util.regex.Matcher.search(I)Z @ 86
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.838 Thread 0x000002afc395c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002afc5f6f548 method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 45
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 5.090 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x000000077015ade8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.090 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/autoconfigure/transaction/TransactionManagerCustomizersCustomizer> (0x000000077018f570) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\shar
Event: 5.110 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000007703adbe8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.111 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': com/econ/scada/datahandle/tdengine/dao/EventDataDAOTestCustomizer> (0x00000007703d8a50) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDict
Event: 5.153 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/lang/Module> (0x0000000770956e90) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.436 Thread 0x000002afc395c000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.selectPage(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage;> (0x000000076de1ef68) thrown at [C:\jen
Event: 5.476 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/util/MapBeanInfo> (0x000000076e37cfd0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.476 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/util/MapCustomizer> (0x000000076e3899a0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.760 Thread 0x000002afc395c000 Exception <a 'java/lang/NullPointerException'> (0x0000000770c8bde8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 5.787 Thread 0x000002afc395c000 Implicit null exception at 0x000002afc5c4468d to 0x000002afc5c44811
Events (10 events):
Event: 5.864 loading class org/apache/ibatis/executor/result/DefaultResultContext done
Event: 5.864 loading class org/apache/ibatis/executor/loader/ResultLoaderMap
Event: 5.864 loading class org/apache/ibatis/executor/loader/ResultLoaderMap done
Event: 5.865 Executing VM operation: RevokeBias
Event: 5.865 Executing VM operation: RevokeBias done
Event: 5.865 loading class com/zaxxer/hikari/pool/HikariProxyDatabaseMetaData
Event: 5.865 Thread 0x000002afe89e3800 Thread exited: 0x000002afe89e3800
Event: 5.865 loading class com/zaxxer/hikari/pool/HikariProxyDatabaseMetaData done
Event: 5.866 loading class com/zaxxer/hikari/pool/ProxyDatabaseMetaData
Event: 5.866 loading class com/zaxxer/hikari/pool/ProxyDatabaseMetaData done
Dynamic libraries:
0x00007ff677df0000 - 0x00007ff677e37000 D:\Program Files\Java\jdk1.8.0_333\bin\java.exe
0x00007ffd81b20000 - 0x00007ffd81d83000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffd7fcd0000 - 0x00007ffd7fd97000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffd7f2d0000 - 0x00007ffd7f697000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffd80230000 - 0x00007ffd802e4000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffd81a30000 - 0x00007ffd81ad9000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffd81160000 - 0x00007ffd81206000 C:\WINDOWS\System32\sechost.dll
0x00007ffd80110000 - 0x00007ffd80226000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffd7fa40000 - 0x00007ffd7fc09000 C:\WINDOWS\System32\USER32.dll
0x00007ffd7f0b0000 - 0x00007ffd7f0d7000 C:\WINDOWS\System32\win32u.dll
0x00007ffd7fc20000 - 0x00007ffd7fc4a000 C:\WINDOWS\System32\GDI32.dll
0x00007ffd7f0e0000 - 0x00007ffd7f20b000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffd7f6a0000 - 0x00007ffd7f743000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffd7ef60000 - 0x00007ffd7f0ac000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffd59110000 - 0x00007ffd593a0000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.3037_none_3e09262ce333c378\COMCTL32.dll
0x00007ffd80620000 - 0x00007ffd8064f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffd799c0000 - 0x00007ffd799d5000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\vcruntime140.dll
0x00007ffd6b040000 - 0x00007ffd6b0db000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\msvcp140.dll
0x0000000069b70000 - 0x000000006a3d1000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\server\jvm.dll
0x00007ffd81140000 - 0x00007ffd81148000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffd33b00000 - 0x00007ffd33b0a000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffd743c0000 - 0x00007ffd743f6000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffd6c990000 - 0x00007ffd6c99b000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffd805a0000 - 0x00007ffd80614000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffd7dcf0000 - 0x00007ffd7dd0a000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffd799b0000 - 0x00007ffd799c0000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\verify.dll
0x00007ffd6b6f0000 - 0x00007ffd6b71b000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\java.dll
0x00007ffd6b690000 - 0x00007ffd6b6c6000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\jdwp.dll
0x00007ffd6e080000 - 0x00007ffd6e089000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\npt.dll
0x00007ffd6aeb0000 - 0x00007ffd6aee0000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\instrument.dll
0x00007ffd6b6d0000 - 0x00007ffd6b6e8000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\zip.dll
0x00007ffd80830000 - 0x00007ffd80f34000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffd7cbe0000 - 0x00007ffd7d417000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffd816a0000 - 0x00007ffd81a1e000 C:\WINDOWS\System32\combase.dll
0x00007ffd80740000 - 0x00007ffd80829000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffd7f9e0000 - 0x00007ffd7fa3d000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffd7edd0000 - 0x00007ffd7edfe000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffd6b270000 - 0x00007ffd6b27a000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\dt_socket.dll
0x00007ffd7e200000 - 0x00007ffd7e26a000 C:\WINDOWS\system32\mswsock.dll
0x00007ffd6b030000 - 0x00007ffd6b03d000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\management.dll
0x00007ffd6ae90000 - 0x00007ffd6aeac000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\net.dll
0x00007ffd59960000 - 0x00007ffd59978000 C:\WINDOWS\system32\napinsp.dll
0x00007ffd7d8b0000 - 0x00007ffd7d9d5000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffd7d870000 - 0x00007ffd7d8a2000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffd7fc10000 - 0x00007ffd7fc1a000 C:\WINDOWS\System32\NSI.dll
0x00007ffd598a0000 - 0x00007ffd598b2000 C:\WINDOWS\System32\winrnr.dll
0x00007ffd59870000 - 0x00007ffd59892000 C:\WINDOWS\system32\nlansp_c.dll
0x00007ffd597e0000 - 0x00007ffd597f6000 C:\WINDOWS\system32\wshbth.dll
0x00007ffd6d570000 - 0x00007ffd6d57b000 C:\Windows\System32\rasadhlp.dll
0x00007ffd76400000 - 0x00007ffd76485000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffd6ae70000 - 0x00007ffd6ae83000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\nio.dll
0x00007ffd75c30000 - 0x00007ffd75c4f000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd74390000 - 0x00007ffd743b5000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffced220000 - 0x00007ffcee8a1000 C:\Windows\System32\taos.dll
0x00007ffd80f40000 - 0x00007ffd810d5000 C:\WINDOWS\System32\ole32.dll
0x00007ffd6b9f0000 - 0x00007ffd6b9fc000 C:\WINDOWS\SYSTEM32\VCRUNTIME140_1.dll
0x00007ffd6c330000 - 0x00007ffd6c33b000 C:\WINDOWS\SYSTEM32\ktmw32.dll
0x00007ffd7e4c0000 - 0x00007ffd7e4cc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
0x00007ffd7eec0000 - 0x00007ffd7ef59000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffd7e4a0000 - 0x00007ffd7e4bc000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffd7dc50000 - 0x00007ffd7dc88000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffd7df90000 - 0x00007ffd7dfd8000 C:\WINDOWS\SYSTEM32\SspiCli.dll
0x00007ffd7e2a0000 - 0x00007ffd7e2cb000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffd7e670000 - 0x00007ffd7e696000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ffd7ed50000 - 0x00007ffd7ed9e000 C:\WINDOWS\SYSTEM32\powrprof.dll
0x00007ffd7ed30000 - 0x00007ffd7ed44000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffd7b2e0000 - 0x00007ffd7b38d000 C:\WINDOWS\system32\uxtheme.dll
0x00007ffd7c390000 - 0x00007ffd7c5d1000 C:\WINDOWS\SYSTEM32\dbghelp.dll
0x00007ffd80660000 - 0x00007ffd80736000 C:\WINDOWS\System32\OLEAUT32.dll
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:56420,suspend=y,server=n -ea -Didea.test.cyclic.buffer.size=1048576 -javaagent:C:\Users\70456\AppData\Local\JetBrains\IntelliJIdea2021.3\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8
java_command: com.intellij.rt.junit.JUnitStarter -ideVersion5 -junit5 com.econ.scada.datahandle.tdengine.dao.EventDataDAOTest,testSelectPageByCondition
java_class_path (initial): C:\Users\70456\AppData\Local\Temp\classpath622990807.jar;C:\Users\70456\AppData\Local\JetBrains\IntelliJIdea2021.3\captureAgent\debugger-agent.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=D:\Program Files\Java\jdk1.8.0_333
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;D:\Program Files\Java\jdk1.8.0_333\bin;D:\Program Files\Git\cmd;D:\Program Files (x86)\NetSarang\Xftp 7;D:\dev-soft\mysql-5.7.36-winx64\bin;D:\dev-soft\gradle-5.6.4\bin;C:\Program Files\dotnet;D:\Program Files (x86)\NetSarang\Xshell 7;D:\dev-soft\apache\maven\apache-maven-3.6.3\bin;;C:\TDengine;C:\Users\70456.cargo\bin;C:\Users\70456\AppData\Local\Microsoft\WindowsApps;D:\Program Files\Microsoft VS Code\bin;
USERNAME=70456
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 11 , 64 bit Build 26100 (10.0.26100.3037)
CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 140 stepping 1, 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 16472180k(1654932k free), swap 43735156k(22827112k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.333-b02) for windows-amd64 JRE (1.8.0_333-b02), built on Apr 25 2022 22:49:11 by "java_re" with MS VC++ 15.9 (VS2017)
time: Tue Mar 11 09:57:04 2025
timezone: Öйú±ê׼ʱ¼ä
elapsed time: 5.889968 seconds (0d 0h 0m 5s)
Environment (please complete the following information):
- taos-jdbcdriver版本为3.5.3
- TDengine Version 3.3.5.8
- TDengine 客户端版本:3.3.5.8
- JRE version: Java(TM) SE Runtime Environment (8.0_333-b02) (build 1.8.0_333-b02)
- Java VM: Java HotSpot(TM) 64-Bit Server VM (25.333-b02 mixed mode windows-amd64 compressed oops)
Bug Description
单元测试,jvm直接崩溃,(但是换回3.3.5.2的版本就没问题了)
To Reproduce

Steps to reproduce the behavior:
*1. 测试方法:
@
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd81b2f10d, pid=1972, tid=0x0000000000003d5c
JRE version: Java(TM) SE Runtime Environment (8.0_333-b02) (build 1.8.0_333-b02)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.333-b02 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [ntdll.dll+0xf10d]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x000002afc395c000): JavaThread "main" [_thread_in_native, id=15708, stack(0x000000d21ad00000,0x000000d21ae00000)]
siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000024
Registers:
RAX=0x0000000000000000, RBX=0x000000d21a9a6000, RCX=0x000002afe38a6220, RDX=0x00000000fffffffa
RSP=0x000000d21adf9b80, RBP=0x000000d21adf9c19, RSI=0x00000000fffffffa, RDI=0x000002afe38a6220
R8 =0x0000000000000000, R9 =0x0000000000000001, R10=0x000002afc5414c00, R11=0x000002afe38a6228
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x00000000ff000000
RIP=0x00007ffd81b2f10d, EFLAGS=0x0000000000010213
Top of Stack: (sp=0x000000d21adf9b80)
0x000000d21adf9b80: ffffffffffffffff 000000d21a9a6000
0x000000d21adf9b90: 000000006a12cca8 000002afc39ddd60
0x000000d21adf9ba0: 0000000000000004 0000000800000002
0x000000d21adf9bb0: 0000000000014cd4 000002af0000000d
0x000000d21adf9bc0: 00000000e958ec00 000002af00000000
0x000000d21adf9bd0: 00000007c0002368 0000000069d459b4
0x000000d21adf9be0: 000002afe958ec08 000002afc395c000
0x000000d21adf9bf0: 000002afc395cc68 00000006c4a145b8
0x000000d21adf9c00: 000002afc395cc68 000000d21a9a6000
0x000000d21adf9c10: 000002afc395c000 000002afc3949800
0x000000d21adf9c20: 000002af0000000b 00007ffced2467f0
0x000000d21adf9c30: 000000006a1171c8 0000005000000000
0x000000d21adf9c40: 0000000000000031 0000753db0139cbb
0x000000d21adf9c50: 00000000ff000000 000000d21adf9f90
0x000000d21adf9c60: 000000007ffe036a 0000000000000001
0x000000d21adf9c70: 000000d21adf9e01 00007ffd81b3a6df
Instructions: (pc=0x00007ffd81b2f10d)
0x00007ffd81b2f0ed: cf e8 4d 06 00 00 48 83 3f ff 0f 84 57 02 00 00
0x00007ffd81b2f0fd: 48 8b 07 45 8b e6 44 89 75 af 48 83 f8 ff 74 03
0x00007ffd81b2f10d: ff 40 24 4c 8b 7f 18 48 8d 5f 10 4c 8b f3 e8 60
0x00007ffd81b2f11d: 55 06 00 85 c0 0f 85 10 02 00 00 b9 82 03 fe 7f
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x000000d21a9a6000 is an unknown value
RCX=0x000002afe38a6220 is an unknown value
RDX=0x00000000fffffffa is an unknown value
RSP=0x000000d21adf9b80 is pointing into the stack for thread: 0x000002afc395c000
RBP=0x000000d21adf9c19 is pointing into the stack for thread: 0x000002afc395c000
RSI=0x00000000fffffffa is an unknown value
RDI=0x000002afe38a6220 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000001 is an unknown value
R10=0x000002afc5414c00 is at code_begin+1664 in an Interpreter codelet
method entry point (kind = native) [0x000002afc5414580, 0x000002afc5415860] 4832 bytes
R11=0x000002afe38a6228 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x00000000ff000000 is an unknown value
Stack: [0x000000d21ad00000,0x000000d21ae00000], sp=0x000000d21adf9b80, free space=998k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0xf10d]
C [ntdll.dll+0x1a6df]
C [ntdll.dll+0x19e38]
C [taos.dll+0x774c1]
C [taos.dll+0x26890]
C 0x000002afc5414d27
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.taosdata.jdbc.TSDBJNIConnector.closeStmt(JJ)I+0
j com.taosdata.jdbc.TSDBJNIConnector.closeBatch(J)V+6
j com.taosdata.jdbc.TSDBPreparedStatement.columnDataCloseBatch()V+16
j com.taosdata.jdbc.TSDBPreparedStatement.close()V+14
j com.zaxxer.hikari.pool.ProxyStatement.close()V+44
v ~StubRoutines::call_stub
J 2185 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002afc5b9653f [0x000002afc5b964c0+0x7f]
J 2035 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000002afc5ae5f34 [0x000002afc5ae4d00+0x1234]
J 1983 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000002afc5ac066c [0x000002afc5ac0540+0x12c]
J 1930 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000002afc5a94ae4 [0x000002afc5a946c0+0x424]
j org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+310
j com.sun.proxy.$Proxy86.close()V+9
j org.apache.ibatis.executor.BaseExecutor.closeStatement(Ljava/sql/Statement;)V+5
j org.apache.ibatis.executor.SimpleExecutor.doQuery(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+55
j org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/cache/CacheKey;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+20
j org.apache.ibatis.executor.BaseExecutor.query(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/cache/CacheKey;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+119
j org.apache.ibatis.executor.CachingExecutor.query(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/cache/CacheKey;Lorg/apache/ibatis/mapping/BoundSql;)Ljava/util/List;+105
j com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor.willDoQuery(Lorg/apache/ibatis/executor/Executor;Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;Lorg/apache/ibatis/mapping/BoundSql;)Z+166
j com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(Lorg/apache/ibatis/plugin/Invocation;)Ljava/lang/Object;+154
j org.apache.ibatis.plugin.Plugin.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+51
j com.sun.proxy.$Proxy82.query(Lorg/apache/ibatis/mapping/MappedStatement;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;)Ljava/util/List;+29
j org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Ljava/lang/String;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;Lorg/apache/ibatis/session/ResultHandler;)Ljava/util/List;+38
j org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Ljava/lang/String;Ljava/lang/Object;Lorg/apache/ibatis/session/RowBounds;)Ljava/util/List;+7
j org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/List;+6
v ~StubRoutines::call_stub
J 2185 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002afc5b9653f [0x000002afc5b964c0+0x7f]
J 2035 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000002afc5ae5f34 [0x000002afc5ae4d00+0x1234]
J 1983 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000002afc5ac066c [0x000002afc5ac0540+0x12c]
J 1930 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000002afc5a94ae4 [0x000002afc5a946c0+0x424]
j org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+30
j com.sun.proxy.$Proxy56.selectList(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/List;+20
j org.mybatis.spring.SqlSessionTemplate.selectList(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/List;+6
j com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(Lorg/apache/ibatis/session/SqlSession;[Ljava/lang/Object;)Ljava/lang/Object;+61
j com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(Lorg/apache/ibatis/session/SqlSession;[Ljava/lang/Object;)Ljava/lang/Object;+191
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/ibatis/session/SqlSession;)Ljava/lang/Object;+7
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
j com.sun.proxy.$Proxy66.selectList(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Ljava/util/List;+20
j com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage;+3
j java.lang.invoke.LambdaForm$DMH.invokeSpecial_L3_L(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+14
j java.lang.invoke.LambdaForm$BMH.reinvoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+60
j java.lang.invoke.LambdaForm$MH.invoker(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+52
j java.lang.invoke.LambdaForm$MH.invokeExact_MT(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+17
j java.lang.invoke.MethodHandle.invokeWithArguments([Ljava/lang/Object;)Ljava/lang/Object;+28
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/ibatis/session/SqlSession;)Ljava/lang/Object;+9
j com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
j com.sun.proxy.$Proxy66.selectPage(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage;+20
j com.econ.scada.datahandle.tdengine.dao.EventDataDAO.selectPageByCondition(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/econ/scada/common/base/pojo/PageResult;+257
j com.econ.scada.datahandle.tdengine.dao.EventDataDAO$$FastClassBySpringCGLIB$$374e6c6e.invoke(ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+459
j org.springframework.cglib.proxy.MethodProxy.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+19
j org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/springframework/cglib/proxy/MethodProxy;)Ljava/lang/Object;+107
j com.econ.scada.datahandle.tdengine.dao.EventDataDAO$$EnhancerBySpringCGLIB$$6fc422b8.selectPageByCondition(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/econ/scada/common/base/pojo/PageResult;+102
j com.econ.scada.datahandle.tdengine.dao.EventDataDAOTest.testSelectPageByCondition()V+36
v ~StubRoutines::call_stub
J 2185 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002afc5b9653f [0x000002afc5b964c0+0x7f]
J 2035 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000002afc5ae5f34 [0x000002afc5ae4d00+0x1234]
J 1983 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000002afc5ac066c [0x000002afc5ac0540+0x12c]
J 1930 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000002afc5a94ae4 [0x000002afc5a946c0+0x424]
j org.junit.platform.commons.util.ReflectionUtils.invokeMethod(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+41
j org.junit.jupiter.engine.execution.MethodInvocation.proceed()Ljava/lang/Object;+16
j org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed()Ljava/lang/Object;+8
j org.junit.jupiter.engine.extension.TimeoutExtension.intercept(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/TimeoutDuration;Lorg/junit/jupiter/engine/extension/TimeoutExtension$TimeoutProvider;)Ljava/lang/Object;+28
j org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/TimeoutExtension$TimeoutProvider;)Ljava/lang/Object;+31
j org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)V+9
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$119.apply(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)V+5
j org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Void;+6
j org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$120.apply(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/Object;+9
j org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;)Ljava/lang/Object;+6
j org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$313.apply(Lorg/junit/jupiter/api/extension/InvocationInterceptor;Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;)Ljava/lang/Object;+14
j org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed()Ljava/lang/Object;+12
j org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;)Ljava/lang/Object;+1
j org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;Ljava/util/List;)Ljava/lang/Object;+24
j org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/execution/InvocationInterceptorChain$InterceptorCall;)Ljava/lang/Object;+31
j org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(Lorg/junit/jupiter/api/extension/InvocationInterceptor$Invocation;Lorg/junit/jupiter/api/extension/ReflectiveInvocationContext;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;)Ljava/lang/Object;+15
j org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;Lorg/junit/jupiter/engine/execution/ExecutableInvoker$ReflectiveInterceptorCall;)Ljava/lang/Object;+56
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;)V+28
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$623.execute()V+12
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.invokeTestMethod(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$DynamicTestExecutor;)V+21
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$DynamicTestExecutor;)Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;+44
j org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$DynamicTestExecutor;)Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;+6
j org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5()V+79
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190.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$7(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$189.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$8()V+14
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$188.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$194.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$5()V+116
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190.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$7(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$189.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$8()V+14
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$188.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$194.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$5()V+116
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190.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$7(Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;)V+15
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$189.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$8()V+14
j org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$188.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.DefaultLauncher.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.DefaultLauncher.lambda$execute$5(Lorg/junit/platform/launcher/core/InternalTestPlan;Lorg/junit/platform/launcher/core/Root;Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/platform/launcher/TestExecutionListener;)V+105
j org.junit.platform.launcher.core.DefaultLauncher$$Lambda$143.accept(Ljava/lang/Object;)V+20
j org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/platform/launcher/core/TestExecutionListenerRegistry;Ljava/util/function/Consumer;)V+43
j org.junit.platform.launcher.core.DefaultLauncher.execute(Lorg/junit/platform/launcher/core/InternalTestPlan;[Lorg/junit/platform/launcher/TestExecutionListener;)V+33
j org.junit.platform.launcher.core.DefaultLauncher.execute(Lorg/junit/platform/launcher/LauncherDiscoveryRequest;[Lorg/junit/platform/launcher/TestExecutionListener;)V+33
j com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs([Ljava/lang/String;Ljava/lang/String;IZ)I+202
j com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(Z)I+17
j com.intellij.rt.execution.junit.TestsRepeater.repeat(IZLcom/intellij/rt/execution/junit/TestsRepeater$TestRun;)I+7
j com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(Lcom/intellij/rt/junit/IdeaTestRunner;[Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/String;IZ)I+25
j com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart([Ljava/lang/String;Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/String;)I+116
j com.intellij.rt.junit.JUnitStarter.main([Ljava/lang/String;)V+97
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000002afe89e5000 JavaThread "ForkJoinPool-1-worker-1" daemon [_thread_blocked, id=22400, stack(0x000000d21e400000,0x000000d21e500000)]
0x000002afe89e3000 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=11844, stack(0x000000d21e200000,0x000000d21e300000)]
0x000002afe03d8000 JavaThread "Service Thread" daemon [_thread_blocked, id=15384, stack(0x000000d21c200000,0x000000d21c300000)]
0x000002afe0337800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=3052, stack(0x000000d21c100000,0x000000d21c200000)]
0x000002afe0336800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=16580, stack(0x000000d21c000000,0x000000d21c100000)]
0x000002afe0329000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=17672, stack(0x000000d21bf00000,0x000000d21c000000)]
0x000002afe0327000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6224, stack(0x000000d21be00000,0x000000d21bf00000)]
0x000002afe0312800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=19872, stack(0x000000d21bd00000,0x000000d21be00000)]
0x000002afdf05e800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=21448, stack(0x000000d21bc00000,0x000000d21bd00000)]
0x000002afdf053000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=11464, stack(0x000000d21bb00000,0x000000d21bc00000)]
0x000002afdf032000 JavaThread "Attach Listener" daemon [_thread_blocked, id=15164, stack(0x000000d21ba00000,0x000000d21bb00000)]
0x000002afdf031800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20744, stack(0x000000d21b900000,0x000000d21ba00000)]
0x000002afdefbb000 JavaThread "Finalizer" daemon [_thread_blocked, id=14980, stack(0x000000d21b800000,0x000000d21b900000)]
0x000002afdefab000 JavaThread "Reference Handler" daemon [_thread_blocked, id=11728, stack(0x000000d21b700000,0x000000d21b800000)]
=>0x000002afc395c000 JavaThread "main" [_thread_in_native, id=15708, stack(0x000000d21ad00000,0x000000d21ae00000)]
Other Threads:
0x000002afdef83800 VMThread [stack: 0x000000d21b600000,0x000000d21b700000] [id=10652]
0x000002afe0323000 WatcherThread [stack: 0x000000d21c300000,0x000000d21c400000] [id=17948]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x00000006c4a00000, size: 4022 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 239616K, used 91812K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 39% used [0x000000076c380000,0x0000000771d293f8,0x000000077a480000)
from space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 122880K, used 12142K [0x00000006c4a00000, 0x00000006cc200000, 0x000000076c380000)
object space 122880K, 9% used [0x00000006c4a00000,0x00000006c55db808,0x00000006cc200000)
Metaspace used 41830K, capacity 44162K, committed 44376K, reserved 1087488K
class space used 5291K, capacity 5714K, committed 5760K, reserved 1048576K
Card table byte_map: [0x000002afd47b0000,0x000002afd4f90000] byte_map_base: 0x000002afd118b000
Marking Bits: (ParMarkBitMap*) 0x000000006a359030
Begin Bits: [0x000002afd54d0000, 0x000002afd93a8000)
End Bits: [0x000002afd93a8000, 0x000002afdd280000)
Polling page: 0x000002afc53c0000
CodeCache: size=245760Kb used=15896Kb max_used=15910Kb free=229863Kb
bounds [0x000002afc53f0000, 0x000002afc6390000, 0x000002afd43f0000]
total_blobs=4751 nmethods=4269 adapters=402
compilation: enabled
Compilation events (10 events):
Event: 5.830 Thread 0x000002afe0337800 4282 ! 3 sun.instrument.TransformerManager::transform (98 bytes)
Event: 5.831 Thread 0x000002afe0337800 nmethod 4282 0x000002afc637c1d0 code [0x000002afc637c360, 0x000002afc637c810]
Event: 5.838 Thread 0x000002afe0337800 4284 3 java.util.regex.Pattern$Curly::match (86 bytes)
Event: 5.839 Thread 0x000002afe0337800 nmethod 4284 0x000002afc637abd0 code [0x000002afc637ad80, 0x000002afc637b400]
Event: 5.855 Thread 0x000002afe0337800 4285 3 com.intellij.rt.debugger.agent.CaptureAgent::access$200 (4 bytes)
Event: 5.856 Thread 0x000002afe0337800 nmethod 4285 0x000002afc637a8d0 code [0x000002afc637aa20, 0x000002afc637ab58]
Event: 5.857 Thread 0x000002afe0337800 4287 3 java.lang.invoke.InvokerBytecodeGenerator::emitReferenceCast (184 bytes)
Event: 5.857 Thread 0x000002afe0337800 nmethod 4287 0x000002afc6378fd0 code [0x000002afc6379260, 0x000002afc637a270]
Event: 5.858 Thread 0x000002afe0336800 4288 4 java.lang.AbstractStringBuilder::append (62 bytes)
Event: 5.865 Thread 0x000002afe0336800 nmethod 4288 0x000002afc6380510 code [0x000002afc6380680, 0x000002afc63810d8]
GC Heap History (10 events):
Event: 3.355 GC heap before
{Heap before GC invocations=5 (full 1):
PSYoungGen total 139776K, used 6012K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000774180000)
from space 10752K, 55% used [0x0000000774c00000,0x00000007751df3a8,0x0000000775680000)
to space 10752K, 0% used [0x0000000774180000,0x0000000774180000,0x0000000774c00000)
ParOldGen total 172032K, used 40K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000)
object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4a0a000,0x00000006cf200000)
Metaspace used 19697K, capacity 21076K, committed 21248K, reserved 1067008K
class space used 2660K, capacity 2954K, committed 3072K, reserved 1048576K
Event: 3.379 GC heap after
Heap after GC invocations=5 (full 1):
PSYoungGen total 139776K, used 0K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000774180000)
from space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000)
to space 10752K, 0% used [0x0000000774180000,0x0000000774180000,0x0000000774c00000)
ParOldGen total 81920K, used 5852K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb72a0,0x00000006c9a00000)
Metaspace used 19697K, capacity 21076K, committed 21248K, reserved 1067008K
class space used 2660K, capacity 2954K, committed 3072K, reserved 1048576K
}
Event: 3.973 GC heap before
{Heap before GC invocations=6 (full 1):
PSYoungGen total 139776K, used 129024K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000)
eden space 129024K, 100% used [0x000000076c380000,0x0000000774180000,0x0000000774180000)
from space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000)
to space 10752K, 0% used [0x0000000774180000,0x0000000774180000,0x0000000774c00000)
ParOldGen total 81920K, used 5852K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb72a0,0x00000006c9a00000)
Metaspace used 24962K, capacity 26724K, committed 26880K, reserved 1073152K
class space used 3383K, capacity 3714K, committed 3840K, reserved 1048576K
Event: 3.978 GC heap after
Heap after GC invocations=6 (full 1):
PSYoungGen total 139776K, used 7378K [0x000000076c380000, 0x000000077b700000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000774180000)
from space 10752K, 68% used [0x0000000774180000,0x00000007748b4b30,0x0000000774c00000)
to space 8704K, 0% used [0x000000077ae80000,0x000000077ae80000,0x000000077b700000)
ParOldGen total 81920K, used 5860K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb92a0,0x00000006c9a00000)
Metaspace used 24962K, capacity 26724K, committed 26880K, reserved 1073152K
class space used 3383K, capacity 3714K, committed 3840K, reserved 1048576K
}
Event: 4.816 GC heap before
{Heap before GC invocations=7 (full 1):
PSYoungGen total 139776K, used 136402K [0x000000076c380000, 0x000000077b700000, 0x00000007c0000000)
eden space 129024K, 100% used [0x000000076c380000,0x0000000774180000,0x0000000774180000)
from space 10752K, 68% used [0x0000000774180000,0x00000007748b4b30,0x0000000774c00000)
to space 8704K, 0% used [0x000000077ae80000,0x000000077ae80000,0x000000077b700000)
ParOldGen total 81920K, used 5860K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fb92a0,0x00000006c9a00000)
Metaspace used 30953K, capacity 32988K, committed 33152K, reserved 1077248K
class space used 4104K, capacity 4452K, committed 4480K, reserved 1048576K
Event: 4.821 GC heap after
Heap after GC invocations=7 (full 1):
PSYoungGen total 235008K, used 8129K [0x000000076c380000, 0x000000077b680000, 0x00000007c0000000)
eden space 226816K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a100000)
from space 8192K, 99% used [0x000000077ae80000,0x000000077b670790,0x000000077b680000)
to space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
ParOldGen total 81920K, used 5940K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcd2b0,0x00000006c9a00000)
Metaspace used 30953K, capacity 32988K, committed 33152K, reserved 1077248K
class space used 4104K, capacity 4452K, committed 4480K, reserved 1048576K
}
Event: 5.197 GC heap before
{Heap before GC invocations=8 (full 1):
PSYoungGen total 235008K, used 87329K [0x000000076c380000, 0x000000077b680000, 0x00000007c0000000)
eden space 226816K, 34% used [0x000000076c380000,0x00000007710d7e88,0x000000077a100000)
from space 8192K, 99% used [0x000000077ae80000,0x000000077b670790,0x000000077b680000)
to space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
ParOldGen total 81920K, used 5940K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcd2b0,0x00000006c9a00000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
Event: 5.205 GC heap after
Heap after GC invocations=8 (full 1):
PSYoungGen total 239616K, used 8001K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a480000)
from space 9216K, 86% used [0x000000077a480000,0x000000077ac50618,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 81920K, used 5948K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcf2b0,0x00000006c9a00000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
}
Event: 5.205 GC heap before
{Heap before GC invocations=9 (full 2):
PSYoungGen total 239616K, used 8001K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a480000)
from space 9216K, 86% used [0x000000077a480000,0x000000077ac50618,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 81920K, used 5948K [0x00000006c4a00000, 0x00000006c9a00000, 0x000000076c380000)
object space 81920K, 7% used [0x00000006c4a00000,0x00000006c4fcf2b0,0x00000006c9a00000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
Event: 5.261 GC heap after
Heap after GC invocations=9 (full 2):
PSYoungGen total 239616K, used 0K [0x000000076c380000, 0x0000000785a00000, 0x00000007c0000000)
eden space 230400K, 0% used [0x000000076c380000,0x000000076c380000,0x000000077a480000)
from space 9216K, 0% used [0x000000077a480000,0x000000077a480000,0x000000077ad80000)
to space 9216K, 0% used [0x0000000785100000,0x0000000785100000,0x0000000785a00000)
ParOldGen total 122880K, used 12142K [0x00000006c4a00000, 0x00000006cc200000, 0x000000076c380000)
object space 122880K, 9% used [0x00000006c4a00000,0x00000006c55db808,0x00000006cc200000)
Metaspace used 33287K, capacity 35390K, committed 35416K, reserved 1079296K
class space used 4347K, capacity 4729K, committed 4736K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5f68914 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 5.836 Thread 0x000002afc395c000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002afc5e2d3f0 method=java.util.regex.Matcher.search(I)Z @ 86
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.837 Thread 0x000002afc395c000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000002afc5ea4654 method=java.util.regex.Pattern$Branch.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 32
Event: 5.838 Thread 0x000002afc395c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002afc5f6f548 method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 45
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 5.090 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x000000077015ade8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.090 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/autoconfigure/transaction/TransactionManagerCustomizersCustomizer> (0x000000077018f570) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\shar
Event: 5.110 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000007703adbe8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.111 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': com/econ/scada/datahandle/tdengine/dao/EventDataDAOTestCustomizer> (0x00000007703d8a50) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDict
Event: 5.153 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/lang/Module> (0x0000000770956e90) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.436 Thread 0x000002afc395c000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.selectPage(Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage;> (0x000000076de1ef68) thrown at [C:\jen
Event: 5.476 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/util/MapBeanInfo> (0x000000076e37cfd0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.476 Thread 0x000002afc395c000 Exception <a 'java/lang/ClassNotFoundException': java/util/MapCustomizer> (0x000000076e3899a0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 212]
Event: 5.760 Thread 0x000002afc395c000 Exception <a 'java/lang/NullPointerException'> (0x0000000770c8bde8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 5.787 Thread 0x000002afc395c000 Implicit null exception at 0x000002afc5c4468d to 0x000002afc5c44811
Events (10 events):
Event: 5.864 loading class org/apache/ibatis/executor/result/DefaultResultContext done
Event: 5.864 loading class org/apache/ibatis/executor/loader/ResultLoaderMap
Event: 5.864 loading class org/apache/ibatis/executor/loader/ResultLoaderMap done
Event: 5.865 Executing VM operation: RevokeBias
Event: 5.865 Executing VM operation: RevokeBias done
Event: 5.865 loading class com/zaxxer/hikari/pool/HikariProxyDatabaseMetaData
Event: 5.865 Thread 0x000002afe89e3800 Thread exited: 0x000002afe89e3800
Event: 5.865 loading class com/zaxxer/hikari/pool/HikariProxyDatabaseMetaData done
Event: 5.866 loading class com/zaxxer/hikari/pool/ProxyDatabaseMetaData
Event: 5.866 loading class com/zaxxer/hikari/pool/ProxyDatabaseMetaData done
Dynamic libraries:
0x00007ff677df0000 - 0x00007ff677e37000 D:\Program Files\Java\jdk1.8.0_333\bin\java.exe
0x00007ffd81b20000 - 0x00007ffd81d83000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffd7fcd0000 - 0x00007ffd7fd97000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffd7f2d0000 - 0x00007ffd7f697000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffd80230000 - 0x00007ffd802e4000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffd81a30000 - 0x00007ffd81ad9000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffd81160000 - 0x00007ffd81206000 C:\WINDOWS\System32\sechost.dll
0x00007ffd80110000 - 0x00007ffd80226000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffd7fa40000 - 0x00007ffd7fc09000 C:\WINDOWS\System32\USER32.dll
0x00007ffd7f0b0000 - 0x00007ffd7f0d7000 C:\WINDOWS\System32\win32u.dll
0x00007ffd7fc20000 - 0x00007ffd7fc4a000 C:\WINDOWS\System32\GDI32.dll
0x00007ffd7f0e0000 - 0x00007ffd7f20b000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffd7f6a0000 - 0x00007ffd7f743000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffd7ef60000 - 0x00007ffd7f0ac000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffd59110000 - 0x00007ffd593a0000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.3037_none_3e09262ce333c378\COMCTL32.dll
0x00007ffd80620000 - 0x00007ffd8064f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffd799c0000 - 0x00007ffd799d5000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\vcruntime140.dll
0x00007ffd6b040000 - 0x00007ffd6b0db000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\msvcp140.dll
0x0000000069b70000 - 0x000000006a3d1000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\server\jvm.dll
0x00007ffd81140000 - 0x00007ffd81148000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffd33b00000 - 0x00007ffd33b0a000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffd743c0000 - 0x00007ffd743f6000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffd6c990000 - 0x00007ffd6c99b000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffd805a0000 - 0x00007ffd80614000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffd7dcf0000 - 0x00007ffd7dd0a000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffd799b0000 - 0x00007ffd799c0000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\verify.dll
0x00007ffd6b6f0000 - 0x00007ffd6b71b000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\java.dll
0x00007ffd6b690000 - 0x00007ffd6b6c6000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\jdwp.dll
0x00007ffd6e080000 - 0x00007ffd6e089000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\npt.dll
0x00007ffd6aeb0000 - 0x00007ffd6aee0000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\instrument.dll
0x00007ffd6b6d0000 - 0x00007ffd6b6e8000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\zip.dll
0x00007ffd80830000 - 0x00007ffd80f34000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffd7cbe0000 - 0x00007ffd7d417000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffd816a0000 - 0x00007ffd81a1e000 C:\WINDOWS\System32\combase.dll
0x00007ffd80740000 - 0x00007ffd80829000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffd7f9e0000 - 0x00007ffd7fa3d000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffd7edd0000 - 0x00007ffd7edfe000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffd6b270000 - 0x00007ffd6b27a000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\dt_socket.dll
0x00007ffd7e200000 - 0x00007ffd7e26a000 C:\WINDOWS\system32\mswsock.dll
0x00007ffd6b030000 - 0x00007ffd6b03d000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\management.dll
0x00007ffd6ae90000 - 0x00007ffd6aeac000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\net.dll
0x00007ffd59960000 - 0x00007ffd59978000 C:\WINDOWS\system32\napinsp.dll
0x00007ffd7d8b0000 - 0x00007ffd7d9d5000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffd7d870000 - 0x00007ffd7d8a2000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffd7fc10000 - 0x00007ffd7fc1a000 C:\WINDOWS\System32\NSI.dll
0x00007ffd598a0000 - 0x00007ffd598b2000 C:\WINDOWS\System32\winrnr.dll
0x00007ffd59870000 - 0x00007ffd59892000 C:\WINDOWS\system32\nlansp_c.dll
0x00007ffd597e0000 - 0x00007ffd597f6000 C:\WINDOWS\system32\wshbth.dll
0x00007ffd6d570000 - 0x00007ffd6d57b000 C:\Windows\System32\rasadhlp.dll
0x00007ffd76400000 - 0x00007ffd76485000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffd6ae70000 - 0x00007ffd6ae83000 D:\Program Files\Java\jdk1.8.0_333\jre\bin\nio.dll
0x00007ffd75c30000 - 0x00007ffd75c4f000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd74390000 - 0x00007ffd743b5000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffced220000 - 0x00007ffcee8a1000 C:\Windows\System32\taos.dll
0x00007ffd80f40000 - 0x00007ffd810d5000 C:\WINDOWS\System32\ole32.dll
0x00007ffd6b9f0000 - 0x00007ffd6b9fc000 C:\WINDOWS\SYSTEM32\VCRUNTIME140_1.dll
0x00007ffd6c330000 - 0x00007ffd6c33b000 C:\WINDOWS\SYSTEM32\ktmw32.dll
0x00007ffd7e4c0000 - 0x00007ffd7e4cc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
0x00007ffd7eec0000 - 0x00007ffd7ef59000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffd7e4a0000 - 0x00007ffd7e4bc000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffd7dc50000 - 0x00007ffd7dc88000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffd7df90000 - 0x00007ffd7dfd8000 C:\WINDOWS\SYSTEM32\SspiCli.dll
0x00007ffd7e2a0000 - 0x00007ffd7e2cb000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffd7e670000 - 0x00007ffd7e696000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ffd7ed50000 - 0x00007ffd7ed9e000 C:\WINDOWS\SYSTEM32\powrprof.dll
0x00007ffd7ed30000 - 0x00007ffd7ed44000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffd7b2e0000 - 0x00007ffd7b38d000 C:\WINDOWS\system32\uxtheme.dll
0x00007ffd7c390000 - 0x00007ffd7c5d1000 C:\WINDOWS\SYSTEM32\dbghelp.dll
0x00007ffd80660000 - 0x00007ffd80736000 C:\WINDOWS\System32\OLEAUT32.dll
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:56420,suspend=y,server=n -ea -Didea.test.cyclic.buffer.size=1048576 -javaagent:C:\Users\70456\AppData\Local\JetBrains\IntelliJIdea2021.3\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8
java_command: com.intellij.rt.junit.JUnitStarter -ideVersion5 -junit5 com.econ.scada.datahandle.tdengine.dao.EventDataDAOTest,testSelectPageByCondition
java_class_path (initial): C:\Users\70456\AppData\Local\Temp\classpath622990807.jar;C:\Users\70456\AppData\Local\JetBrains\IntelliJIdea2021.3\captureAgent\debugger-agent.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=D:\Program Files\Java\jdk1.8.0_333
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;D:\Program Files\Java\jdk1.8.0_333\bin;D:\Program Files\Git\cmd;D:\Program Files (x86)\NetSarang\Xftp 7;D:\dev-soft\mysql-5.7.36-winx64\bin;D:\dev-soft\gradle-5.6.4\bin;C:\Program Files\dotnet;D:\Program Files (x86)\NetSarang\Xshell 7;D:\dev-soft\apache\maven\apache-maven-3.6.3\bin;;C:\TDengine;C:\Users\70456.cargo\bin;C:\Users\70456\AppData\Local\Microsoft\WindowsApps;D:\Program Files\Microsoft VS Code\bin;
USERNAME=70456
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 11 , 64 bit Build 26100 (10.0.26100.3037)
CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 140 stepping 1, 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 16472180k(1654932k free), swap 43735156k(22827112k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.333-b02) for windows-amd64 JRE (1.8.0_333-b02), built on Apr 25 2022 22:49:11 by "java_re" with MS VC++ 15.9 (VS2017)
time: Tue Mar 11 09:57:04 2025
timezone: Öйú±ê׼ʱ¼ä
elapsed time: 5.889968 seconds (0d 0h 0m 5s)
Environment (please complete the following information):