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

HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7
    • 6u21, 7
    • core-svc
    • b01
    • b85
    • generic
    • generic

        A new VM argument type "double" is added by the fix for 6631166 causes a regression to com.sun.management.HotSpotDiagnosticsMXBean API that throws NPE.

        The following test failures due to this regression:
          test/com/sun/management/HotSpotDiagnosticMXBean/GetDiagnosticOptions.java
          test/com/sun/management/HotSpotDiagnosticMXBean/SetAllVMOptions.java
          test/javax/management/MBeanServer/OldMBeanServerTest.java
         
        java.lang.NullPointerException
        at sun.management.HotSpotDiagnostic.getDiagnosticOptions(HotSpotDiagnostic.java:49)
        at GetDiagnosticOptions.checkDiagnosticOptions(GetDiagnosticOptions.java:57)
        at GetDiagnosticOptions.main(GetDiagnosticOptions.java:47)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:613)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:717)

              mchung Mandy Chung
              mchung Mandy Chung
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: