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
We use the JniEnvironment.Runtime.MarshalMemberBuilder in jnimarshalmethod-gen and that means we need to create JVM first. That is currently broken on Windows and hopefully not neccessary.
It would make the jnimarshalmethod-gen initialization faster and simplify things. We could remove the --jvm option as well.