RFR: JDK-8310502 : Optimization for j.l.Long.fastUUID() [v24]

温绍锦 duke at openjdk.org
Sun Jun 25 20:38:49 UTC 2023


On Sun, 25 Jun 2023 20:19:58 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> 温绍锦 has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove JavaLangAccess#fastUUID
>
> src/java.base/share/classes/java/util/UUID.java line 466:
> 
>> 464:     @Override
>> 465:     public String toString() {
>> 466:         return jla.fastUUID(leastSigBits, mostSigBits);
> 
> `JavaLangAccess.fastUUID` method now can be removed

it fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14578#discussion_r1241283098


More information about the core-libs-dev mailing list