LOG.info("Failed to start YourKit CPU profiling", e);
}
try {
if (enableAllocationRecording) {
controller.startAllocationRecording(true, ALLOCATION_RECORDING_INTERVAL,
false, -1, true, false);
LOG.info("Started YourKit allocation recording");
}
// CHECKSTYLE: stop IllegalCatch
} catch (Exception e) {