comparison src/share/vm/ci/ciEnv.cpp @ 3685:5c8fc9f05960

Merge
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 18 Nov 2011 13:34:10 +0100
parents 1976ebe361c2 c7d4198a9bce
children 7958ebb561b0
comparison
equal deleted inserted replaced
3684:1976ebe361c2 3685:5c8fc9f05960
202 202
203 ciEnv::~ciEnv() { 203 ciEnv::~ciEnv() {
204 _factory->cleanup(); 204 _factory->cleanup();
205 JavaThread* current_thread = JavaThread::current(); 205 JavaThread* current_thread = JavaThread::current();
206 _factory->remove_symbols(); 206 _factory->remove_symbols();
207 current_thread->set_env(NULL); 207 //current_thread->set_env(NULL);
208 } 208 }
209 209
210 // ------------------------------------------------------------------ 210 // ------------------------------------------------------------------
211 // Cache Jvmti state 211 // Cache Jvmti state
212 void ciEnv::cache_jvmti_state() { 212 void ciEnv::cache_jvmti_state() {