/* */ public BasicBootstrap()
/* */ {
/* 59 */ Properties props = getConfigProperties();
/* 60 */ if (props == null)
/* 61 */ props = getSystemProperties();
/* 62 */ PropertyKernelConfig config = new PropertyKernelConfig(props);
/* 63 */ PrivilegedAction action = new PrivilegedAction(config)
/* */ {
/* */ public Object run()
/* */ {
/* 67 */ BasicBootstrap.this.setConfig(this.val$config);