diff -r 74e9f4b90006 -r 3e6453e2d833 jdk/test/java/nio/Buffer/BasicShort.java --- a/jdk/test/java/nio/Buffer/BasicShort.java Mon Mar 21 11:21:08 2016 +0100 +++ b/jdk/test/java/nio/Buffer/BasicShort.java Thu Mar 24 11:21:18 2016 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2012, 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 @@ -338,6 +338,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + private static void fail(String problem, ShortBuffer xb, ShortBuffer yb, short x, short y) { @@ -854,6 +951,11 @@ relPut(b); // Required by testViews + + + + + }