Re: Can not get codes by get_source.sh at Japanese environment.

2014-10-02 Thread bitter_fox
Hi, Oh, your issue is on JDK8 repo. If the commit works well, it should be backported to jdk8uXX...? Regards, Shinya Yoshida(@bitter_fox) 2014-10-03 6:04 GMT+09:00 bitter_fox : > Hi, Yuji, > I think already this issue was fixed by following commit. > > http://hg.openjdk.java.net/jdk9/dev/rev/d

Re: Can not get codes by get_source.sh at Japanese environment.

2014-10-02 Thread bitter_fox
Hi, Yuji, I think already this issue was fixed by following commit. http://hg.openjdk.java.net/jdk9/dev/rev/d9edec389373 Doesn't this one work well? 2014-10-02 9:29 GMT+09:00 Yuji Kubota : > Hi Martijin, > > Thank you for your reply, and sorry my mistake. > My patch is here. > > -- > d

Re: RFR: JDK-8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?

2014-10-02 Thread Marcus Lagergren
+1 On 02 Oct 2014, at 01:34, Erik Joelsson wrote: > Hello, > > Please review this small patch fixing the bootstrap problem of building > nasgen. To make sure no other nashorn is picked up, force the bootclasspath > to be only the rt.jar of the boot jdk and the newly compiled nashorn classes.

Re: RFR: JDK-8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?

2014-10-02 Thread Attila Szegedi
+1 On Oct 2, 2014, at 10:34 AM, Erik Joelsson wrote: > Hello, > > Please review this small patch fixing the bootstrap problem of building > nasgen. To make sure no other nashorn is picked up, force the bootclasspath > to be only the rt.jar of the boot jdk and the newly compiled nashorn classe

Re: RFR: JDK-8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?

2014-10-02 Thread Tim Bell
Hi Erik: Please review this small patch fixing the bootstrap problem of building nasgen. To make sure no other nashorn is picked up, force the bootclasspath to be only the rt.jar of the boot jdk and the newly compiled nashorn classes. This webrev also contains the anti delta of the workaround

RFR: JDK-8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?

2014-10-02 Thread Erik Joelsson
Hello, Please review this small patch fixing the bootstrap problem of building nasgen. To make sure no other nashorn is picked up, force the bootclasspath to be only the rt.jar of the boot jdk and the newly compiled nashorn classes. This webrev also contains the anti delta of the workaround f