Thank you Didier, I've seen this documentation about the reflection json
file. However it appears that even `(set! *warn-on-reflections true)`
doesn't always catch reflections. I suppose it means I have to use
profilers like jvisualvm (don't remember the exact name) to watch for calls
to reflection-related class/methods/functions to catch them, right ?

On Tue, Dec 11, 2018 at 6:40 AM Didier <didi...@gmail.com> wrote:

> You can give substratevm a reflection json file though. That did the trick
> for me.
>
> https://github.com/oracle/graal/blob/master/substratevm/REFLECTION.md
>
> So you just need to tell it in advance what class you will reflect on and
> how. Then it should work.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Clojure" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/clojure/LMbNOg67wcw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to