Skip to content

Cache the CONSTANT_InvokeDynamic constants.

Eric Bruneton requested to merge cache-constant-invoke-dynamic-constants into master

I made new measurements which confirm that this does not degrade performance for pre Java 8 classes, and slightly increases performance for classes with CONSTANT_InvokeDynamic constants.

Merge request reports