dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.
Other
27 stars 10 forks source link

Fix JFieldID assignment and retrieval behaviour #88

Open Matthewacon opened 4 years ago

Matthewacon commented 4 years ago

Similar to the JMethodID return type look problem that was just fixed, all fields should be returned as jvalue and converted into the correct type upstream.