Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6EA8DA0B for ; Wed, 21 Nov 2012 05:33:36 +0000 (UTC) Received: (qmail 84532 invoked by uid 500); 21 Nov 2012 05:33:34 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 84463 invoked by uid 500); 21 Nov 2012 05:33:33 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Delivered-To: moderator for user@hbase.apache.org Received: (qmail 59035 invoked by uid 99); 21 Nov 2012 05:20:26 -0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zongdan.ysfj@taobao.com designates 121.0.29.128 as permitted sender) X-AuditID: 0a14034b-b7bafae000000756-2a-50ac6475fb78 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 21 Nov 2012 13:19:44 +0800 Message-ID: Subject: Re: memory leak From: =?UTF-8?B?5a6X5Li5?= To: Content-Type: multipart/alternative; boundary="f46d042dfebb99a90704cefa7fb0" X-Originating-IP: [10.20.8.3] X-Brightmail-Tracker: AAAAAA== X-Virus-Checked: Checked by ClamAV on apache.org --f46d042dfebb99a90704cefa7fb0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 5 tables on this node is using gzip compression. At first I assumed this was caused by gzip compression, but as u can see fr= om my google-perftools profiling result above that there is no gzip related compression memory allocated. On Wed, Nov 21, 2012 at 12:07 PM, ramkrishna vasudevan > wrote: Hi Yusup ARe you using Gzip compression for your storefiles by any chance? Regards Ram On Wed, Nov 21, 2012 at 9:15 AM, Yusup Ashrap > wrote: > hi all, I am encountering with high memory usage problem in my production > environment.I doubt this is caused by memory leak or something, > and I hope someone could tell me what is going on , or what should I do t= o > to keep a lower memory footprint, or any ways or tools to find out what i= s > causing so much memory footprint.my cluster have 24 nodes, and here is so= me > info from my random one node. > > hbase version:0.90.2 > ReadRequest AVG=EF=BC=9A1,716.02 > WriteRequest AVG=EF=BC=9A435.47 > Region count: 281 > > *top:* > > top - 11:19:40 up 530 days, 12:29, 1 user, load average: 4.10, 3.97, 4.= 28 > Tasks: 239 total, 2 running, 237 sleeping, 0 stopped, 0 zombie > Cpu(s): 5.0%us, 1.2%sy, 0.0%ni, 85.3%id, 7.5%wa, 0.0%hi, 1.0%si, > 0.0%st > Mem: 24676836k total, 24599764k used, 77072k free, 30052k buffers > Swap: 8385760k total, 20568k used, 8365192k free, 1954280k cached > > 11226 hbase 18 0 23.5g 21g 18m S 75.9 89.5 1219:37 java > (regionserver) > 31579 hbase 19 0 2719m 171m 14m S 35.3 0.7 11502:28 java > (datanode) > > > here is my regionserver configuration. > > export HBASE_REGIONSERVER_OPTS=3D" -Xms16g -Xmx16g -Xmn2g > -XX:SurvivorRatio=3D16 -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiati= ngO > ccupancyFraction=3D75 -Xloggc:$HBASE_HOME/logs/gc-regionserver-`date > +%Y%m%d-%H-%M`.log" > > > I used google-perftools to do the heap profiling and i got this. > > Total: 213.9 MB > 154.4 72.2% 72.2% 154.4 72.2% os::malloc > 18.8 8.8% 81.0% 20.6 9.7% CMSCollector::CMSCollector > 13.0 6.1% 87.1% 13.0 6.1% ParNewGeneration::ParNewGeneration > 9.6 4.5% 91.6% 9.6 4.5% ObjectSynchronizer::omAlloc > 3.0 1.4% 93.0% 3.0 1.4% init > 2.8 1.3% 94.3% 2.8 1.3% AllocateHeap > 2.3 1.1% 95.3% 2.3 1.1% zcalloc > 1.7 0.8% 96.1% 1.7 0.8% nmethod::nmethod > 1.3 0.6% 96.7% 1.3 0.6% SymbolTable::basic_add > 1.2 0.6% 97.3% 1.4 0.6% > ConcurrentMarkSweepGeneration::ConcurrentMarkSweepGeneration > 1.1 0.5% 97.8% 1.1 0.5% Thread::operator new > 0.8 0.4% 98.2% 0.8 0.4% ParkEvent::Allocate > 0.6 0.3% 98.5% 0.6 0.3% readCEN > 0.6 0.3% 98.7% 0.6 0.3% Arena::grow > 0.4 0.2% 98.9% 0.4 0.2% Hashtable::new_entry > 0.3 0.2% 99.1% 0.3 0.2% frame::oops_interpreted_do > 0.3 0.1% 99.2% 150.8 70.5% JavaCalls::call > 0.3 0.1% 99.3% 0.3 0.1% CHeapObj::operator new > 0.2 0.1% 99.4% 0.2 0.1% Hashtable::Hashtable > 0.2 0.1% 99.5% 0.2 0.1% JavaThread::initialize > 0.1 0.1% 99.6% 0.2 0.1% > Deoptimization::fetch_unroll_info_helper > 0.1 0.1% 99.6% 0.1 0.1% os::create_thread > 0.1 0.1% 99.7% 0.1 0.1% _dl_allocate_tls > 0.1 0.0% 99.7% 0.1 0.0% addMetaName > 0.1 0.0% 99.8% 0.1 0.0% vframeArray::allocate > 0.1 0.0% 99.8% 1.8 0.8% ciEnv::register_method > 0.1 0.0% 99.9% 1.6 0.7% Thread::Thread > 0.1 0.0% 99.9% 0.1 0.0% > CompactibleFreeListSpace::CompactibleFreeListSpace > 0.0 0.0% 99.9% 0.1 0.0% WorkGang::allocate_worker > 0.0 0.0% 99.9% 0.0 0.0% __libc_res_nsend > 0.0 0.0% 99.9% 0.0 0.0% > SystemDictionary::validate_protection_domain > 0.0 0.0% 99.9% 0.0 0.0% _dl_new_object > 0.0 0.0% 99.9% 0.0 0.0% growMetaNames > 0.0 0.0% 99.9% 0.0 0.0% CompileBroker::allocate_task > 0.0 0.0% 100.0% 0.0 0.0% allocZip > 0.0 0.0% 100.0% 0.0 0.0% _dlerror_run > 0.0 0.0% 100.0% 0.0 0.0% AdapterHandlerLibrary::get_adapter > 0.0 0.0% 100.0% 0.0 0.0% instanceKlass::get_jmethod_id > 0.0 0.0% 100.0% 0.0 0.0% JVM_RawMonitorCreate > 0.0 0.0% 100.0% 0.0 0.0% PerfDataManager::create_counter > 0.0 0.0% 100.0% 0.0 0.0% newEntry > 0.0 0.0% 100.0% 0.0 0.0% PerfLong::PerfLong > 0.0 0.0% 100.0% 0.0 0.0% Java_java_util_zip_Inflater_init > 0.0 0.0% 100.0% 0.0 0.0% strdup > 0.0 0.0% 100.0% 0.0 0.0% Arguments::add_property > 0.0 0.0% 100.0% 0.0 0.0% JLI_MemAlloc > 0.0 0.0% 100.0% 0.0 0.0% _nl_intern_locale_data > 0.0 0.0% 100.0% 0.0 0.0% > PerfDataManager::create_string_constant > 0.0 0.0% 100.0% 0.0 0.0% SystemProperty::set_value > 0.0 0.0% 100.0% 0.0 0.0% PerfDataManager::create_variable > 0.0 0.0% 100.0% 0.7 0.3% ClassLoader::load_classfile > 0.0 0.0% 100.0% 0.0 0.0% BasicHashtable::BasicHashtable > 0.0 0.0% 100.0% 0.0 0.0% RuntimeStub::new_runtime_stub > 0.0 0.0% 100.0% 0.0 0.0% _dl_check_map_versions > 0.0 0.0% 100.0% 0.0 0.0% > SystemDictionary::add_loader_constraint > 0.0 0.0% 100.0% 0.0 0.0% _dl_map_object_deps > 0.0 0.0% 100.0% 0.0 0.0% StubCodeMark::StubCodeMark > 0.0 0.0% 100.0% 0.0 0.0% > PerfDataManager::create_long_constant > 0.0 0.0% 100.0% 0.0 0.0% GCStatInfo::GCStatInfo > 0.0 0.0% 100.0% 0.0 0.0% NamedThread::set_name > 0.0 0.0% 100.0% 0.0 0.0% dl_open_worker > 0.0 0.0% 100.0% 0.0 0.0% nss_parse_service_list > 0.0 0.0% 100.0% 0.0 0.0% getpwuid > 0.0 0.0% 100.0% 0.0 0.0% > PerfDataManager::create_long_variable > 0.0 0.0% 100.0% 0.0 0.0% ClassLoader::create_class_path_ent= ry > 0.0 0.0% 100.0% 0.0 0.0% __fopen_internal > 0.0 0.0% 100.0% 0.0 0.0% expand_dynamic_string_token > 0.0 0.0% 100.0% 0.0 0.0% > PerfDataManager::create_string_variable > 0.0 0.0% 100.0% 0.0 0.0% os::format_boot_path > 0.0 0.0% 100.0% 0.0 0.0% MetaIndex::MetaIndex > 0.0 0.0% 100.0% 0.0 0.0% _dl_scope_free > 0.0 0.0% 100.0% 0.0 0.0% __nss_database_lookup > 0.0 0.0% 100.0% 0.0 0.0% __add_to_environ > 0.0 0.0% 100.0% 0.0 0.0% ResourceObj::operator new > 0.0 0.0% 100.0% 0.0 0.0% SystemProperty::SystemProperty > 0.0 0.0% 100.0% 0.0 0.0% instanceKlass::jni_id_for_impl > 0.0 0.0% 100.0% 0.0 0.0% initLoopbackRoutes > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_fill > 0.0 0.0% 100.0% 0.0 0.0% AdaptivePaddedAverage::operator ne= w > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_fp_mask > 0.0 0.0% 100.0% 0.0 0.0% __tzfile_read > 0.0 0.0% 100.0% 0.0 0.0% open_path > 0.0 0.0% 100.0% 0.0 0.0% > CollectedMemoryPool::CollectedMemoryPool > 0.0 0.0% 100.0% 0.0 0.0% Arguments::parse_each_vm_init_arg > 0.0 0.0% 100.0% 0.0 0.0% add_to_global > 0.0 0.0% 100.0% 0.0 0.0% new_composite_name > 0.0 0.0% 100.0% 0.0 0.0% tsearch > 0.0 0.0% 100.0% 0.0 0.0% > Java_java_util_zip_Inflater_inflateBytes > 0.0 0.0% 100.0% 0.0 0.0% ClassLoader::setup_meta_index > 0.0 0.0% 100.0% 0.0 0.0% add_name_to_object > 0.0 0.0% 100.0% 0.0 0.0% _dl_map_object > 0.0 0.0% 100.0% 0.0 0.0% CardTableModRefBS::CardTableModRef= BS > 0.0 0.0% 100.0% 0.0 0.0% __nss_lookup_function > 0.0 0.0% 100.0% 0.0 0.0% OSThread::OSThread > 0.0 0.0% 100.0% 0.0 0.0% _nl_load_locale_from_archive > 0.0 0.0% 100.0% 0.0 0.0% ChunkPool::initialize > 0.0 0.0% 100.0% 0.0 0.0% std::string::_Rep::_S_create > 0.0 0.0% 100.0% 0.0 0.0% _dl_lookup_symbol_x > 0.0 0.0% 100.0% 0.0 0.0% PerfDataList::PerfDataList > 0.0 0.0% 100.0% 0.0 0.0% __tzstring > 0.0 0.0% 100.0% 0.0 0.0% FilteredFieldsMap::initialize > 0.0 0.0% 100.0% 0.0 0.0% MemoryPool::MemoryPool > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepPolicy::initialize_generations > 0.0 0.0% 100.0% 0.0 0.0% decompose_rpath > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000041331d7f > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000044ec6907 > 0.0 0.0% 100.0% 0.0 0.0% 0x000000005fddf73f > 0.0 0.0% 100.0% 0.0 0.0% 0x000000005fdf7fff > 0.0 0.0% 100.0% 0.0 0.0% 0x000000006221b64f > 0.0 0.0% 100.0% 0.0 0.0% 0x000000006227b63f > 0.0 0.0% 100.0% 0.0 0.0% 0x000000006227ba3f > 0.0 0.0% 100.0% 0.0 0.0% 0x00000000622d163f > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000062ade22f > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000062d2763f > 0.0 0.0% 100.0% 0.0 0.0% 0x000000006318062f > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000063180e3f > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000063279a3f > 0.0 0.0% 100.0% 0.0 0.0% 0x000000006352063f > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000063fa062f > 0.0 0.0% 100.0% 0.0 0.0% 0x00000000fe6417ab > 0.0 0.0% 100.0% 0.0 0.0% 0x00000000fe6618ab > 0.0 0.0% 100.0% 0.0 0.0% 0x00000000fe7cf609 > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000473cdaaf7 > 0.0 0.0% 100.0% 0.0 0.0% 0x0000000700000100 > 0.0 0.0% 100.0% 0.0 0.0% 0x00000007faeb55ff > 0.0 0.0% 100.0% 0.0 0.0% 0x0000003200000000 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaa00000000 > 0.0 0.0% 100.0% 148.7 69.5% 0x00002aaaab07244d > 0.0 0.0% 100.0% 144.3 67.5% 0x00002aaaab077859 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab07789e > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab0778e3 > 0.0 0.0% 100.0% 147.7 69.1% 0x00002aaaab077928 > 0.0 0.0% 100.0% 1.5 0.7% 0x00002aaaab07796d > 0.0 0.0% 100.0% 146.5 68.5% 0x00002aaaab0779b2 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab077a3c > 0.0 0.0% 100.0% 151.5 70.8% 0x00002aaaab077a81 > 0.0 0.0% 100.0% 141.0 65.9% 0x00002aaaab077d33 > 0.0 0.0% 100.0% 146.9 68.7% 0x00002aaaab077e02 > 0.0 0.0% 100.0% 142.3 66.5% 0x00002aaaab077e47 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab077e8c > 0.0 0.0% 100.0% 5.1 2.4% 0x00002aaaab077f5b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab0805d7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab081fed > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab082003 > 0.0 0.0% 100.0% 0.3 0.1% 0x00002aaaab0822cb > 0.0 0.0% 100.0% 0.1 0.0% 0x00002aaaab0822e1 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab082489 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08343d > 0.0 0.0% 100.0% 157.1 73.5% 0x00002aaaab0835b7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab083b45 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab083b5b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08456b > 0.0 0.0% 100.0% 0.1 0.0% 0x00002aaaab084fa3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab084fb9 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab085127 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08513d > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08c159 > 0.0 0.0% 100.0% 0.1 0.0% 0x00002aaaab08de7d > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08de93 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08e2bd > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08e7a1 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08e7b7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08ea01 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08ea17 > 0.0 0.0% 100.0% 0.2 0.1% 0x00002aaaab08eb81 > 0.0 0.0% 100.0% 0.2 0.1% 0x00002aaaab08eb97 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08ed01 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08ed17 > 0.0 0.0% 100.0% 0.2 0.1% 0x00002aaaab08f545 > 0.0 0.0% 100.0% 0.2 0.1% 0x00002aaaab08f55b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08f75a > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08f770 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08f8eb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08f901 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08fb4b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab08fb61 > 0.0 0.0% 100.0% 0.1 0.1% 0x00002aaaab08fea7 > 0.0 0.0% 100.0% 0.1 0.1% 0x00002aaaab08febd > 0.0 0.0% 100.0% 0.2 0.1% 0x00002aaaab0a8ec0 > 0.0 0.0% 100.0% 5.3 2.5% 0x00002aaaab0cf6fd > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab0cfe0d > 0.0 0.0% 100.0% 0.1 0.0% 0x00002aaaab0d2b7a > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab0ddd3b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab0f16eb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab103cdb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab10483f > 0.0 0.0% 100.0% 0.3 0.1% 0x00002aaaab11381f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab11639b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab11ac53 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1268ef > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab13ebf7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab13ec27 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab13ec3f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab143f1b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1441b3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab147347 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1892f3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab19bf43 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab19c0af > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1a6bb7 > 0.0 0.0% 100.0% 0.2 0.1% 0x00002aaaab1af9af > 0.0 0.0% 100.0% 2.7 1.3% 0x00002aaaab1b8e9f > 0.0 0.0% 100.0% 0.1 0.1% 0x00002aaaab1bab8f > 0.0 0.0% 100.0% 0.1 0.0% 0x00002aaaab1bdf5b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1be00b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1bed27 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1c2f0b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1c7eb3 > 0.0 0.0% 100.0% 0.1 0.1% 0x00002aaaab1d82cb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab1f6bd3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab20f1b3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab217023 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab221587 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab22159b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2231cf > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab22321f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab22c89b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab269afb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab269b07 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2708a7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2708cb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2709ef > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab270bd7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab274503 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2883ab > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2b3397 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2bd27f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2bd2ff > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab2c25d3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab30125f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab304c87 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab304cef > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab320cbf > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab332a9f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab36c267 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab36c3a3 > 0.0 0.0% 100.0% 4.1 1.9% 0x00002aaaab3713a3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab37d3ef > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab3e06d3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab3fcd73 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab407877 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab42ebab > 0.0 0.0% 100.0% 0.3 0.1% 0x00002aaaab42ec2b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab42f393 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab454547 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab4578e7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab45b4c3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab4719bf > 0.0 0.0% 100.0% 0.2 0.1% 0x00002aaaab4dd4b7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab4e1c57 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab56fb43 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab57ea6f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab5a0167 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab5b1a3b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab5b7f5f > 0.0 0.0% 100.0% 1.9 0.9% 0x00002aaaab5d523f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab5d63eb > 0.0 0.0% 100.0% 3.0 1.4% 0x00002aaaab5ea0ae > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab60f2fb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab625f6b > 0.0 0.0% 100.0% 0.3 0.1% 0x00002aaaab643b4b > 0.0 0.0% 100.0% 0.3 0.1% 0x00002aaaab643bb3 > 0.0 0.0% 100.0% 0.1 0.1% 0x00002aaaab643c3f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab6453a3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab64546b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab645497 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab64556b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab65079f > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab66e58b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab6865ef > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab6a5993 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab6a7213 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab6d07e7 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab6e0957 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab70019b > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab72bab3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab72bac3 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab73ddeb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab742acb > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab744957 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab765b83 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab76f363 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab77ae43 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab786967 > 0.0 0.0% 100.0% 0.1 0.1% 0x00002aaaab78b843 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab7a0f8f > 0.0 0.0% 100.0% 1.3 0.6% 0x00002aaaab7d5077 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab7d8a37 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002aaaab7ebca7 > 0.0 0.0% 100.0% 0.4 0.2% 0x00002aaaab8383df > 0.0 0.0% 100.0% 0.0 0.0% 0x00002b5600000000 > 0.0 0.0% 100.0% 0.0 0.0% 0x00002f6169000073 > 0.0 0.0% 100.0% 0.0 0.0% 0x0000746e656d7571 > 0.0 0.0% 100.0% 0.0 0.0% 0x002f676e696cffff > 0.0 0.0% 100.0% 0.0 0.0% 0x002f676e696d616d > 0.0 0.0% 100.0% 0.0 0.0% 0x002f6b6361747368 > 0.0 0.0% 100.0% 0.0 0.0% 0x002f746573776f71 > 0.0 0.0% 100.0% 0.0 0.0% 0x002f747069726372 > 0.0 0.0% 100.0% 0.0 0.0% 0x00322e6f732e736d > 0.0 0.0% 100.0% 0.0 0.0% 0x2e6f732e73656c68 > 0.0 0.0% 100.0% 0.8 0.4% 0x2f65736162682f30 > 0.0 0.0% 100.0% 0.0 0.0% 0x2f6f696567616d68 > 0.0 0.0% 100.0% 0.0 0.0% 0x4153525f45434a2e > 0.0 0.0% 100.0% 0.0 0.0% 0x6269737365636360 > 0.0 0.0% 100.0% 0.0 0.0% 0x656369767265732e > 0.0 0.0% 100.0% 0.0 0.0% 0x656d00007973ffff > 0.0 0.0% 100.0% 0.0 0.0% 0x656d6567616e616c > 0.0 0.0% 100.0% 0.0 0.0% 0x6974617669746360 > 0.0 0.0% 100.0% 0.0 0.0% 0x6974752f61766169 > 0.0 0.0% 100.0% 0.0 0.0% 0x6977732f61766169 > 0.0 0.0% 100.0% 0.0 0.0% 0x6f726200006bffff > 0.0 0.0% 100.0% 0.0 0.0% 0x6f72622f61766169 > 0.0 0.0% 100.0% 0.0 0.0% 0x707500002f67726e > 0.0 0.0% 100.0% 0.0 0.0% 0x7075635f61766169 > 0.0 0.0% 100.0% 0.0 0.0% 0x7465636976726572 > 0.0 0.0% 100.0% 0.0 0.0% 0x74736e692f6f6161 > 0.0 0.0% 100.0% 0.0 0.0% 0x757063207265701f > 0.0 0.0% 100.0% 0.0 0.0% 0x7974697275636572 > 0.0 0.0% 100.0% 0.0 0.0% > AbstractCompiler::initialize_runtimes > 0.0 0.0% 100.0% 0.0 0.0% AbstractICache::initialize > 0.0 0.0% 100.0% 0.0 0.0% > AbstractInterpreterGenerator::generate_method_entry > 0.0 0.0% 100.0% 0.0 0.0% AbstractWorkGang::AbstractWorkGang > 0.0 0.0% 100.0% 0.0 0.0% > AdapterHandlerLibrary::create_native_wrapper > 0.0 0.0% 100.0% 0.0 0.0% AdapterHandlerLibrary::new_entry > 0.0 0.0% 100.0% 0.0 0.0% > AdapterHandlerTable::AdapterHandlerTable > 0.0 0.0% 100.0% 0.0 0.0% > AdaptiveSizePolicy::AdaptiveSizePolicy > 0.0 0.0% 100.0% 0.0 0.0% AddPNode::Value > 0.0 0.0% 100.0% 0.0 0.0% Arena::Arena > 0.0 0.0% 100.0% 0.0 0.0% Arguments::init_system_properties > 0.0 0.0% 100.0% 0.0 0.0% > Arguments::init_version_specific_system_properties > 0.0 0.0% 100.0% 0.0 0.0% Arguments::parse > 0.0 0.0% 100.0% 0.0 0.0% Arguments::parse_vm_init_args > 0.0 0.0% 100.0% 0.0 0.0% Arguments::set_dll_dir > 0.0 0.0% 100.0% 0.0 0.0% Arguments::set_endorsed_dirs > 0.0 0.0% 100.0% 0.0 0.0% Arguments::set_ext_dirs > 0.0 0.0% 100.0% 0.0 0.0% Arguments::set_java_home > 0.0 0.0% 100.0% 0.0 0.0% Arguments::set_sysclasspath > 0.0 0.0% 100.0% 0.0 0.0% Assembler::jcc > 0.0 0.0% 100.0% 0.0 0.0% BCEscapeAnalyzer::BCEscapeAnalyzer > 0.0 0.0% 100.0% 0.0 0.0% BCEscapeAnalyzer::iterate_blocks > 0.0 0.0% 100.0% 0.0 0.0% BCEscapeAnalyzer::iterate_one_bloc= k > 0.0 0.0% 100.0% 0.0 0.0% BasicHashtable::new_entry > 0.0 0.0% 100.0% 1.9 0.9% C2Compiler::compile_method > 0.0 0.0% 100.0% 0.0 0.0% C2Compiler::initialize > 0.0 0.0% 100.0% 0.0 0.0% C2Compiler::initialize_runtime > 0.0 0.0% 100.0% 0.0 0.0% > CMSAdaptiveSizePolicy::CMSAdaptiveSizePolicy > 0.0 0.0% 100.0% 0.0 0.0% CMSBitMap::CMSBitMap > 0.0 0.0% 100.0% 0.0 0.0% CMSCollector::checkpointRootsIniti= al > 0.0 0.0% 100.0% 0.0 0.0% > CMSCollector::checkpointRootsInitialWork > 0.0 0.0% 100.0% 0.0 0.0% CMSCollector::do_CMS_operation > 0.0 0.0% 100.0% 0.0 0.0% CMSCollector::ref_processor_init > 0.0 0.0% 100.0% 0.0 0.0% CMSGCStats::CMSGCStats > 0.0 0.0% 100.0% 0.0 0.0% CMSMemoryManager::CMSMemoryManager > 0.0 0.0% 100.0% 0.0 0.0% CMSParRemarkTask::work > 0.0 0.0% 100.0% 0.7 0.3% CMSPermGen::CMSPermGen > 0.0 0.0% 100.0% 0.7 0.3% CMSPermGenGen::CMSPermGenGen > 0.0 0.0% 100.0% 0.0 0.0% > CMSPermGenGen::initialize_performance_counters > 0.0 0.0% 100.0% 0.0 0.0% CSpaceCounters::CSpaceCounters > 0.0 0.0% 100.0% 0.0 0.0% CallGenerator::for_inline > 0.0 0.0% 100.0% 0.0 0.0% CardGeneration::CardGeneration > 0.0 0.0% 100.0% 0.9 0.4% > CardTableModRefBS::par_non_clean_card_iterate_work > 0.0 0.0% 100.0% 0.0 0.0% > CardTableModRefBSForCTRS::CardTableModRefBSForCTRS > 0.0 0.0% 100.0% 0.0 0.0% CardTableRS::CardTableRS > 0.0 0.0% 100.0% 0.9 0.4% CardTableRS::younger_refs_iterate > 0.0 0.0% 100.0% 0.0 0.0% Chunk::start_chunk_pool_cleaner_ta= sk > 0.0 0.0% 100.0% 0.8 0.4% ChunkPool::allocate > 0.0 0.0% 100.0% 1.4 0.7% ClassFileParser::parseClassFile > 0.0 0.0% 100.0% 1.3 0.6% ClassFileParser::parse_constant_po= ol > 0.0 0.0% 100.0% 1.3 0.6% > ClassFileParser::parse_constant_pool_entries > 0.0 0.0% 100.0% 0.0 0.0% ClassFileParser::parse_interfaces > 0.0 0.0% 100.0% 0.0 0.0% ClassFileParser::parse_method > 0.0 0.0% 100.0% 0.0 0.0% ClassFileParser::parse_methods > 0.0 0.0% 100.0% 0.0 0.0% > ClassLoader::create_package_info_table > 0.0 0.0% 100.0% 0.0 0.0% ClassLoader::initialize > 0.0 0.0% 100.0% 0.0 0.0% > ClassLoader::setup_bootstrap_search_path > 0.0 0.0% 100.0% 0.0 0.0% ClassLoadingService::init > 0.0 0.0% 100.0% 0.0 0.0% ClassPathZipEntry::ClassPathZipEnt= ry > 0.0 0.0% 100.0% 0.0 0.0% ClassPathZipEntry::open_stream > 0.0 0.0% 100.0% 0.0 0.0% ClassVerifier::verify_class > 0.0 0.0% 100.0% 0.0 0.0% > ClassVerifier::verify_exception_handler_targets > 0.0 0.0% 100.0% 0.0 0.0% > ClassVerifier::verify_field_instructions > 0.0 0.0% 100.0% 0.0 0.0% > ClassVerifier::verify_invoke_instructions > 0.0 0.0% 100.0% 0.0 0.0% ClassVerifier::verify_method > 0.0 0.0% 100.0% 0.0 0.0% ClassVerifier::verify_return_value > 0.0 0.0% 100.0% 0.0 0.0% CodeBlob::CodeBlob > 0.0 0.0% 100.0% 0.0 0.0% CodeBuffer::create_patch_overflow > 0.0 0.0% 100.0% 0.0 0.0% CodeCache::initialize > 0.0 0.0% 100.0% 0.0 0.0% CodeHeapPool::CodeHeapPool > 0.0 0.0% 100.0% 0.0 0.0% CollectedHeap::CollectedHeap > 0.0 0.0% 100.0% 0.0 0.0% CollectorCounters::CollectorCounte= rs > 0.0 0.0% 100.0% 0.0 0.0% CollectorPolicy::create_rem_set > 0.0 0.0% 100.0% 0.0 0.0% > CollectorPolicy::initialize_perm_generation > 0.0 0.0% 100.0% 0.0 0.0% > CompactibleFreeListSpacePool::CompactibleFreeListSpacePool > 0.0 0.0% 100.0% 0.0 0.0% Compile::Code_Gen > 0.0 0.0% 100.0% 1.9 0.9% Compile::Compile > 0.0 0.0% 100.0% 0.0 0.0% Compile::Optimize > 0.0 0.0% 100.0% 0.0 0.0% Compile::alias_type > 0.0 0.0% 100.0% 0.0 0.0% Compile::call_generator > 0.0 0.0% 100.0% 0.0 0.0% CompileBroker::compilation_init > 0.0 0.0% 100.0% 0.1 0.0% CompileBroker::compile_method > 0.0 0.0% 100.0% 1.9 0.9% CompileBroker::compiler_thread_loo= p > 0.0 0.0% 100.0% 0.0 0.0% CompileBroker::init_compiler_threa= ds > 0.0 0.0% 100.0% 1.9 0.9% > CompileBroker::invoke_compiler_on_method > 0.0 0.0% 100.0% 0.0 0.0% CompileBroker::make_compiler_threa= d > 0.0 0.0% 100.0% 0.0 0.0% CompileWrapper::CompileWrapper > 0.0 0.0% 100.0% 0.0 0.0% CompilerCounters::CompilerCounters > 0.0 0.0% 100.0% 0.0 0.0% CompilerThread::CompilerThread > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentGCThread::ConcurrentGCThread > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepGeneration::initialize_performance_counters > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepGeneration::ref_processor_init > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepPolicy::ConcurrentMarkSweepPolicy > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepPolicy::initialize_gc_policy_counters > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepPolicy::initialize_size_policy > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepThread::ConcurrentMarkSweepThread > 0.0 0.0% 100.0% 0.0 0.0% > ConcurrentMarkSweepThread::makeSurrogateLockerThread > 0.0 0.0% 100.0% 0.0 0.0% ConcurrentMarkSweepThread::run > 0.0 0.0% 100.0% 0.0 0.0% ConcurrentMarkSweepThread::start > 0.0 0.0% 100.0% 0.0 0.0% > ConnectionGraph::build_connection_graph > 0.0 0.0% 100.0% 0.0 0.0% ConnectionGraph::compute_escape > 0.0 0.0% 100.0% 0.0 0.0% ConnectionGraph::do_analysis > 0.0 0.0% 100.0% 0.0 0.0% ConnectionGraph::process_call_resu= lt > 0.0 0.0% 100.0% 0.0 0.0% ContiguousSpace::ContiguousSpace > 0.0 0.0% 100.0% 0.0 0.0% > ContiguousSpacePool::ContiguousSpacePool > 0.0 0.0% 100.0% 0.0 0.0% DefNewGeneration::DefNewGeneration > 0.0 0.0% 100.0% 0.0 0.0% Deoptimization::load_class_by_inde= x > 0.0 0.0% 100.0% 0.2 0.1% Deoptimization::uncommon_trap > 0.0 0.0% 100.0% 0.0 0.0% Deoptimization::uncommon_trap_inne= r > 0.0 0.0% 100.0% 0.0 0.0% > DeoptimizationBlob::DeoptimizationBlob > 0.0 0.0% 100.0% 0.0 0.0% DeoptimizationBlob::create > 0.0 0.0% 100.0% 0.0 0.0% DerivedPointerTable::add > 0.0 0.0% 100.0% 0.0 0.0% Dictionary::Dictionary > 0.0 0.0% 100.0% 0.0 0.0% EdenSpace::EdenSpace > 0.0 0.0% 100.0% 0.0 0.0% ExceptionBlob::ExceptionBlob > 0.0 0.0% 100.0% 0.0 0.0% ExceptionBlob::create > 0.0 0.0% 100.0% 0.0 0.0% Exceptions::_throw_msg > 0.0 0.0% 100.0% 0.0 0.0% Exceptions::new_exception > 0.0 0.0% 100.0% 0.0 0.0% FlexibleWorkGang::FlexibleWorkGang > 0.0 0.0% 100.0% 0.0 0.0% GCMemoryManager::GCMemoryManager > 0.0 0.0% 100.0% 0.0 0.0% > GCMemoryManager::initialize_gc_stat_info > 0.0 0.0% 100.0% 0.0 0.0% GCPolicyCounters::GCPolicyCounters > 0.0 0.0% 100.0% 0.0 0.0% GCStats::GCStats > 0.0 0.0% 100.0% 0.0 0.0% GSpaceCounters::GSpaceCounters > 0.0 0.0% 100.0% 0.0 0.0% GangWorker::GangWorker > 0.0 0.0% 100.0% 1.6 0.8% GangWorker::loop > 0.0 0.0% 100.0% 1.6 0.8% GangWorker::run > 0.0 0.0% 100.0% 0.1 0.0% GenCollectedHeap::GenCollectedHeap > 0.0 0.0% 100.0% 20.6 9.7% > GenCollectedHeap::create_cms_collector > 0.0 0.0% 100.0% 0.0 0.0% GenCollectedHeap::do_collection > 0.0 0.0% 100.0% 0.1 0.0% > GenCollectedHeap::gen_process_strong_roots > 0.0 0.0% 100.0% 35.0 16.4% GenCollectedHeap::initializede> = 0.0 0.0% 100.0% 0.0 0.0% GenCollectedHeap::post_initialize > 0.0 0.0% 100.0% 0.0 0.0% > GenCollectedHeap::ref_processing_init > 0.0 0.0% 100.0% 0.0 0.0% GenCollectorPolicy::initialize_all > 0.0 0.0% 100.0% 0.0 0.0% > GenCollectorPolicy::satisfy_failed_allocation > 0.0 0.0% 100.0% 0.9 0.4% > Generation::younger_refs_in_space_iterate > 0.0 0.0% 100.0% 0.0 0.0% > GenerationCounters::GenerationCounters > 0.0 0.0% 100.0% 13.7 6.4% GenerationSpec::init > 0.0 0.0% 100.0% 0.0 0.0% GenericGrowableArray::raw_allocate > 0.0 0.0% 100.0% 0.0 0.0% > GenericTaskQueueSet::GenericTaskQueueSet > 0.0 0.0% 100.0% 0.0 0.0% GetJavaProperties > 0.0 0.0% 100.0% 0.0 0.0% GlobalTLABStats::GlobalTLABStats > 0.0 0.0% 100.0% 0.0 0.0% GraphKit::basic_plus_adr > 0.0 0.0% 100.0% 0.0 0.0% GraphKit::new_instance > 0.0 0.0% 100.0% 0.0 0.0% GraphKit::set_output_for_allocatio= n > 0.0 0.0% 100.0% 0.0 0.0% GrowableArray::GrowableArray > 0.0 0.0% 100.0% 0.0 0.0% GrowableArray::append > 0.0 0.0% 100.0% 0.0 0.0% GrowableArray::grow > 0.0 0.0% 100.0% 0.0 0.0% HUGE_NUMBER > 0.0 0.0% 100.0% 0.0 0.0% > ICacheStubGenerator::generate_icache_flush > 0.0 0.0% 100.0% 35.8 16.7% InitializeJVM > 0.0 0.0% 100.0% 0.0 0.0% InitializeZip > 0.0 0.0% 100.0% 0.0 0.0% InlineCacheBuffer::initialize > 0.0 0.0% 100.0% 0.0 0.0% IntHistogram::IntHistogram > 0.0 0.0% 100.0% 0.0 0.0% > InterpreterGenerator::InterpreterGenerator > 0.0 0.0% 100.0% 0.0 0.0% > InterpreterGenerator::generate_normal_entry > 0.0 0.0% 100.0% 0.0 0.0% InterpreterGenerator::lock_method > 0.0 0.0% 100.0% 0.0 0.0% > InterpreterMacroAssembler::lock_object > 0.0 0.0% 100.0% 0.4 0.2% InterpreterRuntime::_new > 0.0 0.0% 100.0% 0.0 0.0% InterpreterRuntime::anewarray > 0.0 0.0% 100.0% 0.1 0.0% > InterpreterRuntime::frequency_counter_overflow > 0.0 0.0% 100.0% 0.1 0.1% InterpreterRuntime::ldc > 0.0 0.0% 100.0% 0.7 0.3% InterpreterRuntime::monitorenter > 0.0 0.0% 100.0% 0.0 0.0% > InterpreterRuntime::prepare_native_call > 0.0 0.0% 100.0% 0.0 0.0% InterpreterRuntime::quicken_io_cc > 0.0 0.0% 100.0% 0.1 0.0% InterpreterRuntime::resolve_get_pu= t > 0.0 0.0% 100.0% 0.3 0.2% InterpreterRuntime::resolve_invoke > 0.0 0.0% 100.0% 0.0 0.0% JNIEnv_::GetMethodID > 0.0 0.0% 100.0% 0.0 0.0% JNIEnv_::NewDirectByteBuffer > 0.0 0.0% 100.0% 0.0 0.0% JNIEnv_::RegisterNatives > 0.0 0.0% 100.0% 0.0 0.0% JNIHandleBlock::allocate_block > 0.0 0.0% 100.0% 0.0 0.0% JNIHandleBlock::allocate_handle > 0.0 0.0% 100.0% 0.0 0.0% JNIHandles::initialize > 0.0 0.0% 100.0% 0.0 0.0% JNIHandles::make_local > 0.0 0.0% 100.0% 35.8 16.7% JNI_CreateJavaVM > 0.0 0.0% 100.0% 0.0 0.0% JNI_OnLoad > 0.0 0.0% 100.0% 0.0 0.0% JNU_CallStaticMethodByName > 0.0 0.0% 100.0% 0.0 0.0% JNU_GetStringPlatformChars > 0.0 0.0% 100.0% 0.0 0.0% JNU_NewObjectByName > 0.0 0.0% 100.0% 0.0 0.0% JNU_NewStringPlatform > 0.0 0.0% 100.0% 0.8 0.4% JVM_DefineClassWithSourceCond > 0.0 0.0% 100.0% 0.1 0.0% JVM_DoPrivileged > 0.0 0.0% 100.0% 0.1 0.1% JVM_FindClassFromBootLoader > 0.0 0.0% 100.0% 0.0 0.0% JVM_FindClassFromClass > 0.0 0.0% 100.0% 0.0 0.0% JVM_FindClassFromClassLoader > 0.0 0.0% 100.0% 0.0 0.0% JVM_FindLoadedClass > 0.0 0.0% 100.0% 0.0 0.0% JVM_GetClassDeclaredConstructors > 0.0 0.0% 100.0% 0.0 0.0% JVM_GetClassDeclaredFields > 0.0 0.0% 100.0% 0.0 0.0% JVM_GetClassDeclaredMethods > 0.0 0.0% 100.0% 0.0 0.0% JVM_GetStackAccessControlContext > 0.0 0.0% 100.0% 0.0 0.0% JVM_InternString > 0.0 0.0% 100.0% 6.8 3.2% JVM_InvokeMethod > 0.0 0.0% 100.0% 3.7 1.7% JVM_MonitorWait > 0.0 0.0% 100.0% 1.3 0.6% JVM_NewInstanceFromConstructor > 0.0 0.0% 100.0% 0.0 0.0% JVM_RawMonitorEnter > 0.0 0.0% 100.0% 0.0 0.0% JVM_RegisterUnsafeMethods > 0.0 0.0% 100.0% 2.8 1.3% JVM_StartThread > 0.0 0.0% 100.0% 0.0 0.0% JavaCalls::call_special > 0.0 0.0% 100.0% 0.2 0.1% JavaCalls::call_static > 0.0 0.0% 100.0% 142.1 66.4% JavaCalls::call_virtual > 0.0 0.0% 100.0% 0.1 0.1% JavaMain > 0.0 0.0% 100.0% 1.8 0.8% JavaThread::JavaThread > 0.0 0.0% 100.0% 0.8 0.4% JavaThread::oops_do > 0.0 0.0% 100.0% 9.8 4.6% JavaThread::run > 0.0 0.0% 100.0% 0.0 0.0% JavaVM_::AttachCurrentThread > 0.0 0.0% 100.0% 0.0 0.0% > Java_com_hadoop_compression_lzo_LzoCompressor_initIDs > 0.0 0.0% 100.0% 0.0 0.0% > Java_com_hadoop_compression_lzo_LzoDecompressor_initIDs > 0.0 0.0% 100.0% 0.8 0.4% > Java_java_lang_ClassLoader_defineClass1 > 0.0 0.0% 100.0% 0.1 0.1% > Java_java_lang_ClassLoader_findBootstrapClass > 0.0 0.0% 100.0% 0.0 0.0% > Java_java_lang_ClassLoader_findLoadedClass0 > 0.0 0.0% 100.0% 0.0 0.0% Java_java_lang_Class_forName0 > 0.0 0.0% 100.0% 0.0 0.0% Java_java_lang_String_intern > 0.0 0.0% 100.0% 0.0 0.0% Java_java_lang_System_initProperti= es > 0.0 0.0% 100.0% 0.0 0.0% Java_java_lang_System_setErr0 > 0.0 0.0% 100.0% 0.0 0.0% Java_java_lang_System_setIn0 > 0.0 0.0% 100.0% 0.0 0.0% Java_java_lang_System_setOut0 > 0.0 0.0% 100.0% 0.0 0.0% > Java_java_lang_ref_Finalizer_invokeFinalizeMethod > 0.0 0.0% 100.0% 0.0 0.0% > Java_java_net_Inet4AddressImpl_lookupAllHostAddr > 0.0 0.0% 100.0% 0.0 0.0% Java_java_net_Inet4Address_init > 0.0 0.0% 100.0% 0.0 0.0% Java_java_net_Inet6Address_init > 0.0 0.0% 100.0% 0.0 0.0% Java_java_net_InetAddress_init > 0.0 0.0% 100.0% 0.0 0.0% Java_java_net_NetworkInterface_ini= t > 0.0 0.0% 100.0% 0.0 0.0% > > Java_java_security_AccessController_doPrivileged__Ljava_security_Privileg= edAction_2 > 0.0 0.0% 100.0% 0.0 0.0% > > Java_java_security_AccessController_doPrivileged__Ljava_security_Privileg= edAction_2Ljava_security_AccessControlContext_2 > 0.0 0.0% 100.0% 0.0 0.0% > > Java_java_security_AccessController_doPrivileged__Ljava_security_Privileg= edExceptionAction_2 > 0.0 0.0% 100.0% 0.0 0.0% > > Java_java_security_AccessController_doPrivileged__Ljava_security_Privileg= edExceptionAction_2Ljava_security_AccessControlContext_2 > 0.0 0.0% 100.0% 0.0 0.0% > Java_java_security_AccessController_getStackAccessControlContext > 0.0 0.0% 100.0% 0.0 0.0% > Java_sun_management_MemoryImpl_getMemoryPools0 > 0.0 0.0% 100.0% 0.0 0.0% > Java_sun_management_VMManagementImpl_initOptionalSupportFields > 0.0 0.0% 100.0% 0.0 0.0% > Java_sun_nio_ch_ServerSocketChannelImpl_initIDs > 0.0 0.0% 100.0% 1.3 0.6% > Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0 > 0.0 0.0% 100.0% 6.8 3.2% > Java_sun_reflect_NativeMethodAccessorImpl_invoke0 > 0.0 0.0% 100.0% 0.0 0.0% LazyClassPathEntry::open_stream > 0.0 0.0% 100.0% 0.0 0.0% > LinkResolver::linktime_resolve_static_method > 0.0 0.0% 100.0% 0.0 0.0% > LinkResolver::linktime_resolve_virtual_method > 0.0 0.0% 100.0% 0.1 0.0% LinkResolver::resolve_field > 0.0 0.0% 100.0% 0.0 0.0% LinkResolver::resolve_interface_ca= ll > 0.0 0.0% 100.0% 0.0 0.0% > LinkResolver::resolve_interface_method > 0.0 0.0% 100.0% 0.0 0.0% > LinkResolver::resolve_invokeinterface > 0.0 0.0% 100.0% 0.0 0.0% LinkResolver::resolve_invokespecia= l > 0.0 0.0% 100.0% 0.3 0.2% LinkResolver::resolve_invokestatic > 0.0 0.0% 100.0% 0.0 0.0% LinkResolver::resolve_invokevirtua= l > 0.0 0.0% 100.0% 0.2 0.1% LinkResolver::resolve_klass > 0.0 0.0% 100.0% 0.0 0.0% LinkResolver::resolve_method > 0.0 0.0% 100.0% 0.2 0.1% LinkResolver::resolve_pool > 0.0 0.0% 100.0% 0.0 0.0% LinkResolver::resolve_special_call > 0.0 0.0% 100.0% 0.0 0.0% LinkResolver::resolve_virtual_call > 0.0 0.0% 100.0% 0.0 0.0% LoadClass > 0.0 0.0% 100.0% 0.0 0.0% > LoaderConstraintTable::LoaderConstraintTable > 0.0 0.0% 100.0% 0.0 0.0% > LoaderConstraintTable::ensure_loader_constraint_capacity > 0.0 0.0% 100.0% 0.0 0.0% > LoaderConstraintTable::extend_loader_constraint > 0.0 0.0% 100.0% 0.0 0.0% LowMemoryDetector::initialize > 0.0 0.0% 100.0% 0.0 0.0% > LowMemoryDetectorThread::LowMemoryDetectorThread > 0.0 0.0% 100.0% 0.0 0.0% Management::init > 0.0 0.0% 100.0% 0.2 0.1% Management::initialize > 0.0 0.0% 100.0% 0.0 0.0% Matcher::Matcher > 0.0 0.0% 100.0% 0.0 0.0% > MemoryManager::get_cms_memory_manager > 0.0 0.0% 100.0% 0.0 0.0% > MemoryManager::get_code_cache_memory_manager > 0.0 0.0% 100.0% 0.0 0.0% > MemoryManager::get_parnew_memory_manager > 0.0 0.0% 100.0% 0.0 0.0% MemoryPool::get_memory_pool_instan= ce > 0.0 0.0% 100.0% 0.0 0.0% > MemoryService::add_cms_perm_gen_memory_pool > 0.0 0.0% 100.0% 0.0 0.0% MemoryService::add_cms_space > 0.0 0.0% 100.0% 0.0 0.0% > MemoryService::add_code_heap_memory_pool > 0.0 0.0% 100.0% 0.0 0.0% > MemoryService::add_gen_collected_heap_info > 0.0 0.0% 100.0% 0.0 0.0% > MemoryService::add_generation_memory_pool > 0.0 0.0% 100.0% 0.0 0.0% MemoryService::add_space > 0.0 0.0% 100.0% 0.0 0.0% MemoryService::add_survivor_spaces > 0.0 0.0% 100.0% 0.0 0.0% MemoryService::set_universe_heap > 0.0 0.0% 100.0% 0.0 0.0% NamedThread::NamedThread > 0.0 0.0% 100.0% 0.0 0.0% NativeLookup::lookup > 0.0 0.0% 100.0% 0.0 0.0% NativeLookup::lookup_entry > 0.0 0.0% 100.0% 0.0 0.0% NativeLookup::lookup_style > 0.0 0.0% 100.0% 0.1 0.0% NonTieredCompPolicy::event > 0.0 0.0% 100.0% 0.0 0.0% ObjectMonitor::Initialize > 0.0 0.0% 100.0% 0.0 0.0% ObjectSynchronizer::FastHashCode > 0.0 0.0% 100.0% 5.3 2.5% ObjectSynchronizer::fast_enter > 0.0 0.0% 100.0% 9.6 4.5% ObjectSynchronizer::inflate > 0.0 0.0% 100.0% 0.0 0.0% OptoRuntime::generate > 0.0 0.0% 100.0% 0.0 0.0% OptoRuntime::generate_exception_bl= ob > 0.0 0.0% 100.0% 0.0 0.0% OptoRuntime::generate_stub > 0.0 0.0% 100.0% 0.0 0.0% OptoRuntime::handle_exception_C > 0.0 0.0% 100.0% 0.0 0.0% > OptoRuntime::handle_exception_C_helper > 0.0 0.0% 100.0% 0.1 0.0% OptoRuntime::register_finalizer > 0.0 0.0% 100.0% 0.0 0.0% PackageHashtable::PackageHashtable > 0.0 0.0% 100.0% 1.6 0.7% ParNewGenTask::work > 0.0 0.0% 100.0% 0.0 0.0% ParNewGeneration::ref_processor_in= it > 0.0 0.0% 100.0% 0.0 0.0% > ParNewMemoryManager::ParNewMemoryManager > 0.0 0.0% 100.0% 0.0 0.0% Parse::Parse > 0.0 0.0% 100.0% 0.0 0.0% Parse::do_field_access > 0.0 0.0% 100.0% 0.0 0.0% Parse::do_get_xxx > 0.0 0.0% 100.0% 0.0 0.0% Parse::do_new > 0.0 0.0% 100.0% 0.0 0.0% Parse::do_one_bytecode > 0.0 0.0% 100.0% 0.0 0.0% ParseGenerator::generate > 0.0 0.0% 100.0% 0.0 0.0% PerfDataList::clone > 0.0 0.0% 100.0% 0.0 0.0% PerfDataManager::create_constant > 0.0 0.0% 100.0% 0.0 0.0% PerfDataManager::create_long_count= er > 0.0 0.0% 100.0% 0.0 0.0% PerfDataManager::sampled > 0.0 0.0% 100.0% 0.0 0.0% PerfLongCounter::PerfLongCounter > 0.0 0.0% 100.0% 0.0 0.0% PerfLongVariant::PerfLongVariant > 0.0 0.0% 100.0% 0.0 0.0% PerfMemory::create_memory_region > 0.0 0.0% 100.0% 0.0 0.0% PerfMemory::initialize > 0.0 0.0% 100.0% 0.0 0.0% Perf_CreateByteArray > 0.0 0.0% 100.0% 0.7 0.3% PermanentGenerationSpec::init > 0.0 0.0% 100.0% 0.0 0.0% PhaseChaitin::Register_Allocate > 0.0 0.0% 100.0% 0.0 0.0% PhaseGVN::transform > 0.0 0.0% 100.0% 0.0 0.0% PhaseGVN::transform_no_reclaim > 0.0 0.0% 100.0% 0.0 0.0% PlaceholderTable::PlaceholderTable > 0.0 0.0% 100.0% 0.0 0.0% PlaceholderTable::add_entry > 0.0 0.0% 100.0% 0.0 0.0% PredictedCallGenerator::generate > 0.0 0.0% 100.0% 0.0 0.0% > ReferenceProcessor::ReferenceProcessor > 0.0 0.0% 100.0% 0.0 0.0% > ReferenceProcessor::create_ref_processor > 0.0 0.0% 100.0% 0.0 0.0% ReferenceProcessor::init_statics > 0.0 0.0% 100.0% 0.0 0.0% Reflection::get_parameter_types > 0.0 0.0% 100.0% 8.1 3.8% Reflection::invoke > 0.0 0.0% 100.0% 6.8 3.2% Reflection::invoke_method > 0.0 0.0% 100.0% 0.0 0.0% Reflection::new_constructor > 0.0 0.0% 100.0% 0.0 0.0% Reflection::new_field > 0.0 0.0% 100.0% 0.0 0.0% Reflection::new_method > 0.0 0.0% 100.0% 0.0 0.0% > ResolutionErrorTable::ResolutionErrorTable > 0.0 0.0% 100.0% 0.0 0.0% Rewriter::Rewriter > 0.0 0.0% 100.0% 0.0 0.0% Rewriter::rewrite > 0.0 0.0% 100.0% 0.0 0.0% RuntimeService::init > 0.0 0.0% 100.0% 0.0 0.0% SafepointBlob::SafepointBlob > 0.0 0.0% 100.0% 0.0 0.0% SafepointBlob::create > 0.0 0.0% 100.0% 0.0 0.0% ScopeDesc::decode_body > 0.0 0.0% 100.0% 0.1 0.0% SharedHeap::SharedHeap > 0.0 0.0% 100.0% 0.0 0.0% SharedHeap::post_initialize > 0.0 0.0% 100.0% 0.8 0.4% SharedHeap::process_strong_roots > 0.0 0.0% 100.0% 0.0 0.0% SharedHeap::ref_processing_init > 0.0 0.0% 100.0% 5.3 2.5% > SharedRuntime::complete_monitor_locking_C > 0.0 0.0% 100.0% 0.0 0.0% SharedRuntime::generate_deopt_blob > 0.0 0.0% 100.0% 0.0 0.0% > SharedRuntime::generate_i2c2i_adapters > 0.0 0.0% 100.0% 0.0 0.0% > SharedRuntime::generate_native_wrapper > 0.0 0.0% 100.0% 0.0 0.0% SharedRuntime::generate_stubs > 0.0 0.0% 100.0% 0.0 0.0% > SharedRuntime::generate_uncommon_trap_blob > 0.0 0.0% 100.0% 0.0 0.0% > SimpleCompPolicy::method_back_branch_event > 0.0 0.0% 100.0% 0.1 0.0% > SimpleCompPolicy::method_invocation_event > 0.0 0.0% 100.0% 0.0 0.0% SingletonBlob::SingletonBlob > 0.0 0.0% 100.0% 0.0 0.0% StackMapFrame::is_assignable_to > 0.0 0.0% 100.0% 0.0 0.0% StackMapFrame::pop_stack > 0.0 0.0% 100.0% 0.0 0.0% StackMapTable::check_jump_target > 0.0 0.0% 100.0% 0.0 0.0% StackMapTable::match_stackmap > 0.0 0.0% 100.0% 0.0 0.0% StatSampler::create_misc_perfdata > 0.0 0.0% 100.0% 0.0 0.0% StatSampler::create_sampled_perfda= ta > 0.0 0.0% 100.0% 0.0 0.0% > StatSampler::create_system_property_instrumentation > 0.0 0.0% 100.0% 0.0 0.0% StatSampler::engage > 0.0 0.0% 100.0% 0.0 0.0% StatSampler::initialize > 0.0 0.0% 100.0% 0.0 0.0% StringTable::StringTable > 0.0 0.0% 100.0% 0.2 0.1% StringTable::basic_add > 0.0 0.0% 100.0% 0.0 0.0% StringTable::create_table > 0.0 0.0% 100.0% 0.2 0.1% StringTable::intern > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::StubGenerator > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_all > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_arraycopy_stubs > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_atomic_add > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_atomic_add_ptr > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_atomic_cmpxchg > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_atomic_cmpxchg_long > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_atomic_xch= g > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_atomic_xchg_ptr > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_call_stub > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_catch_exception > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_checkcast_copy > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_conjoint_byte_copy > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_conjoint_int_oop_copy > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_conjoint_long_oop_copy > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_conjoint_short_copy > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_d2i_fixup > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_d2l_fixup > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_disjoint_byte_copy > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_disjoint_int_oop_copy > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_disjoint_long_oop_copy > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_disjoint_short_copy > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_f2i_fixup > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_f2l_fixup > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_forward_exception > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_generic_co= py > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_get_previous_fp > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_handler_for_unsafe_access > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_initial > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_math_stubs > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_orderaccess_fence > 0.0 0.0% 100.0% 0.0 0.0% > StubGenerator::generate_throw_exception > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_unsafe_cop= y > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_verify_mxc= sr > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator::generate_verify_oop > 0.0 0.0% 100.0% 0.0 0.0% StubGenerator_generate > 0.0 0.0% 100.0% 0.0 0.0% StubRoutines::initialize1 > 0.0 0.0% 100.0% 0.0 0.0% StubRoutines::initialize2 > 0.0 0.0% 100.0% 0.0 0.0% SubTasksDone::SubTasksDone > 0.0 0.0% 100.0% 0.0 0.0% > SurrogateLockerThread::SurrogateLockerThread > 0.0 0.0% 100.0% 0.0 0.0% SurrogateLockerThread::make > 0.0 0.0% 100.0% 0.0 0.0% > SurvivorContiguousSpacePool::SurvivorContiguousSpacePool > 0.0 0.0% 100.0% 0.0 0.0% SuspendibleThreadSet::initialize > 0.0 0.0% 100.0% 0.0 0.0% > SuspendibleThreadSet::initialize_work > 0.0 0.0% 100.0% 0.0 0.0% > SymbolPropertyTable::SymbolPropertyTable > 0.0 0.0% 100.0% 0.2 0.1% SymbolTable::SymbolTable > 0.0 0.0% 100.0% 0.2 0.1% SymbolTable::create_table > 0.0 0.0% 100.0% 0.0 0.0% > SystemDictionary::compute_java_system_loader > 0.0 0.0% 100.0% 0.1 0.1% > SystemDictionary::define_instance_class > 0.0 0.0% 100.0% 0.0 0.0% SystemDictionary::find > 0.0 0.0% 100.0% 0.1 0.0% > SystemDictionary::find_or_define_instance_class > 0.0 0.0% 100.0% 0.2 0.1% SystemDictionary::initialize > 0.0 0.0% 100.0% 0.2 0.1% > SystemDictionary::initialize_preloaded_classes > 0.0 0.0% 100.0% 0.1 0.0% > SystemDictionary::initialize_wk_klasses_through > 0.0 0.0% 100.0% 0.2 0.1% > SystemDictionary::initialize_wk_klasses_until > 0.0 0.0% 100.0% 0.0 0.0% > SystemDictionary::resolve_array_class_or_null > 0.0 0.0% 100.0% 0.8 0.4% > SystemDictionary::resolve_from_stream > 0.0 0.0% 100.0% 0.8 0.4% > SystemDictionary::resolve_instance_class_or_null > 0.0 0.0% 100.0% 0.7 0.3% SystemDictionary::resolve_or_fail > 0.0 0.0% 100.0% 0.2 0.1% SystemDictionary::resolve_or_null > 0.0 0.0% 100.0% 0.1 0.1% > SystemDictionary::resolve_super_or_fail > 0.0 0.0% 100.0% 0.1 0.1% SystemDictionary::update_dictionar= y > 0.0 0.0% 100.0% 0.0 0.0% TemplateInterpreter::initialize > 0.0 0.0% 100.0% 0.0 0.0% > TemplateInterpreterGenerator::generate_all > 0.0 0.0% 100.0% 0.0 0.0% > ThreadLocalAllocBuffer::startup_initialization > 0.0 0.0% 100.0% 0.0 0.0% ThreadService::init > 0.0 0.0% 100.0% 35.8 16.8% Threads::create_vm > 0.0 0.0% 100.0% 0.0 0.0% Type::Initialize_shared > 0.0 0.0% 100.0% 0.0 0.0% TypeInstPtr::add_offset > 0.0 0.0% 100.0% 0.0 0.0% TypeInstPtr::make > 0.0 0.0% 100.0% 0.0 0.0% TypeOopPtr::TypeOopPtr > 0.0 0.0% 100.0% 0.0 0.0% UncommonTrapBlob::UncommonTrapBlob > 0.0 0.0% 100.0% 0.0 0.0% UncommonTrapBlob::create > 0.0 0.0% 100.0% 0.2 0.1% Universe::genesis > 0.0 0.0% 100.0% 35.1 16.4% Universe::initialize_heap > 0.0 0.0% 100.0% 153.6 71.8% Unsafe_AllocateMemory > 0.0 0.0% 100.0% 0.0 0.0% VMOperationQueue::VMOperationQueue > 0.0 0.0% 100.0% 0.0 0.0% VMThread::VMThread > 0.0 0.0% 100.0% 0.0 0.0% VMThread::create > 0.0 0.0% 100.0% 0.1 0.0% VMThread::evaluate_operation > 0.0 0.0% 100.0% 0.1 0.0% VMThread::loop > 0.0 0.0% 100.0% 0.1 0.0% VMThread::run > 0.0 0.0% 100.0% 0.0 0.0% VM_BulkRevokeBias::doit > 0.0 0.0% 100.0% 0.0 0.0% VM_CMS_Initial_Mark::doit > 0.0 0.0% 100.0% 0.0 0.0% VM_GenCollectForAllocation::doit > 0.0 0.0% 100.0% 0.0 0.0% VM_Version::initialize > 0.0 0.0% 100.0% 0.0 0.0% > VM_Version_StubGenerator::generate_getPsrInfo > 0.0 0.0% 100.0% 0.0 0.0% VerificationType::is_assignable_fr= om > 0.0 0.0% 100.0% 0.0 0.0% > VerificationType::is_reference_assignable_from > 0.0 0.0% 100.0% 0.0 0.0% Verifier::verify > 0.0 0.0% 100.0% 0.0 0.0% WatcherThread::WatcherThread > 0.0 0.0% 100.0% 0.0 0.0% WatcherThread::run > 0.0 0.0% 100.0% 0.0 0.0% WatcherThread::start > 0.0 0.0% 100.0% 0.0 0.0% WorkGang::WorkGang > 0.0 0.0% 100.0% 0.1 0.1% WorkGang::initialize_workers > 0.0 0.0% 100.0% 0.0 0.0% > YieldingFlexibleGangWorker::YieldingFlexibleGangWorker > 0.0 0.0% 100.0% 0.0 0.0% > YieldingFlexibleWorkGang::YieldingFlexibleWorkGang > 0.0 0.0% 100.0% 0.0 0.0% > YieldingFlexibleWorkGang::allocate_worker > 0.0 0.0% 100.0% 0.0 0.0% ZIP_Lock > 0.0 0.0% 100.0% 0.0 0.0% > __PGOSF1__Z23initialize_static_fieldP15fieldDescriptorP6Thread > 0.0 0.0% 100.0% 1.9 0.9% > __PGOSF2__Z21compiler_thread_entryP10JavaThreadP6Thread > 0.0 0.0% 100.0% 7.7 3.6% > __PGOSF3__Z12thread_entryP10JavaThreadP6Thread > 0.0 0.0% 100.0% 0.0 0.0% __do_global_ctors_aux > 0.0 0.0% 100.0% 0.0 0.0% __nss_lookup > 0.0 0.0% 100.0% 0.0 0.0% __nss_next2 > 0.0 0.0% 100.0% 0.0 0.0% __sti__$E.683 > 0.0 0.0% 100.0% 0.0 0.0% __sti__$E.764 > 0.0 0.0% 100.0% 0.0 0.0% __sti__$E.881 > 0.0 0.0% 100.0% 0.0 0.0% __sti__$E.970 > 0.0 0.0% 100.0% 0.0 0.0% _dl_catch_error > 0.0 0.0% 100.0% 0.0 0.0% _dl_relocate_object > 0.0 0.0% 100.0% 0.0 0.0% _fini > 0.0 0.0% 100.0% 3.0 1.4% _init > 0.0 0.0% 100.0% 0.0 0.0% _nl_find_locale > 0.0 0.0% 100.0% 0.0 0.0% ageTable::ageTable > 0.0 0.0% 100.0% 0.0 0.0% attach_current_thread > 0.0 0.0% 100.0% 0.0 0.0% bulk_revoke_or_rebias_at_safepoint > 0.0 0.0% 100.0% 0.0 0.0% call_initializeSystemClass > 0.0 0.0% 100.0% 0.0 0.0% ciBytecodeStream::get_field > 0.0 0.0% 100.0% 0.0 0.0% ciBytecodeStream::get_method > 0.0 0.0% 100.0% 0.0 0.0% ciEnv::ciEnv > 0.0 0.0% 100.0% 0.0 0.0% ciEnv::get_field_by_index_impl > 0.0 0.0% 100.0% 0.0 0.0% ciEnv::get_klass_by_index_impl > 0.0 0.0% 100.0% 0.0 0.0% ciEnv::get_klass_by_name_impl > 0.0 0.0% 100.0% 0.0 0.0% ciEnv::get_method_by_index_impl > 0.0 0.0% 100.0% 0.0 0.0% ciField::ciField > 0.0 0.0% 100.0% 0.0 0.0% > ciInstanceKlass::compute_nonstatic_fields > 0.0 0.0% 100.0% 0.0 0.0% > ciInstanceKlass::compute_nonstatic_fields_impl > 0.0 0.0% 100.0% 0.0 0.0% ciInstanceKlass::java_mirror > 0.0 0.0% 100.0% 0.0 0.0% ciInstanceKlass::super > 0.0 0.0% 100.0% 0.0 0.0% ciKlass::ciKlass > 0.0 0.0% 100.0% 0.0 0.0% ciMethod::ciMethod > 0.0 0.0% 100.0% 0.0 0.0% ciMethod::method_data > 0.0 0.0% 100.0% 0.0 0.0% ciMethodData::load_data > 0.0 0.0% 100.0% 0.0 0.0% ciObjectFactory::get > 0.0 0.0% 100.0% 0.0 0.0% ciObjectFactory::init_shared_objec= ts > 0.0 0.0% 100.0% 0.0 0.0% ciObjectFactory::initialize > 0.0 0.0% 100.0% 0.0 0.0% > ciReceiverTypeData::translate_receiver_data_from > 0.0 0.0% 100.0% 0.0 0.0% > ciTypeFlow::StateVector::apply_one_bytecode > 0.0 0.0% 100.0% 0.0 0.0% > ciTypeFlow::StateVector::do_getstatic > 0.0 0.0% 100.0% 0.0 0.0% ciTypeFlow::StateVector::do_invoke > 0.0 0.0% 100.0% 0.0 0.0% > ciTypeFlow::StateVector::do_putstatic > 0.0 0.0% 100.0% 0.0 0.0% ciTypeFlow::df_flow_types > 0.0 0.0% 100.0% 0.0 0.0% ciTypeFlow::do_flow > 0.0 0.0% 100.0% 0.0 0.0% ciTypeFlow::flow_block > 0.0 0.0% 100.0% 0.0 0.0% ciVirtualCallData::translate_from > 0.0 0.0% 100.0% 0.0 0.0% class_name_to_ID > 0.0 0.0% 100.0% 0.0 0.0% class_to_ID > 0.0 0.0% 100.0% 0.0 0.0% compilationPolicy_init > 0.0 0.0% 100.0% 0.0 0.0% compiledVFrame::sender > 0.0 0.0% 100.0% 0.0 0.0% constantPoolOopDesc::klass_at > 0.0 0.0% 100.0% 0.0 0.0% > constantPoolOopDesc::klass_at_if_loaded > 0.0 0.0% 100.0% 0.6 0.3% constantPoolOopDesc::klass_at_impl > 0.0 0.0% 100.0% 0.1 0.0% > constantPoolOopDesc::resolve_string_constants_impl > 0.0 0.0% 100.0% 0.2 0.1% constantPoolOopDesc::string_at_imp= l > 0.0 0.0% 100.0% 0.0 0.0% create_initial_thread > 0.0 0.0% 100.0% 0.0 0.0% create_shared_memory > 0.0 0.0% 100.0% 0.0 0.0% dlopen_doit > 0.0 0.0% 100.0% 0.0 0.0% do_dlopen > 0.0 0.0% 100.0% 0.0 0.0% find_class_from_class_loader > 0.0 0.0% 100.0% 0.4 0.2% frame::oops_code_blob_do > 0.0 0.0% 100.0% 0.0 0.0% generate_handler_blob > 0.0 0.0% 100.0% 0.0 0.0% generate_resolve_blob > 0.0 0.0% 100.0% 0.0 0.0% get_method_id > 0.0 0.0% 100.0% 0.0 0.0% get_mirror_from_signature > 0.0 0.0% 100.0% 0.0 0.0% get_or_compute_monitor_info > 0.0 0.0% 100.0% 0.0 0.0% get_sharedmem_filename > 0.0 0.0% 100.0% 35.5 16.6% init_globals > 0.0 0.0% 100.0% 0.0 0.0% initializeDirectBufferSupport > 0.0 0.0% 100.0% 0.0 0.0% initializeEncoding > 0.0 0.0% 100.0% 0.0 0.0% initialize_class > 0.0 0.0% 100.0% 0.3 0.1% > instanceKlass::call_class_initializer > 0.0 0.0% 100.0% 0.0 0.0% > instanceKlass::do_local_static_fields_impl > 0.0 0.0% 100.0% 0.3 0.2% instanceKlass::initialize > 0.0 0.0% 100.0% 0.0 0.0% instanceKlass::link_class > 0.0 0.0% 100.0% 0.0 0.0% instanceKlass::link_class_impl > 0.0 0.0% 100.0% 0.0 0.0% instanceKlass::link_class_or_fail > 0.0 0.0% 100.0% 0.1 0.0% instanceKlass::register_finalizer > 0.0 0.0% 100.0% 0.0 0.0% interpreter_init > 0.0 0.0% 100.0% 0.0 0.0% javaClasses_init > 0.0 0.0% 100.0% 0.0 0.0% java_lang_reflect_Field::create > 0.0 0.0% 100.0% 0.0 0.0% > java_security_AccessControlContext::create > 0.0 0.0% 100.0% 11.4 5.3% java_start > 0.0 0.0% 100.0% 0.0 0.0% jmm_GetMemoryPools > 0.0 0.0% 100.0% 0.0 0.0% jni_AttachCurrentThread > 0.0 0.0% 100.0% 0.0 0.0% jni_CallObjectMethod > 0.0 0.0% 100.0% 0.0 0.0% jni_CallStaticBooleanMethodV > 0.0 0.0% 100.0% 1.2 0.6% jni_CallStaticVoidMethod > 0.0 0.0% 100.0% 0.0 0.0% jni_CallVoidMethod > 0.0 0.0% 100.0% 0.0 0.0% jni_DestroyJavaVM > 0.0 0.0% 100.0% 0.0 0.0% jni_FindClass > 0.0 0.0% 100.0% 0.0 0.0% jni_GetMethodID > 0.0 0.0% 100.0% 0.0 0.0% jni_GetStaticFieldID > 0.0 0.0% 100.0% 0.0 0.0% jni_GetStaticMethodID > 0.0 0.0% 100.0% 0.0 0.0% jni_NewDirectByteBuffer > 0.0 0.0% 100.0% 0.0 0.0% jni_NewObject > 0.0 0.0% 100.0% 0.0 0.0% jni_NewObjectV > 0.0 0.0% 100.0% 0.0 0.0% jni_RegisterNatives > 0.0 0.0% 100.0% 0.0 0.0% jni_ToReflectedMethod > 0.0 0.0% 100.0% 0.1 0.0% jni_invoke_nonstatic > 0.0 0.0% 100.0% 1.2 0.6% jni_invoke_static > 0.0 0.0% 100.0% 0.8 0.4% jvm_define_class_common > 0.0 0.0% 100.0% 0.0 0.0% klassItable::initialize_itable > 0.0 0.0% 100.0% 0.0 0.0% klassVtable::initialize_vtable > 0.0 0.0% 100.0% 0.0 0.0% lookupDirectBufferClasses > 0.0 0.0% 100.0% 0.0 0.0% lookupOne > 0.0 0.0% 100.0% 0.0 0.0% management_init > 0.0 0.0% 100.0% 0.0 0.0% mmap_create_shared > 0.0 0.0% 100.0% 0.0 0.0% mutex_init > 0.0 0.0% 100.0% 0.0 0.0% > nmethod::add_handler_for_exception_and_pc > 0.0 0.0% 100.0% 0.0 0.0% nmethod::new_native_nmethod > 0.0 0.0% 100.0% 0.0 0.0% nmethod::scope_desc_at > 0.0 0.0% 100.0% 0.0 0.0% object_fullinfo_to_classclass > 0.0 0.0% 100.0% 0.0 0.0% oopDesc::slow_identity_hash > 0.0 0.0% 100.0% 0.0 0.0% oopFactory::new_symbol > 0.0 0.0% 100.0% 0.2 0.1% oopFactory::new_symbols > 0.0 0.0% 100.0% 0.0 0.0% os::create_attached_thread > 0.0 0.0% 100.0% 0.0 0.0% os::init_2 > 0.0 0.0% 100.0% 0.0 0.0% os::init_system_properties_values > 0.0 0.0% 100.0% 0.0 0.0% os::set_boot_path > 0.0 0.0% 100.0% 0.0 0.0% os::signal_init > 0.0 0.0% 100.0% 0.0 0.0% os::strdup > 0.0 0.0% 100.0% 0.0 0.0% ostream_init > 0.0 0.0% 100.0% 0.0 0.0% ostream_init_log > 0.0 0.0% 100.0% 0.0 0.0% perfMemory_init > 0.0 0.0% 100.0% 0.0 0.0% putenv > 0.0 0.0% 100.0% 0.0 0.0% setPathEnvironment > 0.0 0.0% 100.0% 0.0 0.0% setlocale > 0.0 0.0% 100.0% 11.4 5.3% start_thread > 0.0 0.0% 100.0% 0.0 0.0% tzset > 0.0 0.0% 100.0% 0.0 0.0% tzset_internal > 0.0 0.0% 100.0% 0.2 0.1% universe2_init > 0.0 0.0% 100.0% 35.3 16.5% universe_init > 0.0 0.0% 100.0% 0.0 0.0% universe_post_init > 0.0 0.0% 100.0% 0.0 0.0% vframe::new_vframe > 0.0 0.0% 100.0% 0.0 0.0% vframe::sender > 0.0 0.0% 100.0% 0.0 0.0% vmSymbols::initialize > 0.0 0.0% 100.0% 0.0 0.0% vm_init_globals > > > thanks, regards > ________________________________ This email (including any attachments) is confidential and may be legally p= rivileged. If you received this email in error, please delete it immediatel= y and do not copy it or use it for any purpose or disclose its contents to = any other person. Thank you. =E6=9C=AC=E7=94=B5=E9=82=AE(=E5=8C=85=E6=8B=AC=E4=BB=BB=E4=BD=95=E9=99=84= =E4=BB=B6)=E5=8F=AF=E8=83=BD=E5=90=AB=E6=9C=89=E6=9C=BA=E5=AF=86=E8=B5=84= =E6=96=99=E5=B9=B6=E5=8F=97=E6=B3=95=E5=BE=8B=E4=BF=9D=E6=8A=A4=E3=80=82=E5= =A6=82=E6=82=A8=E4=B8=8D=E6=98=AF=E6=AD=A3=E7=A1=AE=E7=9A=84=E6=94=B6=E4=BB= =B6=E4=BA=BA=EF=BC=8C=E8=AF=B7=E6=82=A8=E7=AB=8B=E5=8D=B3=E5=88=A0=E9=99=A4= =E6=9C=AC=E9=82=AE=E4=BB=B6=E3=80=82=E8=AF=B7=E4=B8=8D=E8=A6=81=E5=B0=86=E6= =9C=AC=E7=94=B5=E9=82=AE=E8=BF=9B=E8=A1=8C=E5=A4=8D=E5=88=B6=E5=B9=B6=E7=94= =A8=E4=BD=9C=E4=BB=BB=E4=BD=95=E5=85=B6=E4=BB=96=E7=94=A8=E9=80=94=E3=80=81= =E6=88=96=E9=80=8F=E9=9C=B2=E6=9C=AC=E9=82=AE=E4=BB=B6=E4=B9=8B=E5=86=85=E5= =AE=B9=E3=80=82=E8=B0=A2=E8=B0=A2=E3=80=82 --f46d042dfebb99a90704cefa7fb0--