hotspot/src/share/vm/opto/parse.hpp
changeset 38177 b0c9cb06506b
parent 36336 7006dd73b206
child 39252 a3644fa2b8b4
--- a/hotspot/src/share/vm/opto/parse.hpp	Mon May 02 12:14:26 2016 -0400
+++ b/hotspot/src/share/vm/opto/parse.hpp	Tue May 03 22:45:27 2016 +0200
@@ -168,7 +168,7 @@
 
     // Use init_node/init_graph to initialize Blocks.
     // Block() : _live_locals((uintptr_t*)NULL,0) { ShouldNotReachHere(); }
-    Block() : _live_locals(NULL,0) { ShouldNotReachHere(); }
+    Block() : _live_locals() { ShouldNotReachHere(); }
 
    public: