< prev index next >

test/jdk/sun/nio/cs/TestCharsetMapping.java

Print this page
rev 58534 : 8241311: Move some charset mapping tests from closed to open
Reviewed-by: iris, joehw

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2020, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -22,10 +22,11 @@
  */
 
 /* @test
  * @bug 8186801 8186751
  * @summary Test the charset mappings
+ * @modules jdk.charsets
  */
 
 import java.io.*;
 import java.nio.*;
 import java.nio.file.*;
< prev index next >