8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw
Summary: Added jtreg tag @modules java.desktop/sun.java2d.marlin
Reviewed-by: prr
--- a/jdk/test/sun/java2d/marlin/ArrayCacheSizeTest.java Wed Jan 06 12:38:42 2016 -0800
+++ b/jdk/test/sun/java2d/marlin/ArrayCacheSizeTest.java Sat Jan 09 14:04:32 2016 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -23,11 +23,12 @@
import sun.java2d.marlin.ArrayCache;
-/**
+/*
* @test
* @bug 8144445
* @summary Check the ArrayCache getNewLargeSize() method
* @run main ArrayCacheSizeTest
+ * @modules java.desktop/sun.java2d.marlin
*/
public class ArrayCacheSizeTest {
--- a/jdk/test/sun/java2d/marlin/CeilAndFloorTests.java Wed Jan 06 12:38:42 2016 -0800
+++ b/jdk/test/sun/java2d/marlin/CeilAndFloorTests.java Sat Jan 09 14:04:32 2016 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -27,6 +27,7 @@
* @test
* @summary Check for correct implementation of FloatMath.ceil/floor
* @run main CeilAndFloorTests
+ * @modules java.desktop/sun.java2d.marlin
*/
public class CeilAndFloorTests {