Re: RFR: 6879063: SA should use hsdis for disassembly

2012-09-20 Thread Staffan Larsen
Looks good. On 21 sep 2012, at 05:10, Yumin Qi wrote: > Made a minor changes to CommandProcessor: > + // print Java bytecode disassembly > + new Command("jdis", "jdis address", false) { > + public void doit(Tokens t) { > + int tokens = t.countTokens();

Re: RFR: 6879063: SA should use hsdis for disassembly

2012-09-20 Thread Yumin Qi
Made a minor changes to CommandProcessor: + // print Java bytecode disassembly + new Command("jdis", "jdis address", false) { + public void doit(Tokens t) { + int tokens = t.countTokens(); + if (tokens != 1) { + usage

hg: jdk8/tl/jdk: 7199614: (pack200) remove unused file

2012-09-20 Thread kumar . x . srinivasan
Changeset: 3ad5464e7a21 Author:ksrini Date: 2012-09-20 13:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3ad5464e7a21 7199614: (pack200) remove unused file Reviewed-by: alanb - src/share/test/pack200/pack.conf

Re: Review Request: 7195779 javax/management/remote/mandatory/threads/ExecutorTest.java fail intermittently

2012-09-20 Thread Eamonn McManus
>From Jaroslav's description it sounds as if RMI/IIOP is not following the expected semantics of RMI. In "plain" RMI (RMI/JRMP), unexporting an object on the server does not prevent already-received operations on that object from running to completion and sending their results back to the client. I

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

2012-09-20 Thread kevin . walls
Changeset: 6af8f3562069 Author:kevinw Date: 2012-09-19 15:24 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/6af8f3562069 7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API. Reviewed-by: sspitsyn, dholmes ! src/share/vm/

hg: jdk8/tl/jdk: 7193520: Removed references to Linux kernel version 2.2

2012-09-20 Thread chris . hegarty
Changeset: f5229879ea40 Author:chegar Date: 2012-09-20 09:36 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f5229879ea40 7193520: Removed references to Linux kernel version 2.2 Summary: Linux kernel version 2.2 isn't supported anymore. Reviewed-by: chegar, dsamersoff, alanb C