540541542543544545546547548549550
final Field[] fields; if ( System.getSecurityManager() != null ) { fields = AccessController.doPrivileged( action ); } else { fields = action.run(); } return fields; } /**
538539540541542543544545546547548
511512513514515516517518519520521