src/share/classes/com/sun/tools/javac/jvm/Gen.java

changeset 2376
12f99d1f23d9
parent 2207
756ae3791c45
child 2406
372fd7283bf0
equal deleted inserted replaced
2375:3a2ebbad5911 2376:12f99d1f23d9
1 /* 1 /*
2 * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2014, 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. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
2816 super.resolveJump(tree); 2816 super.resolveJump(tree);
2817 } 2817 }
2818 } 2818 }
2819 2819
2820 private LVTAssignAnalyzer(LVTRanges lvtRanges, Symtab syms, Names names) { 2820 private LVTAssignAnalyzer(LVTRanges lvtRanges, Symtab syms, Names names) {
2821 super(new LVTBits(), syms, names); 2821 super(new LVTBits(), syms, names, false);
2822 lvtInits = (LVTBits)inits; 2822 lvtInits = (LVTBits)inits;
2823 this.lvtRanges = lvtRanges; 2823 this.lvtRanges = lvtRanges;
2824 } 2824 }
2825 2825
2826 public static LVTAssignAnalyzer make(LVTRanges lvtRanges, Symtab syms, Names names) { 2826 public static LVTAssignAnalyzer make(LVTRanges lvtRanges, Symtab syms, Names names) {

mercurial