test/tools/javac/T7008643/InlinedFinallyConfuseDebuggersTest.java

changeset 3497
08a21473de54
parent 3371
7220be8747f0
     1.1 --- a/test/tools/javac/T7008643/InlinedFinallyConfuseDebuggersTest.java	Tue May 23 08:07:26 2017 -0700
     1.2 +++ b/test/tools/javac/T7008643/InlinedFinallyConfuseDebuggersTest.java	Wed Jun 07 00:04:12 2017 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -64,6 +64,7 @@
    1.11          {9,           21},      //System.out.println("finally");
    1.12          {10,          29},
    1.13          {9,           32},      //System.out.println("finally");
    1.14 +        {10,          41},      //}
    1.15          {11,          43},
    1.16      };
    1.17  

mercurial