-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
java-interopRuntime bridge between .NET and JavaRuntime bridge between .NET and Java
Description
We should make sure we use the right calling convention on different platforms.
Recently I have run into that when trying to use Java.Runtime.Environment.dll on Windows. Turned out we don't specify right calling convention when interfacing with JVM and with own native functions as well (java_interop_gc_bridge_*).
That leads to crashes without usable stacktrace information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
java-interopRuntime bridge between .NET and JavaRuntime bridge between .NET and Java