--- old/test/javax/crypto/Cipher/CipherStreamClose.java	2016-06-22 11:14:19.000000000 -0700
+++ new/test/javax/crypto/Cipher/CipherStreamClose.java	2016-06-22 11:14:19.000000000 -0700
@@ -27,6 +27,7 @@
  * @summary Make sure Cipher IO streams doesn't call extra doFinal if close()
  * is called multiple times.  Additionally, verify the input and output streams
  * match with encryption and decryption with non-stream crypto.
+ * @modules java.xml.bind
  * @compile -addmods java.xml.bind CipherStreamClose.java
  * @run main/othervm -addmods java.xml.bind CipherStreamClose
  */