diff src/share/vm/opto/idealKit.hpp @ 985:685e959d09ea

6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default) Summary: design StoreCMNode::Ideal to promote its oopStore input if the input is a MergeMem node Reviewed-by: kvn, never
author cfang
date Mon, 14 Sep 2009 09:49:54 -0700
parents fc4be448891f
children a1423fe86a18
line wrap: on
line diff
--- a/src/share/vm/opto/idealKit.hpp	Thu Sep 10 18:18:06 2009 -0700
+++ b/src/share/vm/opto/idealKit.hpp	Mon Sep 14 09:49:54 2009 -0700
@@ -216,6 +216,7 @@
                 Node* adr,
                 Node* val,
                 Node* oop_store,
+                int oop_adr_idx,
                 BasicType bt,
                 int adr_idx);