hg: jdk8/tl/langtools: 8004504: ListBuffer could reuse List.nil() as the sentinel element
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Dec 12 14:50:41 PST 2012
With this changeset, we welcome Jan Lahoda as an Author directly
providing changesets for javac in JDK 8. Jan is on the NetBeans team,
and helps provide the red squiggly lines and other features in the Java
editor windows, amongst his other duties, so he is more than a little
familiar with the javac codebase. :-)
He's already provided a number of contributions -- just do
"hg log -k lahoda"
in a langtools repository to get a list.
-- Jon
On 12/12/2012 02:42 PM, jonathan.gibbons at oracle.com wrote:
> Changeset: 170e486632d9
> Author: jlahoda
> Date: 2012-12-12 20:26 +0100
> URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/170e486632d9
>
> 8004504: ListBuffer could reuse List.nil() as the sentinel element
> Summary: ListBuffer.last now points to the last elements with client data, or null if none.
> Reviewed-by: jjg, mcimadamore
>
> ! src/share/classes/com/sun/tools/javac/jvm/Code.java
> ! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
> ! src/share/classes/com/sun/tools/javac/util/ListBuffer.java
> + test/tools/javac/util/list/ListBufferTest.java
>
More information about the compiler-dev
mailing list