jdk7u-b13: jdk7u-dev

2012-02-20 Thread lana . steuck
http://hg.openjdk.java.net/jdk7u/jdk7u/rev/9108e3c2f07f http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/56eb9150d9ff http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/c929e96aa059 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws/rev/c3b6659aa169 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/7d1

hg: jdk7u/jdk7u/jdk: 54 new changesets

2012-02-20 Thread lana . steuck
Changeset: ab842d66b05a Author:sla Date: 2012-02-03 11:58 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/ab842d66b05a 7141739: [osx] Local attach fails if java.io.tmpdir is set Summary: Make sure Hotspot and jdk looks for well-known files in the same locations Reviewed-b

hg: jdk7u/jdk7u/langtools: 7 new changesets

2012-02-20 Thread lana . steuck
Changeset: ec158c8e0a6b Author:jjh Date: 2012-02-14 10:02 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/ec158c8e0a6b 7144979: incorrect path separator in make/build.xml for Windows when running jtreg tests Reviewed-by: jjg ! make/build.xml Changeset: 7c69f583324

hg: jdk7u/jdk7u/jaxp: 3 new changesets

2012-02-20 Thread lana . steuck
Changeset: 341a97befe0f Author:joehw Date: 2012-02-14 09:25 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/341a97befe0f 7143711: Feature added by 7053556 should not override what's set by the constructor in secure mode Reviewed-by: hawtin ! src/com/sun/org/apache/xalan

hg: jdk7u/jdk7u: 4 new changesets

2012-02-20 Thread lana . steuck
Changeset: b7239486a1fb Author:alanb Date: 2012-02-04 15:21 + URL: http://hg.openjdk.java.net/jdk7u/jdk7u/rev/b7239486a1fb 7132204: Default testset in JPRT should not run all tests Reviewed-by: ohair ! make/jprt.properties Changeset: c3b758c4e0b3 Author:lana Date: 201

Re: Branches

2012-02-20 Thread Scott Kovatch
On Feb 20, 2012, at 5:33 AM, Henri Gomez wrote: > 2012/2/20 Edvard Wendelin : >> Hi, >> >> jdk7u-dev is the primary development forest for non-hotspot changes for 7 >> updates. This is the forest individual developers use. >> >> jdk7u is the stable master forest where the integrators push chan

CFV: New JDK7u Committer: Alexander Scherbatiy

2012-02-20 Thread Pavel Porvatov
Vote: yes I hereby nominate Alexander Scherbatiy (OpenJDK user name: alexsch) to JDK7u Committer. Alexander is already JDK8 Committer and JDK7u Author. He has contributed several fixes to 7u and Mac OS X Port: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/log?rev=alexsch Votes are due by Feb 29,

Re: Branches

2012-02-20 Thread Henri Gomez
2012/2/20 Edvard Wendelin : > Hi, > > jdk7u-dev is the primary development forest for non-hotspot changes for 7 > updates. This is the forest individual developers use. > > jdk7u is the stable master forest where the integrators push  changes from > different integration areas (hotspot-main, jdk7u-

Re: Branches

2012-02-20 Thread Paul Hohensee
An additional note: Hotspot pushes to jdk7u-dev first, then to jdk7u, so as to keep jdk7u-dev a "child" of jdk7u. Paul On 2/20/12 7:59 AM, Edvard Wendelin wrote: Hi, jdk7u-dev is the primary development forest for non-hotspot changes for 7 updates. This is the forest individual developers us

Re: Branches

2012-02-20 Thread Edvard Wendelin
Hi, jdk7u-dev is the primary development forest for non-hotspot changes for 7 updates. This is the forest individual developers use. jdk7u is the stable master forest where the integrators push changes from different integration areas (hotspot-main, jdk7u-dev, CPU releases etc). Fixes going

Branches

2012-02-20 Thread Henri Gomez
Hi to all, Wondering what's difference between : http://hg.openjdk.java.net/jdk7u/jdk7u and http://hg.openjdk.java.net/jdk7u/jdk7u-dev Cheers