History log of /openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/JavacState.java
Revision Date Author Comments
# 3827:44bdefe64114 16-Dec-2016 mcimadamore

8181370: Convert anonymous inner classes into lambdas/method references
Reviewed-by: jjg, rfield, mchung


# 3299:facb06a2e3d8 22-Mar-2016 alundblad

8151379: Sjavac should not print connection attempts on info logging level
Summary: Changed logging level on some sjavac messages.
Reviewed-by: jlahoda


# 3265:b7583d50f67d 29-Feb-2016 alundblad

8147569: Error messages from sjavac server does not always get relayed back to client
Summary: Refactored how logging works in sjavac.
Reviewed-by: jlahoda


# 3191:e9a7033b2546 07-Jan-2016 alundblad

8145557: Unused method in JavacState should be removed
Summary: Unused method removed.
Reviewed-by: jlahoda


# 3190:22391da9418e 07-Jan-2016 alundblad

8143301: Sjavac does not close file given to --compare-found-sources
Summary: File is now closed after use.
Reviewed-by: jlahoda, jjg


# 3080:155f6671cab4 03-Nov-2015 alundblad

8137075: Sjavac tests are leaking file managers
Summary: Closing sjavac file managers.
Reviewed-by: jjg


# 3022:5ba1a29a0eb0 04-Sep-2015 alundblad

8129114: Sjavac should stream back compiler output to the client as soon as it becomes available
Summary: Protocol revised, javac output sent back to client slightly earlier.
Reviewed-by: jlahoda


# 3012:adba44f6b471 25-Aug-2015 alundblad

8048318: Refactor sjavac as a thin client
Summary: Moved compilation logic from client to server.
Reviewed-by: jlahoda


# 2958:27da0c3ac83a 09-Jun-2015 alundblad

8054717: SJavac should track changes in the public apis of classpath classes!
Summary: Added functionality for tracking changes in public APIs of classpath classes.
Reviewed-by: jlahoda, erikj


# 2734:b96d74fa60aa 21-Nov-2014 jjg

8061876: replace java.io.File with java.nio.file.Path (again)
Reviewed-by: ksrini, jlahoda


# 2675:4be0e35f385a 21-Oct-2014 jjg

8061723: 8060056 breaks tests on Windows
Reviewed-by: darcy


# 2674:e284f560acf6 21-Oct-2014 jjg

8060056: replace java.io.File with java.nio.file.Path
Reviewed-by: ksrini, jlahoda


# 2593:035b01d356ee 18-Aug-2014 chegar

Merge


# 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