hotspot/test/compiler/intrinsics/mathexact/sanity/DecrementExactLongTest.java
changeset 25958 8dc85547d6d6
parent 22911 ff49c48c887d
child 26437 b6e75523f59b
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
    26  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
    27  * @build DecrementExactLongTest
    27  * @build DecrementExactLongTest
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    29  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    30  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    30  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
    31  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
    31  *                   -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
    32  *                   -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
    32  *                   -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics DecrementExactLongTest
    33  *                   -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics DecrementExactLongTest
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions