src/hotspot/share/gc/shenandoah/shenandoahJfrSupport.cpp
changeset 58863 c16ac7a2eba4
parent 54975 6b976a59ee87
equal deleted inserted replaced
58861:2c3cc4b01880 58863:c16ac7a2eba4
    45   }
    45   }
    46 };
    46 };
    47 
    47 
    48 void ShenandoahJFRSupport::register_jfr_type_serializers() {
    48 void ShenandoahJFRSupport::register_jfr_type_serializers() {
    49   JfrSerializer::register_serializer(TYPE_SHENANDOAHHEAPREGIONSTATE,
    49   JfrSerializer::register_serializer(TYPE_SHENANDOAHHEAPREGIONSTATE,
    50                                      false,
       
    51                                      true,
    50                                      true,
    52                                      new ShenandoahHeapRegionStateConstant());
    51                                      new ShenandoahHeapRegionStateConstant());
    53 }
    52 }
    54 #endif
    53 #endif
    55 
    54