Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should AccessProxies have the ACC_SYNTHETIC flag? #17461

Open
nicolasstucki opened this issue May 11, 2023 · 0 comments
Open

Should AccessProxies have the ACC_SYNTHETIC flag? #17461

nicolasstucki opened this issue May 11, 2023 · 0 comments
Assignees

Comments

@nicolasstucki
Copy link
Contributor

Compiler version

3.3.0-RC4

Description

We create all accessors with Synthetic | Method but not Artifact (which adds ACC_SYNTHETIC to the bytecode).

It seems that the bytecode for these methods should contain ACC_SYNTHETIC because they are not defined in the source.

ACC_SYNTHETIC 0x1000 Declared synthetic; not present in the source code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants