Vicente Romero Zaldivar
Vicente Romero Zaldivar
javac is crashing with SOE while compiling code like: ``` class Criteria
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...
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):...
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...