Changeset: 754c9bb4f085
Author:sla
Date: 2013-04-24 14:49 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/754c9bb4f085
8009985: [parfait] Uninitialised variable at
jdk/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c
Reviewed-by: sla, rbackman, alanb, dholmes, r
Dmitry:
Thanks for your comments
From my reading of the code for the procedure: getAddrsFromAdapter(...):
If *netaddrPP == NULL at line 369, and a jump is made to
"freeAllocatedMemory" because of a calloc() failure, then obviously the
assignment operation on line 429 (*netaddrPP = start) is sk
John,
OK. Thank you for the explanation.
It looks like i misread the code.
-Dmitry
On 2013-04-24 19:35, John Zavgren wrote:
> Dmitry:
> Thanks for your comments
>
> From my reading of the code for the procedure: getAddrsFromAdapter(...):
>
> If *netaddrPP == NULL at line 369, and a jump is m
Changeset: bbcebf893b83
Author:alanb
Date: 2013-04-24 19:03 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bbcebf893b83
800: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java
should be removed
Reviewed-by: chegar
- test/java/io/Serializable/accessConst
Changeset: 8c06a38aa2c5
Author:sherman
Date: 2013-04-24 21:27 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8c06a38aa2c5
8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ
Summary: updated the offending test case
Reviewed-by: alanb
! test/java/time/test/ja
All:
I expanded the scope of the work for this bug and cleaned up other
realloc() errors in the windows native code. I believe I've identified
all unsafe calls to realloc() in this corner of the native code.
Two additional files were affected.
Please let me know what you think:
http://cr.ope