On 05/03/2018 18:29, Brian Burkhalter wrote:
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.
This looks okay to me. -Alan
