RFR 8157372: C2: Node::cmp() should return bool

Aleksey Shipilev shade at redhat.com
Wed Mar 20 16:27:53 UTC 2019


On 3/20/19 5:20 PM, Derek Thomson wrote:
> Thanks Vladimir,
> 
> When I follow those instructions for testing I get a failure with the
> defpath extension. I'm going to ask JC Beyler here, too. I can't figure it
> out - it looks like it uses @command to me. I'm using Mercurial 4.7.2

defpath might have compatibility problems. What it does is putting default-push to .hgrc. It was
tedious with forests, but with jdk10+ monorepo you can do it yourself once:

$ cat .hg/hgrc
[paths]
default = https://hg.openjdk.java.net/jdk/submit
default-push = ssh://shade@hg.openjdk.java.net/jdk/submit

-Aleksey



More information about the hotspot-dev mailing list