comparison src/share/vm/ci/ciObjectFactory.hpp @ 3669:53636e2c9d03

No longer use shared ciFactory. Remove make_global usage in code installer.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 18 Nov 2011 14:14:37 +0100
parents 0654ee04b214
children 04b9a2566eec
comparison
equal deleted inserted replaced
3668:46f211fe010c 3669:53636e2c9d03
92 void init_shared_objects(); 92 void init_shared_objects();
93 void remove_symbols(); 93 void remove_symbols();
94 94
95 ciObjectFactory(Arena* arena, int expected_size); 95 ciObjectFactory(Arena* arena, int expected_size);
96 96
97 void cleanup();
98
99 // Get the ciObject corresponding to some oop. 97 // Get the ciObject corresponding to some oop.
100 ciObject* get(oop key); 98 ciObject* get(oop key);
101 99
102 ciSymbol* get_symbol(Symbol* key); 100 ciSymbol* get_symbol(Symbol* key);
103 101