hotspot/src/share/vm/adlc/output_h.cpp
changeset 4751 9418f690831d
parent 3180 c589129153a4
child 5536 f23c4e2e0d5e
--- a/hotspot/src/share/vm/adlc/output_h.cpp	Fri Jan 29 09:27:22 2010 -0800
+++ b/hotspot/src/share/vm/adlc/output_h.cpp	Fri Jan 29 22:51:41 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2009 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1998-2010 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -1754,7 +1754,7 @@
         instr->has_temps() ||
         instr->_matrule != NULL &&
         instr->num_opnds() != instr->num_unique_opnds() ) {
-      fprintf(fp,"  virtual MachNode      *Expand(State *state, Node_List &proj_list);\n");
+      fprintf(fp,"  virtual MachNode      *Expand(State *state, Node_List &proj_list, Node* mem);\n");
     }
 
     if (instr->is_pinned(_globalNames)) {