comparison src/share/vm/ci/ciEnv.cpp @ 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 b4776199210f
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1477:30e1f67703da 1478:5571b97fc1ec
163 _the_null_string = NULL; 163 _the_null_string = NULL;
164 _the_min_jint_string = NULL; 164 _the_min_jint_string = NULL;
165 } 165 }
166 166
167 ciEnv::~ciEnv() { 167 ciEnv::~ciEnv() {
168 _factory->cleanup();
168 CompilerThread* current_thread = CompilerThread::current(); 169 CompilerThread* current_thread = CompilerThread::current();
169 current_thread->set_env(NULL); 170 current_thread->set_env(NULL);
170 } 171 }
171 172
172 // ------------------------------------------------------------------ 173 // ------------------------------------------------------------------