diff src/share/vm/graal/graalEnv.cpp @ 7660:0b646334c5f7

keep track of leafGraphIds only at the StructuredGraph level (see GRAAL-60)
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 01 Feb 2013 17:32:59 +0100
parents a023cfaeb92e
children 0799a7efbe7b
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.cpp	Fri Feb 01 15:18:22 2013 +0100
+++ b/src/share/vm/graal/graalEnv.cpp	Fri Feb 01 17:32:59 2013 +0100
@@ -418,6 +418,7 @@
                                 int compile_id,
                                 bool has_debug_info,
                                 bool has_unsafe_access,
+                                GrowableArray<jlong>* leaf_graph_ids,
                                 Handle installed_code) {
   GRAAL_EXCEPTION_CONTEXT;
   NMethodSweeper::possibly_sweep();
@@ -463,7 +464,7 @@
                                debug_info, dependencies, code_buffer,
                                frame_words, oop_map_set,
                                handler_table, inc_table,
-                               compiler, comp_level, installed_code);
+                               compiler, comp_level, leaf_graph_ids, installed_code);
 
     // Free codeBlobs
     //code_buffer->free_blob();