test/tools/javac/T7008643/InlinedFinallyConfuseDebuggersTest.java

changeset 3497
08a21473de54
parent 3371
7220be8747f0
equal deleted inserted replaced
3496:08cf09e3f9a3 3497:08a21473de54
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
62 {9, 12}, //System.out.println("finally"); 62 {9, 12}, //System.out.println("finally");
63 {6, 20}, // return; 63 {6, 20}, // return;
64 {9, 21}, //System.out.println("finally"); 64 {9, 21}, //System.out.println("finally");
65 {10, 29}, 65 {10, 29},
66 {9, 32}, //System.out.println("finally"); 66 {9, 32}, //System.out.println("finally");
67 {10, 41}, //}
67 {11, 43}, 68 {11, 43},
68 }; 69 };
69 70
70 static final String methodToLookFor = "lookForThisMethod"; 71 static final String methodToLookFor = "lookForThisMethod";
71 72

mercurial