<Swing Dev> RFR: 8272805: Avoid looking up standard charsets [v2]
Sergei Ustimenko
github.com+5709644+fdesu at openjdk.java.net
Thu Aug 26 18:33:27 UTC 2021
On Thu, 26 Aug 2021 17:39:36 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 14 additional commits since the last revision:
>>
>> - Update the usage of Files.readAllLines()
>> - Update datatransfer
>> - Merge branch 'master' into standard-encodings-in-non-public-modules
>> - Merge branch 'master' into standard-encodings-in-non-public-modules
>> - Fix related imports
>> - Merge branch 'master' into standard-encodings-in-non-public-modules
>> - Cleanup UnsupportedEncodingException
>> - Update PacketStream.java
>> - Rollback TextTests, should be compatible with jdk1.4
>> - Rollback TextRenderTests, should be compatible with jdk1.4
>> - ... and 4 more: https://git.openjdk.java.net/jdk/compare/810191b6...e7127644
>
> Can somebody take a look too the changes in the "jdk.attach", "jdk.hotspot.agent" and IdealGraphVisualizer?
@mrserb Not sure if it applies but there are couple of classes in `java.xml` that use charset names instead of standard charsets. Here they are:
- src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
- src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/AnyURIDV.java
- src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.java
- src/java.xml/share/classes/com/sun/xml/internal/stream/XMLEntityStorage.java
would it make sense to go through them as well?
-------------
PR: https://git.openjdk.java.net/jdk/pull/5210
More information about the swing-dev
mailing list