Re: Need reviewers - 3 bugs

2009-11-17 Thread Tim Bell
Hi Kelly: > Need a reviewer. > > The jhat change is from keith.rand...@gmail.com. I wasn't able to > come up with a testcase for that change. > > The other two just fix a couple of broken tests and remove them from > the ProblemList. > > 6892742: Improve root set used by jhat > 6902323: Fix test

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

2009-11-17 Thread keith . mcguigan
Changeset: bc1144adedfb Author:mikejwre Date: 2009-10-30 10:54 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/bc1144adedfb Added tag jdk7-b75 for changeset d8dd291a362a ! .hgtags Changeset: a6280c71758e Author:trims Date: 2009-11-05 15:44 -0800 URL:

Re: [Fwd: Deadlocked Thread State is RUNNABLE?]

2009-11-17 Thread David Holmes - Sun Microsystems
Mandy Chung said the following on 11/18/09 11:36: > It's a known bug: > > 6501158: Thread state is incorrect during class initialization > procedure > > I recalled the discussion for this bug but don't remember if we > discussed enhancing the java.lang.management spec to cover "waiting" > on VM in

Re: [Fwd: Deadlocked Thread State is RUNNABLE?]

2009-11-17 Thread Mandy Chung
It's a known bug: 6501158: Thread state is incorrect during class initialization procedure I recalled the discussion for this bug but don't remember if we discussed enhancing the java.lang.management spec to cover "waiting" on VM internal actions. David will probably have more information ab

hg: jdk7/tl/langtools: 6898585: restructure langtools build.xml to facilitate more options for macro

2009-11-17 Thread jonathan . gibbons
Changeset: cff85998bf4d Author:jjg Date: 2009-11-17 16:45 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/cff85998bf4d 6898585: restructure langtools build.xml to facilitate more options for macro Reviewed-by: ohair ! make/build.xml

[Fwd: Deadlocked Thread State is RUNNABLE?]

2009-11-17 Thread Daniel D. Daugherty
Let's try that again with the attachement... Resending and including the Runtime team since I think that team owns deadlock detection support at this point... Dan Original Message Subject: Deadlocked Thread State is RUNNABLE? Date:

Re: Deadlocked Thread State is RUNNABLE?

2009-11-17 Thread Daniel D. Daugherty
Resending and including the Runtime team since I think that team owns deadlock detection support at this point... Dan Jeremy Manson wrote: Hi folks, I notice that when you send a sigquit to a VM, and threads are deadlocked in class initialization, then the thread state is reported as RUNNABLE

Need reviewers - 3 bugs

2009-11-17 Thread Kelly O'Hair
Need a reviewer. The jhat change is from keith.rand...@gmail.com. I wasn't able to come up with a testcase for that change. The other two just fix a couple of broken tests and remove them from the ProblemList. 6892742: Improve root set used by jhat 6902323: Fix testcase sun/tools/native2ascii/

Deadlocked Thread State is RUNNABLE?

2009-11-17 Thread Jeremy Manson
Hi folks, I notice that when you send a sigquit to a VM, and threads are deadlocked in class initialization, then the thread state is reported as RUNNABLE. Is this deliberate? With the attached program (which mostly deadlocks on clinit - I don't have the time to remember how to write the 100-per

hg: jdk7/tl/jdk: 6901318: Yet more Dual-pivot quicksort improvements

2009-11-17 Thread alan . bateman
Changeset: 9afe87deb51b Author:alanb Date: 2009-11-17 09:44 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9afe87deb51b 6901318: Yet more Dual-pivot quicksort improvements Reviewed-by: jjb Contributed-by: vladimir.yaroslavs...@sun.com ! src/share/classes/java/util/DualPivotQ