RFR: 8266036: class file for sun.misc.Contended not found

Jan Lahoda jlahoda at openjdk.java.net
Fri Jun 11 13:15:54 UTC 2021


On Thu, 10 Jun 2021 21:38:28 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Does jdk.internal.ValueBased also need special handling? See JDK-8258421.

@jddarcy, you are right, there needs to be special handling for it.

I have created a new PR for JDK 17 here:
https://github.com/openjdk/jdk17/pull/27

It should also include the special handling for ValueBased and should solve JDK-8258421. If we have more special annotations interpreted directly by javac, we may eventually need a more general way to handle them.

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

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


More information about the compiler-dev mailing list