RFR(S): 8192971: [Testbug] LockCompilationTest fails intermittently
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Dec 4 16:23:08 UTC 2017
+1
Thanks,
Vladimir
On 12/4/17 4:56 AM, Tobias Hartmann wrote:
> Hi Nils,
>
> looks good to me.
>
> Best regards,
> Tobias
>
> On 04.12.2017 13:46, Nils Eliasson wrote:
>> Hi,
>>
>> This patches makes a intermittently failing test robust.
>>
>> With certain combinations of flags and machines this test sometimes doesn't compile everything in the compile queue in
>> time. A slow/contented Sparc machine with -XX:-TieredCompilation in combination with -XX:CompileThreshold=100 fills up
>> the compilation queue with about 500 compilation requests before the compiler directives are added.
>>
>> I am fixing this by adding the compileonly command to the commandline and remove the directive.
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8192971
>>
>> webrev: http://cr.openjdk.java.net/~neliasso/8192971/webrev.01/
>>
>> Please review,
>>
>> Nils Eliasson
>>
More information about the hotspot-compiler-dev
mailing list