Graal graph dumps used to use RuntimeMXBean.getInputArguments to include the JVM arguments and properties on the dump which was handy for debugging. The switch to libgraal broke this support so we should provide something similar through JVMCI. Our usage of this information is through GraalServices.getInputArguments. There may be other things we could attach as properties as these are similar to the high level information provided in an hs_err file. Maybe the internal version string for instance? Some things might be available through GraalServices.getSavedProperty.
-
Douglas Simon
-
Tom Rodriguez
- Votes:
-
0 Vote for this issue
- Watchers:
-
1 Start watching this issue
- Created:
- Updated: