hotspot/src/share/vm/opto/graphKit.hpp
changeset 30185 4b08d63ac105
parent 29083 5e7bce2712ac
child 31035 0f0743952c41
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Fri Mar 20 11:53:01 2015 +0100
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Mon Mar 16 12:24:06 2015 +0100
@@ -409,8 +409,7 @@
   // Cast obj to type and emit guard unless we had too many traps here already
   Node* maybe_cast_profiled_obj(Node* obj,
                                 ciKlass* type,
-                                bool not_null = false,
-                                SafePointNode* sfpt = NULL);
+                                bool not_null = false);
 
   // Cast obj to not-null on this path
   Node* cast_not_null(Node* obj, bool do_replace_in_map = true);