JDK-8160357: assert(_in == (Node**)this) failed: Must not pass arg count to 'new'

Yasumasa Suenaga yasuenag at gmail.com
Mon Jun 27 14:57:26 UTC 2016


> I see only space changes in a webrev below.

Sorry, I wrote incorrect URL.
Please see as below:

   http://cr.openjdk.java.net/~ysuenaga/JDK-8160357/webrev.00/


Yasumasa


On 2016/06/27 23:49, Dmitry Samersoff wrote:
> Yasumasa,
>
> I see only space changes in a webrev below.
>
> Did I miss something?
>
> -Dmitry
>
> On 2016-06-27 17:35, Yasumasa Suenaga wrote:
>> Hi all,
>>
>> This review request relates to JDK-8160310: HotSpot cannot be built with
>> GCC 6 .
>>
>> I encountered VM crash when I compiled OpenJDK 9 with GCC 6
>> on Fedora 24 x64.
>>
>> jmod tool was crashed by assertion.
>> This binary is fastdebug which is built by GCC 6.
>>
>> I guess this assertion can be removed as below because _in is set to
>> NULL and
>> does not seems to be initialized.
>>
>>   http://cr.openjdk.java.net/~ysuenaga/JDK-8160356/webrev.00/
>>
>>
>> However, I'm not sure whether this fix is correct.
>> Please discuss about it.
>>
>>
>> Thanks,
>>
>> Yasumasa
>>
>>
>
>


More information about the hotspot-dev mailing list