RFR 8198899: Compilation errors in java.prefs with VS 2017https://bugs.openjdk.java.net/browse/JDK-8198899 http://javaweb.us.oracle.com/~bburkhal/jdk/review/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 open/test/jdk/:jdk_core, closed/test/jdk/:jdk_core passed in Mach 5 on Windows-x64. Thanks, Brian

Brian Burkhalter brian.burkhalter at oracle.com
Mon Mar 5 18:29:57 UTC 2018


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


More information about the core-libs-dev mailing list