[13] RFR(T): 8222418: compiler/arguments/TestScavengeRootsInCode.java times out

Tobias Hartmann tobias.hartmann at oracle.com
Mon Apr 15 16:40:46 UTC 2019


Thanks, Vladimir.

Best regards,
Tobias

On 15.04.19 17:55, Vladimir Kozlov wrote:
> Good.
> 
> Thanks
> Vladimir
> 
>> On Apr 15, 2019, at 1:34 AM, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:
>>
>> Hi,
>>
>> please review the following patch:
>> https://bugs.openjdk.java.net/browse/JDK-8222418
>> http://cr.openjdk.java.net/~thartmann/8222418/webrev.00/
>>
>> The test sets -XX:-TieredCompilation -Xcomp and should therefore not be executed with Graal as JIT.
>> Otherwise all Graal methods will be compiled by Graal itself running in interpreter mode which is
>> very slow and causes the test to time out.
>>
>> Thanks,
>> Tobias
> 


More information about the hotspot-compiler-dev mailing list