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

Derek Thomson dthomson at google.com
Wed Mar 20 16:33:57 UTC 2019


Thanks Aleksey - does this mean I need a userid? I don't have one. I've
been following this guide and can't find any mention of how to do that (or
anywhere else): https://openjdk.java.net/contribute/ If I need it, can I
get one?

On Wed, Mar 20, 2019 at 9:28 AM Aleksey Shipilev <shade at redhat.com> wrote:

> 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