RFR: 8299807: String.newStringUTF8NoRepl and getBytesUTF8NoRepl always copy arrays

Glavo duke at openjdk.org
Fri Jan 20 16:51:42 UTC 2023


On Mon, 9 Jan 2023 03:34:55 GMT, Glavo <duke at openjdk.org> wrote:

> `JavaLangAccess::newStringUTF8NoRepl` and `JavaLangAccess::getBytesUTF8NoRepl` are not implemented correctly. They always copy arrays, rather than avoiding copying as much as possible as javadoc says.
> 
> I ran the tier1 test without any new errors.

I opened a new PR: #12119

-------------

PR: https://git.openjdk.org/jdk/pull/11897


More information about the core-libs-dev mailing list