RFR: JDK-8036603 - Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
Alan Bateman
Alan.Bateman at oracle.com
Wed Mar 12 19:10:06 UTC 2014
On 12/03/2014 17:47, Mark Sheppard wrote:
> Hi Alan,
> so L61 should be
> if ((bytes = (*env)->NewByteArray(env, i)) == NULL) {
> FreeEnvironmentStringsA(blockA);
> return NULL;
> }
That would be good - thanks!
-Alan
More information about the core-libs-dev
mailing list