RFR(XS): 8226286 Remove unused method java.lang.Integer::formatUnsignedInt
Claes Redestad
claes.redestad at oracle.com
Wed Jun 19 11:49:54 UTC 2019
Hi Tagir,
On 2019-06-19 07:28, Tagir Valeev wrote:
> Hello, Brian!
>
> Thank you for review. Here's updated version:
> http://cr.openjdk.java.net/~tvaleev/webrev/8226286/r2/
this looks like a good cleanup!
It's partly my fault that these format methods ended up a bit messy. I
exposed some of the internal to optimize UUID and, IIRC, a few other
internal APIs, then compact strings made all but the UUID optimization
redundant, which was moved into Long.java (see JDK-8148936) to narrow
down the API surface. All in all it's good to see this cleaned up and
improved further.
Thanks!
/Claes
More information about the core-libs-dev
mailing list