RE: [PATCH] EnableTracing: output from multiple threads may be mixed together

2013-05-13 Thread Yunda
Rickard, Thank you very much for doing this! Regards, Yunda > -Original Message- > From: Rickard Bäckman [mailto:rickard.back...@oracle.com] > Sent: Tuesday, May 14, 2013 1:35 PM > To: 云达(Yunda) > Cc: David Holmes; serviceability-dev@openjdk.java.net; > hotspot-runtime-...@openjdk.java.

Re: [PATCH] EnableTracing: output from multiple threads may be mixed together

2013-05-13 Thread Rickard Bäckman
Yunda, sorry for taking a while. I created JDK-8014478 for this and I'll sponsor the change. /R On May 10, 2013, at 4:32 AM, 云达(Yunda) wrote: > Thanks for looking at this, Rickard. David, do you like this option which is > easier to read, too :) > > > Regards, > Yunda > >> -Original Me

hg: jdk8/tl/jdk: 8014365: Restore Objects.requireNonNull(T, Supplier)

2013-05-13 Thread joe . darcy
Changeset: a50bad038f31 Author:darcy Date: 2013-05-13 22:16 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a50bad038f31 8014365: Restore Objects.requireNonNull(T, Supplier) Reviewed-by: mduigou ! src/share/classes/java/util/Objects.java ! test/java/util/Objects/BasicObjectsT

hg: jdk8/tl/jdk: 8013386: (tz) Support tzdata2013c

2013-05-13 Thread xueming . shen
Changeset: ae35fdbab949 Author:sherman Date: 2013-05-13 20:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ae35fdbab949 8013386: (tz) Support tzdata2013c Summary: updated tz data to version 2013c Reviewed-by: peytoia, okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/jav

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread David Holmes
On 14/05/2013 6:50 AM, Staffan Larsen wrote: Shouldn't the link be to the oracle site that the sun site redirects to: http://docs.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html My thoughts exactly. :) Also a pity the URL has to be repeated so often, but that's not caused

Re: RFR(XXS): 8014411: Decrease lock order rank for event tracing locks - HS24

2013-05-13 Thread David Holmes
On 13/05/2013 10:51 PM, Markus Grönlund wrote: Greetings, Kindly asking for reviews for this very small change for putback to HS24. Bugid: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8014411 Webrev: http://cr.openjdk.java.net/~mgronlun/8014411/webrev01/ Syntax is fine. As for semant

hg: hsx/hotspot-rt/hotspot: 8005056: NPG: Crash after redefining java.lang.Object

2013-05-13 Thread coleen . phillimore
Changeset: 43083e670adf Author:coleenp Date: 2013-05-13 15:37 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/43083e670adf 8005056: NPG: Crash after redefining java.lang.Object Summary: Need to walk array class vtables replacing old methods too if j.l.o redefined R

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread Mandy Chung
On 5/13/13 1:50 PM, Staffan Larsen wrote: Shouldn't the link be to the oracle site that the sun site redirects to: http://docs.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html Can you take it further to construct the link with the release version of the JRE: http://docs.ora

hg: jdk8/tl/langtools: 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees

2013-05-13 Thread jonathan . gibbons
Changeset: 8dd528992c15 Author:jlahoda Date: 2013-05-10 15:15 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8dd528992c15 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees Reviewed-by: jjg Contributed-by: Dusan Balek , Jan Lah

Re: RFR(XXS): 8014411: Decrease lock order rank for event tracing locks - HS24

2013-05-13 Thread Staffan Larsen
Looks good to me! /Staffan On 13 maj 2013, at 14:51, Markus Grönlund wrote: > Greetings, > > Kindly asking for reviews for this very small change for putback to HS24. > > Bugid: > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8014411 > > Webrev: > http://cr.openjdk.java.net/~mgronlun

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread Staffan Larsen
Shouldn't the link be to the oracle site that the sun site redirects to: http://docs.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html /Staffan On 13 maj 2013, at 15:36, Nils Loodin wrote: > On 05/13/2013 03:36 PM, Nils Loodin wrote: >> Simple change of link in resource files:

hg: jdk8/tl/jdk: 8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive

2013-05-13 Thread kurchi . subhra . hazra
Changeset: 86c1e8c799f5 Author:khazra Date: 2013-05-13 13:48 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/86c1e8c799f5 8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive Summary: Rearrange event-handling code to remove bottle-neck. Also reviewed

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread Jaroslav Bachorik
Fine with me (-not a reviewer-) -JB- On 05/13/2013 03:36 PM, Nils Loodin wrote: > On 05/13/2013 03:36 PM, Nils Loodin wrote: >> Simple change of link in resource files: >> >> https://jbs.oracle.com/bugs/browse/JDK-8014048 >> >> Regards, >> Nils Loodin > > > Also, with webrev link (might come in

hg: hsx/hotspot-rt/hotspot: 3 new changesets

2013-05-13 Thread yumin . qi
Changeset: 92ef81e2f571 Author:minqi Date: 2013-05-10 08:27 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/92ef81e2f571 8003557: NPG: Klass* const k should be const Klass* k. Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass*

hg: hsx/hotspot-rt/hotspot: 20 new changesets

2013-05-13 Thread rickard . backman
Changeset: e60b3fce2b02 Author:jiangli Date: 2013-05-06 19:57 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/e60b3fce2b02 8013067: Zero builds are broken after 8010862. Summary: Fixed broken Zero build. Reviewed-by: twisti, coleenp, kvn ! src/cpu/zero/vm/cppInterp

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread serguei.spit...@oracle.com
It looks good. Thank you for doing this! Should the bug's "Affects Version's" field also include 6u45? Thanks, Serguei On 5/13/13 6:36 AM, Nils Loodin wrote: On 05/13/2013 03:36 PM, Nils Loodin wrote: Simple change of link in resource files: https://jbs.oracle.com/bugs/browse/JDK-8014048 Re

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread Peter Allwin
Looks good! /peter Nils LoodinMonday, May 13, 2013 3:36 PM Also, with webrev link (might come in handy): http://cr.openjdk.java.net/~nloodin/8014048/webrev.00/ Nils LoodinMonday, May 13, 2013 3:36 PM Simple change of link in resource files: https://jbs.oracle.com/bugs/brow

Re: RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread Nils Loodin
On 05/13/2013 03:36 PM, Nils Loodin wrote: Simple change of link in resource files: https://jbs.oracle.com/bugs/browse/JDK-8014048 Regards, Nils Loodin Also, with webrev link (might come in handy): http://cr.openjdk.java.net/~nloodin/8014048/webrev.00/

RFR: JDK-8014048 - Online user guide of jconsole points incorrect link

2013-05-13 Thread Nils Loodin
Simple change of link in resource files: https://jbs.oracle.com/bugs/browse/JDK-8014048 Regards, Nils Loodin

hg: jdk8/tl/jdk: 8005598: (reopened) Need to clone array of input/output parameters

2013-05-13 Thread xuelei . fan
Changeset: 46db0e633240 Author:xuelei Date: 2013-05-13 06:05 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/46db0e633240 8005598: (reopened) Need to clone array of input/output parameters Reviewed-by: weijun ! src/share/classes/com/sun/jndi/dns/DnsContext.java ! src/share/cl

RFR(XXS): 8014411: Decrease lock order rank for event tracing locks - HS24

2013-05-13 Thread Markus Grönlund
Greetings,   Kindly asking for reviews for this very small change for putback to HS24.   Bugid: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8014411   Webrev: http://cr.openjdk.java.net/~mgronlun/8014411/webrev01/     Thanks Markus

hg: jdk8/tl/jdk: 8005535: SSLSessionImpl should have protected finalize()

2013-05-13 Thread xuelei . fan
Changeset: 76998d11a643 Author:xuelei Date: 2013-05-13 05:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/76998d11a643 8005535: SSLSessionImpl should have protected finalize() Reviewed-by: weijun, wetmore ! src/share/classes/sun/security/ssl/SSLSessionImpl.java