Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8356890

[JVMCI] provide equivalent to RuntimeMXBean.getInputArguments

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 25
    • hotspot
    • None

      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.

            dnsimon Douglas Simon
            never Tom Rodriguez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: