JCK development at Altaworks has encountered a consistent crash in their
tests. It has been tracked to JPLIS native support passing NULL to a
JNI function which crashes (JNI does not check incoming parameters).
The crashing method is Instrumentation.appendToBootstrapClassLoaderSearch.
But more broadly, there are several null checks missing from the JPLIS
interface.
tests. It has been tracked to JPLIS native support passing NULL to a
JNI function which crashes (JNI does not check incoming parameters).
The crashing method is Instrumentation.appendToBootstrapClassLoaderSearch.
But more broadly, there are several null checks missing from the JPLIS
interface.
- relates to
-
JDK-4882798 JPLIS: Java programming language agents need instrumentation support (JSR-163)
-
- Resolved
-