Skip to content

Native example#39

Merged
dreamlike-ocean merged 13 commits intomasterfrom
native-example
Feb 18, 2024
Merged

Native example#39
dreamlike-ocean merged 13 commits intomasterfrom
native-example

Conversation

@dreamlike-ocean
Copy link
Copy Markdown
Owner

No description provided.

2,增加native-image适配
2,提供运行时注入jar的能力帮助native-image
2,去除运行时注入jar的能力帮助native-image
3,支持apt的注解直接在编译期将运行时生成的字节码注入到jar中
2,支持生成indy模式到jar中
2,自动化适配native环境
2,自动化适配native环境
1,延遲符號解析到第一次调用时,以便native-image
2,修复内部类生成proxy struct不正确的问题
bug:
1,bytebuddy的predefined不固定导致的需要每次跑探针问题
1,修复编译失败问题
2,修复某些类没有正确进入feature的问题
bug:
需要修复org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively invoke method public top.dreamlike.panama.example.StdLib_native_call_enhance() without it being registered for runtime reflection. Add public top.dreamlike.panama.example.StdLib_native_call_enhance() to the reflection metadata to solve this problem. See https://www.graalvm.org/latest/reference-manual/native-image/metadata/#reflection for help.
的问题
@dreamlike-ocean dreamlike-ocean merged commit 08df061 into master Feb 18, 2024
@dreamlike-ocean dreamlike-ocean deleted the native-example branch March 23, 2025 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant