123124125126127128129130
/* * For testing, hk2 might not have been able to find the kernel identity * to use. If so, use the open-source kernel identity. */ if (kernelIdentity == null) { kernelIdentity = new NucleusKernelIdentity(); } }