blob: 560604788d84d715c9dfe5c0cd4bd834580ade54 [file] [log] [blame]
//@ skip if $architecture != "arm64" and $architecture != "x86-64"
//@ runDefault("--returnEarlyFromInfiniteLoopsForFuzzing=true", "--earlyReturnFromInfiniteLoopsLimit=100000", "--useConcurrentJIT=false", "--useFTLJIT=false", "--validateDoesGC=true")
if ($vm.useJIT()) {
while(1){}
}