Re: JDK8 Preliminary Repository Layout

2011-04-28 Thread Fredrik Öhrström
2011/3/11 Kelly O'Hair > in the repository. If there are frequent pushes going on, either from too > much activity or too many developers, > someone may experience a: > hg push# fails because you need to do a pull "too many heads message" > hg pull -u && hg merge && hg commit -m Merge

Re: After the last update

2011-04-28 Thread Dr Andrew John Hughes
On 14:27 Wed 27 Apr , Frédéric Le Mouël wrote: > cd linux_i486_compiler1/product && ./test_gamma > java full version "1.6.0_24-b07" > Using java runtime at: /opt/sun-jdk-1.6.0.24/jre > java version "1.6.0_24" > Java(TM) SE Runtime Environment (build 1.6.0_24-b07) ^^^ This bit isn't OpenJDK. -

Re: JDK8 Preliminary Repository Layout

2011-04-28 Thread John Rose
On Apr 28, 2011, at 2:48 AM, Fredrik Öhrström wrote: > I think it is much better to use the rebase extension to do > hg pull --rebase Repo history is simplified if individual developers (a) delay commits and merges and (b) minimize private merges. For my part, I use mq to manage my bug fixes i

Re: Request for review: 7036525 Disable alternative source mechanism for OPENJDK builds

2011-04-28 Thread David Holmes
Anybody? Thanks, David David Holmes said the following on 04/28/11 15:50: http://cr.openjdk.java.net/~dholmes/7036525/webrev/ Simple but crude. If OPENJDK is defined then the Hotspot "alternative source" mechanism is effectively disabled by checking for a non-existent path. This allows peopl

Re: Request for review: 7036525 Disable alternative source mechanism for OPENJDK builds

2011-04-28 Thread Kelly O'Hair
Looks fine. -kto On Apr 27, 2011, at 10:50 PM, David Holmes wrote: > http://cr.openjdk.java.net/~dholmes/7036525/webrev/ > > Simple but crude. If OPENJDK is defined then the Hotspot "alternative source" > mechanism is effectively disabled by checking for a non-existent path. This > allows peo

Re: Request for review: 7036525 Disable alternative source mechanism for OPENJDK builds

2011-04-28 Thread David Holmes
Thanks Kelly. I just fixed the cc to hotspot-dev as it had an extra 'dev' in the domain. Maybe now someone from hotspot will see it! David Kelly O'Hair said the following on 04/29/11 12:06: Looks fine. -kto On Apr 27, 2011, at 10:50 PM, David Holmes wrote: http://cr.openjdk.java.net/~dh