jdk/test/com/sun/corba/serialization/ObjectStreamTest.java
changeset 42338 a60f280f803c
parent 41768 b9d599d18150
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    60 
    60 
    61 /*
    61 /*
    62  * @test
    62  * @test
    63  * @library /test/lib
    63  * @library /test/lib
    64  * @build jdk.test.lib.*
    64  * @build jdk.test.lib.*
    65  * @compile  ObjectStreamTest.java  ObjectStreamTest$_Echo_Stub.java
    65  * @compile ObjectStreamTest.java  ObjectStreamTest$_Echo_Stub.java
    66  *           ObjectStreamTest$_Server_Tie.java
    66  *          ObjectStreamTest$_Server_Tie.java
    67  * @modules java.corba/com.sun.corba.se.impl.io java.base/java.io
    67  * @modules java.base/java.io:open
       
    68  *          java.corba/com.sun.corba.se.impl.io:+open
    68  *          java.corba/com.sun.corba.se.impl.activation
    69  *          java.corba/com.sun.corba.se.impl.activation
    69  * @summary Tests of ReflectionFactory use in IIOP Serialization
    70  * @summary Tests of ReflectionFactory use in IIOP Serialization
    70  * @run testng/othervm ObjectStreamTest
    71  * @run testng/othervm ObjectStreamTest
    71  * @run testng/othervm/policy=security.policy ObjectStreamTest
    72  * @run testng/othervm/policy=security.policy ObjectStreamTest
    72  */
    73  */