Supported data types for events

Philippe Marschall kustos at gmx.net
Sun Apr 14 18:48:33 UTC 2019


Hello

I'm struggling a bit to find information about the supported data types
for custom events. What seems to be supported are the following.

- the primitive types and their wrappers
- java.lang.String
- java.lang.Class

But I'm not sure what is additionally supported, eg.
java.lang.reflect.Method doesn't seem to be supported.

Are some of the following supported
- JSR-310 (Java Date Time API)
- java.sql Date Time types
- java.util.Calendar
- arrays or collections of the above types

Cheers
Philippe


More information about the hotspot-jfr-dev mailing list