hotspot/src/share/vm/opto/macro.hpp
changeset 24923 9631f7d691dc
parent 23491 f690330b10b9
child 26166 4b49fd58bbd9
--- a/hotspot/src/share/vm/opto/macro.hpp	Fri May 30 20:01:11 2014 +0000
+++ b/hotspot/src/share/vm/opto/macro.hpp	Mon Jun 02 08:07:29 2014 +0200
@@ -52,7 +52,7 @@
     return basic_plus_adr(base, base, offset);
   }
   Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) {
-    Node* adr = new (C) AddPNode(base, ptr, offset);
+    Node* adr = new AddPNode(base, ptr, offset);
     return transform_later(adr);
   }
   Node* transform_later(Node* n) {