You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some parts of Native Image (JFR support, GC, ...) define C-like structures via the annotations @RawStructure and @CStruct. At the moment, it seems that no debugging information is getting emitted for structs like that. Just in case that you want to add this support, NativeLibraries.findElementInfo(...) would be the starting point to query information about those structs. /cc @olpaw