It would be good for java.nio.CharBuffer.chars() to be documented that it's considerably faster than its default implementation from corresponding super interface, as JDK-8014854 says:
x2-x3 for the serial case, and x10-x20 for the parallel case
x2-x3 for the serial case, and x10-x20 for the parallel case