Re: jmx-dev RFR: 8010285 Enforce the requirement of Management Interfaces being public

2013-06-05 Thread shanliang
Jaroslav Bachorik wrote: On 05/30/2013 09:32 AM, Jaroslav Bachorik wrote: On Wed 29 May 2013 07:44:34 PM CEST, Daniel Fuchs wrote: On 5/29/13 7:17 PM, Jaroslav Bachorik wrote: On Wed 29 May 2013 05:33:21 PM CEST, Eamonn McManus wrote: I would recommend against changing

hg: jdk8/tl/nashorn: 16 new changesets

2013-06-05 Thread sundararajan . athijegannathan
Changeset: 66b2fde90c9d Author:jlaskey Date: 2013-05-29 16:23 -0300 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/66b2fde90c9d 8015636: Add more typed arrays code coverage tests. Reviewed-by: sundar Contributed-by: james.las...@oracle.com + test/script/basic/typedarrays.js C

hg: jdk8/tl/jdk: 8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64]

2013-06-05 Thread alan . bateman
Changeset: 8a9f897a57d6 Author:alanb Date: 2013-06-05 11:12 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8a9f897a57d6 8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64] Reviewed-by: chegar ! test/ProblemList.txt ! test/java/nio/channe

Re: jmx-dev RFR: 8010285 Enforce the requirement of Management Interfaces being public

2013-06-05 Thread Jaroslav Bachorik
On Wed 05 Jun 2013 11:34:05 AM CEST, shanliang wrote: > Jaroslav Bachorik wrote: >> On 05/30/2013 09:32 AM, Jaroslav Bachorik wrote: >> >>> On Wed 29 May 2013 07:44:34 PM CEST, Daniel Fuchs wrote: >>> On 5/29/13 7:17 PM, Jaroslav Bachorik wrote: > On Wed 29 May 2013 05:33:21 PM CEST,

hg: jdk8/tl/jdk: 8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()

2013-06-05 Thread paul . sandoz
Changeset: de11b20f8c01 Author:psandoz Date: 2013-05-31 10:53 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/de11b20f8c01 8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining() Reviewed-by: chegar ! src/share/classes/java/util/HashM

Re: RFR: 8010278 SA: provide mechanism for using an alternative SA debugger back-end.

2013-06-05 Thread Staffan Larsen
Some comments (sorry it took so long): CLHSDB.java - Can you move the jvmDebugger field to where the other fields are in the class? Make it private, too. - Remove start() and make run() public? - Perhaps improve on the comment in run() saying that either jvmDebugger OR pidText OR {execPath, core

Re: RFR - 6526682: JConsole shows negative CPU Usage

2013-06-05 Thread Nils Loodin
On 06/01/2013 10:06 AM, Erik Gahlin wrote: > Nils, do you know why you get a negative number? Not sure, no. In the screenshot and according to the but it's apparent that the value is not consistently -1, as it would if it was an error due to the fact that this is not supported on this platform. T

Re: jmx-dev RFR: 8010285 Enforce the requirement of Management Interfaces being public

2013-06-05 Thread shanliang
Jaroslav Bachorik wrote: On Wed 05 Jun 2013 11:34:05 AM CEST, shanliang wrote: Jaroslav Bachorik wrote: On 05/30/2013 09:32 AM, Jaroslav Bachorik wrote: On Wed 29 May 2013 07:44:34 PM CEST, Daniel Fuchs wrote: On 5/29/13 7:17 PM, Jaroslav Bachorik wrote:

hg: jdk8/tl/langtools: 7186887: Test T6567415.java can fail on a slow machine

2013-06-05 Thread alexander . zuev
Changeset: 79fd9cfa55f2 Author:kizune Date: 2013-06-05 16:58 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/79fd9cfa55f2 7186887: Test T6567415.java can fail on a slow machine Reviewed-by: jjg, ksrini ! test/tools/javac/6567415/T6567415.java

hg: jdk8/tl/jdk: 8015880: GenerateBreakIteratorData build warning

2013-06-05 Thread alan . bateman
Changeset: ae700bdb68b6 Author:alanb Date: 2013-06-05 13:57 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ae700bdb68b6 8015880: GenerateBreakIteratorData build warning Reviewed-by: peytoia ! make/tools/src/build/tools/generatebreakiteratordata/CharSet.java

Heads-up: Integration of Event-Based JVM Tracing

2013-06-05 Thread Staffan Larsen
All, We are planning to integrate "Event-Based JVM Tracing" into hotspot-rt next week. This is (more or less) a forward port of the implementation that already exists in jdk7u. The main difference compared to jdk7u is the adaptations made to support metaspace instead of permgen. The changes hav

Re: jmx-dev RFR: 8010285 Enforce the requirement of Management Interfaces being public

2013-06-05 Thread Jaroslav Bachorik
On Wed 05 Jun 2013 02:52:36 PM CEST, shanliang wrote: > Jaroslav Bachorik wrote: >> On Wed 05 Jun 2013 11:34:05 AM CEST, shanliang wrote: >> >>> Jaroslav Bachorik wrote: >>> On 05/30/2013 09:32 AM, Jaroslav Bachorik wrote: > On Wed 29 May 2013 07:44:34 PM CEST, Dan

hg: jdk8/tl/jdk: 8015604: JDP packets containing ideographic characters are broken

2013-06-05 Thread dmitry . samersoff
Changeset: df1b35c7901d Author:dsamersoff Date: 2013-06-05 18:20 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/df1b35c7901d 8015604: JDP packets containing ideographic characters are broken Summary: Code uses string length rather than byte array length and non ascii entry b

Re: jmx-dev RFR: 8010285 Enforce the requirement of Management Interfaces being public

2013-06-05 Thread Daniel Fuchs
On 6/5/13 3:55 PM, Jaroslav Bachorik wrote: class A extends B { ...} >class B implements AMBean {...} Yes, I see it now. However, when you check the JMX specification, page 50 onwards, the current implementation does not seem to be correct. "3. If MyClass is an instance of the DynamicMBean inte

hg: jdk8/tl/jdk: 8011719: Properties.loadFromXML fails with a chunked HTTP connection

2013-06-05 Thread chris . hegarty
Changeset: 5edcc8ca4146 Author:chegar Date: 2013-06-05 16:06 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5edcc8ca4146 8011719: Properties.loadFromXML fails with a chunked HTTP connection Reviewed-by: michaelm ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection

hg: jdk8/tl/jdk: 8015963: Add at since tags to new ConcurrentHashMap methods

2013-06-05 Thread chris . hegarty
Changeset: c1af6b5a979a Author:chegar Date: 2013-06-05 16:23 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c1af6b5a979a 8015963: Add at since tags to new ConcurrentHashMap methods Reviewed-by: shade, martin ! src/share/classes/java/util/concurrent/ConcurrentHashMap.java

hg: jdk8/tl/jdk: 7150256: Add back Diagnostic Command JMX API

2013-06-05 Thread frederic . parain
Changeset: e857b2a3ecee Author:fparain Date: 2013-06-05 08:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e857b2a3ecee 7150256: Add back Diagnostic Command JMX API Reviewed-by: mchung, jbachorik ! make/java/management/Exportedfiles.gmk ! make/java/management/FILES_c.gmk !

hg: jdk8/tl/nashorn: 6 new changesets

2013-06-05 Thread james . laskey
Changeset: 0feca8a93cb3 Author:attila Date: 2013-06-05 10:44 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/0feca8a93cb3 8015955: ObjectNode.elements should be stronger typed Reviewed-by: lagergren, sundar ! src/jdk/nashorn/internal/codegen/CodeGenerator.java ! src/jdk/n

Re: jmx-dev RFR: 8010285 Enforce the requirement of Management Interfaces being public

2013-06-05 Thread shanliang
Daniel Fuchs wrote: On 6/5/13 3:55 PM, Jaroslav Bachorik wrote: class A extends B { ...} >class B implements AMBean {...} Yes, I see it now. However, when you check the JMX specification, page 50 onwards, the current implementation does not seem to be correct. "3. If MyClass is an instance of

Re: jmx-dev RFR: 8010285 Enforce the requirement of Management Interfaces being public

2013-06-05 Thread Jaroslav Bachorik
On Wed 05 Jun 2013 07:54:10 PM CEST, shanliang wrote: > Daniel Fuchs wrote: >> On 6/5/13 3:55 PM, Jaroslav Bachorik wrote: class A extends B { ...} >class B implements AMBean {...} >>> Yes, I see it now. However, when you check the JMX specification, page >>> 50 onwards, the current imple

Attach API on Linux and Root

2013-06-05 Thread Elliott Baron
Hi, We use Hotspot's dynamic attach mechanism in our Thermostat monitoring tool [1], however we have discovered a bit of a problem with access control. One of our typical use-cases is to have our agent running as root, which will monitor all JVMs on the machine. We have noticed that our agent

hg: hsx/hotspot-rt/hotspot: 8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread

2013-06-05 Thread harold . seigel
Changeset: 6bf8b8bb7c19 Author:hseigel Date: 2013-06-05 14:12 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/6bf8b8bb7c19 8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread Summary: Use SA_ONSTACK flag to ensure signal gets delivered properly. Revi