hg: jdk7/hotspot-rt/hotspot: 6887571: Increase default heap config sizes

2009-10-28 Thread paul . hohensee
Changeset: 473cce303f13 Author:phh Date: 2009-10-28 16:25 -0400 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/473cce303f13 6887571: Increase default heap config sizes Summary: Apply modification of existing server heap size ergo to all collectors except CMS. Reviewed-

Don't check gids of files against primary gid of java process

2009-10-28 Thread Martin Buchholz
Hi serviceability/ptrace/attach team, This is a bug report with fix. This involves changes to both hotspot and jdk repos, and to platform-specific code that is completely untested, which makes it particularly difficult to integrate, so I'm hoping a serviceability engineer at Sun will take over th

Re: Review request for 6895875: Missing serialVersionUID in sun.management classes

2009-10-28 Thread Alan Bateman
Mandy Chung wrote: : I'm unsure if that's the reason. j.u.l.LoggingMXBean extends j.l.management.PlatformManagedObject before the fix for 6876135. There should be no dependency change as I can see. I suspect it's related to some changesets pushed in the last 2 weeks and this fix happens to

Re: JNI DEFINE_NEWSCALARARRAY uses DT_RETURN_MARK_DECL_FOR

2009-10-28 Thread Andrew John Hughes
2009/10/28 Keith McGuigan : > Andrew John Hughes wrote: >> >> Shouldn't Mark have at least received a 'Contributed-by' credit on >> this changeset? > > Yes, he should have.  But as a newbie sponser, I forgot to include that in > the changeset and realized it only after the push occurred (and I apol

Re: Review request for 6895875: Missing serialVersionUID in sun.management classes

2009-10-28 Thread Mandy Chung
Alan Bateman wrote: I'll bet that it's j.l.management.PlatformManagedObject that needs to be compiled and that is causing JMX and classes in sun.management to be compiled. I'm unsure if that's the reason. j.u.l.LoggingMXBean extends j.l.management.PlatformManagedObject before the fix for 68

Re: JNI DEFINE_NEWSCALARARRAY uses DT_RETURN_MARK_DECL_FOR

2009-10-28 Thread Keith McGuigan
Andrew John Hughes wrote: Shouldn't Mark have at least received a 'Contributed-by' credit on this changeset? Yes, he should have. But as a newbie sponser, I forgot to include that in the changeset and realized it only after the push occurred (and I apologized to Mark privately). -- - Keith

Re: JNI DEFINE_NEWSCALARARRAY uses DT_RETURN_MARK_DECL_FOR

2009-10-28 Thread Andrew John Hughes
2009/10/22 Keith McGuigan : > > Thank you for these fixes, Mark, I've integrated them into > http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot and they'll bubble up to > the other repos (hotspot/hotspot and jdk7/hotspot) soon. > > Please refer to CR 6893483 to track these fixes. > > -- > - Keith >

Re: Review request for 6895875: Missing serialVersionUID in sun.management classes

2009-10-28 Thread Alan Bateman
Mandy Chung wrote: With the fix for 6876135, compiling nio pulls in sun.management classes earlier to compile. make/java/nio/Makefile sets -Xlint:serial -Werror flags that also are passed to javac when compiling sun.management classes that are not serial javac warning free. I haven't underst

hg: jdk7/tl/jdk: 2 new changesets

2009-10-28 Thread weijun . wang
Changeset: 6764ef7d539d Author:weijun Date: 2009-10-28 15:32 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6764ef7d539d 6893158: AP_REQ check should use key version number Reviewed-by: valeriep, xuelei ! src/share/classes/sun/security/krb5/EncryptionKey.java ! src/share/cla

Review request for 6895875: Missing serialVersionUID in sun.management classes

2009-10-28 Thread Mandy Chung
With the fix for 6876135, compiling nio pulls in sun.management classes earlier to compile. make/java/nio/Makefile sets -Xlint:serial -Werror flags that also are passed to javac when compiling sun.management classes that are not serial javac warning free. I haven't understood completely how s