jdk/test/java/util/ResourceBundle/Bug6359330.java
changeset 35768 7066da300a08
parent 7668 d4a77089c587
--- a/jdk/test/java/util/ResourceBundle/Bug6359330.java	Wed Jul 05 21:19:32 2017 +0200
+++ b/jdk/test/java/util/ResourceBundle/Bug6359330.java	Mon Feb 08 18:14:48 2016 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2016, 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,7 @@
  * @summary Make sure that getBundle doesn't cause a security error
  * with a security manager when instantialing RBClassLoader (internal
  * classloader).
+ * @modules java.xml
  * @run main/othervm Bug6359330
  */