hotspot/src/share/vm/opto/graphKit.hpp
changeset 27921 4b932655e504
parent 27150 5a09b3a7b974
child 29081 c61eb4914428
child 28912 27fac2f8fdbe
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Tue Dec 02 12:24:31 2014 -0800
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Mon Dec 01 11:59:56 2014 +0100
@@ -418,7 +418,8 @@
   // 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);
+                                bool not_null = false,
+                                SafePointNode* sfpt = NULL);
 
   // Cast obj to not-null on this path
   Node* cast_not_null(Node* obj, bool do_replace_in_map = true);