--- old/src/java.base/share/classes/java/nio/Bits.java 2016-02-05 13:30:06.837438488 -0800 +++ new/src/java.base/share/classes/java/nio/Bits.java 2016-02-05 13:30:06.665435489 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -808,7 +808,7 @@ } /** - * Copy and byte swap 16 bit elements from a heap array to off-heap memory + * Copy and unconditionally byte swap 16 bit elements from a heap array to off-heap memory * * @param src * the source array, must be a 16-bit primitive array type @@ -824,7 +824,7 @@ } /** - * Copy and byte swap 16 bit elements from off-heap memory to a heap array + * Copy and unconditionally byte swap 16 bit elements from off-heap memory to a heap array * * @param srcAddr * source address @@ -840,7 +840,7 @@ } /** - * Copy and byte swap 16 bit elements from a heap array to off-heap memory + * Copy and unconditionally byte swap 16 bit elements from a heap array to off-heap memory * * @param src * the source array, must be a 16-bit primitive array type @@ -856,7 +856,7 @@ } /** - * Copy and byte swap 16 bit elements from off-heap memory to a heap array + * Copy and unconditionally byte swap 16 bit elements from off-heap memory to a heap array * * @param srcAddr * source address @@ -872,7 +872,7 @@ } /** - * Copy and byte swap 32 bit elements from a heap array to off-heap memory + * Copy and unconditionally byte swap 32 bit elements from a heap array to off-heap memory * * @param src * the source array, must be a 32-bit primitive array type @@ -888,7 +888,7 @@ } /** - * Copy and byte swap 32 bit elements from off-heap memory to a heap array + * Copy and unconditionally byte swap 32 bit elements from off-heap memory to a heap array * * @param srcAddr * source address @@ -904,7 +904,7 @@ } /** - * Copy and byte swap 64 bit elements from a heap array to off-heap memory + * Copy and unconditionally byte swap 64 bit elements from a heap array to off-heap memory * * @param src * the source array, must be a 64-bit primitive array type @@ -920,7 +920,7 @@ } /** - * Copy and byte swap 64 bit elements from off-heap memory to a heap array + * Copy and unconditionally byte swap 64 bit elements from off-heap memory to a heap array * * @param srcAddr * source address