comparison src/share/vm/ci/ciEnv.cpp @ 3636:c7d4198a9bce

Use GraalEnv for installing code.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 15 Nov 2011 22:06:02 +0100
parents 5e9645341ec3
children 53636e2c9d03 5c8fc9f05960
comparison
equal deleted inserted replaced
3635:cb1181db8bec 3636:c7d4198a9bce
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() {