[9] RFR JDK-8153564: Add java/nio/Buffer/BasicByte.java to exclude list until JDK-8153563 is fixed
Alan Bateman
Alan.Bateman at oracle.com
Wed Apr 6 07:36:54 UTC 2016
On 06/04/2016 06:14, Alejandro Murillo wrote:
>
> I'd like to push the changeset below to exclude
> java/nio/Buffer/BasicByte.java
> It started failing after the hotspot snapshot was pushed to jdk9/dev
> tonight.
> https://bugs.openjdk.java.net/browse/JDK-8153563 has been filed for
> that failure.
Would it be possible to add @modules java.base/jdk.internal.misc, as
below, and not exclude these tests?
-Alan
$ hg diff -g .
diff --git a/test/java/nio/Buffer/Basic.java
b/test/java/nio/Buffer/Basic.java
--- a/test/java/nio/Buffer/Basic.java
+++ b/test/java/nio/Buffer/Basic.java
@@ -22,6 +22,7 @@
*/
/* @test
+ * @modules java.base/jdk.internal.misc
* @summary Unit test for buffers
* @bug 4413135 4414911 4416536 4416562 4418782 4471053 4472779
4490253 4523725
* 4526177 4463011 4660660 4661219 4663521 4782970 4804304
4938424 6231529
diff --git a/test/java/nio/Buffer/CopyDirectMemory.java
b/test/java/nio/Buffer/CopyDirectMemory.java
--- a/test/java/nio/Buffer/CopyDirectMemory.java
+++ b/test/java/nio/Buffer/CopyDirectMemory.java
@@ -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
*/
More information about the core-libs-dev
mailing list