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

com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java fails with "java.lang.IllegalArgumentException: VM option 'TraceExceptions' does not exist"

XMLWordPrintable

    • b105
    • Verified

      Because "TraceExceptions" is no longer a VM runtime option defined in globals.hpp (part of RUNTIME_FLAGS macro), CheckOrigin.java fails with "java.lang.IllegalArgumentException: VM option "TraceExceptions" does not exist" because HotSpotDiagnosticMXBean.getVMOption(option) can no longer find the option. This issue is most likely due to https://bugs.openjdk.java.net/browse/JDK-8141211

            rprotacio Rachel Protacio (Inactive)
            gziemski Gerard Ziemski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: