History log of /openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/SjavacServer.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


# 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


# 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


# 3202:a5066095d36e 11-Jan-2016 alundblad

8145944: sjavac client could not connect to server
Summary: Wait for port file to get deleted before returning from PortFile::delete
Reviewed-by: jlahoda


# 3170:dc017a37aac5 14-Dec-2015 vasya

8145342: Some copyright notices are inconsistently and ill formatted
Summary: Adjusted formatting of copyright notices.
Reviewed-by: darcy, alundblad


# 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


# 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


# 2606:452dd2988607 28-Aug-2014 alundblad

8054500: Refactor sjavac Main class into ClientMain and ServerMain
Summary: Restructured Main into ClientMain and ServerMain
Reviewed-by: jfranck


# 2598:bad77727fa11 21-Aug-2014 erikj

8055767: Sjavac is leaking servers
Reviewed-by: alundblad, jfranck


# 2593:035b01d356ee 18-Aug-2014 chegar

Merge