langtools/test/tools/sjavac/Serialization.java
changeset 25603 d5fa4eab2d26
parent 24067 76e7b6bbbd85
child 30730 d3ce7619db2c
--- a/langtools/test/tools/sjavac/Serialization.java	Mon Jul 14 13:36:30 2014 -0400
+++ b/langtools/test/tools/sjavac/Serialization.java	Mon Jul 14 11:46:31 2014 -0700
@@ -21,6 +21,18 @@
  * questions.
  */
 
+/*
+ * @test
+ * @bug 8035063
+ *
+ * @summary Tests serialization of options. The options needs to be serialized
+ *          and saved in the state file since the files need to be recompiled
+ *          if new options are provided.
+ *
+ * @build Wrapper
+ * @run main Wrapper Serialization
+ */
+
 import static util.OptionTestUtil.assertEquals;
 
 import java.io.IOException;