mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-27 21:00:51 +00:00
8044131: Restructure client / server protocol code Changes protocol code to use Object input/output streams. Avoids spawning server if background=false. Refactors idleness checks, pooling and port file monitoring. Reviewed-by: jjg, jfranck