src/hotspot/share/gc/z/zTracer.cpp
branchJEP-349-branch
changeset 57360 5d043a159d5c
parent 53407 690aed53fef0
child 58154 060d9d139109
equal deleted inserted replaced
57359:4cab5edc2950 57360:5d043a159d5c
    56   }
    56   }
    57 };
    57 };
    58 
    58 
    59 static void register_jfr_type_serializers() {
    59 static void register_jfr_type_serializers() {
    60   JfrSerializer::register_serializer(TYPE_ZSTATISTICSCOUNTERTYPE,
    60   JfrSerializer::register_serializer(TYPE_ZSTATISTICSCOUNTERTYPE,
    61                                      false /* require_safepoint */,
       
    62                                      true /* permit_cache */,
    61                                      true /* permit_cache */,
    63                                      new ZStatisticsCounterTypeConstant());
    62                                      new ZStatisticsCounterTypeConstant());
    64   JfrSerializer::register_serializer(TYPE_ZSTATISTICSSAMPLERTYPE,
    63   JfrSerializer::register_serializer(TYPE_ZSTATISTICSSAMPLERTYPE,
    65                                      false /* require_safepoint */,
       
    66                                      true /* permit_cache */,
    64                                      true /* permit_cache */,
    67                                      new ZStatisticsSamplerTypeConstant());
    65                                      new ZStatisticsSamplerTypeConstant());
    68 }
    66 }
    69 #endif
    67 #endif
    70 
    68