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:
parent
f6845705bc
commit
faa243834a
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user