hotspot/src/share/vm/opto/callnode.hpp
changeset 2127 268ea58ed775
parent 1613 be097ec639a2
child 2528 feeff04a3129
--- a/hotspot/src/share/vm/opto/callnode.hpp	Wed Feb 25 14:36:27 2009 -0800
+++ b/hotspot/src/share/vm/opto/callnode.hpp	Thu Feb 26 14:26:02 2009 -0800
@@ -437,6 +437,10 @@
   // of the SafePoint node for which it was generated.
   virtual bool pinned() const; // { return true; }
 
+  // SafePointScalarObject depends on the SafePoint node
+  // for which it was generated.
+  virtual bool depends_only_on_test() const; // { return false; }
+
   virtual uint size_of() const { return sizeof(*this); }
 
   // Assumes that "this" is an argument to a safepoint node "s", and that