hg: jdk7/hotspot-rt/hotspot: 6954420: 2/4 jps shows "process information unavailable" sometimes

2011-02-15 Thread daniel . daugherty
Changeset: de14f1eee390 Author:dcubed Date: 2011-02-15 19:00 -0800 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/de14f1eee390 6954420: 2/4 jps shows "process information unavailable" sometimes Summary: Make sure the backing store file is flushed in create_sharedmem_re

Re: SECOND CALL: code review for jvmstat/jps fix (6954420)

2011-02-15 Thread Daniel D. Daugherty
Karen and Poonam, Two reviewers commenting on the same line a few minutes apart... the universe speaks... and I listen... I changed to: 1361c1361,1362 < warning("could not stat file %s: %d\n", filename, ret_code); --- > warning("Could not get status information from file %s: %s\

Re: SECOND CALL: code review for jvmstat/jps fix (6954420)

2011-02-15 Thread Poonam Bajaj
Looks good. One minor suggestion - you may consider changing the following warning message to something like "Could not get status information on file ". 1357 struct stat statbuf; 1358 int ret_code = ::stat(filename, &statbuf); 1359 if (ret_code == OS_ERR) { 1360 if (PrintMisc

Re: SECOND CALL: code review for jvmstat/jps fix (6954420)

2011-02-15 Thread Karen Kinnear
Dan, Approved. Looks very tricky to track down. Only minor suggestion - line 1361 warning: if ret_code == OS_ERR, it might be nice to print %s and strerror(errno) rather than %d and ret_code. Not a big deal. thanks, Karen On Feb 15, 2011, at 7:49 PM, Daniel D. Daugherty wrote: I need a

SECOND CALL: code review for jvmstat/jps fix (6954420)

2011-02-15 Thread Daniel D. Daugherty
I need a Runtime team reviewer! Dan On 2/14/2011 4:02 PM, Daniel D. Daugherty wrote: Greetings, I have a fix for the following jvmstat/jps bug: 6954420: 2/4 jps shows "process information unavailable" sometimes Summary: Make sure the backing store file is flushed in create_sharedmem_resource

hg: jdk7/tl/jdk: 6 new changesets

2011-02-15 Thread lana . steuck
Changeset: 001dcfd0be4b Author:ohair Date: 2011-02-08 16:30 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/001dcfd0be4b 7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11 Reviewed-by: rinaldo ! make/common/shared/Defs-versions.gmk !

hg: jdk7/tl/hotspot: 21 new changesets

2011-02-15 Thread lana . steuck
Changeset: 6aa467001334 Author:trims Date: 2011-01-25 14:57 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/6aa467001334 Added tag hs20-b07 for changeset d535bf4c1235 ! .hgtags Changeset: d19d8218a399 Author:trims Date: 2011-01-25 15:06 -0800 URL: http://h

hg: jdk7/tl/jaxws: Added tag jdk7-b129 for changeset 0f7b39ad9024

2011-02-15 Thread lana . steuck
Changeset: ba1fac1c2083 Author:cl Date: 2011-02-10 16:24 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/ba1fac1c2083 Added tag jdk7-b129 for changeset 0f7b39ad9024 ! .hgtags

hg: jdk7/tl/langtools: 2 new changesets

2011-02-15 Thread lana . steuck
Changeset: 03e7fc380090 Author:cl Date: 2011-02-10 16:24 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/03e7fc380090 Added tag jdk7-b129 for changeset 1383d1ee8b5d ! .hgtags Changeset: 846d6644bb70 Author:lana Date: 2011-02-15 08:35 -0800 URL: http://hg

hg: jdk7/tl/jaxp: Added tag jdk7-b129 for changeset f5b60c5a310f

2011-02-15 Thread lana . steuck
Changeset: ab107c1bc4b9 Author:cl Date: 2011-02-10 16:24 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/ab107c1bc4b9 Added tag jdk7-b129 for changeset f5b60c5a310f ! .hgtags

hg: jdk7/tl/corba: 3 new changesets

2011-02-15 Thread lana . steuck
Changeset: 6a3903e5b6cc Author:ohair Date: 2011-02-03 15:05 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/6a3903e5b6cc 6944304: Potential rebranding issues in the openjdk7/corba sources Reviewed-by: alanb, mchung, darcy ! src/share/classes/com/sun/corba/se/spi/logging/dat

hg: jdk7/tl: 4 new changesets

2011-02-15 Thread lana . steuck
Changeset: ce02c0d73d6a Author:ohair Date: 2011-02-03 15:10 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/rev/ce02c0d73d6a 7014634: By default, only build the product bits with a closed jdk build (like openjdk does) Reviewed-by: katleman, cl, igor, trims ! make/Defs-internal.gmk

hg: jdk7/tl/langtools: 2 new changesets

2011-02-15 Thread maurizio . cimadamore
Changeset: 351027202f60 Author:mcimadamore Date: 2011-02-15 11:49 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/351027202f60 7017664: Add listeners infrastracture to javac scopes Summary: Add listeners to javac scopes, added CompoundScope and correct invalidation logi

Re: sun.cpu.isalist

2011-02-15 Thread Alan Bateman
David Holmes wrote: : I don't see the property actually being used anywhere these days. No idea what it may have been used for other than printing the property for information (there's a Java2D demo that does that). Is there an API on Linux that will provide the information? Both Solaris and