RFR | 8073779: StackOverflowError called StackOverflowException in javadoc

Seán Coffey sean.coffey at oracle.com
Tue Feb 24 16:53:29 UTC 2015


Nice catch Ivan. You could also clean up the typo in various test cases 
relating to it also perhaps :

langtools/test/tools/javac/generics/inference/8043725/T8043725.java
jdk/test/java/util/Hashtable/SelfRef.java
jdk/test/javax/swing/border/Test6461042.java
langtools/test/tools/javac/defaultMethods/Pos13.java
jdk/test/java/util/Spliterator/SpliteratorCollisions.java
jdk/test/java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java
jdk/test/java/util/stream/bootlib/java/util/stream/SpliteratorTestHelper.java

regards,
Sean.

On 24/02/2015 16:44, Ivan Gerasimov wrote:
> Hi!
>
> A typo populated over a few places.
>
> Fix: s/StackOverflowException/StackOverflowError/g
>
> BUGURL: https://bugs.openjdk.java.net/browse/JDK-8073779
> WEBREV: http://cr.openjdk.java.net/~igerasim/8073779/0/webrev/
>
> Sincerely yours,
> Ivan




More information about the core-libs-dev mailing list