diff src/share/vm/graal/graalCompiler.hpp @ 14172:cd22c8dbda4f

Made graph caching compilation local
author Doug Simon <doug.simon@oracle.com>
date Thu, 13 Mar 2014 15:36:30 +0100
parents dd783f0ecf17
children 3e9a960f0da1
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Thu Mar 13 14:48:01 2014 +0100
+++ b/src/share/vm/graal/graalCompiler.hpp	Thu Mar 13 15:36:30 2014 +0100
@@ -36,9 +36,6 @@
 
   static GraalCompiler* _instance;
 
-  jlong                 _deopted_leaf_graphs[LEAF_GRAPH_ARRAY_SIZE];
-  int                   _deopted_leaf_graph_count;
-
 public:
 
   GraalCompiler();
@@ -65,9 +62,6 @@
 
   void compile_method(methodHandle target, int entry_bci, jboolean blocking);
 
-  void deopt_leaf_graph(jlong leaf_graph_id);
-  oop dump_deopted_leaf_graphs(TRAPS);
-
   // Print compilation timers and statistics
   virtual void print_timers();