Re: java.awt event processing performance degradation on JRE7 - linux

2012-04-16 Thread Mandy Chung
Nicolas, Thanks for reporting the problem. I am curious if you have collected any profiling data that shows sun.util.logging.PlatformLogger.redirectPlatformLoggers() is the cause of the performance degradation. This redirection is done as part of the logging initialization before JFrame is

Re: CFV: New jdk7u Committer: Kurchi Subhra Hazra

2012-05-10 Thread Mandy Chung
Vote: yes Mandy

Re: [7u] review and approval request for 8007515: update RMI tests on ProblemList.txt

2013-02-08 Thread Mandy Chung
Thumbs up. Mandy On Feb 8, 2013, at 5:25 PM, Seán Coffey wrote: > Nice work Stuart. Approved but please get someone with reviewer status to > review before pushing change. > > regards, > Sean. > > On 09/02/2013 00:51, Stuart Marks wrote: >> Hi all, >> >> A simple request for code review *an

Re: [7u] review and approval request for 8007515: update RMI tests on ProblemList.txt

2013-02-12 Thread Mandy Chung
On 2/11/13 3:02 PM, Stuart Marks wrote: http://cr.openjdk.java.net/~smarks/reviews/8007515/webrev.1/ Looks okay to me. Mandy

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-12 Thread Mandy Chung
You didn't include jdk_management test target in your jprt job and your test was not run at all. jdk_management is not included in the default due to its test reliability issue. Sounds like you didn't run the new shell tests via jtreg on your local machine to make sure it passes before you sub

Re: CFV: New JDK 7 Updates Project Committer: Edvard Wendelin

2013-02-25 Thread Mandy Chung
Vote: yes

[7u-dev] Request for approval for 8100380, 8010309, 7163898, 8007703

2013-04-23 Thread Mandy Chung
This is to request backport of the following bug fixes in 7u-dev: 8011380: FX dependency on PlatformLogger broken by 8010309 8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level 7163898: add isLoggable() check to doLog() Webrev at: http://cr.ope

hg: jdk7u/jdk7u-dev/jdk: 4 new changesets

2013-04-23 Thread mandy . chung
Changeset: edf084032dc3 Author:anthony Date: 2012-04-24 19:12 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/edf084032dc3 7163898: add isLoggable() check to doLog() Summary: Add the check and return immediately if it's false Reviewed-by: anthony, mchung, sla Contribut

[7u40] Review request for CR 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it

2013-06-18 Thread Mandy Chung
Alan, Chris, Can you review the fix for [1] 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it [2] 8016814: sun.reflect.Reflection.getCallerClass returns the wrong stack frame Webrev at: http://cr.openjdk.java.net/~mchung/jdk7u/8014925/webre

Re: [7u40] Review request for CR 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it

2013-06-18 Thread Mandy Chung
allow the code to work on future 7 update releases." Mandy Otherwise the change looks good (I'm not an official reviewer). Regards, Jeroen -Original Message- From: jdk7u-dev-boun...@openjdk.java.net [mailto:jdk7u-dev- boun...@openjdk.java.net] On Behalf Of Mandy Chung Sen

Re: [7u40] Review request for CR 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it

2013-06-19 Thread Mandy Chung
On 6/18/2013 11:50 PM, John Rose wrote: On Jun 18, 2013, at 11:28 PM, Mandy Chung wrote: On 6/18/2013 11:12 PM, Jeroen Frijters wrote: Hi Mandy, Part of the exception message is a bit confusing: "Update code properly using this method to allow the code" Thanks Jeroen. I should

Re: [7u40] Review request for CR 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it

2013-06-19 Thread Mandy Chung
Thanks. I have revised the exception message and the test: http://cr.openjdk.java.net/~mchung/jdk7u/8014925/webrev.01/ Mandy On 6/19/2013 4:36 AM, Alan Bateman wrote: On 19/06/2013 06:58, Mandy Chung wrote: Alan, Chris, Can you review the fix for [1] 8014925: Disable

Re: [7u40] Review request for CR 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it

2013-06-19 Thread Mandy Chung
On 6/19/13 11:30 AM, Iris Clark wrote: Hi, Mandy. This looks good. If you're still looking to shorten up the UOE, what about the following: Replace "namespace. Such methods are not" with "namespace so it is not"? Replace "As a temporary measure, the 7u40 release notes describe a mechanism"

[7u40] Request for phase 2 approval for 8014925 and 8016814

2013-06-21 Thread Mandy Chung
This is to request 7u40 phase 2 approval for: 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it 8016814: sun.reflect.Reflection.getCallerClass returns the wrong stack frame http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8014925 http://bugs

Re: [7u40] Request for phase 2 approval for 8014925 and 8016814

2013-06-21 Thread Mandy Chung
On 6/21/13 10:50 AM, Seán Coffey wrote: Mandy, Assuming you've run sufficient testing on this for 7u40 integration purposes. Yes - I ran JPRT on all core tests. Approved for 7u40-dev. Thanks Mandy regards, Sean. On 21/06/13 16:48, Mandy Chung wrote: This is to request 7u40 ph

Re: [7u communication] Request to create 7u40 stabilization forests

2013-06-24 Thread Mandy Chung
Sean, Iris, Looks like the jdk7u40-dev-gate and jdk7u40-dev have different heads that I can't push the changeset via the gate repo: $ hg push pushing to ssh://mch...@hg.openjdk.java.net/jdk7u/jdk7u40-dev-gate/jdk searching for changes abort: push creates new remote head 3e0468ae745a! (you shou

Re: [7u communication] Request to create 7u40 stabilization forests

2013-06-24 Thread Mandy Chung
6/13 23:31, Mandy Chung wrote: Sean, Iris, Looks like the jdk7u40-dev-gate and jdk7u40-dev have different heads that I can't push the changeset via the gate repo: $ hg push pushing to ssh://mch...@hg.openjdk.java.net/jdk7u/jdk7u40-dev-gate/jdk searching for changes abort: push creates

hg: jdk7u/jdk7u40-dev/jdk: 8016814: sun.reflect.Reflection.getCallerClass returns the frame off by 1

2013-06-25 Thread mandy . chung
Changeset: ee18d5c46468 Author:mchung Date: 2013-06-25 16:12 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/jdk/rev/ee18d5c46468 8016814: sun.reflect.Reflection.getCallerClass returns the frame off by 1 Reviewed-by: jrose, alanb, chegar, twisti ! src/share/classes/sun/refl

hg: jdk7u/jdk7u40-dev/jdk: 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it

2013-07-02 Thread mandy . chung
Changeset: 6bf5fa233df0 Author:mchung Date: 2013-07-02 13:23 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/jdk/rev/6bf5fa233df0 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it Reviewed-by: jrose, alanb, chegar, twisti !

[7u40] Request for phase 2 review and approval for 8020228

2013-07-11 Thread Mandy Chung
Sean, Michael, Can you please review this fix? WPTG doesn't translate all capitalized words due to its current policy. 7175367 "NLS: 7u6 message drop10 integration" caused this regression in 7u5 but I uncovered recently. Michael agrees to restore the translated version of logging_xx.proper

hg: jdk7u/jdk7u40-dev/jdk: 8020228: Restore the translated version of logging_xx.properties

2013-07-12 Thread mandy . chung
Changeset: 69e208814cab Author:mchung Date: 2013-07-12 01:12 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/jdk/rev/69e208814cab 8020228: Restore the translated version of logging_xx.properties Reviewed-by: mfang, coffeys ! src/share/classes/sun/util/logging/resources/logg

Re: CFV: New JDK 7 Updates Committer: Jaroslav Bachorik

2013-07-22 Thread Mandy Chung
Vote: yes Mandy

Re: RFR (XS): 7023754 JConsole Javascript plugin demo throws exception on window.print

2013-08-20 Thread Mandy Chung
Looks okay to me. Mandy On 8/19/2013 11:16 AM, Erik Gahlin wrote: Thanks Andreas, Here is an updated webrev with an updated copyright header. http://cr.openjdk.java.net/~egahlin/7023754_2/ The same issue was fixed with "8016531: jconsole-plugin script demo does not work with nashorn" http://c

[7u-dev] Request for approval for 8027943: serial version of CompositeInvocationHandlerImpl changed in 7u45

2013-11-08 Thread Mandy Chung
This is to request backport for a regression fix to 7u-dev: 8027943: serial version of com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl changed in 7u45 JBS bug: https://bugs.openjdk.java.net/browse/JDK-8027943 It's a straight import of the changeset from jdk8/corba repo:

Re: [7u60] Request for review & approval for 8025512: NPE with logging while launching webstart on jre7u40 if logging is disabled

2013-12-09 Thread Mandy Chung
Daniel, The fix looks good and approved. I think this test may be good to be included in JDK 9 (backport to 8u). But I'd like to get rid of its dependency on awt. I wonder if this can be modified to create its own implementation of JavaAWTAccess in a similar way of the new tests you added.

[7u60] Request for approval for 8027351: (ref) Private finalize method invoked in preference to protected superclass method

2013-12-12 Thread Mandy Chung
This is to request approval to backport 8027351 to 7u60. https://bugs.openjdk.java.net/browse/JDK-8027351 Other than the makefile change, the patch is straight backport from JDK 8 changeset [1]. Webrev at: http://cr.openjdk.java.net/~mchung/jdk7u/webrevs/8027351/webrev.00/ The build and t

hg: jdk7u/jdk7u-dev/jdk: 8027351: (ref) Private finalize method invoked in preference to protected superclass method

2013-12-13 Thread mandy . chung
Changeset: fa00be1579b8 Author:mchung Date: 2013-12-13 16:11 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/fa00be1579b8 8027351: (ref) Private finalize method invoked in preference to protected superclass method Reviewed-by: alanb, dholmes, mr, plevart, psandoz ! m

hg: jdk7u/jdk7u-dev/jdk: 8021368: Launch of Java Web Start app fails with ClassCircularityError exception in 7u25

2013-12-18 Thread mandy . chung
Changeset: ad8490675e4c Author:mchung Date: 2013-12-18 16:45 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/ad8490675e4c 8021368: Launch of Java Web Start app fails with ClassCircularityError exception in 7u25 Reviewed-by: alanb, plevart, jfranck ! make/java/java/ma

[7u60] Request for approval for 8021368: Launch of Java Web Start app fails with ClassCircularityError exception in 7u25

2013-12-19 Thread Mandy Chung
This is (retrospectively) to request approval for: https://bugs.openjdk.java.net/browse/JDK-8021368 The fix has been reviewed and approved [1]. I happily pushed the changeset yesterday [2] and later realized that I missed to request a formal approval (sorry about that and thanks to Sean for c

Re: CFV: New JDK 7u Committer: Ivan Gerasimov

2014-04-10 Thread Mandy Chung

Re: RFR [8059563]: (proxy) sun.misc.ProxyGenerator.generateProxyClass should create intermediate directories

2014-10-06 Thread Mandy Chung
On 10/6/2014 4:35 AM, Ivan Gerasimov wrote: Hello! This is a 7u-only fix. Some users complain about the ProxyGenerator not creating the intermediate directories when asked to keep the generated files. It throws an IO exception instead The fix is essentially a part of JDK-8004260. That was a

Re: RFR [8059563]: (proxy) sun.misc.ProxyGenerator.generateProxyClass should create intermediate directories

2014-10-08 Thread Mandy Chung
test. Nit: I suggest to remove the directory "a" at the beginning rather than throwing a RuntimeException so that you can run the test multiple times manually. Mandy Sincerely yours, Ivan On 07.10.2014 9:47, Mandy Chung wrote: On 10/6/2014 4:35 AM, Ivan Gerasimov wrote: Hello

Re: RFR [8059563]: (proxy) sun.misc.ProxyGenerator.generateProxyClass should create intermediate directories

2014-10-08 Thread Mandy Chung
http://cr.openjdk.java.net/~igerasim/8059563/3/webrev/ I reviewed v3 version. Looks good. Mandy

Re: [7u-dev] Request for Approval to Backport: 8065765: Missing space in output message from -XX:+CheckEndorsedAndExtDirs

2014-12-03 Thread Mandy Chung
On 12/3/2014 1:00 PM, Ivan Gerasimov wrote: WEBREV: http://cr.openjdk.java.net/~igerasim/8065765/0/webrev/ Another alternative is to use Files.newDirectoryStream(path, "*.jar") and increment the count. What you have is okay too. Mandy

Re: [7u-dev] Request for Approval to Backport: 8065765: Missing space in output message from -XX:+CheckEndorsedAndExtDirs

2014-12-04 Thread Mandy Chung
Thumbs up. Mandy On 12/4/2014 12:44 AM, Seán Coffey wrote: Looks good. Hopefully Mandy can give the thumbs up before you push. Approved. regards, Sean. On 04/12/2014 07:29, Ivan Gerasimov wrote: On 04.12.2014 2:44, Mandy Chung wrote: On 12/3/2014 1:00 PM, Ivan Gerasimov wrote: WEBREV

Request for approval for 7068328

2011-08-24 Thread Mandy Chung
This is to request approval to backport the fix for 7068328 to jdk7u-dev/jdk: 7068328: BufferPoolMXBean and PlatformLoggingMXBean getObjectName may return null http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7068328 Changeset in jdk8 (and see [1] for the discussion): http://hg

hg: jdk7u/jdk7u-dev/jdk: 7068328: BufferPoolMXBean and PlatformLoggingMXBean getObjectName may return null

2011-08-24 Thread mandy . chung
Changeset: 55cd74a4d575 Author:mchung Date: 2011-08-23 10:35 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/55cd74a4d575 7068328: BufferPoolMXBean and PlatformLoggingMXBean getObjectName may return null Reviewed-by: alanb Contributed-by: spo...@uk.ibm.com ! src/shar