On Thu, 19 Sep 2024 22:25:25 GMT, Justin Lu <j...@openjdk.org> wrote:
> Please review this PR which removes usages of Applet within the corelibs > tests. > > Most changes are removed comments/updated var names. The JBS issue lists more > files than the ones included in this pull request, please see the comment on > the JBS issue for the reason why they were not included. > > The following files were removed, > > - test/jdk/java/util/TimeZone/DefaultTimeZoneTest.html > - Test runner is no longer an Applet, so not needed > - test/jdk/java/net/Socket/SocketImplTest.java > - An old Applet test missing Jtreg tags. This pull request has now been integrated. Changeset: 2e5b420f Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2e5b420f81cf714fe66871c4b426a460b4714b28 Stats: 394 lines in 11 files changed: 44 ins; 295 del; 55 mod 8340326: Remove references to Applet in core-libs/security tests Reviewed-by: prr, naoto, dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/21096