There are a number of inconsistencies in parameter naming e.g. penv vs. p_env, and vm vs p_vm, that should be made consistent across the invocation API. Some grammatical improvements in parameter descriptions can also be made e.g.
`vm`: the VM to which the current thread will be attached, must not be `NULL`.
should read:
`vm`: the VM to which the current thread will be attached. It must not be `NULL`.
`vm`: the VM to which the current thread will be attached, must not be `NULL`.
should read:
`vm`: the VM to which the current thread will be attached. It must not be `NULL`.
- relates to
-
JDK-8290482 Update JNI Specification of DestroyJavaVM for better alignment with JLS, JVMS, and Java SE API Specifications
- Resolved
-
JDK-8289253 JNI AttachCurrentThread should declare the correct parameter types
- Closed