Issues with modifying JCTree classes
ІП-24 Олександр Ротань
rotan.olexandr at gmail.com
Sun Apr 21 19:13:26 UTC 2024
Greetings to a community. Not sure if that's the right place to ask this
question, but the internet doesn't seem to have an answer to my question.
I am having issues with modifying JCTree subclasses structure, That
involves introducing new members or changing signatures of existing. While
there aren't any syntax errors in code, make refuses to compile the project
indicating that it can't find a symbol.
In fact, I also have encountered the same issue when trying to modify the
constructor of Symbol subclasses.
If that's important, I am building using x86-64 windows jdk 22 and using
default make target. If code is relevant, I could also provide a link to
the repository.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/compiler-dev/attachments/20240421/0da0ad83/attachment-0001.htm>
More information about the compiler-dev
mailing list