This seems to cause issues for nested classes. Annotation processor normally answers the "qualified name", which concatenates the nested class name with ".". Compiler directives expect nested class names to be concatenated with "$", that is, expect the binary class name.
Currently, requested-to-run-in-interpreter nested class methods would mismatch and be compiled.
Currently, requested-to-run-in-interpreter nested class methods would mismatch and be compiled.
- links to
-
Review openjdk/jcstress/75