diff src/share/vm/opto/callnode.cpp @ 601:523ded093c31

6809798: SafePointScalarObject node placed into incorrect block during GCM Summary: Replace the control edge of a pinned node before scheduling. Reviewed-by: never
author kvn
date Thu, 26 Feb 2009 14:26:02 -0800
parents 424f9bfe6b96
children ad8c635e757e
line wrap: on
line diff
--- a/src/share/vm/opto/callnode.cpp	Wed Feb 25 14:36:27 2009 -0800
+++ b/src/share/vm/opto/callnode.cpp	Thu Feb 26 14:26:02 2009 -0800
@@ -975,6 +975,7 @@
 }
 
 bool SafePointScalarObjectNode::pinned() const { return true; }
+bool SafePointScalarObjectNode::depends_only_on_test() const { return false; }
 
 uint SafePointScalarObjectNode::ideal_reg() const {
   return 0; // No matching to machine instruction