comparison src/share/vm/ci/ciObjectFactory.hpp @ 1478:5571b97fc1ec

More JNI global handle clean ups.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 26 Nov 2010 19:45:05 +0100
parents a61af66fc99e
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1477:30e1f67703da 1478:5571b97fc1ec
79 static void initialize(); 79 static void initialize();
80 void init_shared_objects(); 80 void init_shared_objects();
81 81
82 ciObjectFactory(Arena* arena, int expected_size); 82 ciObjectFactory(Arena* arena, int expected_size);
83 83
84 void cleanup();
84 85
85 // Get the ciObject corresponding to some oop. 86 // Get the ciObject corresponding to some oop.
86 ciObject* get(oop key); 87 ciObject* get(oop key);
87 88
88 // Get the ciSymbol corresponding to one of the vmSymbols. 89 // Get the ciSymbol corresponding to one of the vmSymbols.