src/share/classes/com/sun/tools/javac/comp/ConstFold.java

changeset 1521
71f35e4b93a5
parent 1442
fcf89720ae71
child 2525
2eb010b6cb22
equal deleted inserted replaced
1520:5c956be64b9e 1521:71f35e4b93a5
1 /* 1 /*
2 * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2013, 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
26 package com.sun.tools.javac.comp; 26 package com.sun.tools.javac.comp;
27 27
28 import com.sun.tools.javac.code.*; 28 import com.sun.tools.javac.code.*;
29 import com.sun.tools.javac.jvm.*; 29 import com.sun.tools.javac.jvm.*;
30 import com.sun.tools.javac.util.*; 30 import com.sun.tools.javac.util.*;
31
32 import com.sun.tools.javac.code.Type.*;
33 31
34 import static com.sun.tools.javac.code.TypeTag.BOOLEAN; 32 import static com.sun.tools.javac.code.TypeTag.BOOLEAN;
35 33
36 import static com.sun.tools.javac.jvm.ByteCodes.*; 34 import static com.sun.tools.javac.jvm.ByteCodes.*;
37 35

mercurial