On Thu, 19 Sep 2024 22:25:25 GMT, Justin Lu 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 o
Hi,
Inspired by JDK-8341142, I noticed that the source code files
for sun.net.protocol.www.file.Handler (unix/windows) are actually quite
similar in program meaning, but have drifted apart in code style, variable
names, comments and general organization.
This makes diffs between these files more
On Thu, 3 Oct 2024 18:15:55 GMT, Justin Lu 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
>> c
On Sun, 29 Sep 2024 04:49:14 GMT, Jaikiran Pai wrote:
> Can I please get a review of this change which proposes to keep a single
> source file for `sun.net.www.protocol.jar.JarFileFactory`?
>
> As noted in https://bugs.openjdk.org/browse/JDK-8341142, the sole difference
> between the current t