dreamlike-ocean / PanamaUring

使用panama api为java提供io_uring的绑定而无需使用jni绑定,同时统一文件IO和网络IO的模型,提供一套易用的异步IO API
MIT License
80 stars 13 forks source link

jdk22适配-生成器适配 #40

Closed dreamlike-ocean closed 7 months ago

dreamlike-ocean commented 8 months ago

https://github.com/dreamlike-ocean/codepieces/blob/main/newClassFile.kt

jdk22公布了新的字节码api,可以尝试给Panama genertor接入,以抛弃bytebuddy的依赖

dreamlike-ocean commented 8 months ago

https://github.com/dreamlike-ocean/PanamaUring/commit/3e9cc8fe0817f4241b092eb042de238211960fb3 当前适配完毕 等待另外一个jdk22适配后合入