src/java.base/share/classes/java/lang/LiveStackFrame.java
changeset 53563 a4b7ea85d668
parent 47216 71c04702a3d5
child 58054 ee230ad8cfef
--- a/src/java.base/share/classes/java/lang/LiveStackFrame.java	Tue Jan 29 15:13:35 2019 -0800
+++ b/src/java.base/share/classes/java/lang/LiveStackFrame.java	Wed Jan 30 00:24:32 2019 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -166,7 +166,7 @@
      * @param options stack walk {@link StackWalker.Option options}
      *
      * @throws SecurityException if the security manager is present and
-     * it denies access to {@code RuntimePermission("liveStackFrames")}; or
+     * it denies access to {@code RuntimePermission("liveStackFrames")};
      * or if the given {@code options} contains
      * {@link StackWalker.Option#RETAIN_CLASS_REFERENCE Option.RETAIN_CLASS_REFERENCE}
      * and it denies access to {@code RuntimePermission("getStackWalkerWithClassReference")}.