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

changeset 1280
5c0b3faeb0b0
parent 1157
3809292620c9
child 1326
30c36e23f154
equal deleted inserted replaced
1279:34e254ffd0e7 1280:5c0b3faeb0b0
1 /* 1 /*
2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2012, 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
35 35
36 import com.sun.tools.javac.code.Symbol.*; 36 import com.sun.tools.javac.code.Symbol.*;
37 import com.sun.tools.javac.code.Type.*; 37 import com.sun.tools.javac.code.Type.*;
38 import com.sun.tools.javac.jvm.Code.*; 38 import com.sun.tools.javac.jvm.Code.*;
39 import com.sun.tools.javac.jvm.Items.*; 39 import com.sun.tools.javac.jvm.Items.*;
40 import com.sun.tools.javac.parser.EndPosTable; 40 import com.sun.tools.javac.tree.EndPosTable;
41 import com.sun.tools.javac.tree.JCTree.*; 41 import com.sun.tools.javac.tree.JCTree.*;
42 42
43 import static com.sun.tools.javac.code.Flags.*; 43 import static com.sun.tools.javac.code.Flags.*;
44 import static com.sun.tools.javac.code.Kinds.*; 44 import static com.sun.tools.javac.code.Kinds.*;
45 import static com.sun.tools.javac.code.TypeTags.*; 45 import static com.sun.tools.javac.code.TypeTags.*;

mercurial