Request for review: 8007454 Wrong parameters in Win32 native code.

Alexey Utkin alexey.utkin at oracle.com
Mon Feb 4 12:28:25 UTC 2013


Hi,
Please review the fix.

Bug description:
     http://bugs.sun.com/view_bug.do?bug_id=8007454
     https://jbs.oracle.com/bugs/browse/JDK-8007454

The suggested fix:
http://cr.openjdk.java.net/~uta/openjdk-webrevs/JDK-8007454/webrev.01/

Summary:
Old version of code for the [Java_java_lang_ProcessImpl_create] function 
could not work right in some cases. The [SetHandleInformation] call 
worked partially and just because
HANDLE_FLAG_INHERIT == TRUE == 1 and FALSE == 0.

Regards,
-uta



More information about the core-libs-dev mailing list