RFR: 8358729: jdk/internal/loader/URLClassPath/ClassnameCharTest.java depends on Applet [v3]
Justin Lu
jlu at openjdk.org
Thu Jun 12 16:36:11 UTC 2025
> 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.
Justin Lu has updated the pull request incrementally with two additional commits since the last revision:
- removing a typo
- Jai's review - Cleanup & JAR_PATH String -> Path
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25703/files
- new: https://git.openjdk.org/jdk/pull/25703/files/ab8785cc..a9cad716
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25703&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25703&range=01-02
Stats: 13 lines in 1 file changed: 4 ins; 4 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/25703.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25703/head:pull/25703
PR: https://git.openjdk.org/jdk/pull/25703
More information about the core-libs-dev
mailing list