< prev index next >

test/jdk/java/math/BigDecimal/DivideMcTests.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2011, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2003, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 24,34 **** /* * @test * @bug 7036582 * @summary Some tests for the divide(..,MathContext) method. * @run main DivideMcTests ! * @run main/othervm -XX:+AggressiveOpts DivideMcTests * @author Sergey V. Kuksenko */ import java.math.BigDecimal; import java.math.MathContext; --- 24,34 ---- /* * @test * @bug 7036582 * @summary Some tests for the divide(..,MathContext) method. * @run main DivideMcTests ! * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+EliminateAutoBox -XX:AutoBoxCacheMax=20000 DivideMcTests * @author Sergey V. Kuksenko */ import java.math.BigDecimal; import java.math.MathContext;
< prev index next >