Changeset: 950d8195a5a4
Author:jjg
Date: 2013-01-30 09:40 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/950d8195a5a4
8007096: DocLint parsing problems with some comments
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/parser/DocCommentParser.java
! sr
Changeset: c924291865e5
Author:jjg
Date: 2013-01-30 09:47 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c924291865e5
8007034: debug printer for javac internals
Reviewed-by: mcimadamore
+ test/tools/javac/lib/DPrinter.java
There is a very small, and very old, window for a race in the socket
asynchronous close mechanism on Linux. This can lead to blocking socket
operations never returning even after the socket has been closed.
This issue would appear to exist since its (linux_close.c) creation back
in 1.4, but si