RFR: 8202471: Make type annotations on owner type parameters available
Rafael Winterhalter
winterhalter at openjdk.java.net
Sun Nov 1 01:09:53 UTC 2020
On Tue, 27 Oct 2020 19:09:33 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> A method's or constructor's owner type might carry annotations on its potential type parameters but is never represented as parameterized type what makes these parameters inaccessible at runtime, despite the presence of parameter type annotations.
>
> Hint: if you merge from master, you would get the updated test workflows, which would include the artifact with *.jtr (jtreg output) files in "testsupport". You can then use them to diagnose the testing failures you are getting.
Thanks, I had those working on Mercurial and kind of winged the transfer Should work now!
-------------
PR: https://git.openjdk.java.net/jdk/pull/851
More information about the core-libs-dev
mailing list