History log of /openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/client/SjavacClient.java
Revision Date Author Comments
# 3356:b99518745035 22-Mar-2016 alundblad

8048146: sjavac uses unexpected exit code of -1
Summary: Changed exit codes for sjavac
Reviewed-by: jlahoda


# 3305:c42875d558d4 23-Mar-2016 alundblad

8152465: Sjavac should not prefix server generated log messages with [server]
Summary: Dropped the [server] prefix unless debug output is enabled.
Reviewed-by: jjg


# 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


# 3277:178ce5786775 03-Mar-2016 alundblad

8151141: Sjavac fails to fork server on Windows
Summary: Reverted changeset 3269:20c4b78bf457.
Reviewed-by: jlahoda


# 3270:20c4b78bf457 01-Mar-2016 alundblad

8150941: Sjavac should not wait for portfile to materialize if server process is terminated
Summary: Sjavac cancels forking early if server process dies.
Reviewed-by: jlahoda


# 3267:5282596d34b3 29-Feb-2016 alundblad

8148498: The sjavac client should never create a port file
Summary: Sjavac client now avoids creating a port file.
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


# 3034:c8206f440046 21-Sep-2015 alundblad

8135131: Enable thin server mode in Sjavac
Summary: State tracknig and incremental compilation disabled unless --state-dir is provided.
Reviewed-by: jlahoda


# 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


# 2981:d1e5707cd4eb 13-Jul-2015 avstepan

8080880: some docs cleanup for langtools
Summary: minor cleanup for docs
Reviewed-by: jjg


# 2697:10100ecb0c97 03-Nov-2014 alundblad

8042088: Sjavac spawns external processes in a unnecessarily complex and platform dependent way
Summary: Refactoring of the sjavac background fork code.
Reviewed-by: jfranck, ohrstrom


# 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


# 2656:a0125e2a10e8 07-Oct-2014 alundblad

8056258: Analysis of public API does not take super classes into account
8048609: simplify sjavac dependence on javac dependency gathering
Summary: Replaces Attr-/ResolveWithDeps with TaskListeners
Reviewed-by: jfranck, ohrstrom


# 2593:035b01d356ee 18-Aug-2014 chegar

Merge