hg: jdk7u/jdk7u4-dev/jdk: 7145980: Dispose method of window.java takes long

2012-03-06 Thread denis . fokin
Changeset: 588ca1d04a7f Author:bagiras Date: 2012-03-06 22:12 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u4-dev/jdk/rev/588ca1d04a7f 7145980: Dispose method of window.java takes long Reviewed-by: anthony ! src/share/classes/java/awt/Component.java ! src/share/classes/java/awt/

[7u4] Request for approval for CR 7146431: java.security files out-of-sync

2012-03-06 Thread Sean Mullan
This is a fix to correct an issue in 7u4 with the system-specific java.security files being out-of-sync. bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7146431 webrev: http://cr.openjdk.java.net/~mullan/webrevs/7146431/webrev.00/ The fix does not affect JDK 8. Reviewed by Vincent Ryan a

hg: jdk7u/jdk7u4-dev/jaxp: 7147666: High lock time for com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance()

2012-03-06 Thread huizhe . wang
Changeset: b519b554f589 Author:joehw Date: 2012-03-06 09:52 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u4-dev/jaxp/rev/b519b554f589 7147666: High lock time for com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance() Reviewed-by: andrew, alanb, lancea ! src/com/s

hg: jdk7u/jdk7u4-dev/jdk: 7124262: [macosx] Drag events go to a wrong child.

2012-03-06 Thread alexander . zuev
Changeset: d87f0d9134a9 Author:kizune Date: 2012-03-06 19:41 +0300 URL: http://hg.openjdk.java.net/jdk7u/jdk7u4-dev/jdk/rev/d87f0d9134a9 7124262: [macosx] Drag events go to a wrong child. Reviewed-by: alexp, serb ! src/macosx/classes/sun/lwawt/LWComponentPeer.java ! src/macosx/nati

Re: Memory leak of com.sun.management.GcInfo objects

2012-03-06 Thread Frederic Parain
Thanks for the confirmation that 7143760 has resolved your issue. I'll close your bug as a duplicate of 7143760. Regards, Fred On 3/6/12 4:11 PM, Anton Mironenko wrote: Thanks for this information! Indeed, the bug 7143760 was fixed in jdk7u4 build 13 (February 23, 2012). I've run my sample tes

Re: Memory leak of com.sun.management.GcInfo objects

2012-03-06 Thread Anton Mironenko
Thanks for this information! Indeed, the bug 7143760 was fixed in jdk7u4 build 13 (February 23, 2012). I've run my sample test on it, the bug is not reproduced any longer! Do you have any info, when is it supposed to have GA which contains this fix? >  On On 3/6/12 2:41 PM, Frederic Parain wrote:

Memory leak of com.sun.management.GcInfo objects

2012-03-06 Thread Anton Mironenko
Thanks for this information! Indeed, the bug 7143760 was fixed in jdk7u4 build 13 (February 23, 2012). I've run my sample test on it, the bug is not reproduced any longer! Do you have any info, when is it supposed to have GA which contains this fix? > On On 3/6/12 2:41 PM, Frederic Parain wrote:

hg: jdk7u/jdk7u-dev/jdk: 7133571: [macosx] closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS

2012-03-06 Thread alexandr . scherbatiy
Changeset: 9ec218f35351 Author:alexsch Date: 2012-03-06 19:01 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/9ec218f35351 7133571: [macosx] closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS Reviewed-by: alexp + test/javax/swing/JToolBar/4247996/bug4

Re: [7u6] Request for approval for CR 7133571 - closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS

2012-03-06 Thread Edvard Wendelin
Approved. On Mar 6, 2012, at 3:51 PM, Alexander Scherbatiy wrote: > Hello, > > This is a request to backport a JDK 8 fix into JDK 7u4: > > 7133571 [macosx] closed/javax/swing/JToolBar/4247996/bug4247996.java fails on > MacOS > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7133571 > > The

[7u6] Request for approval for CR 7133571 - closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS

2012-03-06 Thread Alexander Scherbatiy
Hello, This is a request to backport a JDK 8 fix into JDK 7u4: 7133571 [macosx] closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7133571 The fix has already been pushed to JDK 8, as: http://hg.openjdk.java.net/jdk8/awt/jdk/r

Re: Memory leak of com.sun.management.GcInfo objects

2012-03-06 Thread Frederic Parain
This bug is probably a duplicate of 7143760: Memory leak in GarbageCollectionNotifications http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7143760 7143760 has been fixed in JDK8 and JDK7u4. Regards, Fred On 3/6/12 2:34 PM, íÉÒÏÎÅÎËÏ áÎÔÏÎ wrote: Two months ago I submitted the bug: http:/

Memory leak of com.sun.management.GcInfo objects

2012-03-06 Thread Мироненко Антон
Two months ago I submitted the bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7128632 "Memory leak in jdk1.7.0 (42 MB per day)" There is a leak of com.sun.management.GcInfo objects, when the method addNotificationListener() is called on mbean with type ManagementFactory.GARBAGE_COLLECTO

hg: jdk7u/jdk7u4-dev/jdk: 7147066: [macosx] FileDialog.getDirectory() returns incorrect directory

2012-03-06 Thread dmitry . cherepanov
Changeset: 5a50422d53d8 Author:dcherepanov Date: 2012-03-06 15:14 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u4-dev/jdk/rev/5a50422d53d8 7147066: [macosx] FileDialog.getDirectory() returns incorrect directory Reviewed-by: anthony, swingler ! src/macosx/native/sun/awt/CFileDial

Re: [7u4] Request for approval: 7147666 : High lock time for com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance()

2012-03-06 Thread Edvard Wendelin
Approved. On 03/05/2012 10:27 PM, Joe Wang wrote: Hi, Requesting approval to commit fix for CR 7147666. http://cr.openjdk.java.net/~joehw/7u4/cr7147666/webrev/ Reviewed by Andrew Hughes, Alan Bateman and Lance Andersen. This patch will increase performance on certain XML test benchmark. It