jdk/test/java/nio/Buffer/CopyDirectMemory.java
changeset 36943 d5d5bf95aba4
parent 5506 202f599c92aa
--- a/jdk/test/java/nio/Buffer/CopyDirectMemory.java	Wed Apr 06 07:20:37 2016 +0000
+++ b/jdk/test/java/nio/Buffer/CopyDirectMemory.java	Wed Apr 06 16:36:12 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 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
@@ -25,6 +25,7 @@
  * @summary Test view buffer bulk operations for large buffers.
  * @bug 4463011
  *
+ * @modules java.base/jdk.internal.misc
  * @build Basic
  * @run main CopyDirectMemory
  */