RFR: 8278078: Cannot reference super before supertype constructor has been called [v3]

Adam Sotona asotona at openjdk.java.net
Thu Dec 2 12:24:04 UTC 2021


On Thu, 2 Dec 2021 11:30:36 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed handling of <self>.super
>>   extended set of compilation validation tests
>>   added set of negative tests that should result in compilation error
>
> test/langtools/tools/javac/8278078/ValidThisAndSuperInConstructorArgTest.java line 2:
> 
>> 1: /**
>> 2:  * @test /nodynamiccopyright/
> 
> This is a positive test, so we typically add copyright in those.

done

-------------

PR: https://git.openjdk.java.net/jdk/pull/6642


More information about the compiler-dev mailing list