8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw

Added jtreg tag @modules java.desktop/sun.java2d.marlin

Reviewed-by: prr
This commit is contained in:
Laurent Bourgès 2016-01-09 14:04:32 +01:00
parent f6845705bc
commit faa243834a
2 changed files with 5 additions and 3 deletions

View File

@ -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 {

View File

@ -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 @@ import sun.java2d.marlin.FloatMath;
* @test
* @summary Check for correct implementation of FloatMath.ceil/floor
* @run main CeilAndFloorTests
* @modules java.desktop/sun.java2d.marlin
*/
public class CeilAndFloorTests {