src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WindowsRegistry.java
branchJDK-8200758-branch
changeset 57909 c7de06ed4b54
parent 57391 970f28090a06
equal deleted inserted replaced
57908:9a005146bc1c 57909:c7de06ed4b54
   122      * @param lKey native handle to open key returned by openRegistryKey
   122      * @param lKey native handle to open key returned by openRegistryKey
   123      */
   123      */
   124     private static native void closeRegistryKey(long lKey);
   124     private static native void closeRegistryKey(long lKey);
   125 
   125 
   126     /**
   126     /**
   127      * Compares two Windows paths regardless case and if paths are short or long.
   127      * Compares two Windows paths regardless case and if paths
       
   128      * are short or long.
   128      *
   129      *
   129      * @param path1 path to compare
   130      * @param path1 path to compare
   130      * @param path2 path to compare
   131      * @param path2 path to compare
   131      * @return true if paths point to same location
   132      * @return true if paths point to same location
   132      */
   133      */