hotspot/src/share/vm/adlc/output_c.cpp
changeset 19717 7819ffdaf0ff
parent 17871 6669c8d6f6b3
child 22844 90f76a40ed8a
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/adlc/output_c.cpp	Mon Aug 26 16:12:20 2013 +0200
+++ b/hotspot/src/share/vm/adlc/output_c.cpp	Mon Aug 26 12:50:23 2013 +0200
@@ -1095,7 +1095,7 @@
         fprintf(fp, "  // Identify previous instruction if inside this block\n");
         fprintf(fp, "  if( ");
         print_block_index(fp, inst_position);
-        fprintf(fp, " > 0 ) {\n    Node *n = block->_nodes.at(");
+        fprintf(fp, " > 0 ) {\n    Node *n = block->get_node(");
         print_block_index(fp, inst_position);
         fprintf(fp, ");\n    inst%d = (n->is_Mach()) ? ", inst_position);
         fprintf(fp, "n->as_Mach() : NULL;\n  }\n");