On Fri, 29 Apr 2022 21:39:20 GMT, Alex Menkov <amen...@openjdk.org> wrote:

> The test counts calls of intercepted JNI functions, but doesn't completely 
> filter out calls from other threads.
> Function isThreadExpected is used only for ExceptionOccurred function and the 
> function checks only some known JFR/Graal threads.
> 
> The change:
>  - updates the test to count only the calls on the test thread;
>  - adds verbose output.

What about ji01t001? Seems it can suffer from the same issues. I know I see the 
WARNING message in its output for unexpected intercept calls.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8475

Reply via email to