test/langtools/tools/javac/flow/tests/TestCaseForEach.java
changeset 48504 25732365355c
parent 48082 d8c634b016c6
--- a/test/langtools/tools/javac/flow/tests/TestCaseForEach.java	Tue Jan 09 17:03:39 2018 -0800
+++ b/test/langtools/tools/javac/flow/tests/TestCaseForEach.java	Tue Jan 09 22:30:20 2018 -0500
@@ -3,7 +3,7 @@
 public class TestCaseForEach {
 
     @AliveRange(varName="o", bytecodeStart=25, bytecodeLength=11)
-    @AliveRange(varName="o", bytecodeStart=41, bytecodeLength=1)
+    @AliveRange(varName="o", bytecodeStart=39, bytecodeLength=1)
     void m(String[] args) {
         Object o;
         for (String s : args) {