--- old/src/share/vm/opto/node.cpp 2016-06-27 12:31:51.618239010 +0900 +++ new/src/share/vm/opto/node.cpp 2016-06-27 12:31:51.473239269 +0900 @@ -326,7 +326,6 @@ debug_only( verify_construction() ); NOT_PRODUCT(nodes_created++); if (req == 0) { - assert( _in == (Node**)this, "Must not pass arg count to 'new'" ); _in = NULL; } else { assert( _in[req-1] == this, "Must pass arg count to 'new'" );