Skip to content

Should AccessProxies have the ACC_SYNTHETIC flag? #17461

Open
@nicolasstucki

Description

@nicolasstucki

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions