Re: 6359295: SA utilities: "get_thread_regs failed for a lwp" from jstack(1)

2010-12-01 Thread Kevin Walls
Hi -- I've just been hitting that as well I think it needs to be dealt with as a separate bug as there may be a few which are similar - and 6359295 is marked fixed in 5.0 long ago... I just found your message after I'd done some investigating... The patch I was working with is to split one of

Review request: 7003789 PTRACE_GETREGS problems with SA on Linux.

2010-12-01 Thread Kevin Walls
Sorry, there was actually a typo in that diff, although it was good enough to be a solution on my system. A webrev also: http://cr.openjdk.java.net/~kevinw/7003789/webrev.00/ Thanks Kevin On 01/12/2010 16:01, Kevin Walls wrote: > Hi -- > > I've just been hitting that as well I think it ne

hg: jdk7/tl/langtools: 6851834: Javadoc doclet needs a structured approach to generate the output HTML.

2010-12-01 Thread bhavesh . patel
Changeset: 90af8d87741f Author:bpatel Date: 2010-12-01 11:02 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/90af8d87741f 6851834: Javadoc doclet needs a structured approach to generate the output HTML. Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats

hg: jdk7/tl/jdk: 2 new changesets

2010-12-01 Thread alan . bateman
Changeset: 374cc848d797 Author:alanb Date: 2010-12-01 13:49 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/374cc848d797 6709457: (fc) lock/tryLock() throws IOException "Access is denied" when file opened for append [win] Reviewed-by: chegar ! src/share/classes/java/io/FileO

hg: jdk7/tl/jdk: 7002594: Math.max and Math.min should use floatToRawIntBits() to check for -0.0

2010-12-01 Thread joe . darcy
Changeset: 8aabca72877c Author:darcy Date: 2010-12-01 13:01 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8aabca72877c 7002594: Math.max and Math.min should use floatToRawIntBits() to check for -0.0 Reviewed-by: mduigou, lancea, alanb ! src/share/classes/java/lang/Double.ja

hg: jdk7/tl/jdk: 7003745: Code style cleanups (sync from Dougs CVS)

2010-12-01 Thread chris . hegarty
Changeset: 9e494de19690 Author:dl Date: 2010-12-01 21:46 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9e494de19690 7003745: Code style cleanups (sync from Dougs CVS) Reviewed-by: chegar, dholmes ! src/share/classes/java/util/AbstractCollection.java ! src/share/classes/java

hg: jdk7/tl/jdk: 6402006: FileInputStream.available() returns negative values when reading a large file

2010-12-01 Thread mandy . chung
Changeset: 8b2025d6f257 Author:mchung Date: 2010-12-01 15:58 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8b2025d6f257 6402006: FileInputStream.available() returns negative values when reading a large file Reviewed-by: alanb ! src/windows/native/java/io/io_util_md.c + tes

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

2010-12-01 Thread coleen . phillimore
Changeset: 828eafbd85cc Author:ikrylov Date: 2010-12-01 18:26 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/828eafbd85cc 6348631: remove the use of the HPI library from Hotspot Summary: move functions from hpi library to hotspot, communicate with licensees and o

Re: Review request: 7003789 PTRACE_GETREGS problems with SA on Linux.

2010-12-01 Thread Yasumasa Suenaga
Thank you for the reply. I've read your patch on a webrev. Your patch will work on AMD64 architecture. However, this patch will not work on x86 (32bit) architecture. Preprocessor in GCC for i386 does not define "_LP64" . - [r...@rhel4-4 test]# cat /etc/redhat-release Red Hat Enter

Re: 6359295: SA utilities: "get_thread_regs failed for a lwp" from jstack(1)

2010-12-01 Thread David Holmes
Hi Kevin, Seems to me the original problem here was that on 64-bit PTRACE_GETREGS64 is not defined when on x86_64 - I could only find reference to it on sparcv9. Your change seems to reduce to the following: #ifdef _LP64 #ifdef PTRACE_GETREGS64 #define PTRACE_GETREGS_REQ PTRACE_GETREGS64

hg: jdk7/hotspot-rt/hotspot: 7003456: ADLC files not correctly generated on Windows

2010-12-01 Thread bengt . rutisson
Changeset: 01c0559441c8 Author:brutisso Date: 2010-12-01 03:12 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/01c0559441c8 7003456: ADLC files not correctly generated on Windows Summary: Added target architecture parameters to make ADLC build properly Reviewed-by: