Hi Jc,
It looks to me. One minor comment. http://cr.openjdk.java.net/%7Ejcbeyler/8210429/webrev.00/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp.udiff.html - mid = JNI_ENV_PTR(env)->GetStaticMethodID(JNI_ENV_ARG(env, cl), + mid = env->GetStaticMethodID(cl, name, sig);I'd suggest to replace to place the call to just one line. No need for another webrev if you fix it. Thanks, Serguei On 9/5/18 18:39, JC Beyler wrote:
|
- RFR (L) 8210429: Clean up JNI_ENV_ARG for vmTes... JC Beyler
- Re: RFR (L) 8210429: Clean up JNI_ENV_ARG ... Chris Plummer
- Re: RFR (L) 8210429: Clean up JNI_ENV_... David Holmes
- Re: RFR (L) 8210429: Clean up JNI_ENV_ARG ... serguei.spit...@oracle.com