8373464: Test JdkManagementCheckSince.java fails after JDK-8369736

Reviewed-by: dholmes, shade, kevinw
This commit is contained in:
Ioi Lam 2025-12-11 14:33:44 +00:00
parent b0bd0c398e
commit 2a1c676e0a

View File

@ -39,7 +39,7 @@ import javax.management.ObjectName;
* <p> Direct access to the MXBean interface can be obtained with
* {@link ManagementFactory#getPlatformMXBean(Class)}.
*
* @since 26
* @since 27
*/
public interface HotSpotAOTCacheMXBean extends PlatformManagedObject {
/**
@ -90,4 +90,4 @@ public interface HotSpotAOTCacheMXBean extends PlatformManagedObject {
* successfully; {@code false} otherwise.
*/
public boolean endRecording();
}
}