1 $NetBSD: patch-hotspot_src_share_vm_opto_node.cpp,v 1.1 2015/02/08 08:41:25 tnn Exp $
3 --- hotspot/src/share/vm/opto/node.cpp.orig 2015-02-02 15:32:37.000000000 +0000
4 +++ hotspot/src/share/vm/opto/node.cpp
5 @@ -291,6 +291,10 @@ void DUIterator_Last::verify_step(uint n
6 #pragma GCC diagnostic ignored "-Wuninitialized"
10 +#pragma GCC diagnostic ignored "-Wuninitialized"
13 // Out-of-line code from node constructors.
14 // Executed only when extra debug info. is being passed around.
15 static void init_node_notes(Compile* C, int idx, Node_Notes* nn) {