test/jdk/java/net/httpclient/websocket/HeaderWriterDriver.java
branchhttp-client-branch
changeset 56092 fd85b2bf2b0d
parent 56089 42208b2f224e
child 56451 9585061fdb04
equal deleted inserted replaced
56091:aedd6133e7a0 56092:fd85b2bf2b0d
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, 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 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8159053
    26  * @bug 8159053
    27  * @modules java.net.http/java.net.http.internal.websocket:open
    27  * @modules java.net.http/jdk.internal.net.http.websocket:open
    28  * @run testng/othervm --add-reads java.net.http=ALL-UNNAMED java.net.http/java.net.http.internal.websocket.HeaderWriterTest
    28  * @run testng/othervm
       
    29  *      --add-reads java.net.http=ALL-UNNAMED
       
    30  *      java.net.http/jdk.internal.net.http.websocket.HeaderWriterTest
    29  */
    31  */
    30 public final class HeaderWriterDriver { }
    32 public final class HeaderWriterDriver { }