RFR: 8202471: Make type annotations on owner type parameters available

Aleksey Shipilev shade at openjdk.java.net
Tue Oct 27 19:12:20 UTC 2020


On Sat, 24 Oct 2020 21:44:22 GMT, Rafael Winterhalter <winterhalter 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.

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

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


More information about the core-libs-dev mailing list