Vicente Romero Zaldivar

Results 4 issues of Vicente Romero Zaldivar

javac is crashing with SOE while compiling code like: ``` class Criteria

rfr
compiler

This bug is a bit particular regarding how to reproduce it. Having: ``` import java.lang.annotation.*; public @interface RecordBuilder {} interface Conf { int maxConcurrency( ); } ``` and: ``` import...

rfr
compiler

javac is not generating null checks for runtime execution for method invocations and array writes --------- ### Progress - [x] Change must not contain extraneous whitespace ### Issue * [JDK-8340125](https://bugs.openjdk.org/browse/JDK-8340125):...

rfr
ready

Type inference uses a cache to store incorporation operations already done. This way we can avoid redoing operations that once done won't produce any change. This can reduce the compilation...

rfr
compiler