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?