Skip to content

Commit

Permalink
8261977: Fix comment for getPrefixed() in canonicalize_md.c
Browse files Browse the repository at this point in the history
Reviewed-by: alanb
  • Loading branch information
Alexey Semenyuk committed Feb 18, 2021
1 parent 9cf4f90 commit 0c31d5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/java.base/windows/native/libjava/canonicalize_md.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,7 @@ JDK_Canonicalize(const char *orig, char *out, int len) {
return ret;
}

/* The appropriate location of getPrefixed() is io_util_md.c, but it is
also used in a non-OpenJDK context within Oracle. There, canonicalize_md.c
is already pulled in and compiled, so to avoid more complicated solutions
we keep this method here.
*/
/* The appropriate location of getPrefixed() is io_util_md.c */

/* copy \\?\ or \\?\UNC\ to the front of path */
JNIEXPORT WCHAR*
Expand Down

1 comment on commit 0c31d5b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.