[8u] RFR 8153732: Windows remote printer changes do not reflect in lookupPrintServices()
Zhengyu Gu
zgu at redhat.com
Tue Jun 4 15:08:23 UTC 2019
Ping!
Thanks,
-Zhengyu
On 5/28/19 9:03 AM, Zhengyu Gu wrote:
> Hi,
>
> Could you please review this 8u backport? After JDK-8055705 backport,
> the original patch still does not apply cleanly, due to missing
> following Thread API in JDK8u.
>
> public Thread(ThreadGroup group,
> Runnable target,
> String name,
> long stackSize,
> boolean inheritThreadLocals)
>
> The original patch has inheritThreadLocals = false, but replacement API
>
> public Thread(ThreadGroup group,
> Runnable target,
> String name,
> long stackSize)
> has it default to true.
>
> Could AWT folks take a look?
>
>
> JDK9 bug: https://bugs.openjdk.java.net/browse/JDK-8153732
> Original patch: http://hg.openjdk.java.net/jdk/client/rev/732a3b600098
>
>
> 8u Backport: http://cr.openjdk.java.net/~zgu/JDK-8153732_8u/webrev.01/
>
> Test:
> manual test: RemotePrinterStatusRefresh
>
> Thanks,
>
> -Zhengyu
>
> Thanks,
>
> -Zhengyu
>
More information about the jdk8u-dev
mailing list