comparison src/share/vm/runtime/thread.cpp @ 21583:16eff885df66

delete options once they have been passed to Java
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Fri, 29 May 2015 10:38:52 +0200
parents 47bebae7454f
children 431b127fc0d1
comparison
equal deleted inserted replaced
21582:b72a5d25ad43 21583:16eff885df66
3709 Chunk::start_chunk_pool_cleaner_task(); 3709 Chunk::start_chunk_pool_cleaner_task();
3710 } 3710 }
3711 3711
3712 #ifdef JVMCI 3712 #ifdef JVMCI
3713 JVMCIRuntime::set_options(options, main_thread); 3713 JVMCIRuntime::set_options(options, main_thread);
3714 delete options;
3714 #endif 3715 #endif
3715 3716
3716 // initialize compiler(s) 3717 // initialize compiler(s)
3717 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || defined(COMPILERJVMCI) 3718 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || defined(COMPILERJVMCI)
3718 CompileBroker::compilation_init(); 3719 CompileBroker::compilation_init();