-
Bug
-
Resolution: Duplicate
-
P4
-
7
-
generic
-
generic
The log is:
java.lang.Exception: No MXBeans were tested
at GcInfoCompositeType.main(GcInfoCompositeType.java:54)
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:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.Exception: No MXBeans were tested
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: No MXBeans were tested
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: No MXBeans were tested
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: No MXBeans were tested
Reproducible on solaris and linux with VM options '-client -Xcomp -XX:+StartAttachListener -XX:+UseConcMarkSweepGC'.
java.lang.Exception: No MXBeans were tested
at GcInfoCompositeType.main(GcInfoCompositeType.java:54)
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:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.Exception: No MXBeans were tested
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: No MXBeans were tested
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: No MXBeans were tested
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: No MXBeans were tested
Reproducible on solaris and linux with VM options '-client -Xcomp -XX:+StartAttachListener -XX:+UseConcMarkSweepGC'.
- duplicates
-
JDK-6987597 ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS
- Resolved