8351740: Clean up some code around initialization of encoding properties #24463
+43
−32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some of the code that creates various encoding properties at JVM initialization time, such as file.encoding and native.encoding, could use some cleaning up. Cleanup is fairly minimal and should be mostly behavior-preserving. Changes include the following:
In the java_props.h and java_props_md.c files, add documentation and asserts that the sprops.encoding and sprops.sun_jnu_encoding members are always set to non-NULL by the platform-specific code.
In SystemProps.java, remove a null check that is now extraneous based on the above assertion.
In SystemProps.java, rearrange logic (with no behavior change) around handling of the "COMPAT" value for the file.encoding property.
In SystemProps.Raw, rename the platform properties array index from _file_encoding_NDX to _native_encoding_NDX.
In SystemProps.Raw.cmdProperties(), adjust the HashMap size computation. This should actually avoid resizing of the HashMap (unlike the earlier code).
Adjust various comments in several places for clarity and correctness.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24463/head:pull/24463
$ git checkout pull/24463
Update a local copy of the PR:
$ git checkout pull/24463
$ git pull https://git.openjdk.org/jdk.git pull/24463/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24463
View PR using the GUI difftool:
$ git pr show -t 24463
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24463.diff
Using Webrev
Link to Webrev Comment