On Thu, 12 Nov 2020 20:48:13 GMT, Andy Herrick wrote:
>> JDK-8189198: Add "forRemoval = true" to Applet APIs
>
> Andy Herrick has updated the pull request with a new target base due to a
> merge or a rebase. The incremental webrev excludes the unrelated changes
> brought in by the merge/rebase.
> JDK-8189198: Add "forRemoval = true" to Applet APIs
Andy Herrick has updated the pull request incrementally with one additional
commit since the last revision:
JDK-8189198: Add "forRemoval = true" to Applet APIs
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1127/fil
On Fri, 13 Nov 2020 09:31:53 GMT, Alan Bateman wrote:
>> Andy Herrick has updated the pull request with a new target base due to a
>> merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains six additional
>> commits
On Fri, 13 Nov 2020 15:05:15 GMT, Andy Herrick wrote:
>> JDK-8189198: Add "forRemoval = true" to Applet APIs
>
> Andy Herrick has updated the pull request incrementally with one additional
> commit since the last revision:
>
> JDK-8189198: Add "forRemoval = true" to Applet APIs
src/java.desk
On Fri, 13 Nov 2020 18:01:18 GMT, Kevin Rushforth wrote:
>> src/java.naming/share/classes/javax/naming/Context.java line 1087:
>>
>>> 1085: @Deprecated(since="16", forRemoval=true)
>>> 1086: String APPLET = "java.naming.applet";
>>> 1087: };
>>
>> Probably should be since="9" (the depre
The implementation of ICC_Profile tries to defer loading the data of the color
profile, and it uses some predefined values for some profile properties for the
standard profiles like sRGB, PYCC, etc. If the application requests profile
data then the ICC_Profile class activates the profile and use
On Fri, 13 Nov 2020 18:20:37 GMT, Kevin Rushforth wrote:
>> Andy Herrick has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> JDK-8189198: Add "forRemoval = true" to Applet APIs
>
> src/java.desktop/share/classes/java/applet/package-info.java
On Tue, 10 Nov 2020 01:09:03 GMT, Sergey Bylokhov wrote:
>> @mrserb With the last dev build of GraalVM based on JDK 11.09, the bug can
>> be reproduced by the approach that I've mentioned above.
>> The general steps:
>> - download the [last dev
>> build](https://github.com/graalvm/graalvm-ce-d
On Sat, 14 Nov 2020 00:23:10 GMT, Sergey Bylokhov wrote:
>> I think part of the changed code is actually dead code and can be removed,
>> I'll take a look.
>
> The changes in awt_LoadLibrary.c and XToolkit.c is mostly noop except
> excluding dladdr/dlopen. Since XsessionWMcommand/AWTIsHeadless