Re: PR: Update the field access methods in ZipUtils to use the VarHandle API

2023-01-28 Thread Eirik Bjørsnøs
> > Please review the following PR which suggests updating the field access > methods in ZipUtils to use the VarHandle API > https://github.com/openjdk/jdk/pull/12273 > Never mind, Claes pointed out that VarHandles may take some time to warp up and we did indeed measure a regression for cold-start

PR: Update the field access methods in ZipUtils to use the VarHandle API

2023-01-28 Thread Eirik Bjørsnøs
Hi, Please review the following PR which suggests updating the field access methods in ZipUtils to use the VarHandle API when reading multibyte values from byte arrays: https://github.com/openjdk/jdk/pull/12273 Thanks, Eirik.