RFR(XS): 8028624: [TESTBUG] compiler/intrinsics/mathexact/DecExactLTest executes DecExactITest
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Nov 22 10:23:40 PST 2013
We need @run because we have to add UseMathExactIntrinsics to all these tests after we disable flag by default.
Rickard, I forgot to tell that when you add UseMathExactIntrinsics flag you need to all next flags since it is only C2 flag:
-XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
Thanks,
Vladimir
On 11/22/13 9:51 AM, Christian Thalinger wrote:
> If you’re running your test with no arguments and in the same vm you can also omit the @run line:
>
> + * @run main DecExactLTest
>
> It might have helped you finding the bug in the first place.
>
> On Nov 22, 2013, at 6:30 AM, Rickard Bäckman <rickard.backman at oracle.com> wrote:
>
>> Hi all,
>>
>> can I please have this small change reviewed?
>> The tags in the test are wrong, it should say DecExactLTest where it
>> said DecExactITest.
>>
>> Webrev: http://cr.openjdk.java.net/~rbackman/8028624/
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8028624
>>
>> Thanks
>> /R
>
More information about the hotspot-compiler-dev
mailing list