diff src/share/vm/adlc/output_h.cpp @ 1203:844a9d73ec22

6916644: C2 compiler crash on x86 Reviewed-by: kvn, twisti
author never
date Fri, 29 Jan 2010 22:51:41 -0800
parents bf3489cc0aa0
children b5fdf39b9749
line wrap: on
line diff
--- a/src/share/vm/adlc/output_h.cpp	Fri Jan 29 09:27:22 2010 -0800
+++ b/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)) {