src/share/vm/opto/callnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/callnode.hpp	Thu Feb 26 14:14:00 2009
--- new/src/share/vm/opto/callnode.hpp	Thu Feb 26 14:14:00 2009

*** 435,444 **** --- 435,448 ---- // SafePointScalarObject should be always pinned to the control edge // 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 // "new_call" is being created to correspond to "s". But the difference // between the start index of the jvmstates of "new_call" and "s" is

src/share/vm/opto/callnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File