< prev index next >

src/java.management/share/classes/java/lang/management/CompilationMXBean.java

Print this page

        

*** 33,49 **** * class of this interface. This instance implementing this interface is * an <a href="ManagementFactory.html#MXBean">MXBean</a> * that can be obtained by calling * the {@link ManagementFactory#getCompilationMXBean} method or * from the {@link ManagementFactory#getPlatformMBeanServer ! * platform <tt>MBeanServer</tt>} method. * ! * <p>The <tt>ObjectName</tt> for uniquely identifying the MXBean for * the compilation system within an MBeanServer is: * <blockquote> * {@link ManagementFactory#COMPILATION_MXBEAN_NAME ! * <tt>java.lang:type=Compilation</tt>} * </blockquote> * * It can be obtained by calling the * {@link PlatformManagedObject#getObjectName} method. * --- 33,49 ---- * class of this interface. This instance implementing this interface is * an <a href="ManagementFactory.html#MXBean">MXBean</a> * that can be obtained by calling * the {@link ManagementFactory#getCompilationMXBean} method or * from the {@link ManagementFactory#getPlatformMBeanServer ! * platform MBeanServer} method. * ! * <p>The {@code ObjectName} for uniquely identifying the MXBean for * the compilation system within an MBeanServer is: * <blockquote> * {@link ManagementFactory#COMPILATION_MXBEAN_NAME ! * java.lang:type=Compilation} * </blockquote> * * It can be obtained by calling the * {@link PlatformManagedObject#getObjectName} method. *
*** 66,77 **** /** * Tests if the Java virtual machine supports the monitoring of * compilation time. * ! * @return <tt>true</tt> if the monitoring of compilation time is ! * supported ; <tt>false</tt> otherwise. */ public boolean isCompilationTimeMonitoringSupported(); /** * Returns the approximate accumulated elapsed time (in milliseconds) --- 66,77 ---- /** * Tests if the Java virtual machine supports the monitoring of * compilation time. * ! * @return {@code true} if the monitoring of compilation time is ! * supported; {@code false} otherwise. */ public boolean isCompilationTimeMonitoringSupported(); /** * Returns the approximate accumulated elapsed time (in milliseconds)
< prev index next >