-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 8u251
-
Component/s: hotspot
-
x86
-
linux
ADDITIONAL SYSTEM INFORMATION :
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode)
CentOS release 6.4 (Final)
A DESCRIPTION OF THE PROBLEM :
My java application base on spring mvc. When it runs for a few hours. The C1 compiler compiles the same method over and over again occasionally, so that the jvm code cache is full.
I opened the -XX:+LogCompilation option and got part of a continuous log below:
<nmethod compile_id='34003' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03cf760' size='22888' address='0x00007fc0f03cf350' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6792040' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25894.142'/>
<writer thread='140464145962752'/>
<task_queued compile_id='34004' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6793064' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25898.115' comment='tiered' hot_count='6793063'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34004' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03d50e0' size='22888' address='0x00007fc0f03d4cd0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6793066' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25898.122'/>
<writer thread='140465046017792'/>
<task_queued compile_id='34005' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6794088' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25901.856' comment='tiered' hot_count='6794087'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34005' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03daa60' size='22888' address='0x00007fc0f03da650' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6794089' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25901.863'/>
<sweeper state='finished' traversals='461' total_blobs='23467' nmethods='22826' adapters='563' free_code_cache='32371200' stamp='25901.869'/>
<writer thread='140465034569472'/>
<task_queued compile_id='34006' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6795111' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25905.880' comment='tiered' hot_count='6795111'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34006' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03e03e0' size='22888' address='0x00007fc0f03dffd0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6795115' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25905.887'/>
<writer thread='140464102299392'/>
<task_queued compile_id='34007' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6796135' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25909.847' comment='tiered' hot_count='6796135'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34007' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03e5d60' size='22888' address='0x00007fc0f03e5950' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6796137' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25909.854'/>
<writer thread='140465970423552'/>
<task_queued compile_id='34008' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6797159' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25913.795' comment='tiered' hot_count='6797159'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34008' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03eb6e0' size='22888' address='0x00007fc0f03eb2d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6797163' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25913.803'/>
<writer thread='140465037231872'/>
<task_queued compile_id='34009' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6798183' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25917.667' comment='tiered' hot_count='6798183'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34009' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03f1060' size='22888' address='0x00007fc0f03f0c50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6798184' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25917.675'/>
<writer thread='140466106971904'/>
<task_queued compile_id='34010' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6799207' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25921.595' comment='tiered' hot_count='6799207'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34010' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03f69e0' size='22888' address='0x00007fc0f03f65d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6799210' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25921.603'/>
<writer thread='140465989060352'/>
<task_queued compile_id='34011' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6800232' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25925.557' comment='tiered' hot_count='6800231'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34011' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03fc360' size='22888' address='0x00007fc0f03fbf50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6800233' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25925.564'/>
<writer thread='140465027913472'/>
<task_queued compile_id='34012' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6801256' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25929.356' comment='tiered' hot_count='6801255'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34012' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0401ce0' size='22888' address='0x00007fc0f04018d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6801257' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25929.363'/>
<writer thread='140464099636992'/>
<task_queued compile_id='34013' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6802279' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25933.346' comment='tiered' hot_count='6802279'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34013' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0407660' size='22888' address='0x00007fc0f0407250' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6802281' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25933.353'/>
<writer thread='140464151021312'/>
<task_queued compile_id='34014' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6803303' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25937.183' comment='tiered' hot_count='6803303'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34014' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f040cfe0' size='22888' address='0x00007fc0f040cbd0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6803304' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25937.190'/>
<writer thread='140465969891072'/>
<task_queued compile_id='34015' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6804327' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25940.872' comment='tiered' hot_count='6804327'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34015' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0412960' size='22888' address='0x00007fc0f0412550' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6804333' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25940.881'/>
<writer thread='140464126260992'/>
<task_queued compile_id='34016' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6805352' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25944.689' comment='tiered' hot_count='6805351'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34016' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f04182e0' size='22888' address='0x00007fc0f0417ed0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6805353' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25944.697'/>
<make_not_entrant thread='140466124146432' zombie='1' compile_id='29603' compiler='C1' level='3' stamp='25944.698'/>
<writer thread='140465034835712'/>
<task_queued compile_id='34017' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6806375' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25948.608' comment='tiered' hot_count='6806375'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34017' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f041dc60' size='22888' address='0x00007fc0f041d850' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6806375' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25948.615'/>
<writer thread='140464140904192'/>
<task_queued compile_id='34018' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6807399' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25952.517' comment='tiered' hot_count='6807399'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34018' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f04235e0' size='22888' address='0x00007fc0f04231d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6807400' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25952.524'/>
<writer thread='140464123066112'/>
<task_queued compile_id='34019' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6808423' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25956.461' comment='tiered' hot_count='6808423'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34019' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0428f60' size='22888' address='0x00007fc0f0428b50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6808425' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25956.469'/>
<writer thread='140464102565632'/>
<task_queued compile_id='34020' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6809447' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25960.403' comment='tiered' hot_count='6809447'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34020' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f042e8e0' size='22888' address='0x00007fc0f042e4d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6809447' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25960.410'/>
<writer thread='140464146495232'/>
<task_queued compile_id='34021' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6810471' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25964.404' comment='tiered' hot_count='6810471'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34021' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0434260' size='22888' address='0x00007fc0f0433e50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6810473' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25964.411'/>
<writer thread='140464102299392'/>
<task_queued compile_id='34022' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6811495' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25968.376' comment='tiered' hot_count='6811495'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34022' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0439be0' size='22888' address='0x00007fc0f04397d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6811497' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25968.384'/>
<sweeper state='finished' traversals='462' total_blobs='23484' nmethods='22843' adapters='563' free_code_cache='31981696' stamp='25968.392'/>
Thank you for reading!
FREQUENCY : occasionally
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode)
CentOS release 6.4 (Final)
A DESCRIPTION OF THE PROBLEM :
My java application base on spring mvc. When it runs for a few hours. The C1 compiler compiles the same method over and over again occasionally, so that the jvm code cache is full.
I opened the -XX:+LogCompilation option and got part of a continuous log below:
<nmethod compile_id='34003' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03cf760' size='22888' address='0x00007fc0f03cf350' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6792040' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25894.142'/>
<writer thread='140464145962752'/>
<task_queued compile_id='34004' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6793064' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25898.115' comment='tiered' hot_count='6793063'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34004' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03d50e0' size='22888' address='0x00007fc0f03d4cd0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6793066' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25898.122'/>
<writer thread='140465046017792'/>
<task_queued compile_id='34005' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6794088' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25901.856' comment='tiered' hot_count='6794087'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34005' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03daa60' size='22888' address='0x00007fc0f03da650' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6794089' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25901.863'/>
<sweeper state='finished' traversals='461' total_blobs='23467' nmethods='22826' adapters='563' free_code_cache='32371200' stamp='25901.869'/>
<writer thread='140465034569472'/>
<task_queued compile_id='34006' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6795111' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25905.880' comment='tiered' hot_count='6795111'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34006' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03e03e0' size='22888' address='0x00007fc0f03dffd0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6795115' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25905.887'/>
<writer thread='140464102299392'/>
<task_queued compile_id='34007' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6796135' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25909.847' comment='tiered' hot_count='6796135'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34007' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03e5d60' size='22888' address='0x00007fc0f03e5950' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6796137' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25909.854'/>
<writer thread='140465970423552'/>
<task_queued compile_id='34008' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6797159' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25913.795' comment='tiered' hot_count='6797159'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34008' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03eb6e0' size='22888' address='0x00007fc0f03eb2d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6797163' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25913.803'/>
<writer thread='140465037231872'/>
<task_queued compile_id='34009' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6798183' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25917.667' comment='tiered' hot_count='6798183'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34009' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03f1060' size='22888' address='0x00007fc0f03f0c50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6798184' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25917.675'/>
<writer thread='140466106971904'/>
<task_queued compile_id='34010' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6799207' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25921.595' comment='tiered' hot_count='6799207'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34010' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03f69e0' size='22888' address='0x00007fc0f03f65d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6799210' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25921.603'/>
<writer thread='140465989060352'/>
<task_queued compile_id='34011' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6800232' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25925.557' comment='tiered' hot_count='6800231'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34011' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f03fc360' size='22888' address='0x00007fc0f03fbf50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6800233' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25925.564'/>
<writer thread='140465027913472'/>
<task_queued compile_id='34012' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6801256' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25929.356' comment='tiered' hot_count='6801255'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34012' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0401ce0' size='22888' address='0x00007fc0f04018d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6801257' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25929.363'/>
<writer thread='140464099636992'/>
<task_queued compile_id='34013' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6802279' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25933.346' comment='tiered' hot_count='6802279'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34013' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0407660' size='22888' address='0x00007fc0f0407250' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6802281' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25933.353'/>
<writer thread='140464151021312'/>
<task_queued compile_id='34014' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6803303' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25937.183' comment='tiered' hot_count='6803303'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34014' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f040cfe0' size='22888' address='0x00007fc0f040cbd0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6803304' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25937.190'/>
<writer thread='140465969891072'/>
<task_queued compile_id='34015' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6804327' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25940.872' comment='tiered' hot_count='6804327'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34015' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0412960' size='22888' address='0x00007fc0f0412550' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6804333' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25940.881'/>
<writer thread='140464126260992'/>
<task_queued compile_id='34016' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6805352' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25944.689' comment='tiered' hot_count='6805351'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34016' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f04182e0' size='22888' address='0x00007fc0f0417ed0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6805353' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25944.697'/>
<make_not_entrant thread='140466124146432' zombie='1' compile_id='29603' compiler='C1' level='3' stamp='25944.698'/>
<writer thread='140465034835712'/>
<task_queued compile_id='34017' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6806375' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25948.608' comment='tiered' hot_count='6806375'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34017' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f041dc60' size='22888' address='0x00007fc0f041d850' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6806375' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25948.615'/>
<writer thread='140464140904192'/>
<task_queued compile_id='34018' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6807399' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25952.517' comment='tiered' hot_count='6807399'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34018' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f04235e0' size='22888' address='0x00007fc0f04231d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6807400' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25952.524'/>
<writer thread='140464123066112'/>
<task_queued compile_id='34019' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6808423' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25956.461' comment='tiered' hot_count='6808423'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34019' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0428f60' size='22888' address='0x00007fc0f0428b50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6808425' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25956.469'/>
<writer thread='140464102565632'/>
<task_queued compile_id='34020' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6809447' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25960.403' comment='tiered' hot_count='6809447'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34020' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f042e8e0' size='22888' address='0x00007fc0f042e4d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6809447' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25960.410'/>
<writer thread='140464146495232'/>
<task_queued compile_id='34021' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6810471' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25964.404' comment='tiered' hot_count='6810471'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34021' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0434260' size='22888' address='0x00007fc0f0433e50' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6810473' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25964.411'/>
<writer thread='140464102299392'/>
<task_queued compile_id='34022' compile_kind='osr' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6811495' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' osr_bci='490' level='3' stamp='25968.376' comment='tiered' hot_count='6811495'/>
<writer thread='140466124146432'/>
<nmethod compile_id='34022' compile_kind='osr' compiler='C1' level='2' entry='0x00007fc0f0439be0' size='22888' address='0x00007fc0f04397d0' relocation_offset='296' insts_offset='1040' stub_offset='13584' scopes_data_offset='14544' scopes_pcs_offset='19728' dependencies_offset='21056' handler_table_offset='21096' nul_chk_table_offset='22744' oops_offset='14392' method='org/springframework/core/annotation/AnnotatedElementUtils searchWithFindSemantics (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Lorg/springframework/core/annotation/AnnotatedElementUtils$Processor;Ljava/util/Set;I)Ljava/lang/Object;' bytes='725' count='28496' backedge_count='6811497' iicount='28496' decompiles='2' null_check_traps='1' unstable_if_traps='1' stamp='25968.384'/>
<sweeper state='finished' traversals='462' total_blobs='23484' nmethods='22843' adapters='563' free_code_cache='31981696' stamp='25968.392'/>
Thank you for reading!
FREQUENCY : occasionally