1Setting SecurityManager. 2checkPermission: (java.security.SecurityPermission getProperty.package.access) 3checkPackageAccess: java.lang 4Running tests. 5 6getFields A 7checkMemberAccess: other.Blort, PUBLIC 8getFields B 9checkMemberAccess: other.Blort, PUBLIC 10java.lang.SecurityException: Denied! 11 12getDeclaredFields A 13checkMemberAccess: other.Blort, DECLARED 14checkPermission: (java.lang.RuntimePermission accessDeclaredMembers) 15getDeclaredFields B 16checkMemberAccess: other.Blort, DECLARED 17java.lang.SecurityException: Denied! 18 19getMethods A 20checkMemberAccess: other.Blort, PUBLIC 21getMethods B 22checkMemberAccess: other.Blort, PUBLIC 23java.lang.SecurityException: Denied! 24 25getDeclaredMethods A 26checkMemberAccess: other.Blort, DECLARED 27checkPermission: (java.lang.RuntimePermission accessDeclaredMembers) 28getDeclaredMethods B 29checkMemberAccess: other.Blort, DECLARED 30java.lang.SecurityException: Denied! 31 32getConstructors A 33checkMemberAccess: other.Blort, PUBLIC 34getConstructors B 35checkMemberAccess: other.Blort, PUBLIC 36java.lang.SecurityException: Denied! 37 38getDeclaredConstructors A 39checkMemberAccess: other.Blort, DECLARED 40checkPermission: (java.lang.RuntimePermission accessDeclaredMembers) 41getDeclaredConstructors B 42checkMemberAccess: other.Blort, DECLARED 43java.lang.SecurityException: Denied! 44 45getClasses A 46checkMemberAccess: other.Blort, PUBLIC 47getClasses B 48checkMemberAccess: other.Blort, PUBLIC 49java.lang.SecurityException: Denied! 50 51getDeclaredClasses A 52checkMemberAccess: other.Blort, DECLARED 53checkPermission: (java.lang.RuntimePermission accessDeclaredMembers) 54getDeclaredClasses B 55checkMemberAccess: other.Blort, DECLARED 56java.lang.SecurityException: Denied! 57 58Done! 59