hg: jdk9/dev/langtools: 8077306: Recursive implementation of List.map leads to stack overflow

maurizio.cimadamore at oracle.com maurizio.cimadamore at oracle.com
Mon Sep 14 10:26:42 UTC 2015


Changeset: 8fa8045bbd4e
Author:    mcimadamore
Date:      2015-09-14 11:26 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/8fa8045bbd4e

8077306: Recursive implementation of List.map leads to stack overflow
Summary: Recusrive implementation of List.map uses too much stack; switch to iterative version.
Reviewed-by: jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/util/List.java
+ test/tools/javac/generics/inference/8077306/T8077306.java



More information about the jdk9-dev-changes mailing list