提交 1159c1fd 编写于 作者: D dsamersoff

8008124: Better compliance testing

Summary: Better compliance testing
Reviewed-by: dfuchs, jfdenise, skoivu, alanb
上级 2a4959dd
......@@ -253,6 +253,7 @@ public class Introspector {
throws NotCompliantMBeanException {
if (mbeanInterface == null)
mbeanInterface = getStandardMBeanInterface(baseClass);
ReflectUtil.checkPackageAccess(mbeanInterface);
MBeanIntrospector<?> introspector = StandardMBeanIntrospector.getInstance();
return getClassMBeanInfo(introspector, baseClass, mbeanInterface);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册