< prev index next > test/jdk/java/io/Serializable/records/RecordClassTest.java
Print this page
* questions.
*/
/*
* @test
! * @bug 8246774
* @summary Basic tests for serializing and deserializing record classes
* @run testng RecordClassTest
*/
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.Externalizable;
* questions.
*/
/*
* @test
! * @bug 8246774 8326879
* @summary Basic tests for serializing and deserializing record classes
* @run testng RecordClassTest
+ * @run testng/othervm --enable-preview RecordClassTest
*/
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.Externalizable;
< prev index next >