On Sun, 25 Jun 2023 20:19:58 GMT, Andrey Turbanov <aturba...@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