hg: jdk7/tl/jdk: 6922482: keytool's help on -file always shows 'output file'

2010-02-03 Thread weijun . wang
Changeset: e6ab5fabaf7e Author:weijun Date: 2010-02-03 17:04 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e6ab5fabaf7e 6922482: keytool's help on -file always shows 'output file' Reviewed-by: wetmore ! src/share/classes/sun/security/tools/KeyTool.java +

Hotspot Debugger on Mac OS X Java 1.6 32-bit

2010-02-03 Thread Derek Shinaberry
I am so far out of my depth here that I am not even sure which mailing list to start with, but the serviceability-dev seemed as good a place as any to begin. First of all, I am NOT well versed in Java, particularly the minutia and all things VM related. I am well versed in C++, which led

Re: Hotspot Debugger on Mac OS X Java 1.6 32-bit

2010-02-03 Thread Tomas Hurka
Hi Derek, On 3 Feb 2010, at 16:59, Derek Shinaberry wrote: [..] I'm running Mac OS X 10.5.8 on a 32-bit Core Duo processor, which doesn't support Java 6. So, I'm attempting to use OpenJDK 6 installed using MacPorts. FYI: If you need Java 6 on 32-bit Core Duo, you can upgrade to Mac OS X

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

2010-02-03 Thread daniel . daugherty
Changeset: 0fc941df6fb7 Author:dcubed Date: 2010-02-02 10:37 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/0fc941df6fb7 6918421: 1/1 in-process JVM now ignores preset Windows unhandled exception filter Summary: Add support for chaining Windows

hg: jdk7/tl/langtools: 6922429: extend tree position test waiver

2010-02-03 Thread jonathan . gibbons
Changeset: 41ed86f86585 Author:jjg Date: 2010-02-03 11:28 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/41ed86f86585 6922429: extend tree position test waiver Reviewed-by: darcy ! test/tools/javac/treepostests/TreePosTest.java

hg: jdk7/tl/langtools: 6922300: [308] populate the reference_info for type annotations targeting primitive class literals

2010-02-03 Thread jonathan . gibbons
Changeset: f65d652cb6af Author:jjg Date: 2010-02-03 11:33 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/f65d652cb6af 6922300: [308] populate the reference_info for type annotations targeting primitive class literals Reviewed-by: darcy, jjg Contributed-by:

Re: Hotspot Debugger on Mac OS X Java 1.6 32-bit

2010-02-03 Thread Derek Shinaberry
All I know for certain about the source is that MacPorts pulls the source tarball from the link http://download.java.net/openjdk/jdk6/promoted/b16/openjdk-6-src-b16-24_apr_2009.tar.gz . It looks like there is now a b17, but I have no idea whether it would build on a Mac or if it would work

hg: jdk7/tl/langtools: 6921979: add test program to verify annotations are attached to nodes as expected

2010-02-03 Thread jonathan . gibbons
Changeset: 4c844e609d81 Author:jjg Date: 2010-02-03 16:58 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4c844e609d81 6921979: add test program to verify annotations are attached to nodes as expected Reviewed-by: darcy +