<AWT Dev> [9] Review Request: 8039752 Regression: Clipboard couldn't be used on linux
Anthony Petrov
anthony.petrov at oracle.com
Wed Apr 9 13:48:15 UTC 2014
Hi Petr,
The fix looks fine to me.
--
best regards,
Anthony
On 4/9/2014 5:43 PM, Petr Pchelko wrote:
> Hello, AWT Team.
>
> Please review the fix for the issue:
> https://bugs.openjdk.java.net/browse/JDK-8039752
> The fix is available at:
> http://cr.openjdk.java.net/~pchelko/9/8039752/webrev/
>
> I've recently made this regression( The currentDataFlavors was moved to the Clipboard constructor,
> but it could possibly call overridable methods which could use the system clipboard. And it's not
> constructed at this time which causes an NPE on Linux.
>
> In this fix I'm moving back to lazy initialization of the flavorListeners and currentDataFlavors.
>
> FYI: here's the fix that caused this regression: http://cr.openjdk.java.net/~pchelko/9/6463901/webrev.02/
>
> With best regards. Petr.
>
More information about the awt-dev
mailing list