pgfisico
pgfisico
Resolves #135 Signed-off-by: Paolo Fisico
A segmentation fault occurs when the JNIEnvContainer destructor detaches the thread and the JVM has already exited. The cause is `Monitor::lock_without_safepoint_check()` receives a null pointer from `Thread::current()`. `Monitor::ILock()` receives the...
When running the JVM with `-Xcheck:jni`, the following warning is printed ``` WARNING in native method: JNI call made without checking exceptions when required to from CallBooleanMethodV ``` This warning...
When running the JVM with `-Xcheck:jni`, the following warnings are printed ``` WARNING in native method: JNI FindClass received a bad class descriptor "Ljava/lang/String;". A correct class descriptor has no...
FRC is international, so it would be a nice touch if the tools could be easily translated, whether officially or by the community. - It's easier to build the support...
Rather than require users to install the extensions for the complete and best experience, add a dependency on them. Specifically: - ms-vscode.cpptools - vscjava.vscode-java-pack