On Mon, 9 Jun 2025 20:42:43 GMT, Justin Lu <j...@openjdk.org> wrote: > Please review this PR which finishes Applet removal for the test: > jdk/internal/loader/URLClassPath/ClassnameCharTest.java. > > `testclasses.jar` is updated such that the two classes no longer extend > Applet. > > > $ javap fo\ o.class > public class fo o { > } > $ javap æ$'\302\211'$'\302\213'å$'\302\206'$'\302\214'.class > public class 手册 { > } > > > The bug description of > [JDK-8358729](https://bugs.openjdk.org/browse/JDK-8358729) contains the > original `javap` output for those classes. > > Additionally, the security APIs that were marked for removal are also removed > from this test as well.
Hi Jai, https://github.com/openjdk/jdk/pull/25703/commits/ab8785ccf068d19da049ca9233311b50a680f799 dynamically creates the class and jar file. I decided not to write "手册" as a Jar entry, since it's commented out in the test. It should be trivial to dynamically create an entry for that class in the future if needed. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25703#issuecomment-2964463834