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

2010-11-30 Thread kelly . ohair
Changeset: c7db7adb83b4 Author:ohair Date: 2010-11-30 18:07 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/c7db7adb83b4 6987107: Add variable to add to but not modify non-fcs version string Reviewed-by: jcoomes, dholmes, andrew, kvn ! make/defs.make ! make/jprt.g

hg: jdk7/tl/corba: 6382377: incorrect Exception is given to interceptor; ...

2010-11-30 Thread vikram . aroskar
Changeset: ff0f02a67881 Author:vikram Date: 2010-11-29 22:10 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/ff0f02a67881 6382377: incorrect Exception is given to interceptor 6828768: RMI-IIOP EJB clients do not fail over due to defect in JDK 1.6.0_12 Summary: Also reviewed

hg: jdk7/tl/jdk: 2 new changesets

2010-11-30 Thread mike . duigou
Changeset: 714eb2807ed8 Author:mduigou Date: 2010-11-30 13:53 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/714eb2807ed8 7003544: backout of openjdk changeset 58fa22ee49f9 Reviewed-by: ohair ! make/common/shared/Defs-linux.gmk ! make/common/shared/Sanity.gmk Changeset: b97

New JVMTI function / new JVMTI version

2010-11-30 Thread Keith McGuigan
Hello, I'd like to propose a new revision of the JVMTI spec, 1.2.1 to be implemented by Hotspot in JDK 7, with the addition of a new method, GetThisObject() (defined below). This new function would be part of the 'Local Variable" set of functions. The motivation for this addition is bet

hg: jdk7/hotspot-rt/hotspot: 6780143: hs203t003 hits SIGSEGV/EXCEPTION_ACCESS_VIOLATION with -XX:+UseCompressedOops

2010-11-30 Thread coleen . phillimore
Changeset: 0fc262af204f Author:coleenp Date: 2010-11-29 15:43 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/0fc262af204f 6780143: hs203t003 hits SIGSEGV/EXCEPTION_ACCESS_VIOLATION with -XX:+UseCompressedOops Summary: Using r12 as temporary register around call_V

hg: jdk7/tl/langtools: 7003477: Paths.isDefaultBootClassPath needs to be public

2010-11-30 Thread jonathan . gibbons
Changeset: bcbc86cc5b31 Author:jjg Date: 2010-11-30 09:38 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bcbc86cc5b31 7003477: Paths.isDefaultBootClassPath needs to be public Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/file/Paths.java

Review request 7003487 clhsdbproc stacktrace fails on x64

2010-11-30 Thread Kevin Walls
Hi, An oversight whereby although jstack and the Serviceability Agent's jstackproc.sh work on x64, the clhsdbproc tool (and I expect HSDB) can't get a stacktrace. The tools are all there, they just need connecting up: http://cr.openjdk.java.net/~kevinw/7003487/webrev.00/ Thanks Kevin