comparison src/share/vm/oops/generateOopMap.hpp @ 2177:3582bf76420e

6990754: Use native memory and reference counting to implement SymbolTable Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
author coleenp
date Thu, 27 Jan 2011 16:11:27 -0800
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2176:27e4ea99855d 2177:3582bf76420e
321 static long _total_byte_count; // Holds cumulative number of bytes inspected 321 static long _total_byte_count; // Holds cumulative number of bytes inspected
322 322
323 // Cell type methods 323 // Cell type methods
324 void init_state(); 324 void init_state();
325 void make_context_uninitialized (); 325 void make_context_uninitialized ();
326 int methodsig_to_effect (symbolOop signature, bool isStatic, CellTypeState* effect); 326 int methodsig_to_effect (Symbol* signature, bool isStatic, CellTypeState* effect);
327 bool merge_local_state_vectors (CellTypeState* cts, CellTypeState* bbts); 327 bool merge_local_state_vectors (CellTypeState* cts, CellTypeState* bbts);
328 bool merge_monitor_state_vectors(CellTypeState* cts, CellTypeState* bbts); 328 bool merge_monitor_state_vectors(CellTypeState* cts, CellTypeState* bbts);
329 void copy_state (CellTypeState *dst, CellTypeState *src); 329 void copy_state (CellTypeState *dst, CellTypeState *src);
330 void merge_state_into_bb (BasicBlock *bb); 330 void merge_state_into_bb (BasicBlock *bb);
331 static void merge_state (GenerateOopMap *gom, int bcidelta, int* data); 331 static void merge_state (GenerateOopMap *gom, int bcidelta, int* data);