Native Image Committer and Community Meeting 2024-05-30 #8995
Unanswered
christianwimmer
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
List of all past and upcoming meetings: #3933
New and Noteworthy
Layered native images:
[GR-50176] Implemention of the
typeReached
conditional for reflection. #8969[GR-54198] 'typeReached' for serialization and resources.
[GR-53670] Layered HelloWorld #8917
[GR-53552] Remove Future from ImageLayerLoader #8981
[GR-52945] Label some Layered Image Singletons. #8909
[GR-54129] [GR-53993] [GR-53995] Introduce image layer object file section. #8972
Special exceptions for missing configurations:
[GR-47365] Integrate proxy registration to the reflection config #8822
[GR-49770] Use Glob Patterns In Resource Config File #8715
[GR-46386] Throw missing registration errors for JNI calls
[GR-18214] Compacting garbage collection (non-default). #8870: The mark&compact GC is merged to mainline now, and ready for experiments.
Usability:
[GR-43837] Enable
--report-unsupported-elements-at-runtime
by default and deprecate the option. #8815Compatibility
[GR-51446] Handle unstructured locking to avoid parser bailouts where possible. #8921
[GR-51479] Implement cgroup support in native code. #8989: Instead of relying on a modified JDK where the cgroup support uses only lower-level functionality (not merged into OpenJDK), use the native implementation from the HotSpot VM also for SubstrateVM.
Monitoring / tools:
[GR-47010] Add method modifier and signature to a JfrMethod entry. #8956
[GR-48384] Update GDB debugging support for Native Image with gdb-debughelpers.py. #8886
Deep Dive: Layered Native Images
First "Hello, World!" is running end-to-end:
What is working
What is still missing
A lot ;-)
Next steps: go through the list of all hacks, prioritize them, and work through the list
Changes to the programming model
Beta Was this translation helpful? Give feedback.
All reactions