RFR: 8358729: jdk/internal/loader/URLClassPath/ClassnameCharTest.java depends on Applet [v4]
Justin Lu
jlu at openjdk.org
Fri Jun 13 17:47:16 UTC 2025
On Thu, 12 Jun 2025 21:42:26 GMT, Lance Andersen <lancea at openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address offline review -> comments for maintainers, simplify exc and JAR_PATH
>
> test/jdk/jdk/internal/loader/URLClassPath/ClassnameCharTest.java line 136:
>
>> 134: return defineClass(name, b, 0, b.length, codesource);
>> 135: }
>> 136: // protocol/host/port mismatch, fail with RuntimeExc
>
> Typo RuntimeExc?
https://github.com/openjdk/jdk/pull/25703/commits/02c76c749015fc7d59992036625363d16773595f corrects the comment typo and also makes a conversion of this test to JUnit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25703#discussion_r2145674512
More information about the core-libs-dev
mailing list