started playing around with update asm to 9.3 in Lucee (which is used to generate bytecode) I'm way out of my depth with java here, https://luceeserver.atlassian.net/browse/LDEV-4143 but I did find @seancorfield’s had commented on a related bug I've hit
g
Gareth
08/16/2022, 7:00 AM
this could improve performance for byte code creation ?
z
zackster
08/16/2022, 7:02 AM
potentially, it opens up the possibility to generate more modern bytecode. we currently still support 1.8 upwards but we generate older bytecode (from memory)
zackster
08/16/2022, 7:02 AM
anyway it should make working with bytecode easier as all the docs are relevant and any older bugs are solved