test/jdk/java/nio/Buffer/Basic.java
changeset 53855 7c362992527a
parent 47216 71c04702a3d5
child 53959 1542e63eb537
equal deleted inserted replaced
53854:792c8a5fbb29 53855:7c362992527a
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @summary Unit test for buffers
    25  * @summary Unit test for buffers
    26  * @bug 4413135 4414911 4416536 4416562 4418782 4471053 4472779 4490253 4523725
    26  * @bug 4413135 4414911 4416536 4416562 4418782 4471053 4472779 4490253 4523725
    27  *      4526177 4463011 4660660 4661219 4663521 4782970 4804304 4938424 6231529
    27  *      4526177 4463011 4660660 4661219 4663521 4782970 4804304 4938424 5029431
    28  *      6221101 6234263 6535542 6591971 6593946 6795561 7190219 7199551 8065556
    28  *      6231529 6221101 6234263 6535542 6591971 6593946 6795561 7190219 7199551
    29  *      8149469
    29  *      8065556 8149469
    30  * @modules java.base/java.nio:open
    30  * @modules java.base/java.nio:open
    31  *          java.base/jdk.internal.misc
    31  *          java.base/jdk.internal.misc
    32  * @author Mark Reinhold
    32  * @author Mark Reinhold
    33  */
    33  */
    34 
    34