提交 f5480510 编写于 作者: N neugens

8236174: Should update javadoc since tags

Reviewed-by: neugens
Contributed-by: marcus.hirt@datadoghq.com
上级 4dd7115b
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -65,7 +65,7 @@ import jdk.jfr.internal.Utils; ...@@ -65,7 +65,7 @@ import jdk.jfr.internal.Utils;
* </code> * </code>
* </pre> * </pre>
* *
* @since 9 * @since 8
*/ */
public final class AnnotationElement { public final class AnnotationElement {
private final Type type; private final Type type;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -34,7 +34,7 @@ import java.lang.annotation.Target; ...@@ -34,7 +34,7 @@ import java.lang.annotation.Target;
* Event field annotation, specifies that the value is a boolean flag, a {@code true} or * Event field annotation, specifies that the value is a boolean flag, a {@code true} or
* {@code false} value * {@code false} value
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -114,7 +114,7 @@ import java.lang.annotation.Target; ...@@ -114,7 +114,7 @@ import java.lang.annotation.Target;
* |- File Write * |- File Write
* </pre> * </pre>
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Target({ ElementType.TYPE }) @Target({ ElementType.TYPE })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -43,7 +43,7 @@ import jdk.jfr.internal.jfc.JFC; ...@@ -43,7 +43,7 @@ import jdk.jfr.internal.jfc.JFC;
/** /**
* A collection of settings and metadata describing the configuration. * A collection of settings and metadata describing the configuration.
* *
* @since 9 * @since 8
*/ */
public final class Configuration { public final class Configuration {
private final Map<String, String> settings; private final Map<String, String> settings;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -34,7 +34,7 @@ import java.lang.annotation.Target; ...@@ -34,7 +34,7 @@ import java.lang.annotation.Target;
* Meta annotation, specifies that an annotation represents a content type, such * Meta annotation, specifies that an annotation represents a content type, such
* as a time span or a frequency. * as a time span or a frequency.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Label("Content Type") @Label("Content Type")
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that a value represents an amount of data (for example, bytes). * Event field annotation, specifies that a value represents an amount of data (for example, bytes).
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -37,7 +37,7 @@ import java.lang.annotation.Target; ...@@ -37,7 +37,7 @@ import java.lang.annotation.Target;
* word, and any proper names such as the word Java. If the description is one * word, and any proper names such as the word Java. If the description is one
* sentence, a period should not be included. * sentence, a period should not be included.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD }) @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -36,7 +36,7 @@ import java.lang.annotation.Target; ...@@ -36,7 +36,7 @@ import java.lang.annotation.Target;
* <p> * <p>
* If an event doesn't have the annotation, then by default the event is enabled. * If an event doesn't have the annotation, then by default the event is enabled.
* *
* @since 9 * @since 8
*/ */
@Target({ ElementType.TYPE }) @Target({ ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -83,7 +83,7 @@ package jdk.jfr; ...@@ -83,7 +83,7 @@ package jdk.jfr;
* {@link Event#shouldCommit()} returns false, then those operations can be * {@link Event#shouldCommit()} returns false, then those operations can be
* avoided. * avoided.
* *
* @since 9 * @since 8
*/ */
@Enabled(true) @Enabled(true)
@StackTrace(true) @StackTrace(true)
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -75,7 +75,7 @@ import jdk.jfr.internal.Utils; ...@@ -75,7 +75,7 @@ import jdk.jfr.internal.Utils;
* } * }
* </pre> * </pre>
* *
* @since 9 * @since 8
*/ */
public final class EventFactory { public final class EventFactory {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -51,7 +51,7 @@ import java.util.Map; ...@@ -51,7 +51,7 @@ import java.util.Map;
* *
* } * }
* </pre> * </pre>
* @since 9 * @since 8
*/ */
public abstract class EventSettings { public abstract class EventSettings {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -42,7 +42,7 @@ import jdk.jfr.internal.Utils; ...@@ -42,7 +42,7 @@ import jdk.jfr.internal.Utils;
/** /**
* Describes an event, its fields, settings and annotations. * Describes an event, its fields, settings and annotations.
* *
* @since 9 * @since 8
*/ */
public final class EventType { public final class EventType {
private final PlatformEventType platformEventType; private final PlatformEventType platformEventType;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -47,7 +47,7 @@ import java.lang.annotation.Target; ...@@ -47,7 +47,7 @@ import java.lang.annotation.Target;
* <p> * <p>
* This annotation is inherited. * This annotation is inherited.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Label("Experimental") @Label("Experimental")
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -54,7 +54,7 @@ import jdk.jfr.internal.Utils; ...@@ -54,7 +54,7 @@ import jdk.jfr.internal.Utils;
* This class provides the methods necessary for creating, starting, stopping, * This class provides the methods necessary for creating, starting, stopping,
* and destroying recordings. * and destroying recordings.
* *
* @since 9 * @since 8
*/ */
public final class FlightRecorder { public final class FlightRecorder {
private static volatile FlightRecorder platformRecorder; private static volatile FlightRecorder platformRecorder;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -29,7 +29,7 @@ package jdk.jfr; ...@@ -29,7 +29,7 @@ package jdk.jfr;
/** /**
* Callback interface to monitor Flight Recorder's life cycle. * Callback interface to monitor Flight Recorder's life cycle.
* *
* @since 9 * @since 8
*/ */
public interface FlightRecorderListener { public interface FlightRecorderListener {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -81,7 +81,7 @@ import jdk.jfr.internal.Utils; ...@@ -81,7 +81,7 @@ import jdk.jfr.internal.Utils;
* directly. Instead the objects are created by the security policy code that is based on * directly. Instead the objects are created by the security policy code that is based on
* reading the security policy file. * reading the security policy file.
* *
* @since 9 * @since 8
* *
* @see java.security.BasicPermission * @see java.security.BasicPermission
* @see java.security.Permission * @see java.security.Permission
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that the value is a frequency, measured in Hz. * Event field annotation, specifies that the value is a frequency, measured in Hz.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -40,7 +40,7 @@ import java.lang.annotation.Target; ...@@ -40,7 +40,7 @@ import java.lang.annotation.Target;
* <p> * <p>
* The label should not be used as an identifier, see {@link Name}. * The label should not be used as an identifier, see {@link Name}.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD }) @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that the value is a memory address. * Event field annotation, specifies that the value is a memory address.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -73,7 +73,7 @@ import java.lang.annotation.Target; ...@@ -73,7 +73,7 @@ import java.lang.annotation.Target;
* Adding {@code @MetadataDefinition} to the declaration of {@code @Severity} and {@code @TransactionId} * Adding {@code @MetadataDefinition} to the declaration of {@code @Severity} and {@code @TransactionId}
* ensures the information is saved by Flight Recorder. * ensures the information is saved by Flight Recorder.
* *
* @since 9 * @since 8
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE }) @Target({ ElementType.TYPE })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -38,7 +38,7 @@ import java.lang.annotation.Target; ...@@ -38,7 +38,7 @@ import java.lang.annotation.Target;
* {@code "com.example.MyEvent"} for an event class or {@code "message"} for an * {@code "com.example.MyEvent"} for an event class or {@code "message"} for an
* event field). * event field).
* *
* @since 9 * @since 8
*/ */
@Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD}) @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -38,7 +38,7 @@ import java.lang.annotation.Target; ...@@ -38,7 +38,7 @@ import java.lang.annotation.Target;
* should be interpreted as {@code 50%} and rendered in a graphical user * should be interpreted as {@code 50%} and rendered in a graphical user
* interface with a percentage sign to avoid confusion with {@code 0.005%}. * interface with a percentage sign to avoid confusion with {@code 0.005%}.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -34,7 +34,7 @@ import java.lang.annotation.Target; ...@@ -34,7 +34,7 @@ import java.lang.annotation.Target;
/** /**
* Event annotation, specifies the default setting value for a periodic event. * Event annotation, specifies the default setting value for a periodic event.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -58,7 +58,7 @@ import jdk.jfr.internal.WriteableUserPath; ...@@ -58,7 +58,7 @@ import jdk.jfr.internal.WriteableUserPath;
* </code> * </code>
* </pre> * </pre>
* *
* @since 9 * @since 8
*/ */
public final class Recording implements Closeable { public final class Recording implements Closeable {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -28,7 +28,7 @@ package jdk.jfr; ...@@ -28,7 +28,7 @@ package jdk.jfr;
/** /**
* Indicates a state in the life cycle of a recording. * Indicates a state in the life cycle of a recording.
* *
* @since 9 * @since 8
*/ */
public enum RecordingState { public enum RecordingState {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -38,7 +38,7 @@ import java.lang.annotation.Target; ...@@ -38,7 +38,7 @@ import java.lang.annotation.Target;
* can be used to override that registration. To register * can be used to override that registration. To register
* events programmatically, use {@link FlightRecorder#register(Class)}. * events programmatically, use {@link FlightRecorder#register(Class)}.
* *
* @since 9 * @since 8
*/ */
@Target({ ElementType.TYPE }) @Target({ ElementType.TYPE })
@Inherited @Inherited
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Meta annotation for relational annotations, to be used on an annotation. * Meta annotation for relational annotations, to be used on an annotation.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Label("Relation") @Label("Relation")
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -143,7 +143,7 @@ import jdk.jfr.internal.Control; ...@@ -143,7 +143,7 @@ import jdk.jfr.internal.Control;
* *
* @see SettingDefinition * @see SettingDefinition
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
public abstract class SettingControl extends Control { public abstract class SettingControl extends Control {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -62,7 +62,7 @@ import java.lang.annotation.Target; ...@@ -62,7 +62,7 @@ import java.lang.annotation.Target;
* *
* @see SettingControl * @see SettingControl
* *
* @since 9 * @since 8
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD }) @Target({ ElementType.METHOD })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -36,7 +36,7 @@ import jdk.jfr.internal.Type; ...@@ -36,7 +36,7 @@ import jdk.jfr.internal.Type;
/** /**
* Describes an event setting. * Describes an event setting.
* *
* @since 9 * @since 8
*/ */
public final class SettingDescriptor { public final class SettingDescriptor {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -35,7 +35,7 @@ import java.lang.annotation.Target; ...@@ -35,7 +35,7 @@ import java.lang.annotation.Target;
* Event annotation, determines whether an event by default has a stack trace * Event annotation, determines whether an event by default has a stack trace
* or not. * or not.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Target({ ElementType.TYPE }) @Target({ ElementType.TYPE })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -35,7 +35,7 @@ import java.lang.annotation.Target; ...@@ -35,7 +35,7 @@ import java.lang.annotation.Target;
* Event annotation, specifies the default duration below which an event is not * Event annotation, specifies the default duration below which an event is not
* recorded (for example, {@code "20 ms"}). * recorded (for example, {@code "20 ms"}).
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Target({ ElementType.TYPE }) @Target({ ElementType.TYPE })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that the value is a duration. * Event field annotation, specifies that the value is a duration.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that the value is a point in time. * Event field annotation, specifies that the value is a point in time.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that the event transitioned from a thread. * Event field annotation, specifies that the event transitioned from a thread.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Label("Transition From") @Label("Transition From")
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that the event will soon transition to a thread. * Event field annotation, specifies that the event will soon transition to a thread.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Label("Transition To") @Label("Transition To")
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import java.lang.annotation.Target; ...@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
/** /**
* Event field annotation, specifies that the value is of an unsigned data type. * Event field annotation, specifies that the value is of an unsigned data type.
* *
* @since 9 * @since 8
*/ */
@MetadataDefinition @MetadataDefinition
@ContentType @ContentType
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -38,7 +38,7 @@ import jdk.jfr.internal.Utils; ...@@ -38,7 +38,7 @@ import jdk.jfr.internal.Utils;
/** /**
* Describes the event fields and annotation elements. * Describes the event fields and annotation elements.
* *
* @since 9 * @since 8
*/ */
public final class ValueDescriptor { public final class ValueDescriptor {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -34,7 +34,7 @@ import jdk.jfr.internal.Type; ...@@ -34,7 +34,7 @@ import jdk.jfr.internal.Type;
/** /**
* A recorded Java type, such as a class or an interface. * A recorded Java type, such as a class or an interface.
* *
* @since 9 * @since 8
*/ */
public final class RecordedClass extends RecordedObject { public final class RecordedClass extends RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import jdk.jfr.internal.Type; ...@@ -33,7 +33,7 @@ import jdk.jfr.internal.Type;
/** /**
* A recorded Java class loader. * A recorded Java class loader.
* *
* @since 9 * @since 8
*/ */
public final class RecordedClassLoader extends RecordedObject { public final class RecordedClassLoader extends RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -36,7 +36,7 @@ import jdk.jfr.internal.EventInstrumentation; ...@@ -36,7 +36,7 @@ import jdk.jfr.internal.EventInstrumentation;
/** /**
* A recorded event. * A recorded event.
* *
* @since 9 * @since 8
*/ */
public final class RecordedEvent extends RecordedObject { public final class RecordedEvent extends RecordedObject {
private final EventType eventType; private final EventType eventType;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -34,7 +34,7 @@ import jdk.jfr.internal.Type; ...@@ -34,7 +34,7 @@ import jdk.jfr.internal.Type;
/** /**
* A recorded frame in a stack trace. * A recorded frame in a stack trace.
* *
* @since 9 * @since 8
*/ */
public final class RecordedFrame extends RecordedObject { public final class RecordedFrame extends RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -34,7 +34,7 @@ import jdk.jfr.internal.Type; ...@@ -34,7 +34,7 @@ import jdk.jfr.internal.Type;
/** /**
* A recorded method. * A recorded method.
* *
* @since 9 * @since 8
*/ */
public final class RecordedMethod extends RecordedObject { public final class RecordedMethod extends RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -47,7 +47,7 @@ import jdk.jfr.internal.tool.PrettyWriter; ...@@ -47,7 +47,7 @@ import jdk.jfr.internal.tool.PrettyWriter;
* {@code "aaa.bbb"}). A method evaluates a nested object from left to right, * {@code "aaa.bbb"}). A method evaluates a nested object from left to right,
* and if a part is {@code null}, it throws {@code NullPointerException}. * and if a part is {@code null}, it throws {@code NullPointerException}.
* *
* @since 9 * @since 8
*/ */
public class RecordedObject { public class RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -35,7 +35,7 @@ import jdk.jfr.internal.Type; ...@@ -35,7 +35,7 @@ import jdk.jfr.internal.Type;
/** /**
* A recorded stack trace. * A recorded stack trace.
* *
* @since 9 * @since 8
*/ */
public final class RecordedStackTrace extends RecordedObject { public final class RecordedStackTrace extends RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import jdk.jfr.internal.Type; ...@@ -33,7 +33,7 @@ import jdk.jfr.internal.Type;
/** /**
* A recorded thread. * A recorded thread.
* *
* @since 9 * @since 8
*/ */
public final class RecordedThread extends RecordedObject { public final class RecordedThread extends RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,7 +33,7 @@ import jdk.jfr.internal.Type; ...@@ -33,7 +33,7 @@ import jdk.jfr.internal.Type;
/** /**
* A recorded Java thread group. * A recorded Java thread group.
* *
* @since 9 * @since 8
*/ */
public final class RecordedThreadGroup extends RecordedObject { public final class RecordedThreadGroup extends RecordedObject {
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -59,7 +59,7 @@ import jdk.jfr.internal.consumer.RecordingInternals; ...@@ -59,7 +59,7 @@ import jdk.jfr.internal.consumer.RecordingInternals;
* </code> * </code>
* </pre> * </pre>
* *
* @since 9 * @since 8
*/ */
public final class RecordingFile implements Closeable { public final class RecordingFile implements Closeable {
static{ static{
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -39,7 +39,7 @@ import jdk.jfr.MetadataDefinition; ...@@ -39,7 +39,7 @@ import jdk.jfr.MetadataDefinition;
* *
* This settings is only supported for JVM events, * This settings is only supported for JVM events,
* *
* @since 9 * @Since 8
*/ */
@MetadataDefinition @MetadataDefinition
@Target({ ElementType.TYPE }) @Target({ ElementType.TYPE })
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -41,7 +41,7 @@ import jdk.jfr.Configuration; ...@@ -41,7 +41,7 @@ import jdk.jfr.Configuration;
* *
* @see Configuration * @see Configuration
* *
* @since 9 * @since 8
*/ */
public final class ConfigurationInfo { public final class ConfigurationInfo {
private final Map<String, String> settings; private final Map<String, String> settings;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -41,7 +41,7 @@ import jdk.jfr.SettingDescriptor; ...@@ -41,7 +41,7 @@ import jdk.jfr.SettingDescriptor;
* *
* @see EventType * @see EventType
* *
* @since 9 * @since 8
*/ */
public final class EventTypeInfo { public final class EventTypeInfo {
private final List<SettingDescriptorInfo> settings; private final List<SettingDescriptorInfo> settings;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -167,7 +167,7 @@ import jdk.jfr.Recording; ...@@ -167,7 +167,7 @@ import jdk.jfr.Recording;
* </tbody> * </tbody>
* </table> * </table>
* *
* @since 9 * @since 8
*/ */
public interface FlightRecorderMXBean extends PlatformManagedObject { public interface FlightRecorderMXBean extends PlatformManagedObject {
/** /**
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -43,7 +43,7 @@ import jdk.jfr.RecordingState; ...@@ -43,7 +43,7 @@ import jdk.jfr.RecordingState;
* *
* @see Recording * @see Recording
* *
* @since 9 * @since 8
*/ */
public final class RecordingInfo { public final class RecordingInfo {
private final long id; private final long id;
......
/* /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -39,7 +39,7 @@ import jdk.management.jfr.internal.FlightRecorderMXBeanProvider; ...@@ -39,7 +39,7 @@ import jdk.management.jfr.internal.FlightRecorderMXBeanProvider;
* *
* @see EventType#getSettingDescriptors() * @see EventType#getSettingDescriptors()
* *
* @since 9 * @since 8
*/ */
public final class SettingDescriptorInfo { public final class SettingDescriptorInfo {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册