最近一次jenkins部署运行springboot项目时出现如下错误:java.lang.VerifyError: JVMCFRE090
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception; nested exception is java.lang.VerifyError: JVMCFRE090 new bytecode cannot create arrays; class=jdk/internal/reflect/GeneratedSerializationConstructorAccessor55, method=newInstance([Ljava/lang/Object;)Ljava/lang/Object;, pc=0
Exception Details:
Location:
jdk/internal/reflect/GeneratedSerializationConstructorAccessor55.newInstance([Ljava/lang/Object;)Ljava/lang/Object; @0: JBnew
Reason:
Error exists in the bytecode.
Exception Handler Table:
bci [0, 24] => handler: 28
bci [0, 24] => handler: 28
bci [24, 27] => handler: 40
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at o