anthony [Thu, 01 Oct 2009 14:48:05 +0400] rev 3970
6886868: giflib has a memory leak in the MakeMapObject() function
Summary: free() the object before returning NULL
Reviewed-by: art, dcherepanov
dcherepanov [Wed, 30 Sep 2009 15:48:06 +0400] rev 3969
6878284: Sometimes test/javax/swing/system/6799345/TestShutdown.java "hangs"
Reviewed-by: art, ant
dcherepanov [Wed, 30 Sep 2009 13:21:51 +0400] rev 3968
6853592: VM test nsk.regression.b4261880 fails with "X Error of failed request: BadWindow" inconsistently.
Reviewed-by: art, anthony
yan [Tue, 22 Sep 2009 01:20:51 -0700] rev 3967
Merge
anthony [Tue, 15 Sep 2009 16:15:36 +0400] rev 3966
6868255: Requirements for correct operating of the HW/LW Mixing feature need to be specified
Summary: The specification is updated
Reviewed-by: art, dcherepanov
tbell [Wed, 07 Oct 2009 14:15:01 -0700] rev 3965
Merge
darcy [Wed, 07 Oct 2009 14:04:20 -0700] rev 3964
6480728: Byte.valueOf(byte) returns a cached value but Byte.valueOf(String)
6655735: Integer.toString() and String.valueOf(int) contain slow delegations
Reviewed-by: lancea
tbell [Wed, 07 Oct 2009 13:53:11 -0700] rev 3963
6888888: new javah throws NullPointerException when building in jdk/make/java/nio
Summary: Use the bootstrap javah during the build until bug-ID 6889255 is fixed
Reviewed-by: jjg
chegar [Wed, 07 Oct 2009 17:23:02 +0100] rev 3962
6887364: SetOutgoingIf.java fails if run on multihomed machine without PIv6 on all interfaces
Reviewed-by: alanb
kamg [Tue, 06 Oct 2009 22:01:18 -0400] rev 3961
6885916: Memory leak in inferencing verifier (libverify.so)
Summary: Use the memory management already present to track allocated memory
Reviewed-by: coleenp, acorn