Mohan Kornipati

Results 1 comments of Mohan Kornipati

I reproduced the same issue with Java8 and investigated little bit here and root cause seems to be here https://github.com/mikebrock/mvel/blob/master/src/main/java/org/mvel2/optimizers/impl/asm/ASMAccessorOptimizer.java#L81-L89 in case javaVersion 1.8, it is using OPCODES_VERSION = Opcodes.V1_2;...