Thanks, Brian. Posted a webrev: https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-June/060892.html
With best regards, Tagir Valeev On Tue, Jun 18, 2019 at 1:22 AM Brian Burkhalter < brian.burkhal...@oracle.com> wrote: > Hello, > > Well it’s package private, isn’t used anywhere, and the JDK builds without > so I don’t see why it could not be removed. > > Thanks, > > Brian > > On Jun 16, 2019, at 9:09 PM, Tagir Valeev <amae...@gmail.com> wrote: > > It seems that there's an unused method in java.lang.Integer with the > following signature: > static void formatUnsignedInt(int val, int shift, char[] buf, int offset, > int len) > > […] > > Should we remove unused java.lang.Integer::formatUnsignedInt or am I > missing something? > > >