Hello. Please review fix for jdk11. Bug: https://bugs.openjdk.java.net/browse/JDK-8198895 Webrev can be found at: http://cr.openjdk.java.net/~serb/8198895/webrev.01
VS2017 produces the warnings when we use casts some integral types to pointers or use casts of pointers to types. The fix simply suppress such warnings using the intermediate casts to intptr_t(same approach as in JDK-8196884[1])
[1] https://bugs.openjdk.java.net/browse/JDK-8196884 -- Best regards, Sergey.