Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't create JNINativeCallWrapperMethods for JNICallTrampolineMethods
`JNICallTrampolineMethod`s can not be invoked from Java, so creating `JNINativeCallWrapperMethod`s for them is not needed. Closes: oracle#4018
- Loading branch information