diff -r 1d879babed52 -r b1c42b3cd19b src/java.management/share/classes/java/lang/management/MonitorInfo.java --- a/src/java.management/share/classes/java/lang/management/MonitorInfo.java Wed Feb 28 18:36:25 2018 -0500 +++ b/src/java.management/share/classes/java/lang/management/MonitorInfo.java Wed Feb 28 17:11:57 2018 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, 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 @@ -116,11 +116,10 @@ * * * lockedStackFrame - * CompositeData as specified in the - * stackTrace - * attribute defined in the {@link ThreadInfo#from - * ThreadInfo.from} method. - * + * + * {@code CompositeData} for {@code StackTraceElement} as specified + * in {@link ThreadInfo#from(CompositeData)} method. + * * * * lockedStackDepth @@ -134,7 +133,7 @@ * @throws IllegalArgumentException if {@code cd} does not * represent a {@code MonitorInfo} with the attributes described * above. - + * * @return a {@code MonitorInfo} object represented * by {@code cd} if {@code cd} is not {@code null}; * {@code null} otherwise.