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();
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
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
>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
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/
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