Thx now I have valhalla on my win 10 :) One more little sync request
src/share/vm/classfile/systemDictionary.cpp contains error: - return (strstr(str, str_to_find)); Should be + return (strstr(str, str_to_find)) != NULL; It was fixed on jdk9dev Can I asked for this sync too ? Boaz On Fri, Aug 14, 2015 at 1:53 PM Boaz Nahum <[email protected]> wrote: > Yes, it works. > Thx > Boaz > > > On Fri, Aug 14, 2015 at 1:19 PM Maurizio Cimadamore < > [email protected]> wrote: > >> I've pushed a temp workaround for this; let me know if it works for you. >> >> Maurizio >> >> On 14/08/15 11:07, Boaz Nahum wrote: >> > Many thanks >> > >> > Whom should I asked to do this sync? >> > >> > Boaz >> > >> > >> > On Fri, Aug 14, 2015 at 12:12 PM Ingemar Åberg < >> [email protected]> >> > wrote: >> > >> >> Hi Boaz, >> >> >> >> Your problem looks like JDK-8079087 >> >> <https://bugs.openjdk.java.net/browse/JDK-8079087>, which has been >> fixed >> >> in jdk9/dev. Maybe the Valhalla project needs to sync. >> >> >> >> /ingo >> >> >> >> On 2015-08-14 10:41, Boaz Nahum wrote: >> >>> Can any one assist ? Please ? >> >>> >> >>> ---------- Forwarded message --------- >> >>> From: Boaz Nahum <[email protected]> >> >>> Date: Sun, Aug 9, 2015 at 9:12 PM >> >>> Subject: cygwin too old ? >> >>> To: [email protected] < >> >> [email protected]> >> >>> >> >>> I got this error message when trying to build >> >>> http://hg.openjdk.java.net/valhalla/valhalla >> >>> >> >>> configure: Your cygwin is too old. You are running 2.2.0(0.289/5/3), >> but >> >> at >> >>> least cygwin 1.7 is required. Please upgrade. >> >>> >> >>> Please help ! >> >>> >> >>> Boaz >> >> >> >>
