diff -r 085309069d3c -r 018217e30f5c src/java.instrument/share/classes/java/lang/instrument/package-info.java --- a/src/java.instrument/share/classes/java/lang/instrument/package-info.java Tue Mar 12 11:13:39 2019 -0400 +++ b/src/java.instrument/share/classes/java/lang/instrument/package-info.java Tue Mar 12 11:51:54 2019 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -52,7 +52,7 @@ *

Each of these ways to start an agent is described below. * * - *

Starting an Agent from the Command-Line Interface

+ *

Starting an Agent from the Command-Line Interface

* *

Where an implementation provides a means to start agents from the * command-line interface, an agent is started by adding the following option @@ -113,7 +113,7 @@ * threads, is legal from {@code premain}. * * - *

Starting an Agent After VM Startup

+ *

Starting an Agent After VM Startup

* *

An implementation may provide a mechanism to start agents sometime after * the the VM has started. The details as to how this is initiated are @@ -164,7 +164,7 @@ * by the JVM for troubleshooting purposes). * * - *

Including an Agent in an Executable JAR file

+ *

Including an Agent in an Executable JAR file

* *

The JAR File Specification defines manifest attributes for standalone * applications that are packaged as executable JAR files. If an @@ -194,8 +194,8 @@ * an uncaught exception or error, the JVM will abort. * * - *

Loading agent classes and the modules/classes available to the agent - * class

+ *

Loading agent classes and the modules/classes available to the agent + * class

* *

Classes loaded from the agent JAR file are loaded by the * {@linkplain ClassLoader#getSystemClassLoader() system class loader} and are @@ -242,7 +242,7 @@ * In other words, a custom system class loader must support the mechanism to * add an agent JAR file to the system class loader search. * - *

Manifest Attributes

+ *

Manifest Attributes

* *

The following manifest attributes are defined for an agent JAR file: * @@ -311,7 +311,7 @@ * ignored). * * - *

Instrumenting code in modules

+ *

Instrumenting code in modules

* *

As an aid to agents that deploy supporting classes on the search path of * the bootstrap class loader, or the search path of the class loader that loads @@ -323,4 +323,4 @@ * @revised 9 */ -package java.lang.instrument; \ No newline at end of file +package java.lang.instrument;