// Copyright 2015 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.// Flags: --use-osr --allow-natives-syntaxfor(vark=0;k<2;k++){for(varj=0;j<3;j++){varsum=0;for(vari=0;i<1000;i++){if(i==100)%OptimizeOsr();varx=i+2;vary=x+5;varz=y+3;sum+=z;}assertEquals(509500,sum);}assertEquals(509500,sum);}assertEquals(509500,sum);