Message11963
traverseByReflection is only a fallback mode, see javadoc of modules.gc.DONT_TRAVERSE_BY_REFLECTION for details.
The easiest solution on this front would be to disable it by default, currently it is enabled by default.
A more elaborate solution could attempt to get fields by method access to avoid private access. However the current implementation intentionally avoids this because of unforeseeable potential side effects of method calls. |
|
Date |
User |
Action |
Args |
2018-05-08 22:13:29 | stefan.richthofer | set | messageid: <1525817609.39.0.682650639539.issue2679@psf.upfronthosting.co.za> |
2018-05-08 22:13:29 | stefan.richthofer | set | recipients:
+ stefan.richthofer, jeff.allen |
2018-05-08 22:13:29 | stefan.richthofer | link | issue2679 messages |
2018-05-08 22:13:28 | stefan.richthofer | create | |
|