src/share/vm/opto/callnode.cpp

changeset 1063
7bb995fbd3c0
parent 1036
523ded093c31
child 1139
ad8c635e757e
equal deleted inserted replaced
1015:ce2272390558 1063:7bb995fbd3c0
973 { 973 {
974 init_class_id(Class_SafePointScalarObject); 974 init_class_id(Class_SafePointScalarObject);
975 } 975 }
976 976
977 bool SafePointScalarObjectNode::pinned() const { return true; } 977 bool SafePointScalarObjectNode::pinned() const { return true; }
978 bool SafePointScalarObjectNode::depends_only_on_test() const { return false; }
978 979
979 uint SafePointScalarObjectNode::ideal_reg() const { 980 uint SafePointScalarObjectNode::ideal_reg() const {
980 return 0; // No matching to machine instruction 981 return 0; // No matching to machine instruction
981 } 982 }
982 983

mercurial