JDK 9 open build failed on linux
Yumin Qi
yumin.qi at oracle.com
Thu Jun 19 16:41:53 UTC 2014
Loise,
created a bug and assigned to you:
https://bugs.openjdk.java.net/browse/JDK-8047382
Thanks
Yumin
On 6/19/2014 4:18 AM, Lois Foltan wrote:
> Hi Yumin,
>
> I don't believe this has been entered as a bug. Please do go forward
> and enter it and you can assign it to me. I will probably need access
> to your machine to reproduce.
>
> Thanks,
> Lois
>
> On 6/19/2014 2:39 AM, Yumin Qi wrote:
>> I just cloned a fresh repo and done a build and failed:
>>
>> /scratch/yqi/ws/nine/jdk9/hotspot/src/share/vm/services/classLoadingService.cpp:
>> In static member function ‘static void
>> ClassLoadingService::notify_class_loaded(InstanceKlass*, bool)’:
>> /scratch/yqi/ws/nine/jdk9/hotspot/src/share/vm/services/classLoadingService.cpp:144:
>> error: cannot reload integer constant operand in ‘asm’
>> /scratch/yqi/ws/nine/jdk9/hotspot/src/share/vm/services/classLoadingService.cpp:144:
>> error: cannot reload integer constant operand in ‘asm’
>>
>> Searched and found this post:
>>
>> http://mail.openjdk.java.net/pipermail/hotspot-dev/2014-January/012225.html
>>
>>
>> Do we have a bug id for it?
>> It is related to gcc version, the version on my local machine is:
>>
>> gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4)
>> Copyright (C) 2010 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions. There
>> is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>> PURPOSE.
>>
>> I guess it did not fail with JPRT since JPRT uses different version
>> of gcc.
>>
>> Thanks
>> Yumin
>>
>
More information about the hotspot-runtime-dev
mailing list