History log of /openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Code.java
Revision Date Author Comments
# 4202:2bd34895dda2 15-Jun-2017 jlahoda

8170326: Inconsistencies between code, compiler.properties and comments
Summary: Converting uses of Log and JCDiagnostic.Factory methods to use CompilerProperties instead of plain Strings, fixing inconsistencies, adding crules analyzer to ensure CompilerProperties are used whenever possible.
Reviewed-by: mcimadamore


# 2869:82a435ed8d1a 22-Mar-2015 sadayapalam

7040592: Gen.java: fix code for handling 'null' literal when expected type is array
Summary: Eliminate needless checkcast when null is assigned to a multi-dimensional array typedobject
Reviewed-by: mcimadamore


# 2864:c4a6ba06abeb 26-Mar-2015 jlahoda

8054220: Debugger doesn't show variables *outside* lambda
8058227: Debugger has no access to outer variables inside Lambda
Summary: Put local variables captured by lambda into the lambda method's LocalVariableTable.
Reviewed-by: mcimadamore, rfield


# 2772:3bdbc3b8aa14 05-Jan-2015 vromero

8064857: javac generates LVT entry with length 0 for local variable
Reviewed-by: mcimadamore, jjg


# 2676:873e58766948 23-Oct-2014 vromero

8059710: javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges
Reviewed-by: jjg


# 2649:e891e0c4edc5 25-Sep-2014 vromero

8058708: java.lang.AssertionError compiling source code
Reviewed-by: jjg


# 2571:10fc81ac75b4 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com