Re: review request: 6533010 SPEC: A few broken links in jvmti.html

2012-10-27 Thread David Holmes
On 27/10/2012 3:44 AM, [email protected] wrote: Thanks, Dan! My memory told me that the jvmti version has to be auto-updated, and I was surprised that it is not. I forgot that the SCCS ident string was used in the past and now it is gone. So, David, are we Ok to integrate the fix now?

Re: RFR: 8001621: Update awk scripts that check output from jps/jcmd

2012-10-27 Thread Alan Bateman
On 27/10/2012 01:03, David Holmes wrote: On 26/10/2012 10:23 PM, Staffan Larsen wrote: Some awk scripts in the tests check for -- process information unavailable as valid output. However, there are other outputs that are also 'ok'. For example: -- main class information unavailable webrev: http

Re: RFR: 8001621: Update awk scripts that check output from jps/jcmd

2012-10-27 Thread Dmitry Samersoff
Staffan, > /^[0-9]+ -- .*$/{ If I remeber awk regexp correct, one below will do essentially the same. /^[0-9]+ -- / -Dmitry On 2012-10-26 16:23, Staffan Larsen wrote: > Some awk scripts in the tests check for > -- process information unavailable > as valid output. However, there are

hg: jdk8/tl/jdk: 7176225: Remove JDBC-ODBC Bridge

2012-10-27 Thread alan . bateman
Changeset: 615af31cfccc Author:alanb Date: 2012-10-27 09:18 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/615af31cfccc 7176225: Remove JDBC-ODBC Bridge Reviewed-by: lancea, ohair, tbell ! make/common/Sanity.gmk ! make/common/shared/Defs-solaris.gmk ! make/common/shared/Sani

Re: review request: 6533010 SPEC: A few broken links in jvmti.html

2012-10-27 Thread [email protected]
Thanks, David! Serguei On 10/27/12 12:42 AM, David Holmes wrote: On 27/10/2012 3:44 AM, [email protected] wrote: Thanks, Dan! My memory told me that the jvmti version has to be auto-updated, and I was surprised that it is not. I forgot that the SCCS ident string was used in the past