Please explain why this is a problem. Here is the comment excerpt from the code that explains why this is necessary:
Replace the private modifier with package-private for all enhanced fields,
because our AccessOptimizer needs to get/set fields and can't use field reader/writer,
as reader/writer methods have different semantics
|