https://bugs.openjdk.java.net/browse/JDK-8198899 http://cr.openjdk.java.net/~bpb/8198899/webrev.00/
This code currently represents a 64-bit Windows HKEY as an int at the Java level. The proposed change is to represent the HKEY as a long. All existing regression tests passed on Windows-x64. Thanks, Brian