Time to rebase on top of JDK 9 repository?
MacGregor, Duncan (GE Energy Management)
duncan.macgregor at ge.com
Tue Oct 27 20:44:24 UTC 2015
Works for me too (at least on OS X, I'll try windows next week when I'm back in the office).
________________________________________
From: Alex Wang [aw1621107 at gmail.com]
Sent: 27 October 2015 15:11
To: Maurizio Cimadamore
Cc: MacGregor, Duncan (GE Energy Management); Sven Reimers; valhalla-dev at openjdk.java.net
Subject: Re: Time to rebase on top of JDK 9 repository?
Works for me. Thanks!
-Alex
> On Oct 27, 2015, at 10:49 AM, Maurizio Cimadamore <maurizio.cimadamore at oracle.com> wrote:
>
> This should have been fixed now. The root cause was this changeset:
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__hg.openjdk.java.net_jdk9_dev_rev_bea3a9e40c23&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=3zLRfH1HM6jBvwhJ75JqnFFjQF6ol8D6XZO-4gyJgd8&s=RCTdTymeOUknvDXex_hTJuyuX-botEPGSS22nMPxLPc&e=
>
> Which got pulled by the merge. I now have disabled doclint in this second place for 'anyutil'. Let me know how that goes.
>
> Maurizio
>
> On 26/10/15 21:53, Maurizio Cimadamore wrote:
>> Ok , I see what the problem is - you are using make 'all' which includes a javadoc step at the end of the build, while internally we have always used make 'images' which is basically the same, w/o docs. That's why I didn't see the issue. I will see if I can do something to temporarily exclude anyutil from the javadoc run.
>>
>> Thanks
>> Maurizio
>>
>> On 26/10/15 15:21, MacGregor, Duncan (GE Energy Management) wrote:
>>> Yeah, should have mentioned the clang hack, but since that's needed for jdk 9 as well I figured it wasn't a problem with the merge per se.
>>> ________________________________________
>>> From: valhalla-dev [valhalla-dev-bounces at openjdk.java.net] on behalf of Alex Wang [aw1621107 at gmail.com]
>>> Sent: 25 October 2015 23:18
>>> To: Sven Reimers
>>> Cc: valhalla-dev at openjdk.java.net
>>> Subject: Re: Time to rebase on top of JDK 9 repository?
>>>
>>> Hellol,
>>>
>>> OS X 10.11 here, sort of hacked my way past the version check by copy/pasting
>>> the flags from the clang 6.0 check in hotspot/make/bsd/makefiles/gcc.make.
>>> Configured with --enable-debug --disable-warnings-as-errors and with
>>> jdk1.8.0_66 as the boot jdk.
>>>
>>> Build also fails for me in the anyutil javadoc.
>>>
>>> Log here if it helps: https://urldefense.proofpoint.com/v2/url?u=https-3A__gist.github.com_aw1621107_d917ce7c8641ae47ec25&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=tDJQx22kLeQ0HFhj91mhg2ugT3j_ADFpBbYdS15v2Ek&e= <https://urldefense.proofpoint.com/v2/url?u=https-3A__gist.github.com_aw1621107_d917ce7c8641ae47ec25&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=tDJQx22kLeQ0HFhj91mhg2ugT3j_ADFpBbYdS15v2Ek&e= >
>>>
>>> -Alex
>>>
>>>> On Oct 25, 2015, at 6:43 PM, Sven Reimers <sven.reimers at gmail.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> on Mac I have a problem indicating something like this:
>>>>
>>>> Mostly-Harmless:valhalla sven$ make images
>>>> Building target 'images' in configuration
>>>> 'macosx-x86_64-normal-server-release'
>>>> /Users/sven/oss/openjdk/valhalla/hotspot/make/bsd/makefiles/gcc.make:324:
>>>> *** "Update compiler workarounds for Clang 7.0". Stop.
>>>>
>>>> I can build JDK9... without problems
>>>>
>>>> Hope this helps...
>>>>
>>>> Sven
>>>>
>>>>
>>>>
>>>> On Sun, Oct 25, 2015 at 2:36 PM, Maurizio Cimadamore <
>>>> maurizio.cimadamore at oracle.com> wrote:
>>>>
>>>>> I tried creating again cleaning and rebuilding, everything looks good
>>>>> here, but I'm on Linux x64 - so I cannot exclude a platform dependent
>>>>> issue; can anyone else confirm issues with Windows and Mac ?
>>>>>
>>>>> Thanks
>>>>> Maurizio
>>>>>
>>>>>
>>>>> On 25/10/15 19:55, MacGregor, Duncan (GE Energy Management) wrote:
>>>>>
>>>>>> I'm not sure the merge has gone entirely perfectly, on both windows and
>>>>>> OS X I'm seeing a failure when building the idk images due to javadoc
>>>>>> errors in java.anyutil. Looks like the main make files dealing with
>>>>>> building java.base already commented out the lines adding doclint to that
>>>>>> area so I guess there is some separate stage being invoked as part of the
>>>>>> idk image build.
>>>>>>
>>>>>> Duncan.
>>>>>> ________________________________________
>>>>>> From: valhalla-dev [valhalla-dev-bounces at openjdk.java.net] on behalf of
>>>>>> Timo Kinnunen [timo.kinnunen at gmail.com]
>>>>>> Sent: 21 October 2015 13:33
>>>>>> To: Maurizio Cimadamore; valhalla-dev at openjdk.java.net
>>>>>> Subject: RE: Time to rebase on top of JDK 9 repository?
>>>>>>
>>>>>> Oh yeah, I saw them 😊
>>>>>>
>>>>>> Thanks, I’ll check it out soon when I get a chance!
>>>>>>
>>>>>>
>>>>>>
>>>>>> Sent from Mail for Windows 10
>>>>>>
>>>>>>
>>>>>>
>>>>>> From: Maurizio Cimadamore
>>>>>> Sent: Wednesday, October 21, 2015 14:06
>>>>>> To: timo.kinnunen at gmail.com;valhalla-dev at openjdk.java.net
>>>>>> Subject: Re: Time to rebase on top of JDK 9 repository?
>>>>>>
>>>>>>
>>>>>> Hi,
>>>>>> I finally pulled in latest JDK 9 changesets into the Valhalla repo -
>>>>>> please let me know if you encounter issues.
>>>>>>
>>>>>> Cheers
>>>>>> Maurizio
>>>>>>
>>>>>> On 29/09/15 13:58, timo.kinnunen at gmail.com wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I’ve been looking into compiling Valhalla with Visual Studio 2015 to try
>>>>>>> it out but I have hit a snag. See, I have made the needed changes and have
>>>>>>> a working build but I made the changes on top of the jdk9/jdk9 repository.
>>>>>>> I tried bringing the changes over to the valhalla/valhalla repository but
>>>>>>> the valhalla repository seems to be several months behind the JDK 9
>>>>>>> repositories. There’s quite a lot of changes missing. Is it time to merge
>>>>>>> in the latest JDK 9 changes?
>>>>>>>
>>>>>>> I’m not an expert on mercurial nor familiar with the valhalla
>>>>>>> implementation details so I’m otherwise pretty much stuck.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Sent from Mail for Windows 10
>>>>>>>
>>>>>>
>>>>
>>>> --
>>>> Sven Reimers
>>>>
>>>> * Senior Expert Software Architect
>>>> * Java Champion
>>>> * NetBeans Dream Team Member: https://urldefense.proofpoint.com/v2/url?u=http-3A__dreamteam.netbeans.org&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=JI3hBlMa51H7l6UPEFUpWbybVkNp2Viw-vuKhg4LFhg&e=
>>>> * Community Leader NetBeans: https://urldefense.proofpoint.com/v2/url?u=http-3A__community.java.net_netbeans&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=RcbrTNDlwsZ3OTCKh7v-_ULm_DGqPPtHwNwlnhV1Qa0&e=
>>>> Desktop Java:
>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__community.java.net_javadesktop&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=3Jhdeqa22zB8_iUe2irhvoMl_qjePmVEwwbCvNxEwKg&e=
>>>> * JUG Leader JUG Bodensee: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.jug-2Dbodensee.de&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=jh3a7bhu35V3H2Ae7G5Ihl2RfBa0fvjLNtn6fVR_xyA&e=
>>>> * Duke's Choice Award Winner 2009
>>>> * Blog: https://urldefense.proofpoint.com/v2/url?u=https-3A__www.java.net__blog_sven&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=4pw0Ly8nn4hFA6CxiafsYaPlTrkhvhr0gpn2Rjc6jHk&e=
>>>>
>>>> * XING: https://urldefense.proofpoint.com/v2/url?u=https-3A__www.xing.com_profile_Sven-5FReimers8&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=yGDxdbmA4Jk_y_u5lFVrA9iXU1ySvmAjNnrT3fUp1Lk&e=
>>>> * LinkedIn: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.linkedin.com_in_svenreimers&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=jD9cB_EGLtdnPEGy7SNJ5pfSor0If-Gzua4ct5zhW2c&e=
>>>>
>>>> Join the NetBeans Groups:
>>>> * XING: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.xing.com_group-2D20148.82db20&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=eWdDcvzTGs8PBashr9icU1-DCEbwlH9WWsJHlRO2XZc&e=
>>>> * NUGM: https://urldefense.proofpoint.com/v2/url?u=http-3A__haug-2Dserver.dyndns.org_display_NUGM_Home&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=8B-o3vWm9MzE16AhYZVEO8HfSjXDJ7FBE-Bqc5ysY8w&e=
>>>> * LinkedIn: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.linkedin.com_groups-3Fgid-3D1860468&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=Bx7MSFE0lTFYo5S8cxm29TFoflTXiz0LUAb4hu482Mw&e=
>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.linkedin.com_groups-3Fgid-3D107402&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=-3L9bKOpRMUNKZ-9lvX-wwUGu-A2dnXse_APPSeQykQ&e=
>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.linkedin.com_groups-3Fgid-3D1684717&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=wSdL1BhbZZN4_JNQD8AyV8ZeeTEjA6-XajnTlhcj3R0&e=
>>>> * Oracle: https://urldefense.proofpoint.com/v2/url?u=https-3A__mix.oracle.com_groups_18497&d=CwIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=aV08z5NG4zOHLhrrnNlp8QUqO3qoRJCN9uQ9bkMSeqE&m=IlbLqId-VhwXPQmayeb1BeOtINKQ7iIhm8QglAA1u48&s=TIKnK6egIMaAEuqryFuWSELsZyDMUOqkfTIizlRLCto&e=
>>
>
More information about the valhalla-dev
mailing list