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
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.
-
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
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
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
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