diff -r 6c488e65153f -r 5378433ac23f jdk/test/java/text/Collator/CollationKeyTest.java --- a/jdk/test/java/text/Collator/CollationKeyTest.java Tue Aug 30 15:31:46 2016 +0300 +++ b/jdk/test/java/text/Collator/CollationKeyTest.java Tue Aug 30 14:30:32 2016 -0700 @@ -29,6 +29,7 @@ * RuleBasedCollationKey. This test basically tests on the two features: * 1. Existing code using CollationKey works (backward compatiblility) * 2. CollationKey can be extended by its subclass. + * @modules jdk.localedata */