--- old/test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java 2014-10-28 19:58:59.735457705 +0300 +++ new/test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java 2014-10-28 19:58:59.471457696 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2014, 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 @@ -26,6 +26,7 @@ * @bug 8026844 * @bug 8027353 * @summary Test non constant subtractExact + * @library /testlibrary * @compile SubExactLNonConstantTest.java Verify.java * @run main SubExactLNonConstantTest *