On 26/10/2016 21:05, David DeHaven wrote:
Please review these fairly trivial patches for: https://bugs.openjdk.java.net/browse/JDK-8167187It was decided that since getWindow is deprecated and likely to be removed in a future release that it's not worth changing the signature which would potentially break other uses of jdk.jsobject in the future. Instead we'll just suppress the warning for that method only and remove the -Xlint:-exports flag.
This looks good to me too. -Alan