# HG changeset patch # User gadams # Date 1552405914 14400 # Node ID 018217e30f5c3762ed1f64ff464adf342c19e027 # Parent 085309069d3c41ac471146c4b6fc8bd4f4e054fb 8220257: fix headings in java.instrument Reviewed-by: dfuchs 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. * * - *
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}. * * - *
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). * * - *
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. * * - *
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. * - *
The following manifest attributes are defined for an agent JAR file: * @@ -311,7 +311,7 @@ * ignored). * * - *
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;