git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Mon Jun 8 20:15:51 UTC 2020
Changeset: 63ade9c4
Author: Adam Sotona <asotona at openjdk.org>
Date: 2020-06-08 16:07:03 +0000
URL: https://git.openjdk.java.net/mobile/commit/63ade9c4
8236697: Stack overflow with cyclic hierarchy in class file
Implemented minimal necessary cycle detection to avoid stack overflow in c.s.t.j.code.Types::asSuper
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
+ test/langtools/tools/javac/8236697/Cyclic.jcod
+ test/langtools/tools/javac/8236697/T8236697.java
+ test/langtools/tools/javac/8236697/T8236697.out
Changeset: c48926d7
Author: duke <duke at openjdk.org>
Date: 2020-06-08 20:15:10 +0000
URL: https://git.openjdk.java.net/mobile/commit/c48926d7
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list