Message11963

Author stefan.richthofer
Recipients jeff.allen, stefan.richthofer
Date 2018-05-08.22:13:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525817609.39.0.682650639539.issue2679@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-08 22:13:29stefan.richthofersetmessageid: <1525817609.39.0.682650639539.issue2679@psf.upfronthosting.co.za>
2018-05-08 22:13:29stefan.richthofersetrecipients: + stefan.richthofer, jeff.allen
2018-05-08 22:13:29stefan.richthoferlinkissue2679 messages
2018-05-08 22:13:28stefan.richthofercreate