JDK-8160357: assert(_in == (Node**)this) failed: Must not pass arg count to 'new'
Dmitry Samersoff
dmitry.samersoff at oracle.com
Mon Jun 27 14:49:53 UTC 2016
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
>
>
--
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* I would love to change the world, but they won't give me the sources.
More information about the hotspot-dev
mailing list