Hi JC,

In em01t002.cpp, is this correct?

  73     loadedClass = (jclass) jni_env->CallObjectMethod(loader, methodID, TRACE_JNI_CALL, className);

Shouldn't the TRACE_JNI_CALL arg be last? If so, can you look into why this test didn't fail as a result.

Other than that the changes look good.

thanks,

Chris

On 4/26/19 5:52 PM, Jean Christophe Beyler wrote:
Hi all,

(Re-sending with subject line complete :-))

Since JDK-8213501 finally merged (sorry it took so long), I am able to continue this work. Here is the work that puts back the messages for any calls that were moved around due to JDK-8212884.


All modified tests pass on my local dev machine.

Thanks,
Jc


Reply via email to