On Sep 11, 2018, at 1:23 PM, Stuart Marks <stuart.ma...@oracle.com> wrote:
>> 2. even if, it should not be byte b[] but byte[] b > > Yeah we need to clean occurrences of this anachronistic array declaration > from the JDK. I noticed a few others nearby. It's startling that a new > occurrence has crept it. (Or maybe not, perhaps it was done to conform to the > nearby code.) Mea culpa. Yes, it was done to conform to existing code in the same class. Brian