Vojin Jovanovic
Vojin Jovanovic
The error messages should lead you through the problems, simply try to build your app and see what goes wrong. We can go through them one by one and fix...
OK, this already shows a few problems with the error message. Are you using the tip of Graal we should probably do that to get in sync. The message said...
@pejovica could you please sign the oracle contributor agreement? Here are the instructions: http://www.oracle.com/technetwork/community/oca-486395.html Also, the gate is failing due to style issues. To reproduce locally run: ``` mx --strict-compliance...
Otherwise, LGTM
@pejovica will there be progress on this or we can close the PR?
@pejovica is this still valid?
I use `-XX:+PrintNMethodStatistics` for seeing the total amount of generated code. To get assembly and size for an individual method I use `-XX:+UnlockDiagnosticVMOptions -XX:CompileCommand=print,.`
I find this to be a great proposal; it will also reduce the image size. I would still keep a flag that disables this functionality in the agent as we...
Yes, that is the one. It can serve as a good starting point.
The reflection part is fixed but marked as experimental. When you use `-H:ThrowMissingRegistrationErrors=` the reflection will be safely composable. The reason for `-H:ThrowMissingRegistrationErrors=` being experimental is that we are waiting...