Can I please get a review of this cleanup which removes left over SecurityManager policy files for tests in the java.net area?
The `test/jdk/java/net/InetAddress/policy.file` was in use for a test `GetLocalHostWithSM` which no longer exists in mainline. Similarly, the `policy.fail` and `policy.success` files were in use in `SetFactoryPermission` test which too no longer exists. I'm running a tier test, just to be sure that there are no unexpected references to these files. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8389392: Leftover policy files in java.net tests after Security Manager removal Changes: https://git.openjdk.org/jdk/pull/32108/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32108&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8389392 Stats: 17 lines in 3 files changed: 0 ins; 17 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/32108.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32108/head:pull/32108 PR: https://git.openjdk.org/jdk/pull/32108
