< prev index next > test/jdk/java/io/Serializable/records/BasicRecordSer.java
Print this page
* questions.
*/
/*
* @test
! * @bug 8246774
* @summary Basic test that serializes and deserializes a number of records
* @run testng BasicRecordSer
*/
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.Externalizable;
* questions.
*/
/*
* @test
! * @bug 8246774 8326879
* @summary Basic test that serializes and deserializes a number of records
* @run testng BasicRecordSer
+ * @run testng/othervm --enable-preview BasicRecordSer
*/
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.Externalizable;
< prev index next >