Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/java.base/unix/native/libjava/java_props_md.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ GetJavaProperties(JNIEnv *env)

/* Determine the language, country, variant, and encoding from the host,
* and store these in the user.language, user.country, user.variant and
* file.encoding system properties. */
* native.encoding system properties. */
setlocale(LC_ALL, "");
if (ParseLocale(env, LC_CTYPE,
&(sprops.format_language),
Expand Down
2 changes: 1 addition & 1 deletion src/java.base/windows/native/libjava/java_props_md.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ GetJavaProperties(JNIEnv* env)
/*
* user.language
* user.script, user.country, user.variant (if user's environment specifies them)
* file.encoding
* native.encoding
*/
{
/*
Expand Down