langtools/test/tools/javac/6330997/T6330997.java
changeset 30730 d3ce7619db2c
parent 24604 7f68545b5128
child 36526 3b41f1c69604
--- a/langtools/test/tools/javac/6330997/T6330997.java	Mon May 18 14:48:41 2015 +0200
+++ b/langtools/test/tools/javac/6330997/T6330997.java	Thu May 21 11:41:04 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,10 @@
  * @bug     6330997 7025789 8000961
  * @summary javac should accept class files with major version of the next release
  * @author  Wei Tao
+ * @modules jdk.compiler/com.sun.tools.javac.api
+ *          jdk.compiler/com.sun.tools.javac.code
+ *          jdk.compiler/com.sun.tools.javac.main
+ *          jdk.compiler/com.sun.tools.javac.util
  * @clean T1 T2
  * @compile -source 8 -target 8 T1.java
  * @compile -source 8 -target 8 T2.java